@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
.flex-grid {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.pointer {
  cursor: pointer;
}
.rel-pos {
  position: relative;
}
.kk .color-band {
  background-color: #7769CD;
  -webkit-box-shadow: 0px 1px 0px 0px #1E374D;
  -moz-box-shadow: 0px 1px 0px 0px #1E374D;
  box-shadow: 0px 1px 0px 0px #1E374D;
}
.qq .color-band {
  background-color: #93CA6B;
  -webkit-box-shadow: 0px 1px 0px 0px #385D1E;
  -moz-box-shadow: 0px 1px 0px 0px #385D1E;
  box-shadow: 0px 1px 0px 0px #385D1E;
}
.tt .color-band {
  background-color: #D9822B;
  -webkit-box-shadow: 0px 1px 0px 0px #B56719;
  -moz-box-shadow: 0px 1px 0px 0px #B56719;
  box-shadow: 0px 1px 0px 0px #B56719;
}
.ppt .color-band {
  background-color: #F2EA00;
  -webkit-box-shadow: 0px 1px 0px 0px #E0D900;
  -moz-box-shadow: 0px 1px 0px 0px #E0D900;
  box-shadow: 0px 1px 0px 0px #E0D900;
}
.rr .color-band {
  background-color: #BD6BCE;
  -webkit-box-shadow: 0px 1px 0px 0px #a95fb8;
  -moz-box-shadow: 0px 1px 0px 0px #a95fb8;
  box-shadow: 0px 1px 0px 0px #a95fb8;
}
.nn .color-band {
  background-color: #cc4747;
  -webkit-box-shadow: 0px 1px 0px 0px #b33e3e;
  -moz-box-shadow: 0px 1px 0px 0px #b33e3e;
  box-shadow: 0px 1px 0px 0px #b33e3e;
}
.rep .color-band {
  background-color: #804a00;
  -webkit-box-shadow: 0px 1px 0px 0px #663c00;
  -moz-box-shadow: 0px 1px 0px 0px #663c00;
  box-shadow: 0px 1px 0px 0px #663c00;
}
.ni .color-band {
  background-color: #45B0E5;
  -webkit-box-shadow: 0px 1px 0px 0px #3d9ccc;
  -moz-box-shadow: 0px 1px 0px 0px #3d9ccc;
  box-shadow: 0px 1px 0px 0px #3d9ccc;
}
.oth .color-band {
  background-color: #CCCCCC;
  -webkit-box-shadow: 0px 1px 0px 0px #888888;
  -moz-box-shadow: 0px 1px 0px 0px #888888;
  box-shadow: 0px 1px 0px 0px #888888;
}
.c-A {
  background-color: #93ca6b;
  -webkit-box-shadow: 0px 1px 0px 0px #93ca6b;
  -moz-box-shadow: 0px 1px 0px 0px #93ca6b;
  box-shadow: 0px 1px 0px 0px #93ca6b;
}
.c-B {
  background-color: #7769cd;
  -webkit-box-shadow: 0px 1px 0px 0px #7769cd;
  -moz-box-shadow: 0px 1px 0px 0px #7769cd;
  box-shadow: 0px 1px 0px 0px #7769cd;
}
.c-C {
  background-color: #d9822b;
  -webkit-box-shadow: 0px 1px 0px 0px #d9822b;
  -moz-box-shadow: 0px 1px 0px 0px #d9822b;
  box-shadow: 0px 1px 0px 0px #d9822b;
}
.c-D {
  background-color: #bbc6d5;
  -webkit-box-shadow: 0px 1px 0px 0px #bbc6d5;
  -moz-box-shadow: 0px 1px 0px 0px #bbc6d5;
  box-shadow: 0px 1px 0px 0px #bbc6d5;
}
.shadow {
  box-shadow: 0 12px 30px 0 rgba(22, 42, 60, 0.65);
}
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* don't show the x for text inputs */
::-ms-clear {
  width: 0;
  height: 0;
}
/* don't show the eye for password inputs */
::-ms-reveal {
  width: 0;
  height: 0;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.handle-single-line-text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lFloat {
  float: left!important;
}
.lmargin-0 {
  margin-left: 0!important;
}
.tmargin-10 {
  margin-top: 10px!important;
}
.bmargin-0 {
  margin-bottom: 0!important;
}
.bmargin-20 {
  margin-bottom: 20px!important;
}
.height-auto {
  height: auto!important;
}
.width49 {
  width: 49%!important;
}
.width98 {
  width: 98%!important;
}
.br {
  border-right: 1px solid #B6B6B6;
}
.bl {
  border-left: 1px solid #B6B6B6;
}
.cb {
  clear: both;
}
.no-style {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.none {
  display: none;
}
.invisible {
  visibility: hidden !important;
}
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.negative {
  color: #e81a1a;
}
.positive {
  color: #2da65b;
}
.mr3 {
  margin-right: 3px;
}
.mr10 {
  margin-right: 10px;
}
.mb3 {
  margin-bottom: 3px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mr5 {
  margin-right: 5px;
}
.mr15 {
  margin-right: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.nb {
  border: none;
}
/*Safari and Chrome*/
@keyframes sentieoloading {
  0% {
    width: 0%;
    background: #d0dce9;
  }
  5% {
    width: 5%;
    background: #d0dce9;
  }
  10% {
    width: 10%;
    background: #d0dce9;
  }
  15% {
    width: 15%;
    background: #d0dce9;
  }
  20% {
    width: 20%;
    background: #d0dce9;
  }
  25% {
    width: 25%;
    background: #d0dce9;
  }
  30% {
    width: 30%;
    background: #d0dce9;
  }
  35% {
    width: 35%;
    background: #d0dce9;
  }
  40% {
    width: 40%;
    background: #d0dce9;
  }
  45% {
    width: 45%;
    background: #d0dce9;
  }
  50% {
    width: 50%;
    background: #d0dce9;
  }
  55% {
    width: 55%;
    background: #d0dce9;
  }
  60% {
    width: 60%;
    background: #d0dce9;
  }
  65% {
    width: 65%;
    background: #d0dce9;
  }
  70% {
    width: 70%;
    background: #d0dce9;
  }
  75% {
    width: 75%;
    background: #d0dce9;
  }
  80% {
    width: 80%;
    background: #d0dce9;
  }
  85% {
    width: 85%;
    background: #d0dce9;
  }
  90% {
    width: 90%;
    background: #d0dce9;
  }
  95% {
    width: 95%;
    background: #d0dce9;
  }
  100% {
    width: 100%;
    background: #d0dce9;
  }
}
@-moz-keyframes sentieoloading {
  0% {
    width: 0%;
    background: #d0dce9;
  }
  5% {
    width: 5%;
    background: #d0dce9;
  }
  10% {
    width: 10%;
    background: #d0dce9;
  }
  15% {
    width: 15%;
    background: #d0dce9;
  }
  20% {
    width: 20%;
    background: #d0dce9;
  }
  25% {
    width: 25%;
    background: #d0dce9;
  }
  30% {
    width: 30%;
    background: #d0dce9;
  }
  35% {
    width: 35%;
    background: #d0dce9;
  }
  40% {
    width: 40%;
    background: #d0dce9;
  }
  45% {
    width: 45%;
    background: #d0dce9;
  }
  50% {
    width: 50%;
    background: #d0dce9;
  }
  55% {
    width: 55%;
    background: #d0dce9;
  }
  60% {
    width: 60%;
    background: #d0dce9;
  }
  65% {
    width: 65%;
    background: #d0dce9;
  }
  70% {
    width: 70%;
    background: #d0dce9;
  }
  75% {
    width: 75%;
    background: #d0dce9;
  }
  80% {
    width: 80%;
    background: #d0dce9;
  }
  85% {
    width: 85%;
    background: #d0dce9;
  }
  90% {
    width: 90%;
    background: #d0dce9;
  }
  95% {
    width: 95%;
    background: #d0dce9;
  }
  100% {
    width: 100%;
    background: #d0dce9;
  }
}
@-moz-keyframes sentieoloading {
  0% {
    width: 0%;
    background: #d0dce9;
  }
  5% {
    width: 5%;
    background: #d0dce9;
  }
  10% {
    width: 10%;
    background: #d0dce9;
  }
  15% {
    width: 15%;
    background: #d0dce9;
  }
  20% {
    width: 20%;
    background: #d0dce9;
  }
  25% {
    width: 25%;
    background: #d0dce9;
  }
  30% {
    width: 30%;
    background: #d0dce9;
  }
  35% {
    width: 35%;
    background: #d0dce9;
  }
  40% {
    width: 40%;
    background: #d0dce9;
  }
  45% {
    width: 45%;
    background: #d0dce9;
  }
  50% {
    width: 50%;
    background: #d0dce9;
  }
  55% {
    width: 55%;
    background: #d0dce9;
  }
  60% {
    width: 60%;
    background: #d0dce9;
  }
  65% {
    width: 65%;
    background: #d0dce9;
  }
  70% {
    width: 70%;
    background: #d0dce9;
  }
  75% {
    width: 75%;
    background: #d0dce9;
  }
  80% {
    width: 80%;
    background: #d0dce9;
  }
  85% {
    width: 85%;
    background: #d0dce9;
  }
  90% {
    width: 90%;
    background: #d0dce9;
  }
  95% {
    width: 95%;
    background: #d0dce9;
  }
  100% {
    width: 100%;
    background: #d0dce9;
  }
}
@-webkit-keyframes sentieoloading {
  0% {
    width: 0%;
    background: #d0dce9;
  }
  5% {
    width: 5%;
    background: #d0dce9;
  }
  10% {
    width: 10%;
    background: #d0dce9;
  }
  15% {
    width: 15%;
    background: #d0dce9;
  }
  20% {
    width: 20%;
    background: #d0dce9;
  }
  25% {
    width: 25%;
    background: #d0dce9;
  }
  30% {
    width: 30%;
    background: #d0dce9;
  }
  35% {
    width: 35%;
    background: #d0dce9;
  }
  40% {
    width: 40%;
    background: #d0dce9;
  }
  45% {
    width: 45%;
    background: #d0dce9;
  }
  50% {
    width: 50%;
    background: #d0dce9;
  }
  55% {
    width: 55%;
    background: #d0dce9;
  }
  60% {
    width: 60%;
    background: #d0dce9;
  }
  65% {
    width: 65%;
    background: #d0dce9;
  }
  70% {
    width: 70%;
    background: #d0dce9;
  }
  75% {
    width: 75%;
    background: #d0dce9;
  }
  80% {
    width: 80%;
    background: #d0dce9;
  }
  85% {
    width: 85%;
    background: #d0dce9;
  }
  90% {
    width: 90%;
    background: #d0dce9;
  }
  95% {
    width: 95%;
    background: #d0dce9;
  }
  100% {
    width: 100%;
    background: #d0dce9;
  }
}
@-webkit-keyframes sentieoloading {
  0% {
    width: 0%;
    background: #d0dce9;
  }
  5% {
    width: 5%;
    background: #d0dce9;
  }
  10% {
    width: 10%;
    background: #d0dce9;
  }
  15% {
    width: 15%;
    background: #d0dce9;
  }
  20% {
    width: 20%;
    background: #d0dce9;
  }
  25% {
    width: 25%;
    background: #d0dce9;
  }
  30% {
    width: 30%;
    background: #d0dce9;
  }
  35% {
    width: 35%;
    background: #d0dce9;
  }
  40% {
    width: 40%;
    background: #d0dce9;
  }
  45% {
    width: 45%;
    background: #d0dce9;
  }
  50% {
    width: 50%;
    background: #d0dce9;
  }
  55% {
    width: 55%;
    background: #d0dce9;
  }
  60% {
    width: 60%;
    background: #d0dce9;
  }
  65% {
    width: 65%;
    background: #d0dce9;
  }
  70% {
    width: 70%;
    background: #d0dce9;
  }
  75% {
    width: 75%;
    background: #d0dce9;
  }
  80% {
    width: 80%;
    background: #d0dce9;
  }
  85% {
    width: 85%;
    background: #d0dce9;
  }
  90% {
    width: 90%;
    background: #d0dce9;
  }
  95% {
    width: 95%;
    background: #d0dce9;
  }
  100% {
    width: 100%;
    background: #d0dce9;
  }
}
@keyframes syncing {
  /* CSS3 */
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes syncing {
  /* Firefox */
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes syncing {
  /* Webkit */
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.insync {
  animation: syncing 2s infinite;
  /* CSS3 */
  -moz-animation: syncing 2s infinite;
  /* Firefox */
  -webkit-animation: syncing 2s infinite;
  /* Webkit */
  pointer-events: none;
}
@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.background1 {
  background-color: #01FF70;
}
.background2 {
  background-color: #FFDC00;
}
.background3 {
  background-color: #DDDDDD;
}
.background4 {
  background-color: #F78181;
}
.background5 {
  background-color: #A9BCF5;
}
.background6 {
  background-color: #58FAF4;
}
.background7 {
  background-color: #F781F3;
}
.border1 {
  border-style: 'solid';
  border-color: #01FF70;
}
.border2 {
  border-style: 'solid';
  border-color: #FFDC00;
}
.border3 {
  border-style: 'solid';
  border-color: #DDDDDD;
}
.border4 {
  border-style: 'solid';
  border-color: #F78181;
}
.border5 {
  border-style: 'solid';
  border-color: #A9BCF5;
}
.border6 {
  border-style: 'solid';
  border-color: #58FAF4;
}
.border7 {
  border-style: 'solid';
  border-color: #F781F3;
}
.tar {
  text-align: right !important;
}
.tal {
  text-align: left !important;
}
.span10 {
  width: 10%;
  float: left;
}
.span13 {
  width: 13%;
  float: left;
}
.span15 {
  width: 15%;
  float: left;
}
.span18 {
  width: 18%;
  float: left;
}
.span20 {
  width: 20%;
  float: left;
}
.span15 {
  width: 15%;
  float: left;
}
.span7 {
  width: 7%;
  float: left;
}
.span5 {
  width: 5%;
  float: left;
}
.span3 {
  width: 3%;
  float: left;
}
.span6 {
  width: 6%;
  float: left;
}
.span8 {
  width: 8%;
  float: left;
}
.span9 {
  width: 9%;
  float: left;
}
.br {
  border-right: 1px solid #B6B6B6;
}
.bl {
  border-left: 1px solid #B6B6B6;
}
.opacity5 {
  opacity: 0.5;
}
.opacity2 {
  opacity: 0.7;
}
.backgrnd-white {
  background: none repeat scroll 0 0 white;
}
.red-bubble {
  font-size: 9px;
  padding: 1px 4px 1px 3px;
  text-align: center;
  color: #ffffff;
  background-color: #f04848;
  border-radius: 2px;
}
.clear {
  clear: both;
}
#sentieo-html body {
  font-family: Helvetica Neue, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #F4F8FE;
  overflow: hidden;
}
/*Below is the css for icon fonts*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.svg#icomoon') format('svg'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hel-regular';
  src: url('fonts/hl-regular.woff');
}
@font-face {
  font-family: 'hel-medium';
  src: url('fonts/sf-medium.woff2');
}
@font-face {
  font-family: 'hel-light';
  src: url('fonts/hl-light.woff');
}
@font-face {
  font-family: 'hel-bold';
  src: url('fonts/hl-medium.woff');
}
.ticker.colA,
.ticker-small.colA {
  background-color: #2dc6dd;
}
.ticker.colB,
.ticker-small.colB {
  background-color: #b19775;
}
.ticker.colC,
.ticker-small.colC {
  background-color: #768b9e;
}
.ticker.colD,
.ticker-small.colD {
  background-color: #d46969;
}
.ticker.colE,
.ticker-small.colE {
  background-color: #ebb32c;
}
.ticker.colF,
.ticker-small.colF {
  background-color: #8275bb;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-file:before,
.icon-home:before,
.icon-menu:before,
.icon-search:before,
.icon-link:before,
.icon-twitter:before,
.icon-file-excel:before,
.icon-cancel-circle:before,
.icon-arrow-down:before,
.icon-earth:before,
.icon-stats:before,
.icon-cog:before,
.icon-cog-2:before,
.icon-new-tab:before,
.icon-expand:before,
.icon-lines:before,
.icon-globe:before,
.icon-calendar:before,
.icon-star:before,
.icon-bubble:before,
.icon-bubble-2:before,
.icon-newspaper:before,
.icon-bars:before,
.icon-bars-2:before,
.icon-pencil:before,
.icon-user:before,
.icon-user-2:before,
.icon-remove:before,
.icon-arrow-up:before,
.icon-arrow-down-2:before,
.icon-arrow-up-2:before,
.icon-arrow-up-3:before,
.icon-arrow-down-3:before,
.icon-arrow-down-alt1:before,
.icon-arrow-up-alt1:before,
.icon-plus-alt:before,
.icon-minus-alt:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-file:before {
  content: "\e000";
}
.icon-home:before {
  content: "\e001";
}
.icon-menu:before {
  content: "\e002";
}
.icon-search:before {
  content: "\e003";
}
.icon-link:before {
  content: "\e004";
}
.icon-twitter:before {
  content: "\e005";
}
.icon-file-excel:before {
  content: "\e006";
}
.icon-cancel-circle:before {
  content: "\e007";
}
.icon-arrow-down:before {
  content: "\e008";
}
.icon-earth:before {
  content: "\e009";
}
.icon-stats:before {
  content: "\e00a";
}
.icon-cog:before {
  content: "\e00b";
}
.icon-cog-2:before {
  content: "\e00c";
}
.icon-new-tab:before {
  content: "\e00d";
}
.icon-expand:before {
  content: "\e00e";
}
.icon-lines:before {
  content: "\e00f";
}
.icon-globe:before {
  content: "\e010";
}
.icon-calendar:before {
  content: "\e011";
}
.icon-star:before {
  content: "\e012";
}
.icon-bubble:before {
  content: "\e013";
}
.icon-bubble-2:before {
  content: "\e014";
}
.icon-newspaper:before {
  content: "\e015";
}
.icon-bars:before {
  content: "\e016";
}
.icon-bars-2:before {
  content: "\e017";
}
.icon-pencil:before {
  content: "\e018";
}
.icon-user:before {
  content: "\e019";
}
.icon-user-2:before {
  content: "\e01a";
}
.icon-remove:before {
  content: "\e01b";
}
.icon-arrow-up:before {
  content: "\e01c";
}
.icon-arrow-down-2:before {
  content: "\e01d";
}
.icon-arrow-up-2:before {
  content: "\e01e";
}
.icon-arrow-up-3:before {
  content: "\e01f";
}
.icon-arrow-down-3:before {
  content: "\e020";
}
.icon-arrow-down-alt1:before {
  content: "\e021";
}
.icon-arrow-up-alt1:before {
  content: "\e022";
}
.icon-plus-alt:before {
  content: "\e023";
}
.icon-minus-alt:before {
  content: "\e024";
}
/* Header CSS - tabs, menu & notification start */
#header-html {
  height: 42px;
  overflow: hidden;
}
#header-html #main-menu,
#header-html #new-main-menu {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  z-index: 1005;
  position: absolute;
  top: 40px;
  left: 4px;
}
#header-html #tab-drop-down-menu,
#header-html #minimized-drop-down-container {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  position: absolute;
  top: 48px;
  left: 605px;
  width: 200px;
}
#header-html #tab-drop-down-menu .main-menu-rectangle,
#header-html #minimized-drop-down-container .main-menu-rectangle {
  background: #D0DCE9;
}
#header-html #tab-drop-down-menu .main-menu-rectangle .menu-item,
#header-html #minimized-drop-down-container .main-menu-rectangle .menu-item {
  padding: 5px 10px 5px 10px;
  font-size: 10px;
  color: #30506E;
}
#header-html #tab-drop-down-menu .main-menu-rectangle .menu-item .tab-text,
#header-html #minimized-drop-down-container .main-menu-rectangle .menu-item .tab-text {
  float: right;
  width: 72%;
  overflow: hidden;
  display: inherit;
  margin-right: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header-html #tab-drop-down-menu .main-menu-rectangle .menu-item .close-icon,
#header-html #minimized-drop-down-container .main-menu-rectangle .menu-item .close-icon {
  width: 11px;
  color: #4482BD;
  float: right;
  margin-right: -150px;
}
#header-html #tab-drop-down-menu .main-menu-rectangle .menu-item .close-icon:hover,
#header-html #minimized-drop-down-container .main-menu-rectangle .menu-item .close-icon:hover {
  color: #000000;
}
#header-html #tab-drop-down-menu .main-menu-rectangle .tab-act,
#header-html #minimized-drop-down-container .main-menu-rectangle .tab-act {
  background: #E6EFF6;
}
#header-html #tab-drop-down-menu .main-menu-rectangle .menu-item:hover,
#header-html #minimized-drop-down-container .main-menu-rectangle .menu-item:hover {
  background: #E6EFF6;
}
#header-html #feed-drop-down-menu {
  position: absolute;
  top: 48px;
  right: 20px;
  display: block;
  z-index: 1100;
  background: white;
  /*border-top-right-radius: 10px;*/
  border: 1px solid lightgrey;
  width: 500px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
}
#header-html #feed-drop-down-menu .clear-icon {
  cursor: pointer;
}
#header-html #feed-drop-down-menu .clear-icon .icon {
  float: right;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 12px 12px 0;
  color: #3d7fba;
}
#header-html #feed-drop-down-menu #main-container {
  position: absolute;
  top: 32px;
  width: 400px;
  height: 108px;
  background: white;
  border-top: 1px solid lightgray;
}
#header-html #feed-drop-down-menu #main-container .message-feed {
  text-align: center;
  height: 25px;
  margin-top: 10px;
  font-size: 12px;
}
#header-html #feed-drop-down-menu #main-container .message-feed .feed-image {
  margin-top: 24px;
}
#header-html #feed-drop-down-menu #main-container .message-feed h3 {
  margin: 0px;
  margin-top: 5px;
}
#header-html #feed-drop-down-menu #main-container .message-feed p {
  margin: 0px;
  font-size: 10px;
}
#header-html #feed-drop-down-menu #feedback-main {
  border-radius: 3px;
  font-family: Helvetica Neue, sans-serif;
}
#header-html #feed-drop-down-menu #feedback-main .feedback-header {
  font-size: 14px;
  color: #3d7fba;
  padding: 12px;
  line-height: 18px;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#header-html #feed-drop-down-menu #feedback-main #feedback {
  width: 86%;
  height: 84px;
  padding: 12px;
  resize: none;
  border-radius: 4px;
  border: 1px solid #d4e0ea;
  margin-top: 12px;
}
#header-html #feed-drop-down-menu #feedback-main .errDrop {
  position: relative;
  width: 134px;
  margin: 0 auto;
  padding: 6px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d4e0ea;
  cursor: pointer;
  white-space: nowrap;
}
#header-html #feed-drop-down-menu #feedback-main .errDrop:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -3px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #666666 transparent;
}
#header-html #feed-drop-down-menu #feedback-main .dropDown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /* Styles */
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  font-size: 10px;
  /* Hiding */
  max-height: 0;
  overflow: hidden;
}
#header-html #feed-drop-down-menu #feedback-main .errDrop .dropDown li {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #d4e0ea;
  padding-left: 5%;
  width: 95%;
}
#header-html #feed-drop-down-menu #feedback-main .errDrop .dropDown li:hover {
  color: #ffffff;
  background-color: #3d7fba;
}
#header-html #feed-drop-down-menu #feedback-main .errDrop.active {
  border-radius: 3px 3px 0 0;
  background: #3d7fba;
  box-shadow: none;
  color: white;
  border: 1px solid #3d7fba;
}
#header-html #feed-drop-down-menu #feedback-main .errDrop:hover {
  border-radius: 3px;
  border: 1px solid #3d7fba;
}
#header-html #feed-drop-down-menu #feedback-main .errDrop.active:after {
  border-color: #ffffff transparent;
}
#header-html #feed-drop-down-menu #feedback-main .errDrop.active .dropDown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 130px;
  overflow-y: auto;
  z-index: 100;
}
#header-html #feed-drop-down-menu #feedback-main .curnt-html {
  width: 80%;
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header-html #feed-drop-down-menu #feedback-main td {
  margin: 2px 0;
  padding: 2px;
}
#header-html #feed-drop-down-menu #feedback-main #legend {
  font-size: 12px;
  margin: 0px;
  padding: 4px;
  color: #666666;
}
#header-html #feed-drop-down-menu #feedback-main .selSource {
  font-size: 12px;
  margin: 0px;
  padding: 12px 12px 0 12px;
}
#header-html #feed-drop-down-menu #feedback-main #submit-fedback {
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #3d7fba;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  padding: 6px 12px;
  background-color: #3d7fba;
  cursor: pointer;
}
#header-html #feed-drop-down-menu #feedback-main #submit-fedback:hover {
  color: #3d7fba;
  border: 1px solid #3d7fba;
  background-color: white;
}
#header-html #feed-drop-down-menu #feedback-main #source {
  border: 0px;
  background-color: #F2F2F2;
}
#header-html #feed-drop-down-menu #feedback-main .addTicker {
  background-color: #ffffff;
  width: 90px;
  padding: 5px 4px 6px 6px;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
}
#header-html #feed-drop-down-menu #feedback-main .addTicker:active {
  border-radius: 4px;
  border: 1px solid #3d7fba;
}
#header-html #feed-drop-down-menu #feedback-main .addTicker:focus {
  border-radius: 4px;
  border: 1px solid #3d7fba;
}
#header-html #feed-drop-down-menu #feedback-main .addTicker:hover {
  transition: all 0.3s ease-out;
  border-radius: 4px;
  border: 1px solid #3d7fba;
}
#header-html #feed-drop-down-menu #feedback-main .submit-button {
  text-align: center;
  padding: 12px;
}
#header-html #new-features-dropdown {
  position: absolute;
  z-index: 1005;
  min-width: 366px;
  right: 142px;
  top: 48px;
}
#header-html #new-features-dropdown .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 332px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#header-html #new-features-dropdown .main-menu-rectangle {
  background: #ffffff;
  border: 1px solid #979797;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#header-html #new-features-dropdown .feature-item {
  border-top: 1px solid #979797;
  padding: 12px;
  width: 340px;
}
#header-html #new-features-dropdown .feature-item .feature-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}
#header-html #new-features-dropdown .feature-item .feature-desc {
  margin-top: 6px;
  height: 102px;
  overflow: hidden;
  font-size: 12px;
  line-height: 17px;
}
#header-html #new-features-dropdown .feature-item:first-child {
  border-top: none;
}
#header-html #new-features-dropdown .show-more {
  border-top: 1px solid #91C6DD;
}
#header-html #new-features-dropdown .show-more,
#header-html #new-features-dropdown .no-more {
  height: 34px;
  width: 364px;
  text-align: center;
}
#header-html #new-features-dropdown .show-more .wrapper,
#header-html #new-features-dropdown .no-more .wrapper {
  padding: 10px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
  background-color: #dbf3ff;
  line-height: 14px;
}
#header-html ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#header-html li {
  float: left;
}
#header-html #menu-new-features {
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  line-height: 18px;
  background: #ffffff;
  color: #3d7fba;
  position: relative;
  top: 7px;
  right: 10px;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px 12px;
}
#header-html #menu-new-features a,
#header-html #menu-new-features a:visited,
#header-html #menu-new-features a:hover {
  padding: 4px 12px;
  text-decoration: none;
  color: #3d7fba;
  display: block;
}
#header-html #menu-new-features .icon {
  margin-left: 6px;
  height: 12px;
  width: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
  fill: #3d7fba;
}
#header-html #ask-outer {
  height: 100%;
  background-color: #3d7fba;
  margin: 0 6px;
  padding-left: 6px;
  border-left: 1px solid #424a57;
}
#header-html #ask-outer .graph_search_form {
  position: relative;
  height: 36px;
  margin-top: 3px ;
  border: 1px solid #272f3c;
  border-radius: 3px;
  background: #2e3644;
  box-sizing: border-box;
}
#header-html #ask-outer .graph_search_form #frozen-tickers {
  font-size: 14px;
  display: inline-block;
  height: 34px;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
}
#header-html #ask-outer .graph_search_form #frozen-tickers .fticker {
  line-height: 18px;
  display: inline-block;
  padding: 4px 0px 4px 2px;
  margin: 4px 0px 4px 2px;
  border-radius: 4px;
}
#header-html #ask-outer .graph_search_form #frozen-tickers .ffunc {
  line-height: 18px;
  display: inline-block;
  padding: 4px 4px;
  margin: 4px 2px;
}
#header-html #ask-outer .graph_search_form #ask-question {
  color: #ffffff;
  padding: 0px 2px;
  padding-left: 0px;
  padding-right: 30px;
  width: 200px;
  outline: none;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  background: transparent;
  border: none;
  display: inline-block;
}
#header-html #ask-outer .graph_search_form #ask-question.func::before {
  content: "(";
}
#header-html #ask-outer .graph_search_form #ask-question.func::after {
  content: ")";
}
#header-html #ask-outer .graph_search_form input::-webkit-input-placeholder {
  color: #a5b3c7;
  font-style: italic;
  font-size: 12px;
}
#header-html #ask-outer .graph_search_form input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a5b3c7;
  font-style: italic;
  font-size: 12px;
  /*font-size: 11px;*/
}
#header-html #ask-outer .graph_search_form input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a5b3c7;
  font-size: 12px;
  font-style: italic;
}
#header-html #ask-outer .graph_search_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a5b3c7;
  font-size: 12px;
  font-style: italic;
}
#header-html #ask-outer .graph_search_form .icons-used {
  position: absolute;
  right: 2px;
  top: 6px;
  cursor: pointer;
}
#header-html #ask-outer .graph_search_form .icons-used .clear-icon {
  display: none;
  float: right;
  margin-right: 8px;
  margin-top: 6px;
}
#header-html #ask-outer .graph_search_form .icons-used .clear-icon .icon {
  height: 12px;
  width: 12px;
  fill: #bbc6d5;
}
#header-html #ask-outer .graph_search_form .icons-used #help {
  margin-right: 7px;
  font-size: 9px;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 15px;
  padding: 4px;
  background: #2C557B;
  color: #f8f8f8;
}
#header-html #menu-left {
  width: auto;
  margin-right: 8px;
  height: 100%;
  border-right: 1px solid #424a57;
}
#header-html #menu-left #menu-logo {
  width: auto;
  height: 100%;
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
}
#header-html #menu-left #menu-logo #logo-text {
  padding: 10px 18px 0px 18px;
  color: white;
  font-weight: normal;
  font-size: 17px;
  text-shadow: 1px 1px 0 #000000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 0), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 0), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 0), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 0), only screen and (min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx), only screen and (min-resolution: 2dppx) {
  #header-html #menu-left #menu-logo #logo-text {
    background-image: url('https://media.sentieo.com/images/sentieo-new-logo@2x.png');
    margin-left: 13px;
    margin-right: 13px;
  }
}
#header-html #menu-left #menu-logo #logo-text {
  background-image: url('https://media.sentieo.com/images/sentieo-new-logo.svg');
  margin-left: 13px;
  margin-right: 13px;
  height: 32px;
  width: 45px;
  background-size: 45px 27px;
  background-repeat: no-repeat;
  margin-top: 8px;
  box-sizing: border-box;
  display: inline-block;
}
#header-html #menu-left #menu-logo #logo-text-sentieo {
  background-image: url('https://media.sentieo.com/images/sentieo-new-logo.svg');
  margin-left: 13px;
  margin-right: 0px;
  height: 32px;
  width: 45px;
  background-size: 45px 27px;
  background-repeat: no-repeat;
  margin-top: 8px;
  box-sizing: border-box;
  display: inline-block;
  background-position: 9px 0px;
  background-size: 27px 27px;
}
#header-html #menu-left .menubutton-css {
  padding-left: 3px;
  padding-right: 3px;
  line-height: 40px;
  width: 80px;
}
#header-html #menu-left .menubutton-css:before {
  color: #ffffff;
  padding-right: 12px;
  font-size: 20px;
  vertical-align: middle;
}
@keyframes bounce {
  0% {
    margin-left: 10px;
  }
  10% {
    margin-left: 9px;
  }
  20% {
    margin-left: 8px;
  }
  30% {
    margin-left: 7px;
  }
  40% {
    margin-left: 6px;
  }
  50% {
    margin-left: 5px;
  }
  60% {
    margin-left: 4px;
  }
  70% {
    margin-left: 3px;
  }
  80% {
    margin-left: 2px;
  }
  90% {
    margin-left: 1px;
  }
  100% {
    margin-left: 0px;
  }
}
#header-html .start-prompt {
  animation: bounce .5s;
  animation-delay: 2s;
  animation-iteration-count: 4;
  animation-direction: alternate;
  -webkit-animation: bounce .5s;
  /* Safari and Chrome */
  -webkit-animation-iteration-count: 4;
  -webkit-animation-delay: 2s;
  -webkit-animation-direction: alternate;
  font-size: 10px;
  color: white;
  width: 15%;
  margin-left: 10px;
}
#header-html .start-prompt .icon {
  font-size: 22px;
  margin-top: 12px;
  float: left;
}
#header-html .start-prompt .start-text {
  float: left;
  margin-top: 17px;
}
#header-html #menu-middle {
  /*float:left;*/
  height: 100%;
  overflow: hidden;
}
#header-html #menu-middle .all-tab-holder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#header-html #menu-middle .move-left {
  margin-left: -1px;
}
#header-html #menu-middle #tab-home,
#header-html #menu-middle #tab-note,
#header-html #menu-middle #tab-stream {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 130px;
  margin-top: 10px;
  height: 20px;
  border-radius: 3px 3px 0 0;
  padding: 7px 6px;
  font-size: 18px;
  color: #364051;
  margin-right: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 22, 42, 0.5);
}
#header-html #menu-middle #tab-home .pin,
#header-html #menu-middle #tab-note .pin,
#header-html #menu-middle #tab-stream .pin {
  height: 16px;
  width: 16px;
  fill: #364051;
}
#header-html #menu-middle #tab-home .home .icon,
#header-html #menu-middle #tab-note .home .icon,
#header-html #menu-middle #tab-stream .home .icon {
  height: 18px;
  width: 18px;
  fill: #364051;
}
#header-html #menu-middle #tab-home div.home div,
#header-html #menu-middle #tab-note div.home div,
#header-html #menu-middle #tab-stream div.home div,
#header-html #menu-middle #tab-open div.home div,
#header-html #menu-middle #notification_icon div.home div {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  vertical-align: top;
}
#header-html #menu-middle #tab-home {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 11px;
  width: 110px;
  margin-left: -1px;
  padding: 8px 5px 5px 5px;
  margin-top: 9px;
  height: 19px;
}
#header-html #menu-middle #tab-home .left-icon {
  margin-top: -1px;
  color: #000;
}
#header-html #menu-middle .tab-non-active {
  cursor: pointer;
  background: #d4e0ea;
}
#header-html #menu-middle .tab-active {
  cursor: pointer;
  background: white !important;
  color: #000000 !important;
}
#header-html #menu-middle .tab-active .close-icon {
  color: #000000 !important;
}
#header-html #menu-middle .tab-active .close-icon:hover {
  color: #3d7fba !important;
}
#header-html #menu-middle .tab-active .tab-name {
  font-weight: 500;
}
#header-html #menu-middle .fixed_tab {
  background: #b6d7f5;
}
#header-html #menu-middle .fixed_tab.lazy {
  background: rgba(212, 224, 234, 0.5);
}
#header-html #menu-middle .header-tab,
#header-html #menu-middle .tab-drop-down,
#header-html #menu-middle #minimized-tab {
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 12px;
  margin-top: 10px;
  width: 130px;
  height: 18px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  padding: 7px 8px;
  line-height: 17px;
  color: #364051;
  margin-right: 3px;
}
#header-html #menu-middle .header-tab.lazy,
#header-html #menu-middle .tab-drop-down.lazy,
#header-html #menu-middle #minimized-tab.lazy {
  background: rgba(212, 224, 234, 0.5);
}
#header-html #menu-middle .header-tab .tab-content-holder .tab-shortname,
#header-html #menu-middle .tab-drop-down .tab-content-holder .tab-shortname,
#header-html #menu-middle #minimized-tab .tab-content-holder .tab-shortname {
  float: left;
  text-indent: -1px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 2px;
  margin-right: 2px;
  overflow: hidden;
  corlor: #3d7fba;
  max-width: 38px;
  display: inline-block;
  border: 1px solid #3d7fba;
  line-height: 14px;
  width: 31px;
  text-align: center;
  padding: 1px;
  box-sizing: border-box;
  margin-left: 5px;
}
#header-html #menu-middle .tab-open {
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 10px;
  margin-top: 12px;
  width: 130px;
  height: 12px;
  border-radius: 3px;
  padding: 6px;
}
#header-html #menu-middle .tab-drop-down,
#header-html #menu-middle .tab-open,
#header-html #menu-middle #minimized-tab {
  width: 12px;
  background-color: #ffffff;
  margin: 14px 6px 0 2px;
  box-shadow: 0 0 4px 0 rgba(0, 22, 42, 0.5);
}
#header-html #menu-middle .tab-drop-down .drop-down-icon,
#header-html #menu-middle .tab-open .drop-down-icon,
#header-html #menu-middle #minimized-tab .drop-down-icon {
  fill: #364051;
  height: 12px;
  width: 12px;
}
#header-html #menu-middle #minimized-tab {
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin: 10px 3px 0 0;
  text-align: center;
  width: 18px;
  padding: 4px 8px 10px 8px;
  background: #d4e0ea;
}
#header-html #menu-middle #minimized-tab .icon-more {
  height: 12px;
}
#header-html #menu-middle .tab-drop-down {
  width: 15px;
  height: 8px;
  margin-top: 18px;
}
#header-html #menu-middle .tab-drop-down .drop-down-icon {
  margin-left: 3px;
  margin-top: 0px;
}
#header-html #menu-middle .tab-content-holder .close-icon {
  height: 12px;
  width: 12px;
  font-size: 10px;
  fill: #364051;
  padding: 3px 0 3px 3px;
}
#header-html #menu-middle .tab-content-holder .close-icon:hover {
  fill: #3d7fba;
}
#header-html #menu-middle .tab-content-holder .left-icon {
  margin-right: 6px;
  height: 18px;
  width: 18px;
}
#header-html #menu-middle .tab-content-holder .tab-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 18px;
  max-width: 80px;
}
#header-html #menu-middle .tab-content-holder .nm-icon {
  height: 11px;
  width: 11px;
}
#header-html #menu-right {
  height: 100%;
  width: auto;
}
#header-html #menu-right #notification_icon #notification-bubble {
  position: absolute;
  z-index: 999;
  top: 24px;
  right: 4px;
}
#header-html #menu-right #notification_icon div.home span {
  font-size: 10px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 9999px;
  /*left: 50%;*/
  background: #000;
  color: #e0e0e0;
  padding: 0px 7px;
  line-height: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
#header-html #menu-right #notification_icon div.home span::before {
  content: "";
  display: block;
  border-left: 6px solid #000000;
  border-top: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 0px;
}
#header-html #menu-right #notification_icon div.home:hover span {
  opacity: 1;
  bottom: -35px;
}
#header-html .loading {
  margin: 0 auto;
  z-index: 9999;
  position: absolute;
  display: none;
  width: 300px;
  text-align: center;
}
#header-html .loading .loading-wrapper {
  width: 100%;
  height: 50px;
  text-align: center;
}
#header-html .loading .loading-wrapper p {
  font-size: 12px;
  font-family: sans-serif;
  color: #85bff1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#header-html .loading circle {
  stroke-dasharray: 410;
  stroke-dashoffset: 2110;
  stroke-width: 2;
  stroke-linecap: round;
  animation: dash 8s linear infinite;
  fill-opacity: 0.1;
  stroke: #538dbf;
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
#header-html .tab_context_popup {
  position: absolute;
  width: 140px;
  z-index: 9;
  left: 495px;
  top: 25px;
  background: #364051;
  opacity: 0.8;
  color: #fff;
  border-radius: 3px;
}
#header-html .tab_context_popup div {
  padding: 8px;
  font-size: 12px;
  border-bottom: 1px solid #363000;
}
#header-html .tab_context_popup .enable_tab,
#header-html .tab_context_popup .disable_tab {
  border-bottom: 1px solid #fff;
}
/*Welcome Center CSS*/
#welcome-html {
  overflow: auto;
  width: 100%;
  overflow-y: hidden;
  position: relative;
  background-color: #e8eef7;
  font-family: Helvetica Neue, Arial, sans-serif;
  height: 100%;
}
#welcome-html #welcome-content-holder {
  width: 1198px;
  border-right: 1px solid #d4e0ea;
  border-left: 1px solid #d4e0ea;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
}
#welcome-html #welcome-content-holder .header {
  color: #1e374d;
  padding: 31px 32px;
  line-height: 30px;
  font-size: 28px;
  border-bottom: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .close-wel {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 31px 32px;
  color: #698094;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
}
#welcome-html #welcome-content-holder .close-wel .icon {
  display: inline-block;
  vertical-align: middle;
  fill: #698094;
  height: 14px;
  width: 14px;
  margin-right: 6px;
}
#welcome-html #welcome-content-holder .close-wel .close-text {
  display: inline-block;
  vertical-align: middle;
}
#welcome-html #welcome-content-holder .in {
  display: inline-block;
  vertical-align: middle;
}
#welcome-html #welcome-content-holder .none {
  display: none;
}
#welcome-html #welcome-content-holder .container {
  font-size: 0;
  border-bottom: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .left-container {
  display: inline-block;
  border-right: 1px solid #d4e0ea;
  width: 899px;
}
#welcome-html #welcome-content-holder .container .left-container .launcher {
  padding: 13px 32px;
  border-bottom: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .sub-header {
  font-size: 22px;
  font-weight: 300;
  color: #1e374d;
  line-height: 24px;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point {
  padding-top: 19px;
  text-align: center;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .ln-box {
  display: inline-block;
  width: 92px;
  vertical-align: top;
  margin: 0 12px;
  text-align: center;
  cursor: pointer;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .ln-box .ln-btn {
  background-color: #E1F1FF;
  border-radius: 12px;
  height: 48px;
  width: 48px;
  padding: 22px;
  fill: #3d7fba;
  margin-bottom: 12px;
  box-shadow: 0 2px 4px -3px #1e374d;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .ln-box .ln-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #3d7fba;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .ln-box:hover .ln-btn {
  background-color: #3d7fba;
  fill: #ffffff;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu {
  text-align: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  z-index: 1005;
  position: absolute;
  top: 160px;
  left: auto;
  right: 220px;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu .rectangle {
  background: #ffffff;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 8px -2px #1e374d;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu .left-container-v2,
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu .right-container-v2 {
  position: relative;
  z-index: 999;
  background: #ffffff;
  width: 196px;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu .left-container-v2 {
  border-right: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu .menu-item-v2 {
  cursor: pointer;
  padding: 12px;
  color: #3d7fba;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu .menu-item-v2 .beta-status {
  font-size: 12px;
  padding-left: 3px;
  font-style: italic;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu .menu-item-v2 .icon {
  height: 16px;
  width: 16px;
  margin-right: 12px;
  text-align: center;
  float: left;
  margin-top: 1px;
  vertical-align: middle;
  fill: #3d7fba;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu .menu-item-v2:hover {
  background: #3d7fba;
  color: #ffffff;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu .menu-item-v2:hover .icon {
  fill: #ffffff;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu #menu-extra {
  padding-bottom: 30px;
}
#welcome-html #welcome-content-holder .container .left-container .launcher .launch-point .wel-sub-menu #menu-extra:hover {
  background: #ffffff;
}
#welcome-html #welcome-content-holder .container .left-container .tips {
  padding: 18px 32px !important;
  border-bottom: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .left-container .training,
#welcome-html #welcome-content-holder .container .left-container .tips {
  padding: 18px 32px 0 32px;
}
#welcome-html #welcome-content-holder .container .left-container .training .sub-header,
#welcome-html #welcome-content-holder .container .left-container .tips .sub-header {
  overflow: hidden;
}
#welcome-html #welcome-content-holder .container .left-container .training .sub-header .text,
#welcome-html #welcome-content-holder .container .left-container .tips .sub-header .text {
  font-size: 22px;
  font-weight: 300;
  color: #1e374d;
  line-height: 24px;
  display: inline-block;
}
#welcome-html #welcome-content-holder .container .left-container .training .sub-header .tut-btns,
#welcome-html #welcome-content-holder .container .left-container .tips .sub-header .tut-btns {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 3px;
  font-size: 0;
}
#welcome-html #welcome-content-holder .container .left-container .training .sub-header .tut-btns .btn,
#welcome-html #welcome-content-holder .container .left-container .tips .sub-header .tut-btns .btn {
  line-height: 18px;
  padding: 6px 12px;
  background: #e8eef7;
  color: #698094;
  display: inline-block;
  font-size: 14px;
  width: 90px;
  text-align: center;
  cursor: pointer;
}
#welcome-html #welcome-content-holder .container .left-container .training .sub-header .tut-btns .active,
#welcome-html #welcome-content-holder .container .left-container .tips .sub-header .tut-btns .active {
  color: #3d7fba;
  background: #ffffff;
}
#welcome-html #welcome-content-holder .container .left-container .training .sub-header .tut-btns #avl.btn,
#welcome-html #welcome-content-holder .container .left-container .tips .sub-header .tut-btns #avl.btn {
  border-right: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .left-container .training .content,
#welcome-html #welcome-content-holder .container .left-container .tips .content {
  margin-top: 18px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block {
  border: 1px solid #d4e0ea;
  border-radius: 6px;
  background: #f9fcff;
  padding: 24px;
  position: relative;
  margin-bottom: 24px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .num,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .num {
  color: #3d7fba;
  border-radius: 48px;
  background: #ffffff;
  font-size: 30px;
  line-height: 44px;
  padding: 10px;
  width: 44px;
  margin-right: 20px;
  box-shadow: 0 2px 4px -3px #1e374d;
  text-align: center;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .img,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .img {
  position: relative;
  width: 170px;
  height: 125px;
  border-radius: 6px;
  background-color: #f9fcff;
  margin-right: 20px;
  overflow: hidden;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .img img,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .img img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .grad,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .grad {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c425a+0,2c425a+100&0+0,0.85+100 */
  background: -moz-linear-gradient(top, rgba(44, 66, 90, 0) 0%, rgba(44, 66, 90, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(44, 66, 90, 0) 0%, rgba(44, 66, 90, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(44, 66, 90, 0) 0%, rgba(44, 66, 90, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002c425a', endColorstr='#d92c425a', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 170px;
  height: 125px;
  top: 0;
  border-radius: 6px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .text,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .text {
  margin-right: 20px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .text .head,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .text .head {
  font-size: 16px;
  line-height: 24px;
  color: #1e374d;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .text .subhead,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .text .subhead {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
  font-weight: 300;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .text .f-list,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .text .f-list {
  color: #3d7fba;
  padding: 0 0 0 18px;
  margin: 6px 0 0 0 ;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .text .f-list li,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .text .f-list li {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .index,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .index {
  position: absolute;
  top: 24px;
  right: 24px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .index .len,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .index .len {
  font-size: 12px;
  line-height: 18px;
  color: #698094;
  margin-right: 6px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .index .bar,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .index .bar {
  width: 100px;
  height: 6px;
  border-radius: 18px;
  background-color: #CCD8E6;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .index .bar .bar-active,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .index .bar .bar-active {
  height: 6px;
  border-radius: 18px;
  background-color: #3d7fba;
  width: 20px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .tour-button,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .tour-button {
  background-color: #ffffff;
  border: 2px solid #3d7fba;
  width: 160px;
  padding: 9px;
  border-radius: 3px;
  color: #3d7fba;
  text-align: center;
  position: absolute;
  bottom: 24px;
  right: 24px;
  cursor: pointer;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .tour-button .icon,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .tour-button .icon {
  height: 17px;
  width: 17px;
  fill: #3d7fba;
  margin-right: 6px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .tour-button .btn-text,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .tour-button .btn-text {
  font-size: 14px;
  line-height: 24px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .tour-button .start:after,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .tour-button .start:after {
  content: 'Start Course';
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .tour-button .resume:after,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .tour-button .resume:after {
  content: 'Resume Course';
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .tour-button:hover,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .tour-button:hover {
  background-color: #3d7fba;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .tour-button:hover .icon,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .tour-button:hover .icon,
#welcome-html #welcome-content-holder .container .left-container .training .content .block .final .tour-button:hover .btn-text,
#welcome-html #welcome-content-holder .container .left-container .tips .content .block .final .tour-button:hover .btn-text {
  color: #ffffff;
  fill: #ffffff;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .tip-img .vid,
#welcome-html #welcome-content-holder .container .left-container .tips .content .tip-img .vid {
  width: 500px;
  height: 280px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .tip-data,
#welcome-html #welcome-content-holder .container .left-container .tips .content .tip-data {
  vertical-align: top;
  width: 310px;
  margin-left: 18px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .tip-data .tip-head,
#welcome-html #welcome-content-holder .container .left-container .tips .content .tip-data .tip-head {
  font-size: 15px;
  color: #1e374d;
  line-height: 18px;
  margin-bottom: 12px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .tip-data .tip-body,
#welcome-html #welcome-content-holder .container .left-container .tips .content .tip-data .tip-body {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
  margin-bottom: 12px;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .tip-more,
#welcome-html #welcome-content-holder .container .left-container .tips .content .tip-more {
  font-size: 15px;
  font-weight: 500;
  color: #3d7fba;
  cursor: pointer;
}
#welcome-html #welcome-content-holder .container .left-container .training .content .tip-more:hover,
#welcome-html #welcome-content-holder .container .left-container .tips .content .tip-more:hover {
  text-decoration: underline;
}
#welcome-html #welcome-content-holder .container .right-container {
  display: inline-block;
  width: 298px;
  position: absolute;
}
#welcome-html #welcome-content-holder .container .right-container .expiry {
  padding: 32px;
  border-bottom: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .right-container .expiry .ind {
  margin-bottom: 18px;
}
#welcome-html #welcome-content-holder .container .right-container .expiry .ind .rem-num {
  font-size: 36px;
  line-height: 36px;
  margin-right: 12px;
}
#welcome-html #welcome-content-holder .container .right-container .expiry .ind .rem {
  vertical-align: top;
}
#welcome-html #welcome-content-holder .container .right-container .expiry .ind .rem .rem-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}
#welcome-html #welcome-content-holder .container .right-container .expiry .ind .rem .rem-index {
  height: 6px;
  width: auto;
  background-color: #CCD8E6;
  border-radius: 12px;
}
#welcome-html #welcome-content-holder .container .right-container .expiry .ind .rem .rem-index .rem-index-active {
  border-radius: 12px;
  background-color: #ff9231;
  width: 40px;
  height: 6px;
}
#welcome-html #welcome-content-holder .container .right-container .expiry .button {
  width: 234px;
  background-color: #3d7fba;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 18px;
  cursor: pointer;
}
#welcome-html #welcome-content-holder .container .right-container .expiry .button:hover {
  background-color: #336ea6;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#welcome-html #welcome-content-holder .container .right-container .daily-tip {
  padding: 18px 32px;
  cursor: pointer;
  border-bottom: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .right-container .daily-tip .daily-text {
  font-size: 14px;
  line-height: 18px;
  color: #698094;
  font-weight: 300;
  margin-bottom: 6px;
}
#welcome-html #welcome-content-holder .container .right-container .daily-tip .image {
  position: relative;
  height: 140px;
  width: auto;
  margin: 0 auto 6px auto;
  background-color: #f9fcff;
  border-radius: 6px;
  overflow: hidden;
}
#welcome-html #welcome-content-holder .container .right-container .daily-tip .image img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
#welcome-html #welcome-content-holder .container .right-container .daily-tip .grad {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c425a+0,2c425a+100&0+0,0.85+100 */
  background: -moz-linear-gradient(top, rgba(44, 66, 90, 0) 0%, rgba(44, 66, 90, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(44, 66, 90, 0) 0%, rgba(44, 66, 90, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(44, 66, 90, 0) 0%, rgba(44, 66, 90, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002c425a', endColorstr='#d92c425a', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0;
  border-radius: 6px;
}
#welcome-html #welcome-content-holder .container .right-container .daily-tip .tip-text {
  font-size: 14px;
  line-height: 18px;
  color: #3d7fba;
  max-width: 234px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
}
#welcome-html #welcome-content-holder .container .right-container .daily-tip .tip-text-2 {
  font-size: 12px;
  line-height: 18px;
  color: #3d7fba;
  font-weight: 300;
  text-decoration: underline;
}
#welcome-html #welcome-content-holder .container .right-container .apps {
  padding: 18px 32px;
  cursor: pointer;
  border-bottom: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .right-container .apps .image {
  width: 140px;
  height: auto;
  margin: 0 auto 12px auto;
}
#welcome-html #welcome-content-holder .container .right-container .apps .image img {
  width: 140px;
  height: auto;
}
#welcome-html #welcome-content-holder .container .right-container .apps .app-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #3d7fba;
  text-align: center;
}
#welcome-html #welcome-content-holder .container .right-container .chat {
  padding: 18px 32px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #d4e0ea;
}
#welcome-html #welcome-content-holder .container .right-container .chat .t1 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #698094;
  margin-bottom: 12px;
}
#welcome-html #welcome-content-holder .container .right-container .chat .t2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #3d7fba;
}
#welcome-html #welcome-content-holder .container .right-container .chat .t2 .icon {
  height: 17px;
  width: 17px;
  fill: #3d7fba;
  margin-right: 6px;
}
/* Notifications start */
#ndd {
  top: 40px !important;
  right: 100px !important;
}
#ndd,
.push-notification-container {
  position: absolute;
  z-index: 1005;
  width: auto;
  right: 12px;
  top: 48px;
  height: 83vh;
  /* Notification block start */
}
#ndd .simplebar .alert-item,
.push-notification-container .simplebar .alert-item {
  overflow: hidden;
}
#ndd .simplebar .simplebar-track .simplebar-scrollbar,
.push-notification-container .simplebar .simplebar-track .simplebar-scrollbar {
  min-height: 30px !important;
}
#ndd .triangle1,
.push-notification-container .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 278px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#ndd .main-menu-rectangle,
.push-notification-container .main-menu-rectangle {
  background: #ffffff;
  padding-top: 2px;
  border: 1px solid #565656;
  height: 100%;
}
#ndd .open-settings,
.push-notification-container .open-settings {
  cursor: pointer;
}
#ndd .content-holder,
.push-notification-container .content-holder {
  width: 398px;
  overflow-y: auto;
  overflow-x: hidden;
}
#ndd .content-holder .doccontainer,
.push-notification-container .content-holder .doccontainer {
  height: 100%;
  width: 460px;
  overflow-x: hidden;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#ndd .content-holder .doccontainer .jspHorizontalBar div,
.push-notification-container .content-holder .doccontainer .jspHorizontalBar div {
  display: none;
}
#ndd .content-holder .doccontainer .jspVerticalBar,
.push-notification-container .content-holder .doccontainer .jspVerticalBar {
  right: 10px;
  width: 4px;
  display: block!important;
}
#ndd .content-holder .doccontainer .jspVerticalBar .jspArrow,
.push-notification-container .content-holder .doccontainer .jspVerticalBar .jspArrow {
  display: none!important;
}
#ndd .content-holder .doccontainer .jspVerticalBar .jspDrag,
.push-notification-container .content-holder .doccontainer .jspVerticalBar .jspDrag {
  height: 110px!important;
  width: 4px;
  left: 4px;
  background-color: rgba(105, 128, 148, 0.55);
}
#ndd .new,
.push-notification-container .new {
  background: #E7EFF6;
}
#ndd .alert-headline .headline-title,
.push-notification-container .alert-headline .headline-title {
  color: #437FB7;
  font-size: 12px;
}
#ndd .alert-headline .headline-title .company-type,
.push-notification-container .alert-headline .headline-title .company-type {
  color: #999999;
  font-size: 11px;
}
#ndd .alert-headline .headline-title .company-name,
.push-notification-container .alert-headline .headline-title .company-name {
  margin-bottom: 3px;
}
#ndd .alert-headline .icon,
.push-notification-container .alert-headline .icon {
  float: right;
  color: #BCBCBC;
  font-size: 10px;
  margin-right: 11px;
}
#ndd .alert-headline .icon1,
.push-notification-container .alert-headline .icon1 {
  width: 45px;
  height: 45px;
}
#ndd .newalerts_page,
.push-notification-container .newalerts_page {
  cursor: pointer;
}
#ndd .newalerts_page .headline,
.push-notification-container .newalerts_page .headline {
  font-size: 13px;
  font-weight: bold;
}
#ndd .newalerts_page .left,
.push-notification-container .newalerts_page .left {
  width: 3%;
}
#ndd .newalerts_page .right,
.push-notification-container .newalerts_page .right {
  width: 97%;
}
#ndd .newalerts_page .middle-row,
.push-notification-container .newalerts_page .middle-row {
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 12px;
}
#ndd .newalerts_page .middle-row .user-icon,
.push-notification-container .newalerts_page .middle-row .user-icon {
  margin-top: 4px;
  margin-right: 4px;
  font-size: 9px;
  color: #545454;
}
#ndd .newalerts_page .middle-row .sharedusername,
.push-notification-container .newalerts_page .middle-row .sharedusername {
  color: #545454;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 2px;
}
#ndd .newalerts_page .middle-row .note-title,
.push-notification-container .newalerts_page .middle-row .note-title {
  color: #437FB7;
  margin-right: 8px;
  white-space: normal;
}
#ndd .newalerts_page .middle-row .negative,
.push-notification-container .newalerts_page .middle-row .negative {
  color: #e81a1a;
}
#ndd .newalerts_page .middle-row .positive,
.push-notification-container .newalerts_page .middle-row .positive {
  color: #2da65b;
}
#ndd .newalerts_page .middle-row .shared-by,
.push-notification-container .newalerts_page .middle-row .shared-by {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
}
#ndd .newalerts_page .middle-row .current_price,
.push-notification-container .newalerts_page .middle-row .current_price {
  font-size: 12px;
  color: #1e374d;
  margin: 0 6px;
}
#ndd .newalerts_page .middle-row .pricechange,
.push-notification-container .newalerts_page .middle-row .pricechange {
  margin-left: 5px;
}
#ndd .newalerts_page .middle-row .notepopout_alert,
.push-notification-container .newalerts_page .middle-row .notepopout_alert {
  color: #437FB7;
  margin-left: 15px;
  cursor: pointer;
}
#ndd .newalerts_page .middle-row .notepopout_alert .note-icon,
.push-notification-container .newalerts_page .middle-row .notepopout_alert .note-icon {
  margin-top: 2px;
}
#ndd .newalerts_page .middle-row .plotterpopout_alert,
.push-notification-container .newalerts_page .middle-row .plotterpopout_alert {
  color: #437FB7;
  margin-left: 15px;
  cursor: pointer;
}
#ndd .newalerts_page .middle-row .plotterpopout_alert .note-icon,
.push-notification-container .newalerts_page .middle-row .plotterpopout_alert .note-icon {
  margin-top: 2px;
}
#ndd .newalerts_page .middle-row .docpopout_alert,
.push-notification-container .newalerts_page .middle-row .docpopout_alert {
  color: #437FB7;
  margin-left: 15px;
  cursor: pointer;
}
#ndd .newalerts_page .middle-row .docpopout_alert .note-icon,
.push-notification-container .newalerts_page .middle-row .docpopout_alert .note-icon {
  margin-top: 2px;
}
#ndd .newalerts_page .timestamp,
.push-notification-container .newalerts_page .timestamp {
  font-size: 9px;
  float: left;
  clear: both;
  margin-left: 5px;
  margin-top: 2px;
  color: #545454;
}
#ndd .newalerts_page .time,
.push-notification-container .newalerts_page .time {
  font-size: 9px;
  float: left;
  margin-left: 5px;
  margin-top: 3px;
  color: #545454;
}
#ndd .newalerts_page .doc-ticker,
.push-notification-container .newalerts_page .doc-ticker {
  float: left;
  clear: both;
  margin-left: 5px;
  margin-top: 2px;
}
#ndd .newalerts_page .author,
.push-notification-container .newalerts_page .author {
  font-size: 10px;
  margin-left: 8px;
  margin-right: 2px;
  color: #595959;
  margin-top: 1px;
}
#ndd .note_plotter_doc_alert,
.push-notification-container .note_plotter_doc_alert {
  cursor: pointer;
}
#ndd .note_plotter_doc_alert .headline,
.push-notification-container .note_plotter_doc_alert .headline {
  font-size: 13px;
  font-weight: bold;
}
#ndd .note_plotter_doc_alert .left,
.push-notification-container .note_plotter_doc_alert .left {
  width: 3%;
}
#ndd .note_plotter_doc_alert .right,
.push-notification-container .note_plotter_doc_alert .right {
  width: 97%;
}
#ndd .note_plotter_doc_alert .middle-row,
.push-notification-container .note_plotter_doc_alert .middle-row {
  margin-left: 5px;
  margin-top: 2px;
  font-size: 12px;
}
#ndd .note_plotter_doc_alert .middle-row .user-icon,
.push-notification-container .note_plotter_doc_alert .middle-row .user-icon {
  margin-top: 4px;
  margin-right: 4px;
  font-size: 9px;
  color: #545454;
}
#ndd .note_plotter_doc_alert .middle-row .sharedusername,
.push-notification-container .note_plotter_doc_alert .middle-row .sharedusername {
  color: #545454;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 2px;
}
#ndd .note_plotter_doc_alert .middle-row .note-title,
.push-notification-container .note_plotter_doc_alert .middle-row .note-title {
  color: #437FB7;
  margin-right: 8px;
  white-space: normal;
}
#ndd .note_plotter_doc_alert .middle-row .negative,
.push-notification-container .note_plotter_doc_alert .middle-row .negative {
  color: #E45952;
}
#ndd .note_plotter_doc_alert .middle-row .positive,
.push-notification-container .note_plotter_doc_alert .middle-row .positive {
  color: #2F8B27;
}
#ndd .note_plotter_doc_alert .middle-row .shared-by,
.push-notification-container .note_plotter_doc_alert .middle-row .shared-by {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
}
#ndd .note_plotter_doc_alert .middle-row .current_price,
.push-notification-container .note_plotter_doc_alert .middle-row .current_price {
  font-size: 12px;
  color: #1e374d;
  margin: 0 6px;
}
#ndd .note_plotter_doc_alert .middle-row .pricechange,
.push-notification-container .note_plotter_doc_alert .middle-row .pricechange {
  margin-left: 5px;
}
#ndd .note_plotter_doc_alert .middle-row .notepopout_alert,
.push-notification-container .note_plotter_doc_alert .middle-row .notepopout_alert {
  color: #437FB7;
  margin-left: 15px;
  cursor: pointer;
}
#ndd .note_plotter_doc_alert .middle-row .notepopout_alert .note-icon,
.push-notification-container .note_plotter_doc_alert .middle-row .notepopout_alert .note-icon {
  margin-top: 2px;
}
#ndd .note_plotter_doc_alert .middle-row .plotterpopout_alert,
.push-notification-container .note_plotter_doc_alert .middle-row .plotterpopout_alert {
  color: #437FB7;
  margin-left: 15px;
  cursor: pointer;
}
#ndd .note_plotter_doc_alert .middle-row .plotterpopout_alert .note-icon,
.push-notification-container .note_plotter_doc_alert .middle-row .plotterpopout_alert .note-icon {
  margin-top: 2px;
}
#ndd .note_plotter_doc_alert .middle-row .docpopout_alert,
.push-notification-container .note_plotter_doc_alert .middle-row .docpopout_alert {
  color: #437FB7;
  margin-left: 15px;
  cursor: pointer;
}
#ndd .note_plotter_doc_alert .middle-row .docpopout_alert .note-icon,
.push-notification-container .note_plotter_doc_alert .middle-row .docpopout_alert .note-icon {
  margin-top: 2px;
}
#ndd .note_plotter_doc_alert .timestamp,
.push-notification-container .note_plotter_doc_alert .timestamp {
  font-size: 9px;
  float: left;
  clear: both;
  margin-left: 5px;
  margin-top: 2px;
  color: #545454;
}
#ndd .note_plotter_doc_alert .time,
.push-notification-container .note_plotter_doc_alert .time {
  font-size: 9px;
  float: left;
  margin-left: 5px;
  margin-top: 2px;
  color: #545454;
}
#ndd .note_plotter_doc_alert .doc-ticker,
.push-notification-container .note_plotter_doc_alert .doc-ticker {
  float: left;
  clear: both;
  margin-left: 5px;
  margin-top: 2px;
}
#ndd .note_plotter_doc_alert .author,
.push-notification-container .note_plotter_doc_alert .author {
  font-size: 10px;
  margin-left: 8px;
  margin-right: 2px;
  color: #595959;
  margin-top: 1px;
}
#ndd .alert-type,
.push-notification-container .alert-type {
  font-size: 9px;
  color: #595959;
  margin-right: 6px;
}
#ndd .alert-middle-row,
.push-notification-container .alert-middle-row {
  margin-top: 6px;
  margin-left: 6px;
}
#ndd .alert-middle-row .value,
.push-notification-container .alert-middle-row .value {
  font-size: 10px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #595959;
}
#ndd .alert-middle-row .text,
.push-notification-container .alert-middle-row .text {
  font-size: 9px;
  color: #999999;
}
#ndd .price-alert-time,
.push-notification-container .price-alert-time {
  clear: both;
  color: #999999;
  font-size: 11px;
  padding-top: 2px;
  padding-left: 7px;
}
#ndd .headline-item .by-line,
.push-notification-container .headline-item .by-line {
  margin-top: 3px;
}
#ndd .by-line,
.push-notification-container .by-line {
  float: left;
  width: 97%;
  margin-top: 6px;
}
#ndd .by-line .ticker-chevrons,
.push-notification-container .by-line .ticker-chevrons {
  float: left;
}
#ndd .by-line .ticker,
.push-notification-container .by-line .ticker {
  float: left;
}
#ndd .by-line .source,
.push-notification-container .by-line .source {
  padding-right: 4px;
}
#ndd .by-line .author,
.push-notification-container .by-line .author,
#ndd .by-line .source,
.push-notification-container .by-line .source {
  float: left;
  font-size: 9px;
  color: #999999;
}
#ndd .by-line .author a,
.push-notification-container .by-line .author a {
  color: #999999;
  text-decoration: none;
}
#ndd .by-line .icon,
.push-notification-container .by-line .icon {
  float: right;
  color: #BCBCBC;
  font-size: 12px;
}
#ndd .by-line .upper-row-header,
.push-notification-container .by-line .upper-row-header {
  height: 16px;
  padding-bottom: 1px;
}
#ndd .by-line .upper-row-header .tweet-message,
.push-notification-container .by-line .upper-row-header .tweet-message {
  font-size: 12px;
  font-weight: bold;
  margin-right: 7px;
  height: 16px;
}
#ndd .by-line .upper-row-header .tweet-source,
.push-notification-container .by-line .upper-row-header .tweet-source {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  height: 10px;
}
#ndd .by-line .upper-row-header .usernamelink,
.push-notification-container .by-line .upper-row-header .usernamelink {
  color: black;
  text-decoration: none;
}
#ndd .by-line .tweet-api,
.push-notification-container .by-line .tweet-api {
  margin-top: -18px;
  font-size: 17px;
  margin-right: 12px;
}
#ndd .by-line .tweet-api .text,
.push-notification-container .by-line .tweet-api .text {
  margin-top: 2px;
  margin-right: 8px;
  color: #595959;
}
#ndd .by-line .tweet-api .img,
.push-notification-container .by-line .tweet-api .img {
  height: 12px;
  margin-top: 3px;
  margin-right: 1px;
  outline: none;
  border: none;
}
#ndd .by-line .tweet-api .tweet-retweet,
.push-notification-container .by-line .tweet-api .tweet-retweet {
  margin-left: 7px;
  margin-right: 7px;
}
#ndd .headline-item.blue,
.push-notification-container .headline-item.blue,
#ndd .headline-item:hover,
.push-notification-container .headline-item:hover {
  border-top: 1px solid #bbb;
}
#ndd .headline-item,
.push-notification-container .headline-item {
  float: left;
  width: 398px;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 10px;
  -moz-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  box-shadow: inset 0px -1px 1px 0px #EEEEEE;
}
#ndd .headline-item .headline-container,
.push-notification-container .headline-item .headline-container {
  padding: 10px 12px 0px 12px;
}
#ndd .headline-item .headline-title,
.push-notification-container .headline-item .headline-title {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#ndd .headline-item .headline-content,
.push-notification-container .headline-item .headline-content {
  padding-top: 5px;
  font-size: 11px;
  color: #232323;
}
#ndd .headline-item .headline-datestamp,
.push-notification-container .headline-item .headline-datestamp {
  color: #999999;
  font-size: 10px;
  padding-left: 12px;
  padding-top: 5px;
}
#ndd .headline-item:hover,
.push-notification-container .headline-item:hover {
  background: #FFFDE0;
}
#ndd .blue,
.push-notification-container .blue {
  background-color: #E0F0FC;
}
#ndd .blue:hover,
.push-notification-container .blue:hover {
  background-color: #FFFDE0;
}
#ndd .tweet-item.blue,
.push-notification-container .tweet-item.blue,
#ndd .tweet-item:hover,
.push-notification-container .tweet-item:hover {
  border-top: 1px solid #bbb;
}
#ndd .tweet-item,
.push-notification-container .tweet-item {
  float: left;
  width: 460px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BBBBBB;
  -moz-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  box-shadow: inset 0px -1px 1px 0px #EEEEEE;
}
#ndd .tweet-item .tweet-full-container,
.push-notification-container .tweet-item .tweet-full-container {
  float: left;
  padding-left: 12px;
}
#ndd .tweet-item .content,
.push-notification-container .tweet-item .content {
  font-size: 11px;
  color: #232323;
}
#ndd .tweet-item .tweet-left-container,
.push-notification-container .tweet-item .tweet-left-container {
  width: 48px;
  float: left;
  height: 48px;
}
#ndd .tweet-item .tweet-left-container .tweet-profile-pic,
.push-notification-container .tweet-item .tweet-left-container .tweet-profile-pic {
  height: 48px;
  width: 48px;
  background: grey;
}
#ndd .tweet-item .tweet-right-container,
.push-notification-container .tweet-item .tweet-right-container {
  width: 245px;
  margin-left: 6px;
  float: left;
  padding-bottom: 0px;
}
#ndd .tweet-item .tweet-right-container .upper-row-header,
.push-notification-container .tweet-item .tweet-right-container .upper-row-header {
  height: 17px;
  /*width: 70%;*/
  padding-bottom: 1px;
}
#ndd .tweet-item .tweet-right-container .upper-row-header .tweet-message,
.push-notification-container .tweet-item .tweet-right-container .upper-row-header .tweet-message {
  font-size: 12px;
  font-weight: bold;
  margin-right: 7px;
  height: 16px;
  /*max-width: 60%;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}
#ndd .tweet-item .tweet-right-container .upper-row-header .tweet-source,
.push-notification-container .tweet-item .tweet-right-container .upper-row-header .tweet-source {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  height: 10px;
  /*padding-right: 4px;*/
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  /*max-width: 33%;*/
}
#ndd .tweet-item .tweet-right-container .upper-row-header .usernamelink,
.push-notification-container .tweet-item .tweet-right-container .upper-row-header .usernamelink {
  color: black;
  text-decoration: none;
}
#ndd .tweet-item .tweet-right-container .tweet-api,
.push-notification-container .tweet-item .tweet-right-container .tweet-api {
  margin-top: -18px;
  font-size: 17px;
  margin-right: 12px;
}
#ndd .tweet-item .tweet-right-container .tweet-api .text,
.push-notification-container .tweet-item .tweet-right-container .tweet-api .text {
  margin-top: 2px;
  margin-right: 8px;
  color: #595959;
}
#ndd .tweet-item .tweet-right-container .tweet-api .img,
.push-notification-container .tweet-item .tweet-right-container .tweet-api .img {
  height: 12px;
  margin-top: 3px;
  margin-right: 1px;
  outline: none;
  border: none;
}
#ndd .tweet-item .tweet-right-container .tweet-api .tweet-retweet,
.push-notification-container .tweet-item .tweet-right-container .tweet-api .tweet-retweet {
  margin-left: 7px;
  margin-right: 7px;
}
#ndd .tweet-item:hover,
.push-notification-container .tweet-item:hover {
  background: #FFFDE0;
}
#ndd .load-more,
.push-notification-container .load-more {
  /*display: none;*/
  cursor: pointer;
  float: left;
  width: 398px;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  height: 24px;
  padding-top: 10px;
}
#ndd .load-more .load-text,
.push-notification-container .load-more .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#ndd .row,
.push-notification-container .row {
  height: 24px;
  width: 384px;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 8px;
  padding-top: 8px;
  font-weight: bold;
  vertical-align: middle;
}
#ndd .sub-row,
.push-notification-container .sub-row {
  height: 24px;
  width: 460px;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}
#ndd .sub-row #alldoc-bubble,
.push-notification-container .sub-row #alldoc-bubble,
#ndd .sub-row #alltweets-bubble,
.push-notification-container .sub-row #alltweets-bubble,
#ndd .sub-row #allnews-bubble,
.push-notification-container .sub-row #allnews-bubble,
#ndd .sub-row #allfiling-bubble,
.push-notification-container .sub-row #allfiling-bubble {
  position: relative;
  margin-right: 4px;
  z-index: 999;
}
#ndd .sub-row-content-holder,
.push-notification-container .sub-row-content-holder {
  height: 100%;
  width: auto;
  float: left;
  text-align: center;
  transform: translateY(3px);
}
#ndd .sub-row-content-holder:hover,
.push-notification-container .sub-row-content-holder:hover {
  -moz-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  box-shadow: inset -1px 1px 3px 0px #BCBCBC;
}
#ndd .sub-row-content,
.push-notification-container .sub-row-content {
  padding-top: 5px;
  font-size: 9px;
  height: 19px;
  text-align: center;
  border-right: 1px solid #BCBCBC;
}
#ndd .last,
.push-notification-container .last {
  border-right: none;
}
#ndd .notification-block,
.push-notification-container .notification-block {
  border-radius: 4px;
  border: 0;
  padding-top: 0;
  box-shadow: 0 2px 12px 0 rgba(2, 42, 60, 0.65);
  font-family: Helvetica Neue, Arial, sans-serif;
}
#ndd .notification-block .row,
.push-notification-container .notification-block .row {
  height: 40px;
  box-sizing: border-box;
  padding: 12px 12px 0 12px;
  background-color: #ffffff;
  width: 460px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#ndd .notification-block .row .close,
.push-notification-container .notification-block .row .close,
#ndd .notification-block .row .open-settings,
.push-notification-container .notification-block .row .open-settings {
  fill: #3d7fba;
  height: 13px;
  width: 13px;
  cursor: pointer;
}
#ndd .notification-block .row .open-settings,
.push-notification-container .notification-block .row .open-settings {
  margin-right: 12px;
}
#ndd .notification-block .row .message,
.push-notification-container .notification-block .row .message {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #3d7fba;
}
#ndd .notification-block .sub-row,
.push-notification-container .notification-block .sub-row {
  height: 36px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  border-bottom: 3px solid #d4e0ea;
}
#ndd .notification-block .sub-row .sub-row-content-holder .sub-row-content,
.push-notification-container .notification-block .sub-row .sub-row-content-holder .sub-row-content {
  height: 36px;
  box-sizing: border-box;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 400;
  color: #698094;
  line-height: 18px;
  border-right: 0px;
  cursor: pointer;
  border-bottom: 3px solid #d4e0ea;
  padding-right: 8px;
  padding-left: 8px;
}
#ndd .notification-block .sub-row .sub-row-content-holder .sub-row-content .red-bubble,
.push-notification-container .notification-block .sub-row .sub-row-content-holder .sub-row-content .red-bubble {
  background-image: none;
  box-shadow: none;
  margin-left: 3px;
  border-radius: 2px;
  background: #f04848;
}
#ndd .notification-block .sub-row .sub-row-content-holder.selected-tab .sub-row-content,
.push-notification-container .notification-block .sub-row .sub-row-content-holder.selected-tab .sub-row-content {
  color: #3d7fba;
  font-weight: bold;
  border-bottom: 3px solid #3d7fba;
}
#ndd .notification-block .sub-row .sub-row-content-holder:hover,
.push-notification-container .notification-block .sub-row .sub-row-content-holder:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ndd .notification-block .content-holder,
.push-notification-container .notification-block .content-holder {
  width: 460px;
}
#ndd .notification-block .content-holder .loading_img,
.push-notification-container .notification-block .content-holder .loading_img {
  height: 40px;
  width: 40px;
}
#ndd .notification-block .content-holder .load-more,
.push-notification-container .notification-block .content-holder .load-more {
  width: 460px;
  height: 22px;
}
#ndd .notification-block .content-holder .notification-image,
.push-notification-container .notification-block .content-holder .notification-image {
  height: 54px;
  width: 54px;
  margin: 12px;
  border: 1px solid #d4e0ea;
  padding: 9px;
  box-sizing: border-box;
  color: #3d7fba;
  border-radius: 4px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: 3px 2px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  overflow: hidden;
}
#ndd .notification-block .content-holder .notification-image.imageUrl,
.push-notification-container .notification-block .content-holder .notification-image.imageUrl {
  padding: 0;
  box-sizing: content-box;
}
#ndd .notification-block .content-holder .notification-image.imageUrl img,
.push-notification-container .notification-block .content-holder .notification-image.imageUrl img {
  width: 54px;
  height: auto;
  vertical-align: super;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
  white-space: nowrap;
}
#ndd .notification-block .content-holder .notification-image.initials,
.push-notification-container .notification-block .content-holder .notification-image.initials {
  font-size: 22px;
  color: #698094;
  line-height: 52px;
  text-align: center;
  padding: 0 18px;
}
#ndd .notification-block .content-holder .stream-load-more,
.push-notification-container .notification-block .content-holder .stream-load-more {
  height: 20px;
}
#ndd .notification-block .content-holder .notification-content,
.push-notification-container .notification-block .content-holder .notification-content {
  margin-top: 12px;
}
#ndd .notification-block .content-holder .notification-image.mw,
.push-notification-container .notification-block .content-holder .notification-image.mw {
  background-image: url('https://media.sentieo.com/images/mw.png');
}
#ndd .notification-block .content-holder .notification-image.bw,
.push-notification-container .notification-block .content-holder .notification-image.bw {
  background-image: url('https://media.sentieo.com/images/bw.png');
}
#ndd .notification-block .content-holder .notification-image.gn,
.push-notification-container .notification-block .content-holder .notification-image.gn,
#ndd .notification-block .content-holder .notification-image.gn_e,
.push-notification-container .notification-block .content-holder .notification-image.gn_e {
  background-image: url('https://media.sentieo.com/images/gn.png');
}
#ndd .notification-block .content-holder .notification-image.to,
.push-notification-container .notification-block .content-holder .notification-image.to {
  background-image: url('https://media.sentieo.com/images/tr.png');
}
#ndd .notification-block .content-holder .notification-image.pr_e,
.push-notification-container .notification-block .content-holder .notification-image.pr_e,
#ndd .notification-block .content-holder .notification-image.pr_a,
.push-notification-container .notification-block .content-holder .notification-image.pr_a,
#ndd .notification-block .content-holder .notification-image.pr_u,
.push-notification-container .notification-block .content-holder .notification-image.pr_u {
  background-image: url('https://media.sentieo.com/images/pr.png');
}
#ndd .notification-block .content-holder .notification-image.icon-keyword:before,
.push-notification-container .notification-block .content-holder .notification-image.icon-keyword:before,
#ndd .notification-block .content-holder .notification-image.icon-filing:before,
.push-notification-container .notification-block .content-holder .notification-image.icon-filing:before {
  font-size: 36px;
  text-align: center;
  width: 48px;
  margin-top: 4px;
}
#ndd .notification-block .content-holder .notification-image.fa-area-chart:before,
.push-notification-container .notification-block .content-holder .notification-image.fa-area-chart:before {
  font-size: 34px;
  position: relative;
  top: 2px;
  left: -2px;
}
#ndd .notification-block .content-holder .tweet-item,
.push-notification-container .notification-block .content-holder .tweet-item {
  border-bottom: 1px solid #d4e0ea;
  background: #f9fcff;
  padding-bottom: 0;
  box-shadow: none;
}
#ndd .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .title,
.push-notification-container .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .title {
  font-weight: normal;
  color: #9cabb8;
  margin-left: 0;
}
#ndd .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .time,
.push-notification-container .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .time {
  margin-top: 4px;
}
#ndd .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .sharedBy,
.push-notification-container .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .sharedBy {
  font-weight: bold;
  color: #333333;
}
#ndd .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .left,
.push-notification-container .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .left {
  width: auto;
}
#ndd .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .left .ticker-chevron,
.push-notification-container .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .left .ticker-chevron {
  display: inline;
  margin-right: 6px;
}
#ndd .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .right,
.push-notification-container .notification-block .content-holder .tweet-item.note_plotter_doc_alert .notification-content .right {
  width: auto;
  padding-top: 3px;
}
#ndd .notification-block .content-holder .tweet-item.note-shares .notification-content .title,
.push-notification-container .notification-block .content-holder .tweet-item.note-shares .notification-content .title,
#ndd .notification-block .content-holder .tweet-item.shared-plotter .notification-content .title,
.push-notification-container .notification-block .content-holder .tweet-item.shared-plotter .notification-content .title {
  font-weight: normal;
  color: #9cabb8;
  margin-left: 0;
}
#ndd .notification-block .content-holder .tweet-item.note-shares .notification-content .time,
.push-notification-container .notification-block .content-holder .tweet-item.note-shares .notification-content .time,
#ndd .notification-block .content-holder .tweet-item.shared-plotter .notification-content .time,
.push-notification-container .notification-block .content-holder .tweet-item.shared-plotter .notification-content .time {
  margin-top: 4px;
}
#ndd .notification-block .content-holder .tweet-item.note-shares .notification-content .sharedBy,
.push-notification-container .notification-block .content-holder .tweet-item.note-shares .notification-content .sharedBy,
#ndd .notification-block .content-holder .tweet-item.shared-plotter .notification-content .sharedBy,
.push-notification-container .notification-block .content-holder .tweet-item.shared-plotter .notification-content .sharedBy {
  font-weight: bold;
  color: #333333;
}
#ndd .notification-block .content-holder .tweet-item.note-shares .notification-content .left,
.push-notification-container .notification-block .content-holder .tweet-item.note-shares .notification-content .left,
#ndd .notification-block .content-holder .tweet-item.shared-plotter .notification-content .left,
.push-notification-container .notification-block .content-holder .tweet-item.shared-plotter .notification-content .left {
  width: auto;
}
#ndd .notification-block .content-holder .tweet-item.note-shares .notification-content .left .ticker-chevron,
.push-notification-container .notification-block .content-holder .tweet-item.note-shares .notification-content .left .ticker-chevron,
#ndd .notification-block .content-holder .tweet-item.shared-plotter .notification-content .left .ticker-chevron,
.push-notification-container .notification-block .content-holder .tweet-item.shared-plotter .notification-content .left .ticker-chevron {
  display: inline;
  margin-right: 6px;
}
#ndd .notification-block .content-holder .tweet-item.note-shares .notification-content .right,
.push-notification-container .notification-block .content-holder .tweet-item.note-shares .notification-content .right,
#ndd .notification-block .content-holder .tweet-item.shared-plotter .notification-content .right,
.push-notification-container .notification-block .content-holder .tweet-item.shared-plotter .notification-content .right {
  width: auto;
  padding-top: 3px;
}
#ndd .notification-block .content-holder .tweet-item.blue,
.push-notification-container .notification-block .content-holder .tweet-item.blue {
  border-top: none;
}
#ndd .notification-block .content-holder .tweet-item:hover,
.push-notification-container .notification-block .content-holder .tweet-item:hover {
  background: #e8eef7;
  border-top: 0px;
}
#ndd .notification-block .content-holder .doc-ticker,
.push-notification-container .notification-block .content-holder .doc-ticker {
  clear: none;
  margin-left: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 6px;
  border: 0px;
}
#ndd .notification-block .content-holder .tweet-left-container,
.push-notification-container .notification-block .content-holder .tweet-left-container {
  width: 54px;
  height: 54px;
  margin-right: 10px;
}
#ndd .notification-block .content-holder .title,
.push-notification-container .notification-block .content-holder .title,
#ndd .notification-block .content-holder .tweet-message,
.push-notification-container .notification-block .content-holder .tweet-message {
  margin: 3px 0 5px 6px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
#ndd .notification-block .content-holder .title .headline,
.push-notification-container .notification-block .content-holder .title .headline {
  font-weight: 700;
  font-family: Arial;
}
#ndd .notification-block .content-holder .tweet-source,
.push-notification-container .notification-block .content-holder .tweet-source {
  padding-top: 5px;
}
#ndd .notification-block .content-holder .middle-row,
.push-notification-container .notification-block .content-holder .middle-row {
  clear: both;
  margin-left: 0px;
  font-size: 13px;
  width: 308px;
  line-height: 18px;
  color: #3d7fba;
}
#ndd .notification-block .content-holder .middle-row .company-name,
.push-notification-container .notification-block .content-holder .middle-row .company-name {
  color: #9cabb8;
  font-size: 12px;
  max-width: 120px;
}
#ndd .notification-block .content-holder .middle-row .current_price,
.push-notification-container .notification-block .content-holder .middle-row .current_price {
  font-size: 13px;
  color: #1e374d;
}
#ndd .notification-block .content-holder .time,
.push-notification-container .notification-block .content-holder .time {
  margin-left: 0;
  font-size: 11px;
  color: #698094;
  clear: both;
  margin-bottom: 12px;
}
#ndd .notification-block .data_divider,
.push-notification-container .notification-block .data_divider {
  height: 24px;
  box-sizing: border-box;
  color: #3d7fba;
  line-height: 24px;
  padding-top: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  background: #e8eef7;
  border: 0;
  font-size: 11px;
  padding-left: 12px;
  width: 100%;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #B6B6B6;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  -moz-box-shadow: inset -4px 0px 5px -2px #eaeaea;
  -webkit-box-shadow: inset -4px 0px 5px -2px #eaeaea;
  box-shadow: inset -4px 0px 5px -2px #eaeaea;
  clear: both;
}
.push-notification-container {
  position: absolute;
  width: auto;
  min-width: 400px;
  height: 400px;
  z-index: 10001;
  display: none;
}
.push-notification-container .notification-block {
  border: none;
  box-shadow: none;
}
.push-notification-container .notification-block .content-holder {
  width: auto;
}
.push-notification-container .notification-block .content-holder .doccontainer {
  width: auto;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item {
  border-radius: 6px;
  width: 516px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 2px 6px 0 rgba(22, 42, 60, 0.3);
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .middle-row {
  width: 285px;
  word-break: break-word;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .open-box {
  width: 142px;
  background-color: #e8eef7;
  height: 100%;
  position: absolute;
  right: 0;
  border-left: 1px solid #d4e0ea;
  box-sizing: border-box;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .open-box .icon-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  width: 10px;
  padding: 6px;
  background: #d4e0ea;
  fill: #698094;
  border-top-right-radius: 3px;
  margin: 0;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .open-box .icon-2:hover {
  background-color: #3d7fba;
  fill: #ffffff;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .open-box .tContainer:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .open-box .tContainer {
  height: 100%;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .open-box .tContainer .text-content {
  line-height: 18px;
  display: inline-block;
  color: #3d7fba;
  font-size: 13px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .open-box .tContainer .icon {
  height: 20px;
  width: 20px;
  fill: #9cabb8;
  margin: 0 18px 0 12px;
  position: relative;
  top: 40%;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .open-box.alert_plotter .plotterpopout_alert {
  display: none;
}
.push-notification-container .notification-block .content-holder .doccontainer .tweet-item .open-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Notifications end */
/*
  LESS - Add whatever new added in common
  * Menu Holder Header
  * Settings Menu
  * Main Menu Container - include styles for settings menu,support menu, nav menu
  * Header CSS - tabs, menu & notification
  * Trial Expiry bar, block and Thank you popup CSS - Everywhere
*/
/* Menu holder header start */
#menuholder {
  width: 100%;
  font-family: Helvetica Neue, Arial, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  background: #3d7fba;
  height: 41px;
  border-bottom: 1px solid #424a57;
}
#menuholder .logo-s {
  margin-left: 10px;
  margin-top: 10px;
  color: white;
  font-size: 18px;
  padding-top: 9px;
  text-shadow: 1px 1px black;
}
#menuholder .menu-button {
  cursor: pointer;
  width: 48px;
  height: 100%;
  text-align: center;
  position: relative;
}
#menuholder .menu-button .menu-menu {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
#menuholder .menu-button-test {
  /*cursor:pointer;*/
  width: 35px;
  height: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  padding-top: 9px;
  text-shadow: 1px 1px black;
  border-left: 1px solid #275077;
  padding-left: 1px;
}
#menuholder .menu-glyph {
  fill: #ffffff;
  width: 20px;
  height: 40px;
}
/* menu holder header end */
/* Settings menu start*/
#settings-menu {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  position: absolute;
  top: 40px;
  right: 6px;
  z-index: 1005;
}
/* Settings menu end */
/* Main menu container & Nav menu start */
.menu-container {
  font-family: Helvetica Neue, Arial, sans-serif;
}
.menu-container .main-menu-rectangle {
  position: relative;
  z-index: 999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0px 24px 0 rgba(0, 22, 42, 0.65);
  background: #336EA6;
  border: 1px solid #3d7fba;
}
.menu-container .main-menu-rectangle .left-container {
  position: relative;
  z-index: 999;
  background: #336EA6;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}
.menu-container .main-menu-rectangle .right-container {
  position: relative;
  z-index: 999;
  background: #336EA6;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-left: 1px solid #3d7fba;
}
.menu-container .main-menu-rectangle .left-container-v2 {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}
.menu-container .main-menu-rectangle .right-container-v2 {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-left: 1px solid #336EA6;
}
.menu-container .main-menu-rectangle .left-container-v2,
.menu-container .main-menu-rectangle .right-container-v2 {
  position: relative;
  z-index: 999;
  background: #3d7fba;
  width: 212px;
}
.menu-container .main-menu-rectangle .left-container-v2 .menu-item-v2,
.menu-container .main-menu-rectangle .right-container-v2 .menu-item-v2 {
  cursor: pointer;
  padding: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px solid #336EA6;
}
.menu-container .main-menu-rectangle .left-container-v2 .menu-item-v2 .beta-status,
.menu-container .main-menu-rectangle .right-container-v2 .menu-item-v2 .beta-status {
  font-size: 12px;
  color: #ffcc66;
  padding-left: 3px;
  font-style: italic;
}
.menu-container .main-menu-rectangle .left-container-v2 .menu-item-v2 .empty,
.menu-container .main-menu-rectangle .right-container-v2 .menu-item-v2 .empty {
  fill: transparent;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
.menu-container .main-menu-rectangle .left-container-v2 .menu-item-v2 .icon,
.menu-container .main-menu-rectangle .right-container-v2 .menu-item-v2 .icon {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  float: left;
  fill: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.menu-container .main-menu-rectangle .left-container-v2 .menu-item-v2:last-child,
.menu-container .main-menu-rectangle .right-container-v2 .menu-item-v2:last-child {
  border-bottom: 0px;
}
.menu-container .main-menu-rectangle .left-container-v2 .search-bottom,
.menu-container .main-menu-rectangle .right-container-v2 .search-bottom {
  border-bottom: 4px solid #336EA6;
}
.menu-container .main-menu-rectangle .left-container-v2 .menu-item-v2.big,
.menu-container .main-menu-rectangle .right-container-v2 .menu-item-v2.big {
  font-size: 14px;
  line-height: 30px;
}
.menu-container .main-menu-rectangle .left-container-v2 .menu-item-v2.big .icon,
.menu-container .main-menu-rectangle .right-container-v2 .menu-item-v2.big .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  fill: #ffffff;
}
.menu-container .main-menu-rectangle .left-container-v2 .menu-item-v2:hover,
.menu-container .main-menu-rectangle .right-container-v2 .menu-item-v2:hover {
  background: #336EA6;
}
.menu-container .main-menu-rectangle .left-container-v2 #menu-extra,
.menu-container .main-menu-rectangle .right-container-v2 #menu-extra {
  padding-bottom: 30px;
}
.menu-container .main-menu-rectangle .left-container-v2 #menu-extra:hover,
.menu-container .main-menu-rectangle .right-container-v2 #menu-extra:hover {
  background: #3d7fba;
}
.menu-container .main-menu-rectangle .menu-item {
  cursor: pointer;
  padding: 10px 30px 10px 15px;
  color: white;
  font-size: 12px;
  border-bottom: 1px solid #336EA6;
  background-color: #3d7fba;
}
.menu-container .main-menu-rectangle .menu-item .beta-status {
  font-size: 9px;
  color: #F5A623;
  padding-left: 3px;
}
.menu-container .main-menu-rectangle .menu-item:last-child {
  border-bottom: 0;
}
.menu-container .main-menu-rectangle .menu-item .icon {
  margin-right: 15px;
  height: 16px;
  vertical-align: bottom;
  fill: #ffffff;
  width: 16px;
}
.menu-container .main-menu-rectangle .right-container .menu-item:last-Child {
  padding-bottom: 14px;
}
.menu-container .main-menu-rectangle #menu-rrd {
  border: none;
}
.menu-container .main-menu-rectangle .menu-item:hover {
  background: #336EA6;
}
.menu-container .main-menu-rectangle #menu-extra {
  padding-bottom: 24px;
}
.menu-container .main-menu-rectangle #menu-extra:hover {
  background: #336EA6;
}
.note-notification {
  position: absolute;
  right: 10px;
  bottom: 150px;
  z-index: 1;
}
.note-notification .notif {
  padding: 25px 30px 25px 55px;
  box-sizing: border-box;
  width: 405px;
  margin: 16px 0;
  height: 80px;
  border-radius: 4px;
  background-color: #3dbf6f;
  box-shadow: 0 4px 12px 0 rgba(18, 50, 79, 0.26);
}
.note-notification .notif .content,
.note-notification .notif .icons {
  display: inline-block;
  vertical-align: middle;
}
.note-notification .notif .message {
  color: #fff;
  display: block;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.note-notification .notif .notif-icon {
  border: 1px solid #fff;
  border-radius: 20px;
  height: 14px;
  width: 14px;
  background: #fff;
  margin-right: 15px;
}
.note-notification .notif .success {
  fill: #3dbf6f;
}
.note-notification .notif .fail {
  fill: #f04848;
}
.note-notification .success {
  background: #3dbf6f;
}
.note-notification .fail {
  background: #f04848;
}
.note-notification .neutral {
  background: #fff;
}
.note-notification .neutral .message {
  color: #3d7fba;
}
/* main menu drop down */
#minimized-drop-down-container {
  top: 40px !important;
  width: 130px;
  z-index: 1005;
  overflow: auto;
  background: white;
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(0, 22, 42, 0.65);
}
#minimized-drop-down-container .main-menu-rectangle {
  border: 0;
}
#minimized-drop-down-container .main-menu-rectangle .header-tab {
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 12px;
  list-style-type: none;
  width: 130px;
  line-height: 17px;
  padding: 7px 8px;
  cursor: pointer;
  background: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #d4e0ea;
  color: #000000 !important;
}
#minimized-drop-down-container .main-menu-rectangle .header-tab .tab-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 18px;
}
#minimized-drop-down-container .main-menu-rectangle .header-tab .tab-shortname {
  float: left;
  font-size: 10px;
  font-weight: 400;
  border-radius: 2px;
  margin-right: 2px;
  overflow: hidden;
  max-width: 38px;
  display: inline-block;
  border: 1px solid #3d7fba;
  line-height: 14px;
  width: 30px;
  text-align: center;
  color: #000000 !important;
  padding: 1px;
  box-sizing: border-box;
  margin-left: 6px;
}
#minimized-drop-down-container .main-menu-rectangle .header-tab .close-icon {
  margin-left: 6px;
  margin-top: 3px;
  height: 10px;
  width: 10px;
  fill: #364051;
}
#minimized-drop-down-container .main-menu-rectangle .header-tab .left-icon {
  height: 14px;
  width: 14px;
  margin-right: 6px;
  fill: #000000;
  padding-top: 2px;
}
#minimized-drop-down-container .main-menu-rectangle .header-tab:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#minimized-drop-down-container .main-menu-rectangle .header-tab:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}
#minimized-drop-down-container .main-menu-rectangle .header-tab:hover {
  background: #d4e0ea;
}
#allalerts div.home span {
  font-size: 10px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 9999px;
  /*left: 5px;*/
  right: -3px;
  background: #000;
  color: #e0e0e0;
  padding: 0px 7px;
  line-height: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
#allalerts div.home span::before {
  content: "";
  display: block;
  border-left: 6px solid #000000;
  border-top: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 0px;
}
#allalerts div.home:hover span {
  opacity: 1;
  bottom: 490px;
  /*margin-right:30px*/
}
#offline-app,
#server-test {
  font-weight: bold;
  color: white;
  border-radius: 5px;
  font-size: 10px;
  position: absolute;
  height: auto;
  width: auto;
  background: red;
  font-family: Helvetica Neue, sans-serif;
  top: 50px;
  right: 10px;
  padding: 9px;
  z-index: 10000;
  cursor: pointer;
}
#server-test {
  display: none;
}
.warning {
  font-weight: bold;
  color: white;
  border-radius: 5px;
  font-size: 10px;
  position: absolute;
  height: auto;
  width: auto;
  background: red;
  font-family: Helvetica Neue, sans-serif;
  top: 50px;
  right: 10px;
  padding: 9px;
  z-index: 10000;
  cursor: pointer;
}
#wait-div {
  font-weight: bold;
  color: white;
  border-radius: 5px;
  font-size: 10px;
  position: absolute;
  height: auto;
  width: auto;
  background: red;
  font-family: Helvetica Neue, sans-serif;
  top: 50px;
  right: 10px;
  padding: 9px;
  z-index: 10000;
  cursor: pointer;
}
#ie-8-lower {
  font-weight: bold;
  color: white;
  border-radius: 5px;
  font-size: 10px;
  /*position: absolute;*/
  height: auto;
  width: auto;
  background: red;
  font-family: Helvetica Neue, sans-serif;
  /*top: 50px;*/
  /*right: 30%;*/
  float: left;
  width: 295px;
  padding: 9px;
  z-index: 10000;
  cursor: pointer;
}
.modal-container {
  font-family: Helvetica Neue, sans-serif;
  position: absolute;
  left: 50px;
  top: 50px;
  width: 1400px;
  border: solid 1px #BCBCBC;
  background: #ffffff;
}
.modal-container .modal-content {
  padding: 10px;
  font-size: 12px;
}
.modal-container .modal-header {
  height: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  border-bottom: solid 1px #BCBCBC;
}
.modal-container .modal-header .title {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #595959;
  text-overflow: ellipsis;
  max-width: 861px;
  overflow-x: hidden;
  white-space: nowrap;
}
.modal-container .modal-header .close {
  margin-top: 12px;
  margin-right: 10px;
  float: right;
  text-align: right;
  cursor: pointer;
}
.modal-container .modal-header .close .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
}
.modal-container .modal-header .popout_new_tab {
  margin-top: 12px;
  margin-right: 10px;
  float: right;
  cursor: pointer;
}
.modal-container .popup_docs {
  background: #e9f1f9;
  height: 36px;
  border-bottom: 0px;
}
.modal-container .popup_docs .title {
  border-bottom: 0px;
  line-height: 24px;
  padding: 6px;
  font-size: 13px;
  font-family: Arial;
  color: #666;
  margin: 0px;
  font-weight: normal;
}
.modal-container .popup_docs .close {
  float: right;
  cursor: pointer;
  color: #666;
  padding: 6px;
  line-height: 24px;
  margin-top: 0px;
  margin-right: 12px;
}
.modal-container .popup_docs .close .icon {
  height: 16px;
  width: 16px;
  margin-top: 3px;
  fill: #698094;
}
.modal-container .popup_docs .popout_new_tab {
  float: right;
  cursor: pointer;
  color: #666;
  padding: 6px;
  line-height: 24px;
  margin-top: 0px;
  margin-right: 6px;
}
.modal-container .popup_docs .popout_new_tab .icon {
  height: 16px;
  width: 16px;
  margin-top: 3px;
  fill: #698094;
}
.modal-container .loading {
  z-index: 10;
  display: none;
  top: 60px;
  position: absolute;
  /*border-radius: 122px;*/
  /*border: 1px solid #d0dce9;*/
  /*padding: 15px;*/
  /*right: 50%;*/
  /*width: 40px;*/
  margin: 0 auto;
  /*background-color: #d0dce9;*/
  opacity: 0.6;
}
.modal-container .loading .text p {
  font-size: 12px;
  color: #222;
  margin: 0;
  padding: 2px 5px;
}
.modal-container .loading .icon {
  font-size: 15px;
  padding-top: 10px;
  display: block;
}
.s-icon-psuedo {
  font-family: "sentieo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Header CSS - tabs, menu & notification end */
.trial-exp-warning,
.trial-exp-block {
  position: fixed;
  height: 128px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 600;
  box-shadow: 0px -3px 17px 0px rgba(30, 55, 77, 0.25);
  text-align: center;
  line-height: 62px;
  color: #3d7fba;
  font-weight: 500;
  justify-content: center;
  align-items: center;
}
.trial-exp-warning .close,
.trial-exp-block .close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 15px;
  cursor: pointer;
}
.trial-exp-warning p,
.trial-exp-block p {
  line-height: 25px;
  font-size: 18px;
  color: #698094;
  font-weight: 400;
}
.trial-exp-warning a,
.trial-exp-block a {
  font-size: 14px;
  padding: 10px 24px;
  line-height: 24px;
}
.trial-exp-warning .btn,
.trial-exp-block .btn {
  background-color: transparent;
  border: 2px solid #3d7fba;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.trial-exp-block {
  background-color: rgba(30, 55, 77, 0.6);
  top: 0;
  height: 100%;
}
.trial-exp-block .popup {
  background-color: #ffffff;
  padding: 46px 72px 38px 72px;
  border-radius: 2px;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
}
.trial-exp-block #trial_thanks_popup {
  background: #fff;
  width: 386px;
  height: 200px;
  border-radius: 4px;
  padding: 32px;
  box-sizing: border-box;
}
.trial-exp-block #trial_thanks_popup .image {
  width: 48px;
  height: 48px;
  margin-left: 137px;
  background-size: 48px;
  background-image: url("/images/thanks_tick.svg");
}
.trial-exp-block #trial_thanks_popup .message {
  line-height: 24px;
  font-size: 14px;
  color: #698094;
  font-family: HelveticaNeue,Arial;
  margin-top: 18px;
}
.trial-exp-block #trial_thanks_popup .close_button {
  width: 200px;
  height: 44px;
  margin-left: 61px;
  background: #3d7fba;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px;
  font-family: HelveticaNeue,Arial;
  box-sizing: border-box;
  text-align: center;
  margin-top: 24px;
}
.common_type_main_container {
  min-width: 0px!important;
}
.common_type_main_container .selected {
  background: #364051 !important;
}
.common_type_main_container .selected .menu_wrapper .icon_wrapper .txt,
.common_type_main_container .selected .menu_wrapper .icon_wrapper .icon {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.common_type_main_container .module-container {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  box-shadow: none;
}
.common_type_main_container .module-container .graph-container {
  width: 99%;
}
.common_type_main_container .module-container iframe {
  border: 0;
}
.common_type_main_container .module-container .header.header-with-buttons {
  height: 32px;
}
.common_type_main_container .module-container .header.header-with-buttons .button-with-attachment {
  margin: 4px 0px;
}
.common_type_main_container .module-container .header.header-with-buttons .seperator {
  margin: 4px 12px;
}
.common_type_main_container .module-container .header.header-with-buttons .formticker {
  padding: 6px 12px;
  line-height: 18px;
  height: 18px;
  text-transform: uppercase;
}
.common_type_main_container .module-container .sectionHeader {
  padding: 5px 0;
  background-color: #e8eef7;
  padding: 12px 12px 11px 12px;
  border-bottom: 1px solid #d4e0ea;
}
.common_type_main_container .module-container .sectionContentContainer {
  overflow: auto;
}
.common_type_main_container .module-container .header {
  height: 24px;
}
.common_type_main_container .module-container .header .graph_title,
.common_type_main_container .module-container .header .graph_header_text {
  line-height: 32px;
  color: #666666;
  margin-top: 0px;
  float: left;
  margin-left: 0px;
  font-size: 14px;
  font-weight: normal;
  box-shadow: none;
}
.common_type_main_container .module-container .header #page_reach_dma,
.common_type_main_container .module-container .header #uv_dma {
  margin-right: 15px;
}
.common_type_main_container .module-container .header .add-dma-btn {
  margin: 4px 5px 0 0!important;
}
.common_type_main_container .module-container .header .formticker {
  margin-left: 12px;
}
.common_type_main_container .module-container .header .separator {
  margin: 4px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
.common_type_main_container .module-container .header .select-box-holder {
  float: right;
  margin-top: 0px;
  margin-left: 5px;
}
.common_type_main_container .module-container .header .button-with-attachment {
  padding: 3px 5px;
  cursor: pointer;
  color: #7e91ad;
}
.common_type_main_container .module-container .header .button-with-attachment .icon {
  /*height:14px;*/
  height: 18px;
  width: 18px;
  fill: #7e91ad;
}
.common_type_main_container .module-container .header .button-with-attachment:hover {
  color: #3d7fba;
}
.common_type_main_container .module-container .header .trailing-flag {
  float: right;
  font-size: 12px;
  margin-right: 6px;
  margin-left: 12px;
  padding: 9px 0px;
}
.common_type_main_container .module-container .header .trailing-flag input {
  margin: 0px 5px 0px 0px;
  vertical-align: top;
}
.common_type_main_container .module-container .header .trailing-flag input[type=checkbox] {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background: url(../images/uncheck.png) no-repeat;
  background-size: 12px 12px;
  border: none;
  border-radius: 0px;
}
.common_type_main_container .module-container .header .trailing-flag input[type=checkbox]:checked {
  background: url(../images/check.png) no-repeat;
  background-size: 12px 12px;
}
.common_type_main_container .module-container .header .trailing-flag span {
  color: #595959;
  margin: 0px;
  vertical-align: top;
}
.common_type_main_container .module-container .header .button {
  border: 1px solid #7e91ad;
  padding: 6px 12px;
  background: white;
  color: #7e91ad;
  margin: 4px 0 0 12px;
}
.common_type_main_container .module-container .header .button:hover {
  padding: 6px 12px;
  background: #7e91ad;
  color: white;
}
.common_type_main_container .module-container .header .button .icon {
  color: inherit;
}
.common_type_main_container .module-container .header .button .icon_text {
  padding-left: 6px;
  color: inherit;
  font-family: Arial;
  font-size: 14px;
}
.common_type_main_container .module-container .header .add-series-graph_outer {
  position: absolute;
  right: 0px;
  z-index: 1;
  background: white;
  border: 1px solid #7e91ad;
  border-radius: 5px;
  top: 45px;
  width: 452px;
}
.common_type_main_container .module-container .header .add-series-graph_outer .right-top-label {
  position: absolute;
  top: -1px;
  height: 1px;
  right: -1px;
  background: white;
  border: solid 1px #7e91ad;
  border-width: 0px 1px 0px 1px;
  color: white;
  padding: 6px 12px;
  font-size: 14px;
  font-family: arial;
}
.common_type_main_container .module-container .header #main-graph-save-drop-down {
  float: right;
  position: absolute;
  top: 36px;
  right: 225px;
}
.common_type_main_container .module-container .header #main-graph-save-drop-down .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 160px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
.common_type_main_container .module-container .header #main-graph-save-drop-down #saveloadoptions {
  padding: 6px;
}
.common_type_main_container .module-container .header #main-graph-save-drop-down #saveloadoptions .saveoption #graphname {
  width: 120px;
  float: right;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 3px 6px;
}
.common_type_main_container .module-container .header #main-graph-save-drop-down #yearly_table_name {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  line-height: 21px;
  float: left;
  width: 200px;
}
.common_type_main_container .module-container .header #main-graph-save-drop-down #save_button {
  float: right;
  width: 100px;
}
.mosaic_search_box {
  position: relative;
  width: 220px;
  margin: 2px 0;
  margin-right: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: none!important;
}
.mosaic_search_box input {
  height: 30px;
  width: 100%;
  float: left;
  padding: 5px 25px 5px 10px;
  box-sizing: border-box;
  border: 0;
  position: relative;
  z-index: 2;
  background: transparent;
}
.mosaic_search_box .search-icon {
  position: absolute;
  right: 0;
  top: -2px;
  z-index: 1;
}
.mosaic_search_box .tickerInput {
  top: -6px;
  padding-left: 5px;
  width: 400px;
}
.mosaic_search_box.ticker_search_box {
  width: 400px;
  overflow: visible!important;
  border: 1px solid #d4e0ea;
}
.mosaic_search_box.ticker_search_box .search-icon {
  top: 0;
  z-index: 1;
}
.open-tracker-container {
  text-align: center;
}
.open-tracker-container .tracker_btn {
  font-size: 17px;
  margin: 50px 0px;
  color: #3d7fba;
  font-weight: 300;
  cursor: pointer;
}
#new-fin-model-noti,
.new-feature-footer-noti {
  font-family: 'hel-medium';
  background: #bbc6d5;
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 99999;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  color: #28333D;
}
#new-fin-model-noti #fin-notification,
.new-feature-footer-noti #fin-notification,
#new-fin-model-noti .clickText,
.new-feature-footer-noti .clickText {
  text-decoration: underline;
  cursor: pointer;
}
#new-fin-model-noti .close-fin-noti,
.new-feature-footer-noti .close-fin-noti,
#new-fin-model-noti .close-feature-noti,
.new-feature-footer-noti .close-feature-noti {
  height: 12px;
  width: 12px;
  fill: #28333D;
  margin: 14px 0;
  cursor: pointer;
}
.webkit-scrollbar::-webkit-scrollbar-track-piece,
.query-error-popup .data::-webkit-scrollbar-track-piece,
.query-analysis-popup .data::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
.webkit-scrollbar::-webkit-scrollbar,
.query-error-popup .data::-webkit-scrollbar,
.query-analysis-popup .data::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.webkit-scrollbar::-webkit-scrollbar-thumb,
.query-error-popup .data::-webkit-scrollbar-thumb,
.query-analysis-popup .data::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.55);
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
.webkit-scrollbar::-webkit-scrollbar-thumb:hover,
.query-error-popup .data::-webkit-scrollbar-thumb:hover,
.query-analysis-popup .data::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
.webkit-scrollbar-new::-webkit-scrollbar-track-piece,
#new-notebook-html #browse-column .o-wrapper::-webkit-scrollbar-track-piece,
#single-note-html #browse-column .o-wrapper::-webkit-scrollbar-track-piece,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 0;
}
.webkit-scrollbar-new::-webkit-scrollbar,
#new-notebook-html #browse-column .o-wrapper::-webkit-scrollbar,
#single-note-html #browse-column .o-wrapper::-webkit-scrollbar,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.webkit-scrollbar-new::-webkit-scrollbar-thumb,
#new-notebook-html #browse-column .o-wrapper::-webkit-scrollbar-thumb,
#single-note-html #browse-column .o-wrapper::-webkit-scrollbar-thumb,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.55);
  -webkit-border-radius: 4px;
  outline: 1px solid #fff;
  outline-offset: -2px;
  border: 1px solid transparent;
}
.webkit-scrollbar-new::-webkit-scrollbar-thumb:hover,
#new-notebook-html #browse-column .o-wrapper::-webkit-scrollbar-thumb:hover,
#single-note-html #browse-column .o-wrapper::-webkit-scrollbar-thumb:hover,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
.query-error-popup {
  width: 400px;
  height: 200px;
  position: absolute;
  z-index: 999;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 3px 7px 0px;
  font-size: 14px;
  color: black;
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.query-error-popup .err_q_red:hover:before {
  content: attr(attrMsg);
  position: absolute;
  top: -70px;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  color: red;
  max-height: 80px;
  width: 165px;
  max-width: 165px;
  box-shadow: 0px 0px 2px 1px #888888;
  border-radius: 5px;
  display: block;
  padding: 6px;
  z-index: 2;
}
.query-error-popup .err_q_org:hover:before {
  content: attr(attrMsg);
  position: absolute;
  top: -70px;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  color: orange;
  max-height: 80px;
  width: 165px;
  max-width: 165px;
  box-shadow: 0px 0px 2px 1px #888888;
  border-radius: 5px;
  display: block;
  padding: 6px;
  z-index: 2;
}
.query-error-popup .err-svg {
  height: 12px;
  width: 12px;
  position: absolute;
  margin-top: -15px;
  margin-left: -2px;
}
.query-error-popup .err-error-up {
  fill: red;
  background-color: white;
  border-radius: 50%;
}
.query-error-popup .err-warning-up {
  fill: orange;
}
.query-error-popup .error_span {
  min-width: 20px;
  min-height: 10px;
  display: inline-block;
  padding: 2px;
  color: mediumpurple;
  font-size: 16px;
  position: relative;
}
.query-error-popup .err_q_red {
  border: 2px solid red;
  border-radius: 5px;
}
.query-error-popup .err_q_org {
  border: 2px solid orange;
  border-radius: 5px;
}
.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 36px;
  height: 20px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 44%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 56%;
}
.tgl-light + .tgl-btn {
  background: #a5b3c7;
  border-radius: 12px;
  padding: 2px;
  transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #ffffff;
  transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #3d7fba;
}
.follow-popup {
  background: #000000;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
  top: 40px;
}
.follow-popup-content {
  width: 800px;
  background: white;
  position: absolute;
  top: 0;
  border-radius: 4px;
  zoom: 0.9;
  z-index: 100;
}
.follow-popup-content .after-save {
  padding: 10px 10px;
  text-align: center;
}
.follow-popup-content .after-save .check-icon {
  text-align: center;
  font-size: 52px;
  color: #36A324;
  margin-top: 190px;
}
.follow-popup-content .after-save .saved-message {
  color: #7F91AD;
  font-size: 30px;
  text-align: center;
}
.follow-popup-content .after-save .random-msg {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  color: #979797;
  font-size: 15px;
}
.follow-popup-content .after-save .buttons {
  margin: 15px 0;
  height: 34px;
}
.follow-popup-content .after-save .buttons .overwrite-search {
  margin-left: 200px;
  margin-bottom: 12px;
  color: #fff;
  background: #3d7fba;
  font-size: 17px;
  padding: 6px 20px 6px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  cursor: pointer;
  display: inline-block;
}
.follow-popup-content .after-save .buttons .overwrite-search:hover {
  opacity: 0.8;
}
.follow-popup-content .after-save .buttons .overwrite-cancel {
  font-size: 17px;
  padding: 6px 11px 6px 11px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-left: 10px;
  color: #3d7fba;
  display: inline-block;
}
.follow-popup-content .after-save .buttons .overwrite-cancel:hover {
  border: 1px solid #3d7fba;
}
.follow-popup-content .header {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  width: 100%;
  background: #E8F1F9;
  box-shadow: 0 1px 0 0 #d2e2f2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #527495;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.2px;
}
.follow-popup-content .alerts .desktop {
  width: 140px;
}
.follow-popup-content .alerts .desktop i {
  color: #8E9EB7;
  margin-top: 3px;
  margin-right: 6px;
}
.follow-popup-content .alerts .mail {
  width: 220px;
}
.follow-popup-content .alerts .mail i {
  font-size: 16px;
  color: #8E9EB7;
  margin-top: 2px;
  margin-right: 6px;
}
.follow-popup-content .alerts .mobile {
  width: 140px;
}
.follow-popup-content .alerts .mobile i {
  color: #8E9EB7;
  margin-top: -1px;
  margin-right: 6px;
  font-size: 21px;
}
.follow-popup-content .alerts .uncheck img,
.follow-popup-content .alerts .check img {
  height: 20px;
  margin-left: 12px;
  margin-right: 4px;
  margin-top: 0;
}
.follow-popup-content .alerts .alert-type-email {
  display: inline-block;
  margin-right: 10px;
}
.follow-popup-content .alerts .alert-type {
  font-weight: normal;
  margin-top: 1px;
}
.follow-popup-content .alerts .alert-type i {
  display: none;
}
.follow-popup-content .alerts .alert-type .alert-name {
  margin-top: 2px;
  margin-left: 39px;
  font-size: 14px;
  line-height: 18px;
}
.follow-popup-content .content {
  width: 96%;
  height: 664px;
  padding-left: 2%;
  padding-right: 2%;
}
.follow-popup-content .content .realtime-alerts {
  height: 34px;
  border-bottom: 3px solid #E8F1F9;
  padding-top: 22px;
  padding-bottom: 12px;
  padding-left: 2px;
  font-weight: bold;
  color: #595959;
  font-size: 14px;
}
.follow-popup-content .content .realtime-alerts .email_option_save {
  font-size: 13px;
  width: 90px;
  color: #4f95da;
  outline: none;
  cursor: pointer;
  direction: rtl;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 2px 15px 2px 2px;
  border: none;
  border: 1px solid #3d7fba;
  background: transparent url(../images/dropdown_img.png) no-repeat right center;
  background-size: 9px 9px;
  background-position: 75px 5px;
  direction: ltr;
}
.follow-popup-content .content .realtime-alerts .value.fl {
  width: 100%;
  float: none;
}
.follow-popup-content .content .realtime-alerts .value.fl .msg {
  width: 30%;
  line-height: 32px;
}
.follow-popup-content .content .extra_content {
  height: 285px;
  overflow-y: auto;
  max-height: 285px;
  display: block;
  width: 100%;
  overflow-x: hidden;
}
.follow-popup-content .content .extra_content.after {
  display: block;
  content: '';
  clear: both;
}
.follow-popup-content .content .extra_content .container {
  padding-bottom: 15px;
  padding-left: 2px;
  width: 100%;
}
.follow-popup-content .content .extra_content .container .msg {
  font-weight: bold;
  color: #595959;
  font-size: 14px;
  width: 28%;
}
.follow-popup-content .content .extra_content .container .value {
  margin-left: 12px;
  width: 66%;
  position: relative;
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
}
.follow-popup-content .content .realtime-alerts.realtime-alerts-buttons {
  padding-top: 10px;
}
.follow-popup-content .content .pre-market-alerts {
  height: 21px;
  border-bottom: 3px solid #E8F1F9;
  padding-top: 22px;
  padding-bottom: 12px;
  padding-left: 2px;
  font-weight: bold;
  color: #595959;
  font-size: 14px;
}
.follow-popup-content .content .pre-market-alerts img {
  height: 23px;
  margin-left: 12px;
  margin-right: 4px;
  margin-top: -1px;
}
.follow-popup-content .content .settings {
  height: 21px;
  border-bottom: 3px solid #E8F1F9;
  padding-top: 22px;
  padding-bottom: 12px;
  padding-left: 2px;
  font-weight: bold;
  color: #595959;
  font-size: 14px;
}
.follow-popup-content .content .settings img {
  height: 23px;
  margin-left: 12px;
  margin-right: 4px;
  margin-top: -1px;
}
.follow-popup-content .content .more-alerts {
  margin-top: 11px;
  border-bottom: 3px solid #E8F1F9;
  height: 98px;
}
.follow-popup-content .content .more-alerts .row-fluid {
  width: 100%;
  margin-left: 0%;
}
.follow-popup-content .content .more-alerts .selected-item {
  font-size: 13px;
  width: 351px;
  margin-right: 12px;
  background: #7E91AD;
  color: white;
  margin-left: 10px;
  margin-bottom: 9px;
  padding: 7px 0 8px 7px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}
.follow-popup-content .content .more-alerts .selected-item .name {
  padding-top: 3px;
}
.follow-popup-content .content .more-alerts .selected-item .imageclass2 {
  height: 20px;
  margin-left: 0;
  margin-right: 6px;
  margin-top: 1px;
  float: left;
}
.follow-popup-content .content .more-alerts .selected-item .imageclass1 {
  height: 20px;
  margin-left: 0;
  margin-right: 6px;
  margin-top: 1px;
  float: left;
  display: none;
}
.follow-popup-content .content .more-alerts .alert-item {
  font-size: 13px;
  width: 351px;
  margin-right: 12px;
  margin-left: 10px;
  margin-bottom: 9px;
  padding: 7px 0 8px 7px;
  border-radius: 5px;
  cursor: pointer;
  background: white;
  color: #979797;
  border: 1px solid #979797;
}
.follow-popup-content .content .more-alerts .alert-item .name {
  padding-top: 3px;
}
.follow-popup-content .content .more-alerts .alert-item .imageclass2 {
  height: 20px;
  margin-left: 0;
  margin-right: 6px;
  margin-top: 1px;
  float: left;
  display: none;
}
.follow-popup-content .content .more-alerts .alert-item .imageclass1 {
  height: 20px;
  margin-left: 0;
  margin-right: 6px;
  margin-top: 1px;
  float: left;
}
.follow-popup-content .content .more-alerts .alert-item:hover {
  opacity: 0.8;
}
.follow-popup-content .content .buttons-row {
  color: #595959;
}
.follow-popup-content .content .buttons-row .buttons {
  margin: 15px;
  float: right;
  text-align: center;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
.follow-popup-content .content .buttons-row .buttons .save-alerts {
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 135px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 15px;
}
.follow-popup-content .content .buttons-row .buttons .save-alerts:hover {
  opacity: 0.8;
}
.follow-popup-content .content .buttons-row .buttons .cancel-dialogue {
  font-size: 12px;
  padding: 12px 11px 12px 11px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-left: 10px;
  color: #3d7fba;
  display: inline-block;
}
.follow-popup-content .content .buttons-row .buttons .cancel-dialogue:hover {
  border: 1px solid #3d7fba;
}
.follow-popup-content .content .buttons-row .buttons .unsubscription-wraper {
  font-size: 17px;
  padding: 6px 11px 6px 11px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-left: 10px;
  border: 1px solid #595959;
  display: inline-block;
}
.follow-popup-content .content .buttons-row .buttons .unsubscription-wraper:hover {
  border: 1px solid #595959;
}
.follow-popup-content .content .random-msg {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #979797;
  font-size: 13px;
}
.follow-popup-content .content .unsubscription-wraper .text {
  margin-top: 5px;
}
.follow-popup-content .content .unsubscription-wraper img {
  height: 23px;
  margin-left: 12px;
  margin-right: 4px;
  margin-top: -1px;
}
.follow-popup-content .before-save {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.follow-popup-content .query-to-follow input {
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  height: 32px;
  padding: 0 9px;
  width: 60%;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  flex: 2;
}
.follow-popup-content .query-to-follow .error {
  border-color: red;
}
/*
* XBRL Popup CSS
*/
#xbrl-html {
  width: 1100px;
  min-width: 1024px;
}
#xbrl-html #error-pane {
  display: block;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 413px;
  /*height: 53;*/
  padding: 10px;
  margin-top: 57px;
}
#xbrl-html #error-pane .header {
  font-size: 14px;
  margin-bottom: 7px;
}
#xbrl-html #error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
#xbrl-html #error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#xbrl-html .modal-header {
  border-bottom: 1px solid lightgray;
}
#xbrl-html .xbrl-modal .xbrl-header {
  background: #e9f1f9;
  height: 36px;
  border-bottom: 2px solid #CCD8E6;
}
#xbrl-html .xbrl-modal .xbrl-header .title {
  border-bottom: 0;
  line-height: 24px;
  padding: 6px;
  font-size: 13px;
  font-family: Helvetica Neue, sans-serif;
  color: #666;
  margin: 0;
  font-weight: normal;
}
#xbrl-html .xbrl-modal .xbrl-header .close {
  float: right;
  cursor: pointer;
  color: #666;
  padding: 6px;
  line-height: 24px;
  margin-top: 0;
  margin-right: 12px;
}
#xbrl-html .xbrl-modal .xbrl-header .close .icon {
  height: 16px;
  width: 16px;
  fill: #698094;
  margin-top: 3px;
}
#xbrl-html .xbrl-modal .xbrl-header .xbrl_tab {
  float: right;
  cursor: pointer;
  color: #666;
  padding: 6px;
  line-height: 24px;
  margin-top: 0;
  margin-right: 6px;
}
#xbrl-html .xbrl-modal .xbrl-header .xbrl_tab .icon {
  height: 16px;
  width: 16px;
  fill: #698094;
  margin-top: 3px;
}
#xbrl-html .xbrl-modal .xbrl-header-hide {
  display: none;
}
#xbrl-html .xbrl-modal .sub-header {
  height: 42px;
  padding-left: 18px;
  font-family: Arial;
  line-height: 24px;
  background: #ccd8e6;
  float: left;
  white-space: nowrap;
}
#xbrl-html .xbrl-modal .sub-header .quarter_text {
  display: inline-block;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin: 12px 0;
}
#xbrl-html .xbrl-modal .sub-header .quarter_results_outer {
  display: inline-block;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin-top: 6px;
  margin-left: 12px;
}
#xbrl-html .xbrl-modal .sub-header .item {
  border: solid 1px transparent;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 4px 0 0;
  padding: 3px 4px 3px 4px;
  display: inline-block;
  color: #fff;
}
#xbrl-html .xbrl-modal .sub-header .item:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 0;
  color: #7e91ad;
}
#xbrl-html .xbrl-modal .sub-header .selected {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 0;
  color: #7e91ad;
}
#xbrl-html .xbrl-modal .search_xbrl {
  width: 300px;
  height: auto;
  float: left;
  border-right: 1px solid #BCBCBC;
  background: #f5f7fa;
}
#xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder {
  height: 30px;
  width: 288px;
  margin: 6px 6px 6px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ccc;
  line-height: 28px;
  box-sizing: border-box;
  overflow: visible;
  background: #fff;
}
#xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_icon {
  cursor: pointer;
  padding-right: 6px;
  padding-left: 6px;
  margin-top: 6px;
  float: right;
  height: 14px;
  width: 14px;
  fill: #698094;
}
#xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form {
  height: 28px;
  overflow: visible;
  float: left;
  line-height: 28px;
  border-bottom: 0;
}
#xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form .noisy-wrapper {
  padding: 0 2px 0 2px;
  height: 28px;
  width: 250px !important;
}
#xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form .noisy-wrapper .noisy-long-list {
  padding: 4px 0 4px 5px;
}
#xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form input {
  outline: none;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  margin: 0;
  width: 260px;
  line-height: 18px;
  height: 18px;
  font-size: 12px;
  text-indent: 6px;
  color: #ccc;
}
#xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form input:focus {
  color: #666;
}
#xbrl-html .xbrl-modal .xbrl-container {
  /*height:500px;*/
  clear: both;
}
#xbrl-html .xbrl-modal .xbrl-container .left-menu {
  height: 100%;
  width: 300px;
  float: left;
  border-right: 1px solid #BCBCBC;
  background: #f5f7fa;
}
#xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-container {
  height: 100%;
  overflow-y: auto;
}
#xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-subheading {
  padding-left: 6px;
  padding-top: 6px;
  font-size: 13px;
  color: #3d7fba;
  border-top: 1px solid #ccd8e6;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 6px;
}
#xbrl-html .xbrl-modal .xbrl-container .left-menu .first {
  border-top: none;
}
#xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 18px;
  padding-top: 0;
  font-size: 13px;
  font-family: Arial;
  color: #3d7fba;
  line-height: 18px;
  padding-bottom: 6px;
  text-transform: capitalize;
}
#xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item:hover {
  cursor: pointer;
}
#xbrl-html .xbrl-modal .xbrl-container .left-menu .selected {
  background: none;
  color: #333;
  border-right: 6px solid #7e91ad;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content {
  height: 100%;
  overflow-y: auto;
  background: #fff;
  /*padding: 5px;*/
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .header-table {
  height: 36px;
  background: #fff;
  border-bottom: solid 1px #CCD8E6;
  font-size: 13px;
  font-family: Arial;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_version {
  float: left;
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 1%;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  color: #3d7fba;
  background-color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 3px 6px;
  font-family: Arial;
  box-sizing: border-box;
  margin-top: 5px;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_version.sales {
  display: none;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .content-heading {
  float: left;
  text-align: center;
  font-size: 13px;
  font-family: Arial;
  color: #666;
  line-height: 24px;
  padding: 6px 6px;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_export {
  float: right;
  cursor: pointer;
  padding-bottom: 0;
  margin-top: 6px;
  margin-right: 12px;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_export .icon {
  height: 24px;
  width: 24px;
  fill: #698094;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .report-container {
  float: left;
  width: 100%;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .report-container a {
  cursor: default;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .report-container .export {
  cursor: pointer;
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  margin: 20px 0 20px 12px;
  padding: 6px;
  font-family: Arial;
  background: #3d7fba;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .report-container .export:hover {
  background: white;
  color: #3d7fba;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .report-container .de-export {
  cursor: pointer;
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  border: 1px solid #FF0000;
  border-radius: 4px;
  margin: 20px 0 20px 12px;
  padding: 6px;
  font-family: Helvetica Neue, sans-serif;
  background: #ffffff;
}
#xbrl-html .xbrl-modal .xbrl-container .right-content .report-container .de-export:hover {
  color: #ffffff;
  background: #FF0000;
}
/*
  LESS
  * Document Search
  * Document Render
*/
.flex-grid {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#newdocsearch-html {
  /*min-width:895px;*/
  min-width: 1280px;
}
#newdocsearch-html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newdocsearch-html input,
#newdocsearch-html textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#newdocsearch-html .fa {
  font-family: FontAwesome !important;
}
#newdocsearch-html .load-more,
#newdocsearch-html .broader-search-criteria {
  box-sizing: content-box;
  cursor: pointer;
  float: left;
  width: 100%;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  height: 24px;
  padding-top: 10px;
}
#newdocsearch-html .load-more .load-text,
#newdocsearch-html .broader-search-criteria .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#newdocsearch-html .load-more {
  height: 0;
  padding: 0;
  border: 0;
}
#newdocsearch-html .search-further-back {
  background-color: white !important;
  padding-top: 30px !important;
  height: 40% !important;
}
#newdocsearch-html .search-further-back .queryText {
  color: #3d7fba;
  display: none;
}
#newdocsearch-html .no-results-query,
#newdocsearch-html .search-further-back,
#newdocsearch-html .result-outside-time {
  background-color: #F9F9FF;
  height: 100%;
  padding-top: 20px;
  line-height: 20px;
  font-size: 14px;
}
#newdocsearch-html .no-results-query .queryText,
#newdocsearch-html .search-further-back .queryText,
#newdocsearch-html .result-outside-time .queryText {
  text-align: center;
  word-break: break-word;
}
#newdocsearch-html .no-results-query .searchedQuery,
#newdocsearch-html .search-further-back .searchedQuery,
#newdocsearch-html .result-outside-time .searchedQuery {
  text-align: center;
  color: #3c7fba;
}
#newdocsearch-html .no-results-query .queryTextafter,
#newdocsearch-html .search-further-back .queryTextafter,
#newdocsearch-html .result-outside-time .queryTextafter,
#newdocsearch-html .no-results-query .queryInfoMsg,
#newdocsearch-html .search-further-back .queryInfoMsg,
#newdocsearch-html .result-outside-time .queryInfoMsg {
  text-align: center;
}
#newdocsearch-html .no-results-query .queryInfoMsg,
#newdocsearch-html .search-further-back .queryInfoMsg,
#newdocsearch-html .result-outside-time .queryInfoMsg {
  margin: 25px 5px 10px 0px;
}
#newdocsearch-html .no-results-query .searchEntire-btn,
#newdocsearch-html .search-further-back .searchEntire-btn,
#newdocsearch-html .result-outside-time .searchEntire-btn,
#newdocsearch-html .no-results-query .searchPeriod-btn,
#newdocsearch-html .search-further-back .searchPeriod-btn,
#newdocsearch-html .result-outside-time .searchPeriod-btn {
  color: #ffffff;
  cursor: pointer;
  background-color: #3d7fba;
  height: 30px;
  width: 273px;
  margin: 30px 30px;
  border-radius: 3px;
  text-align: center;
  box-sizing: content-box;
  line-height: 30px;
}
#newdocsearch-html .no-results-query .giveSuggestions,
#newdocsearch-html .search-further-back .giveSuggestions,
#newdocsearch-html .result-outside-time .giveSuggestions {
  border-radius: 3px;
  margin-left: 17px;
  align-content: center;
  font-size: 12px;
  border: 1px dashed #A4B2C6;
  text-align: center;
  height: 128px;
  width: 300px;
}
#newdocsearch-html .no-results-query .giveSuggestions .headings,
#newdocsearch-html .search-further-back .giveSuggestions .headings,
#newdocsearch-html .result-outside-time .giveSuggestions .headings {
  margin-top: 18px;
  color: #3c7fba;
  font-size: 14px;
}
#newdocsearch-html .no-results-query .giveSuggestions .suggestionBody,
#newdocsearch-html .search-further-back .giveSuggestions .suggestionBody,
#newdocsearch-html .result-outside-time .giveSuggestions .suggestionBody {
  margin-top: 10px;
}
#newdocsearch-html .end-of-result {
  box-sizing: content-box;
  cursor: default;
  float: left;
  width: 100%;
  border-bottom: 1px solid #8ABFD7;
  border-top: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  height: 24px;
  padding-top: 10px;
}
#newdocsearch-html .end-of-result .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#newdocsearch-html #sentieo_logo,
#newdocsearch-html #saved-search-load-button,
#newdocsearch-html .docsearch_updates .search-row,
#newdocsearch-html .docsearch_updates .doc-row,
#newdocsearch-html .docsearch_updates .latest-row,
#newdocsearch-html .main-search-box .search-box-holder .query-input {
  box-sizing: content-box;
}
#newdocsearch-html .jspVerticalBar {
  right: 2px;
  width: 4px;
  display: block!important;
}
#newdocsearch-html .jspVerticalBar .jspArrow {
  display: none!important;
}
#newdocsearch-html .jspVerticalBar .jspDrag {
  height: 110px!important;
  width: 4px;
  background-color: rgba(105, 128, 148, 0.55);
}
#newdocsearch-html #landing_page_container {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: white;
  overflow-y: auto;
}
#newdocsearch-html #landing_page_container #main_center .logo_outer {
  /*padding-top: 20px;*/
}
#newdocsearch-html #landing_page_container #main_center .logo_outer #sentieo_logo {
  border-radius: 6px;
  width: 120px;
  height: 120px;
  box-shadow: 0px 2px 4px -3px #1e374d;
  background: #E1F1FF;
  color: #3d7fba;
}
#newdocsearch-html #landing_page_container #main_center .logo_outer #sentieo_logo .icon {
  height: 72px;
  width: 72px;
  fill: #3d7fba;
  margin-top: 24px;
}
#newdocsearch-html #landing_page_container #main_center .logo_outer .app_text {
  font-size: 24px;
  margin: 30px 0px;
  color: #3d7fba;
  font-weight: 300;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box {
  max-width: 825px;
  margin: auto;
  background: #f8fbff;
  padding: 12px 18px;
  border-radius: 4px;
  box-shadow: 0 2px 4px -3px #1e374d;
  height: 76px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box #saved-search-load-button {
  margin-right: 24px;
  border: 1px solid #698094;
  border-radius: 4px;
  padding: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box #saved-search-load-button .icon {
  height: 30px;
  width: 30px;
  fill: #698094;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box #saved-search-load-button:hover {
  fill: #ffffff;
  background-color: #698094;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box #saved-search-load-button:hover .icon {
  fill: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder {
  float: left;
  padding: 0px;
  border: 0px solid #cecece;
  overflow: visible;
  background: transparent;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper {
  width: 300px;
  float: left;
  position: relative;
  background: #ffffff;
  border-radius: 4px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp {
  position: absolute;
  display: none;
  left: 0;
  top: 52px;
  width: 300px;
  border-radius: 2px;
  background-color: #ffffff;
  z-index: 300;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  font-size: 12px;
  color: #698094;
  text-align: left;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .head,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .head {
  background-color: #f9fcff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 4px 8px;
  font-size: 10px;
  color: #698094;
  text-transform: uppercase;
  font-weight: 500;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .set,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .set,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists {
  cursor: pointer;
  padding: 4px 8px;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .set:hover,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .set:hover,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists:hover,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists:hover,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .set.selected,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .set.selected,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists.selected,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists.selected {
  background-color: #3d7fba;
  color: #ffffff;
  border-color: #3d7fba;
  -webkit-box-shadow: 0px -1px 0px 0px #3d7fba;
  -moz-box-shadow: 0px -1px 0px 0px #3d7fba;
  box-shadow: 0px -1px 0px 0px #3d7fba;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .set:hover .icon-mw,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .set:hover .icon-mw,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists:hover .icon-mw,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists:hover .icon-mw,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .set.selected .icon-mw,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .set.selected .icon-mw,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists.selected .icon-mw,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists.selected .icon-mw {
  fill: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .set:hover .ticker-small,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .set:hover .ticker-small,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists:hover .ticker-small,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists:hover .ticker-small,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .set.selected .ticker-small,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .set.selected .ticker-small,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists.selected .ticker-small,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists.selected .ticker-small {
  background-color: #ffffff;
  color: #3d7fba;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .set,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .set {
  padding: 2px 8px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .set .ticker-small,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .set .ticker-small {
  margin-top: 2px;
  margin-bottom: 2px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists {
  font-size: 12px;
  color: #698094;
  background-repeat: no-repeat;
  background-size: 16px 12px, 5px 9px;
  background-position: 8px center, 262px center;
  padding-left: 12px;
  line-height: 22px;
  position: relative;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists .icon-mw,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists .icon-mw {
  height: 16px;
  width: 16px;
  fill: #3d7fba;
  position: relative;
  top: 3px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists .watchlist-menu,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists .watchlist-menu {
  display: none;
  position: absolute;
  right: -241px;
  top: 0px;
  width: 240px;
  color: #698094;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  border-radius: 2px;
  overflow: auto;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists .watchlist-menu p,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists .watchlist-menu p {
  padding: 4px 8px;
  text-align: left;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists .watchlist-menu p:hover,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists .watchlist-menu p:hover,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists .watchlist-menu p.selected,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists .watchlist-menu p.selected {
  background-color: #e8eef7;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists:hover .watchlist-menu,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists:hover .watchlist-menu {
  display: block;
  max-height: 250px;
  overflow-y: auto;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .history .watchlists:hover .icon-mw,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-wrapper .autocomp .watchlists:hover .icon-mw {
  fill: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper {
  float: left;
  position: relative;
  margin-left: 24px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help-ic {
  display: block;
  position: absolute;
  font-size: 11px;
  color: #ffffff;
  background-color: #3d7fba;
  height: 16px;
  width: 16px;
  top: 36px;
  right: 0px;
  text-align: center;
  line-height: 16px;
  padding: 0;
  font-weight: 600;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 2px;
  box-shadow: none;
  overflow-y: visible;
  cursor: pointer;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help {
  display: none;
  background-color: #ffffff;
  font-size: 14px;
  padding: 0px 0;
  position: absolute;
  top: 52px;
  z-index: 300;
  border-radius: 2px;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  width: 444px;
  height: 40vh;
  overflow-y: scroll;
  text-align: left;
  /*.fst {
                border-top: hidden;
              }*/
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help div.tp_st {
  border-top: hidden;
  padding-bottom: 5px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help div.tp_st h2 {
  margin-bottom: 10px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help div.prfx-top {
  border-top: hidden;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help div.prfx-top .wildcard-top {
  margin-top: 12px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help div.sec-hd {
  padding: 0 24px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help h2 {
  margin: 10px 0 10px 0;
  font-weight: 800;
  font-size: 16px;
  color: #698094;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help h3.desc-tp {
  font-weight: normal;
  color: #698094;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help h3 {
  font-size: 12px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help h3 span {
  background-color: #e8eef7;
  padding: 2px 6px;
  border-radius: 2px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help p {
  font-size: 12px;
  margin: 7px 0 0 0;
  color: #698094;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help p span {
  background-color: #e8eef7;
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: 600;
  color: #1e374d;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help p span.inp {
  background-color: transparent;
  padding: 0;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help p span.uline {
  text-decoration: underline;
  padding: 0;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help div {
  border-top: 1px solid #d4e0ea;
  padding: 12px 24px 12px 24px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help .example {
  text-transform: uppercase;
  color: #698094;
  font-weight: 600;
  font-size: 10px;
  margin: 0;
  border: none;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help .example p {
  border: 1px solid #d4e0ea;
  border-radius: 2px;
  padding: 2px 6px;
  color: #1e374d;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  margin: 5px 0 0 8px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help .example p span {
  font-weight: 600;
  background-color: transparent;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help .example p .no-pad {
  padding-left: 0px;
  padding-right: 0px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help .sf-item-container {
  padding-left: 0px;
  padding-right: 0px;
  color: #698094;
  border-top: 0px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help .sf-item-container .sf-item {
  font-size: 12px;
  float: left;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help .sf-item-container .fc {
  width: 33%;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-wrapper .help .sf-item-container .mc {
  width: 30%;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .noisy-wrapper {
  font-size: 18px;
  height: inherit;
  width: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border: 1px solid #cecece;
  border-radius: 4px;
  box-sizing: border-box;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete {
  padding: 0px;
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  height: 52px;
  width: 300px;
  /*do not delete*/
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-list {
  height: 48px;
  padding: 12px 12px;
  text-align: left;
  width: 298px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-list input {
  border: none;
  height: 26px;
  padding: 0;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token {
  margin: 0 5px;
  line-height: 24px;
  font-size: 18px;
  background: #3d7fba;
  border: 0px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 0 4px!important;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token .token-text {
  max-width: 150px;
  display: inline-block;
  font-weight: 600;
  margin-right: 4px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token .rm-tk {
  vertical-align: top;
  line-height: 24px;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  font-family: sentieo !important;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token .rm-tk :before {
  display: inline-block;
  margin-left: 3px;
  line-height: 24px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token.exc_tickers::before {
  content: "!";
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token.spotlight {
  color: #3d7fba;
  border: 1px solid #3d7fba;
  background: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token.cyano.spotlight {
  color: #2EB8E6;
  border: 1px solid #2EB8E6;
  background: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token.greeny.spotlight {
  color: #3cb300;
  border: 1px solid #3cb300;
  background: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token.taggy {
  background: #7777ba;
  border: 1px solid #7777ba;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .noisy-long-token.taggy.spotlight {
  color: #7777ba;
  border: 1px solid #7777ba;
  background: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper {
  width: 600px;
  left: -1px;
  top: 50px;
  margin-top: 10px;
  border-radius: 2px;
  overflow: hidden;
  border: 0;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li {
  width: auto;
  padding: 6px;
  display: block;
  box-sizing: border-box;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li.selected .newBigDocCompName,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li.selected .newDocCompName,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li.selected .categoryName {
  color: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li .newBigDocTicker,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li .newBigDocTickerInt,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li .newBigDocDebtTicker,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li .categoryToken {
  width: 100px;
  text-align: center;
  margin-right: 12px;
  font-size: 12px;
  line-height: 18px;
  padding: 3px 6px;
  border-radius: 2px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li .newBigDocCompName,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li .newDocCompName,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li .categoryName {
  font-size: 12px;
  line-height: 24px;
  color: #3d7fba;
  width: 460px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li .categoryName {
  width: 250px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li:hover .newBigDocCompName,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li:hover .newDocCompName,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li:hover .categoryName {
  color: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .suggest-wrapper li.selected {
  background: #3d7fba;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .newAutocomplete .docCompName {
  width: 200px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .query-input {
  width: 280px;
  font-size: 18px;
  padding: 13px 12px;
  line-height: 24px;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .ticker-input {
  font-size: 18px;
  line-height: 24px;
  height: inherit;
  margin: 0px;
  padding: 12px;
  text-indent: 6px;
  width: 300px;
  height: 52px;
  border-radius: 4px;
  padding-left: 12px;
  text-transform: uppercase;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder ::-webkit-input-placeholder {
  text-transform: initial;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder :-moz-placeholder {
  text-transform: initial;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder ::-moz-placeholder {
  text-transform: initial;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder :-ms-input-placeholder {
  text-transform: none;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper {
  top: 50px;
  text-align: left;
  width: 585px;
  left: -1px;
  margin-top: 6px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 2px 6px -2px #1e374d;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper li.selected {
  background: #3d7fba;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper li.selected .newDocCompName,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper li.selected .newBigDocCompName,
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper li.selected .categoryName {
  color: #ffffff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .submit_box {
  color: #f8fbff;
  border: 1px solid #f8fbff;
  padding-top: 8px;
  position: relative;
  width: 52px;
  text-align: center;
  padding-bottom: 7px;
  cursor: pointer;
  background: #f8fbff;
  height: 52px;
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
  border-radius: 3px;
  clear: both;
  margin-left: 24px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .submit_box:hover {
  color: #f8fbff;
  background-color: #f8fbff;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .icon {
  position: absolute;
  right: 0;
  top: 0;
  fill: #ffffff;
  height: 52px;
  width: 52px;
  padding: 10px;
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
  cursor: pointer;
  border-radius: 4px;
}
#newdocsearch-html #landing_page_container #main_center .main-search-box .search-box-holder .icon:hover {
  fill: #3d7fba;
  background: #ffffff;
}
#newdocsearch-html #landing_page_container #main_footer {
  background: white;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  margin-top: 170px;
}
#newdocsearch-html #error-pane {
  display: block;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 413px;
  /*height: 53;*/
  padding: 10px;
  /*margin-top: 57px;*/
}
#newdocsearch-html #error-pane .header {
  font-size: 14px;
  margin-bottom: 7px;
}
#newdocsearch-html #error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
#newdocsearch-html #error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#newdocsearch-html .outer_rightmenu_fade {
  z-index: 200;
  position: absolute;
  right: 25px;
  bottom: 15px;
  cursor: pointer;
  /*-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/
  /*-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/
  /*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #555;
  /*width: 40%;*/
  /*opacity: 0.86;*/
  border: 1px solid #c5c5a5;
  background: #eee;
}
#newdocsearch-html .outer_rightmenu_fade #rightMenu {
  display: none;
}
#newdocsearch-html .outer_rightmenu_fade span {
  padding: 5px;
  display: inline-block;
  /*box-shadow: 0px 0px 1px #555;*/
  /*-webkit-box-shadow: 0px 0px 1px #555;*/
  /*-moz-box-shadow: 0px 0px 1px #555;*/
  /*box-shadow: 0px 0px 1px #555;*/
  font-size: 15px;
}
#newdocsearch-html .outer_rightmenu_fade span:hover {
  opacity: 1;
}
#newdocsearch-html .outer_rightmenu_fade .note-highlight-icon {
  font-size: 17px;
}
#newdocsearch-html .outer_rightmenu_fade .default {
  background: #eee;
  color: #555;
}
#newdocsearch-html .outer_rightmenu_fade .nodefault {
  background: #fff300;
  color: #000;
}
#newdocsearch-html .outer_rightmenu_fade .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFE6E6E6, GradientType=0);*/
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#newdocsearch-html .page-inner {
  position: relative;
  padding: 0px;
  display: none!important;
}
#newdocsearch-html .opacity {
  /*opacity:0.01;*/
}
#newdocsearch-html .opacity:hover {
  opacity: 1;
}
#newdocsearch-html .opacityundo {
  background: #3d7fba;
  color: #ffffff !important;
}
#newdocsearch-html .opacityundo .icon {
  fill: #ffffff !important;
}
#newdocsearch-html .opacityundo:hover {
  opacity: 1;
}
#newdocsearch-html .doc.container p:first-child {
  font-weight: bolder;
  font-size: 16px;
}
#newdocsearch-html #filter-dropdowns .submitquery {
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
  margin-top: 18px;
}
#newdocsearch-html #filter-dropdowns .blue-button {
  background-color: #3d7fba;
  color: #ffffff;
  border: 1px solid;
  border-radius: 4px;
  line-height: 18px;
  font-size: 12px;
  margin: 0px;
  outline: none;
  box-shadow: none;
  width: 150px;
  padding: 6px;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns .blue-button:hover {
  color: #3d7fba;
  background-color: #ffffff;
}
#newdocsearch-html #filter-dropdowns .filter-item-label {
  text-transform: capitalize;
  float: left;
}
#newdocsearch-html #filter-dropdowns .filter-item-label.filter-disabled {
  color: #A9A9A9;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop {
  position: absolute;
  top: 80px;
  left: 61px;
  font-size: 12px;
  font-family: Arial;
  color: #999;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  background: #ffffff;
  border: 1px solid #CCD8e6;
  box-shadow: none;
  float: left;
  padding: 0px 0px 0px 0px;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .header {
  font-size: 12px;
  color: #3d7fba;
  line-height: 18px;
  padding: 6px 0px 6px 6px;
  margin-left: 12px;
  margin-right: 12px;
  border-bottom: 1px solid #ccc;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .rectangle2 {
  float: left;
  padding: 0px 1px 20px 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .rectangle2 .items {
  margin-top: 12px;
  float: left;
  width: 100%;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .rectangle2 .items .col {
  float: left;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .rectangle2 .items .col .item {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  min-width: 90px;
  margin-right: 12px;
  margin-bottom: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .rectangle2 .items .col .item .filter_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('http://beta.sentieo.com/css/images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .rectangle2 .items .col .item .filter_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .rectangle2 .items .col .item label {
  float: left;
  margin-left: 6px;
  width: 30px;
  font-family: Arial;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .rectangle2 .items .col .item label:hover {
  text-overflow: inherit;
  overflow: visible;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .rectangle2 .items .col .defgray {
  color: #ffffff;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .rectangle .submitquery {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0px 0px 12px 0px;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .col {
  float: left;
}
#newdocsearch-html #filter-dropdowns #filter-ticker-drop .ticker-chevron {
  width: 21px;
  float: left;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop {
  position: absolute;
  top: 80px;
  left: 120px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  background: #ffffff;
  border: 1px solid #CCD8e6;
  box-shadow: none;
  float: left;
  padding: 0px 12px;
  max-height: 505px;
  width: 780px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .top-header {
  font-size: 12px;
  color: #3d7fba;
  line-height: 18px;
  padding: 6px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .header {
  font-size: 12px;
  color: #3d7fba;
  line-height: 18px;
  padding: 6px;
  border-bottom: 1px solid #ccc;
  font-family: Arial;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter {
  padding-top: 12px;
  overflow: auto;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .ef_filter .item.defgray {
  border: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 18px;
  font-family: Arial;
  font-size: 13px;
  color: #666;
  background: #ffffff;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .main-type-header {
  overflow: hidden;
  margin-left: 6px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .main-type-header .type-header {
  clear: both;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  line-height: 18px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .main-type-header .type-header .item {
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  min-width: 130px;
  margin-right: 12px;
  margin-bottom: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .main-type-header .type-header .item .filter_checkbox,
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .main-type-header .type-header .item .filter_type_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('http://beta.sentieo.com/css/images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .main-type-header .type-header .item .filter_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .main-type-header .type-header .item .filter_type_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .main-type-header .type-header .item label {
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
  text-transform: capitalize;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .main-type-header .type-header .defgray {
  color: #ffffff;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .category {
  width: 15%;
  float: left;
  padding-top: 12px;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  overflow: hidden;
  color: #666;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .items {
  padding-top: 12px;
  overflow: hidden;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .items .col {
  float: left;
  width: 25%;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .items .col .item {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  min-width: 90px;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .items .col .item .filter_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('http://beta.sentieo.com/css/images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .items .col .item .filter_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .items .col .item label {
  float: none;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
  text-transform: capitalize;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .doc_filter .items .col .defgray {
  color: #ffffff;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .one_line {
  border-bottom: 1px solid #ccc;
  margin: 0% 2% 0% 2%;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .one_line .doc_filter {
  border-bottom: 0px;
  width: 25%;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .one_line .doc_filter .main-type-header {
  width: 95%;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .one_line .doc_filter .main-type-header .type-header {
  width: 100%;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .rectangle .submitquery {
  margin-top: 12px;
  margin-bottom: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .col {
  float: left;
}
#newdocsearch-html #filter-dropdowns #filter-doctype-drop .ticker-chevron {
  width: 92%;
  float: left;
  font-size: 10px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop,
#newdocsearch-html #filter-dropdowns #filter-geography-drop {
  position: absolute;
  top: 80px;
  left: 179px;
  width: 592px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .col,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .col {
  float: left;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .ticker-chevron,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .ticker-chevron {
  width: 92%;
  float: left;
  font-size: 10px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle {
  width: 892px;
  border-radius: 4px;
  border: 1px solid #ccd8e6;
  padding-top: 30px;
  border-top-left-radius: 0px;
  box-shadow: none;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .header,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .header {
  padding: 6px 12px;
  margin-top: -30px;
  line-height: 18px;
  font-size: 12px;
  border-bottom: solid 1px #ccd8e6;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .header .title,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .header .title {
  display: none;
  min-width: 180px;
  margin-right: 12px;
  font-weight: bold;
  color: #666;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .header .toggle-all,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .header .toggle-all {
  display: inline-block;
  font-weight: normal;
  color: #3d7fba;
  font-family: Arial;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col {
  max-height: 100%;
  width: 240px;
  background: #f5f7fa;
  overflow: auto;
  border-bottom: 1px solid #ccd8e6;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper:last-child,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper:last-child {
  border-bottom: none;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper {
  border-bottom: solid 1px #ccd8e6;
  font-size: 12px;
  overflow: hidden;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item {
  /*float:left;*/
  height: 48px;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper {
  margin: 15px 6px 15px 12px;
  display: inline-block;
  vertical-align: middle;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_sector_checkbox,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_sector_checkbox,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_region_checkbox,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_region_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('../images/checkbox-unchecked.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_sector_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_sector_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_region_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_region_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox-checked-666.png') no-repeat;
  background-size: 18px 18px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .incomplete.filter_sector_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .incomplete.filter_sector_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .incomplete.filter_region_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .incomplete.filter_region_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox-checked-ccc.png') no-repeat;
  background-size: 18px 18px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper {
  max-width: 160px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-size: 12px;
  max-height: 36px;
  overflow: hidden;
  color: #3d7fba;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper .filter-count:before,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper .filter-count:before {
  content: " (";
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper .filter-count:after,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper .filter-count:after {
  content: ")";
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper.active,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper.active {
  color: #333;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .sub-menu-show,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .sub-menu-show {
  float: right;
  width: 18px;
  padding: 18px 0px;
  text-align: center;
  color: #3d7fba;
  border-left: 1px solid #ccd8e6;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper .sub-menu-show:before,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .sub-menu-show:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .left-col .menu-item-wrapper.expanded .sub-menu-show,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper.expanded .sub-menu-show {
  background: #7e91ad;
  color: #ffffff;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col {
  float: right;
  position: relative;
  height: 100%;
  width: 650px;
  margin-left: -1px;
  border-left: solid 1px #ccd8e6;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper {
  position: relative;
  padding: 54px 12px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .searchbox-wrapper,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .searchbox-wrapper {
  position: relative;
  margin-top: -54px;
  width: 100%;
  height: 30px;
  padding: 12px 0px;
  border-bottom: solid 1px #ccd8e6;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer {
  display: inline-block;
  height: 26px;
  border: solid 1px #ccc;
  border-radius: 4px;
  width: 276px;
  padding: 1px 6px;
  vertical-align: bottom;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input {
  padding: 4px 0px;
  margin: 0px;
  line-height: 18px;
  height: 18px;
  width: 256px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input:focus,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input:focus,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input:active,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input:active {
  border: 0px;
  box-shadow: none;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer .search-icon,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .searchbox-wrapper .search_outer .search-icon {
  color: #bcbcbc;
  margin: 7px 3px;
  font-size: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .searchbox-wrapper .toggle-all,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .searchbox-wrapper .toggle-all {
  font-weight: normal;
  color: #3d7fba;
  font-size: 12px;
  line-height: 30px;
  margin-left: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .searchbox-wrapper .popular,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .searchbox-wrapper .popular {
  color: #3d7fba;
  font-size: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper {
  height: 100%;
  width: 100%;
  overflow: auto;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region {
  padding-top: 12px;
  display: none;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  width: 278px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
  box-sizing: border-box;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item .filter_checkbox,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item .filter_checkbox,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item .filter_checkbox,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item .filter_checkbox,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item .filter_checkbox,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item .filter_checkbox,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item .filter_checkbox,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item .filter_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('../images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item .filter_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item .filter_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item .filter_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item .filter_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item .filter_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item .filter_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item .filter_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item .filter_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label {
  float: left;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
  max-width: 245px;
  white-space: normal;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .label-text,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .label-text,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label .label-text,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label .label-text,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label .label-text,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label .label-text,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label .label-text,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label .label-text {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .filter-count,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .filter-count,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label .filter-count,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label .filter-count,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label .filter-count,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label .filter-count,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label .filter-count,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label .filter-count {
  float: right;
  margin-left: 5px;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .filter-count:before,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .filter-count:before,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label .filter-count:before,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label .filter-count:before,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label .filter-count:before,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label .filter-count:before,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label .filter-count:before,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label .filter-count:before {
  content: " (";
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .filter-count:after,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .filter-count:after,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label .filter-count:after,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .item label .filter-count:after,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label .filter-count:after,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region .item label .filter-count:after,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label .filter-count:after,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item label .filter-count:after {
  content: ")";
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .defgray,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .sector .defgray,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .defgray,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .sector .defgray,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subsector-wrapper .region .defgray,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subsector-wrapper .region .defgray,
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .defgray,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .defgray {
  color: #ffffff;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .button-wrapper,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .button-wrapper {
  position: relative;
  /*bottom:-54px;*/
  width: 100%;
  height: 30px;
  padding: 12px 0px;
  border-top: solid 1px #ccd8e6;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .button-wrapper .submitquery,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .button-wrapper .submitquery {
  width: 100%;
  text-align: center;
  margin: 0px auto;
}
#newdocsearch-html #filter-dropdowns #filter-sector-drop .rectangle .right-col .wrapper .button-wrapper .submitquery .grey-button,
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .button-wrapper .submitquery .grey-button {
  width: 140px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 18px;
  background: #3d7fba;
  border: none;
  color: #ffffff;
  border-radius: 4px;
}
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle {
  width: 852px;
  max-height: 340px;
}
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col {
  width: 610px;
}
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item {
  width: 258px;
}
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper .region .item .label {
  max-width: 230px;
}
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .right-col .wrapper .subcountry-wrapper {
  max-height: 230px;
}
#newdocsearch-html #filter-dropdowns #filter-geography-drop .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_region_checkbox {
  height: 19px;
  width: 19px;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop,
#newdocsearch-html #filter-dropdowns #filter-other-drop {
  position: absolute;
  top: 80px;
  left: 243px;
  font-size: 12px;
  font-family: Arial;
  color: #999;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  background: #ffffff;
  border: 1px solid #CCD8e6;
  box-shadow: none;
  float: left;
  padding: 0px 12px;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle .top-header,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle .top-header {
  font-size: 13px;
  color: #666666;
  line-height: 18px;
  padding: 6px 6px 0 6px;
  text-align: left;
  font-weight: bold;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle .header,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle .header {
  font-size: 12px;
  color: #3d7fba;
  line-height: 18px;
  padding: 6px;
  border-bottom: 1px solid #ccc;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle .items,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle .items {
  margin-top: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle .items .col,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle .items .col {
  float: left;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle .items .col .item,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle .items .col .item {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  min-width: 150px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle .items .col .item .filter_checkbox,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle .items .col .item .filter_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('http://beta.sentieo.com/css/images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle .items .col .item .filter_checkbox[type=checkbox]:checked,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle .items .col .item .filter_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle .items .col .item label,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle .items .col .item label {
  float: left;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .rectangle .items .col .defgray,
#newdocsearch-html #filter-dropdowns #filter-other-drop .rectangle .items .col .defgray {
  color: #ffffff;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
#newdocsearch-html #filter-dropdowns #filter-size-drop .ticker-chevron,
#newdocsearch-html #filter-dropdowns #filter-other-drop .ticker-chevron {
  width: 92%;
  float: left;
  font-size: 10px;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop {
  position: absolute;
  top: 80px;
  left: 303px;
  font-size: 12px;
  font-family: Arial;
  color: #999;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .rectangle {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  background: #ffffff;
  border: 1px solid #CCD8e6;
  box-shadow: none;
  float: left;
  padding: 0px 12px;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .rectangle .header {
  font-size: 12px;
  color: #3d7fba;
  line-height: 18px;
  padding: 6px;
  border-bottom: 1px solid #ccc;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .rectangle .items {
  margin-top: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .rectangle .items .col {
  float: left;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .rectangle .items .col .item {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  min-width: 90px;
  margin-right: 12px;
  margin-bottom: 12px;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .rectangle .items .col .item .filter_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('http://beta.sentieo.com/css/images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .rectangle .items .col .item .filter_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .rectangle .items .col .item label {
  float: left;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .rectangle .items .col .defgray {
  color: #ffffff;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
#newdocsearch-html #filter-dropdowns #filter-source-drop .ticker-chevron {
  width: 92%;
  float: left;
  font-size: 10px;
}
#newdocsearch-html .recent_history {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  margin-left: 20px;
}
#newdocsearch-html .recent_history .recent_header {
  height: 35px;
  width: 100%;
  font-size: 11px;
  line-height: 35px;
  text-indent: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #FBFBFB, #F2F2F2);
  background-image: -moz-linear-gradient(top, #FBFBFB, #F2F2F2);
  background-image: -ms-linear-gradient(top, #FBFBFB, #F2F2F2);
  background-image: -o-linear-gradient(top, #FBFBFB, #F2F2F2);
  background-image: linear-gradient(top, #FBFBFB, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FBFBFB, endColorstr=#F2F2F2);
}
#newdocsearch-html .recent_history .recent_header_list {
  height: 24px;
  line-height: 24px;
  clear: both;
  overflow: hidden;
  font-size: 11px;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #FBFBFB, #F2F2F2);
  background-image: -moz-linear-gradient(top, #FBFBFB, #F2F2F2);
  background-image: -ms-linear-gradient(top, #FBFBFB, #F2F2F2);
  background-image: -o-linear-gradient(top, #FBFBFB, #F2F2F2);
  background-image: linear-gradient(top, #FBFBFB, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FBFBFB, endColorstr=#F2F2F2);
}
#newdocsearch-html .recent_history .recent_header_list .col {
  float: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#newdocsearch-html .recent_history .recent_header_list .ticker {
  width: 100px;
  text-align: left;
  text-indent: 10px;
  white-space: nowrap;
}
#newdocsearch-html .recent_history .recent_header_list .query {
  width: 190px;
  text-align: left;
  text-indent: 10px;
  white-space: nowrap;
}
#newdocsearch-html .recent_history .recent_header_list .hits {
  /*width:100px;*/
  width: 75px;
  text-align: left;
  /*text-indent: 10px;*/
  white-space: nowrap;
}
#newdocsearch-html .recent_history .recent_header_list .datetime {
  width: 105px;
  text-align: right;
  /*text-indent: 10px;*/
  white-space: nowrap;
}
#newdocsearch-html .recent_history .recent_content {
  overflow: auto;
}
#newdocsearch-html .recent_history .recent_content .even {
  background: #F2F5FA;
}
#newdocsearch-html .recent_history .recent_content .odd {
  background: white;
}
#newdocsearch-html .recent_history .recent_content .menu-item.item-name {
  height: 36px;
  line-height: 36px;
  clear: both;
  overflow: hidden;
  font-size: 11px;
  cursor: pointer;
}
#newdocsearch-html .recent_history .recent_content .menu-item.item-name .col {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}
#newdocsearch-html .recent_history .recent_content .menu-item.item-name .ticker {
  width: 100px;
  text-align: left;
  text-indent: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#newdocsearch-html .recent_history .recent_content .menu-item.item-name .query {
  /*width: 120px;*/
  width: 190px;
  text-align: left;
  text-indent: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#newdocsearch-html .recent_history .recent_content .menu-item.item-name .hits {
  /*width:100px;*/
  width: 75px;
  text-align: left;
  /*text-indent: 10px;*/
  white-space: nowrap;
  text-overflow: ellipsis;
}
#newdocsearch-html .recent_history .recent_content .menu-item.item-name .datetime {
  width: 105px;
  color: #9B9B9B;
  text-align: right;
  /*text-indent: 10px;*/
  white-space: nowrap;
  text-overflow: ellipsis;
}
#newdocsearch-html .recent_history .recent_content .menu-item.item-name .search {
  width: 20px;
  margin-top: 12px;
  color: #9B9B9B;
  text-align: right;
  cursor: pointer;
}
#newdocsearch-html .recent_history .recent_content .menu-item.item-name .popout_search {
  width: 24px;
  margin-top: 12px;
  color: #9B9B9B;
  text-align: center;
  cursor: pointer;
  color: #437FB7;
}
#newdocsearch-html .top-header {
  height: auto;
  background-color: #e8eef7;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: 2px solid #bbc6d5;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 300;
  padding-bottom: 8px;
}
#newdocsearch-html ul {
  list-style: none;
}
#newdocsearch-html a,
#newdocsearch-html button {
  text-decoration: none;
  color: #3d7fba;
  cursor: pointer;
}
#newdocsearch-html button,
#newdocsearch-html .btn {
  background-color: transparent;
  border: 2px solid #3d7fba;
  padding: 6px 12px;
  border-radius: 3px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
}
#newdocsearch-html button:hover,
#newdocsearch-html .btn:hover {
  color: #ffffff;
  background-color: #3d7fba;
}
#newdocsearch-html .btn-solide {
  background-color: #3d7fba;
  color: #ffffff;
}
#newdocsearch-html input,
#newdocsearch-html select {
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  padding: 8px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#newdocsearch-html .ticker-small,
#newdocsearch-html .ticker {
  color: #ffffff;
  background-color: #3d7fba;
  display: inline-block;
  border-radius: 4px;
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid;
  cursor: pointer;
}
#newdocsearch-html .ticker-small:hover,
#newdocsearch-html .ticker:hover {
  background: #ffffff;
  color: #3d7fba;
  border: 1px solid;
}
#newdocsearch-html .ticker-small {
  font-size: 11px;
}
#newdocsearch-html .tgl {
  display: none;
}
#newdocsearch-html .tgl,
#newdocsearch-html .tgl:after,
#newdocsearch-html .tgl:before,
#newdocsearch-html .tgl *,
#newdocsearch-html .tgl *:after,
#newdocsearch-html .tgl *:before,
#newdocsearch-html .tgl + .tgl-btn {
  box-sizing: border-box;
}
#newdocsearch-html .tgl::selection,
#newdocsearch-html .tgl:after::selection,
#newdocsearch-html .tgl:before::selection,
#newdocsearch-html .tgl *::selection,
#newdocsearch-html .tgl *:after::selection,
#newdocsearch-html .tgl *:before::selection,
#newdocsearch-html .tgl + .tgl-btn::selection {
  background: none;
}
#newdocsearch-html .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
#newdocsearch-html .tgl + .tgl-btn:after,
#newdocsearch-html .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 44%;
  height: 100%;
}
#newdocsearch-html .tgl + .tgl-btn:after {
  left: 0;
}
#newdocsearch-html .tgl + .tgl-btn:before {
  display: none;
}
#newdocsearch-html .tgl:checked + .tgl-btn:after {
  left: 56%;
}
#newdocsearch-html .tgl-light + .tgl-btn {
  background: #a5b3c7;
  border-radius: 12px;
  padding: 2px;
  transition: all .4s ease;
}
#newdocsearch-html .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #ffffff;
  transition: all .2s ease;
}
#newdocsearch-html .tgl-light:checked + .tgl-btn {
  background: #3d7fba;
}
#newdocsearch-html .hit-indicator span {
  vertical-align: bottom;
  display: inline-block;
  background-color: #d9e1eb;
  margin: 0 2px 0 0;
}
#newdocsearch-html .hit-indicator span:nth-child(1) {
  -webkit-clip-path: polygon(0 37%, 100% 0, 100% 100%, 0% 100%);
  height: 4px;
  width: 7px;
}
#newdocsearch-html .hit-indicator span:nth-child(2) {
  -webkit-clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);
  height: 6px;
  width: 7px;
}
#newdocsearch-html .hit-indicator span:nth-child(3) {
  -webkit-clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%);
  height: 8px;
  width: 7px;
}
#newdocsearch-html .hit-indicator span:nth-child(4) {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  height: 10px;
  width: 7px;
}
#newdocsearch-html .hit-indicator.c0 {
  display: block;
}
#newdocsearch-html .hit-indicator.c0 span {
  background-color: #d9e1eb;
}
#newdocsearch-html .hit-indicator.c25 span:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa3c), color-stop(100%, #ff8f25)) !important;
  background: #ffaa3c !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffaa3c), color-stop(100%, #ff8f25)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffaa3c 0%, #ffaa3c 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ffaa3c 0%, #ff8f25 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .hit-indicator.c50 span:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa3c), color-stop(100%, #ff8f25)) !important;
  background: #ffaa3c !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffaa3c), color-stop(100%, #ff8f25)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffaa3c 0%, #ffaa3c 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ffaa3c 0%, #ff8f25 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .hit-indicator.c50 span:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8323), color-stop(100%, #ff6620)) !important;
  background: #ff8323 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff8323 0%, #ff6620 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8323), color-stop(100%, #ff6620)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff8323 0%, #ff6620 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff8323 0%, #ff8323 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff8323 0%, #ff6620 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ff8323 0%, #ff6620 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .hit-indicator.c75 span:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa3c), color-stop(100%, #ff8f25)) !important;
  background: #ffaa3c !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffaa3c), color-stop(100%, #ff8f25)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffaa3c 0%, #ffaa3c 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ffaa3c 0%, #ff8f25 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .hit-indicator.c75 span:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8323), color-stop(100%, #ff6620)) !important;
  background: #ff8323 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff8323 0%, #ff6620 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8323), color-stop(100%, #ff6620)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff8323 0%, #ff6620 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff8323 0%, #ff8323 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff8323 0%, #ff6620 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ff8323 0%, #ff6620 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .hit-indicator.c75 span:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff561e), color-stop(100%, #ff391a)) !important;
  background: #ff561e !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff561e 0%, #ff391a 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff561e), color-stop(100%, #ff391a)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff561e 0%, #ff391a 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff561e 0%, #ff561e 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff561e 0%, #ff391a 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ff561e 0%, #ff391a 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .hit-indicator.c100 span:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa3c), color-stop(100%, #ff8f25)) !important;
  background: #ffaa3c !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffaa3c), color-stop(100%, #ff8f25)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffaa3c 0%, #ffaa3c 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffaa3c 0%, #ff8f25 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ffaa3c 0%, #ff8f25 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .hit-indicator.c100 span:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8323), color-stop(100%, #ff6620)) !important;
  background: #ff8323 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff8323 0%, #ff6620 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8323), color-stop(100%, #ff6620)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff8323 0%, #ff6620 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff8323 0%, #ff8323 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff8323 0%, #ff6620 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ff8323 0%, #ff6620 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .hit-indicator.c100 span:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff561e), color-stop(100%, #ff391a)) !important;
  background: #ff561e !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff561e 0%, #ff391a 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff561e), color-stop(100%, #ff391a)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff561e 0%, #ff391a 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff561e 0%, #ff561e 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff561e 0%, #ff391a 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ff561e 0%, #ff391a 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .hit-indicator.c100 span:nth-child(4) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff2c19), color-stop(100%, #ff1816)) !important;
  background: #ff2c19 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff2c19 0%, #ff1816 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff2c19), color-stop(100%, #ff1816)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff2c19 0%, #ff1816 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff2c19 0%, #ff2c19 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff2c19 0%, #ff1816 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #ff2c19 0%, #ff1816 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator {
  display: none;
}
#newdocsearch-html .selected-row .hit-indicator span {
  display: inline-block;
  background-color: #2465a1 !important;
}
#newdocsearch-html .selected-row .hit-indicator span:nth-child(1) {
  -webkit-clip-path: polygon(0 37%, 100% 0, 100% 100%, 0% 100%);
  height: 4px;
  width: 7px;
}
#newdocsearch-html .selected-row .hit-indicator span:nth-child(2) {
  -webkit-clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);
  height: 6px;
  width: 7px;
}
#newdocsearch-html .selected-row .hit-indicator span:nth-child(3) {
  -webkit-clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%);
  height: 8px;
  width: 7px;
}
#newdocsearch-html .selected-row .hit-indicator span:nth-child(4) {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  height: 10px;
  width: 7px;
}
#newdocsearch-html .selected-row .hit-indicator.c25 span:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69b6fc), color-stop(100%, #7fbff8)) !important;
  background: #69b6fc !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #69b6fc), color-stop(100%, #7fbff8)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #69b6fc 0%, #69b6fc 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #69b6fc 0%, #7fbff8 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator.c50 span:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69b6fc), color-stop(100%, #7fbff8)) !important;
  background: #69b6fc !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #69b6fc), color-stop(100%, #7fbff8)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #69b6fc 0%, #69b6fc 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #69b6fc 0%, #7fbff8 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator.c50 span:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87c2f7), color-stop(100%, #9dcaf4)) !important;
  background: #87c2f7 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #87c2f7 0%, #9dcaf4 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #87c2f7), color-stop(100%, #9dcaf4)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #87c2f7 0%, #9dcaf4 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #87c2f7 0%, #87c2f7 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #87c2f7 0%, #9dcaf4 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #87c2f7 0%, #9dcaf4 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator.c75 span:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69b6fc), color-stop(100%, #7fbff8)) !important;
  background: #69b6fc !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #69b6fc), color-stop(100%, #7fbff8)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #69b6fc 0%, #69b6fc 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #69b6fc 0%, #7fbff8 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator.c75 span:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87c2f7), color-stop(100%, #9dcaf4)) !important;
  background: #87c2f7 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #87c2f7 0%, #9dcaf4 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #87c2f7), color-stop(100%, #9dcaf4)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #87c2f7 0%, #9dcaf4 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #87c2f7 0%, #87c2f7 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #87c2f7 0%, #9dcaf4 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #87c2f7 0%, #9dcaf4 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator.c75 span:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5cdf2), color-stop(100%, #bbd6ef)) !important;
  background: #a5cdf2 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a5cdf2 0%, #bbd6ef 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a5cdf2), color-stop(100%, #bbd6ef)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #a5cdf2 0%, #bbd6ef 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #a5cdf2 0%, #a5cdf2 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #a5cdf2 0%, #bbd6ef 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #a5cdf2 0%, #bbd6ef 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator.c100 span:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69b6fc), color-stop(100%, #7fbff8)) !important;
  background: #69b6fc !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #69b6fc), color-stop(100%, #7fbff8)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #69b6fc 0%, #69b6fc 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #69b6fc 0%, #7fbff8 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #69b6fc 0%, #7fbff8 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator.c100 span:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87c2f7), color-stop(100%, #9dcaf4)) !important;
  background: #87c2f7 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #87c2f7 0%, #9dcaf4 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #87c2f7), color-stop(100%, #9dcaf4)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #87c2f7 0%, #9dcaf4 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #87c2f7 0%, #87c2f7 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #87c2f7 0%, #9dcaf4 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #87c2f7 0%, #9dcaf4 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator.c100 span:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5cdf2), color-stop(100%, #bbd6ef)) !important;
  background: #a5cdf2 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a5cdf2 0%, #bbd6ef 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a5cdf2), color-stop(100%, #bbd6ef)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #a5cdf2 0%, #bbd6ef 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #a5cdf2 0%, #a5cdf2 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #a5cdf2 0%, #bbd6ef 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #a5cdf2 0%, #bbd6ef 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html .selected-row .hit-indicator.c100 span:nth-child(4) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3d9ee), color-stop(100%, #d9e1ea)) !important;
  background: #c3d9ee !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c3d9ee 0%, #d9e1ea 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c3d9ee), color-stop(100%, #d9e1ea)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c3d9ee 0%, #d9e1ea 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c3d9ee 0%, #c3d9ee 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c3d9ee 0%, #d9e1ea 100%) !important;
  /* IE10+ */
  background: linear-gradient(to right, #c3d9ee 0%, #d9e1ea 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1) !important;
  /* IE6-9 */
}
#newdocsearch-html input[type=checkbox] {
  visibility: hidden;
}
#newdocsearch-html .checkbox {
  width: 24px;
  overflow: hidden;
}
#newdocsearch-html .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e8eef7;
}
#newdocsearch-html .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#newdocsearch-html .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#newdocsearch-html .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
#newdocsearch-html .checkbox input[type=checkbox]:checked + label:after,
#newdocsearch-html .checkbox input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#newdocsearch-html .checkbox input[type=checkbox]:checked span,
#newdocsearch-html .checkbox input[type=radio]:checked span {
  background-color: #3d7fba;
}
#newdocsearch-html .active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#newdocsearch-html .active .checkbox label:after {
  border-color: #ffffff;
}
#newdocsearch-html .active .checkbox span {
  background-color: #3d7fba;
  border-radius: 2px 0 0 2px;
}
#newdocsearch-html .zero-active .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}
#newdocsearch-html select {
  color: #698094;
  cursor: pointer;
}
#newdocsearch-html select.sort {
  background-repeat: no-repeat;
  background-size: 8px 10px, 9px 5px;
  background-position: 8px center, 93% center;
  padding-left: 20px !important;
}
#newdocsearch-html select.sort:hover {
  border-color: #3d7fba;
}
#newdocsearch-html select.sort:focus {
  border-color: #d4e0ea !important;
}
#newdocsearch-html .menu-overlay {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 330px;
  top: 31px;
  right: 0;
  z-index: 300;
  box-shadow: 0 12px 30px 0 rgba(22, 42, 60, 0.65);
  overflow: hidden;
  border-radius: 2px;
}
#newdocsearch-html .menu-overlay .menu-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#newdocsearch-html .menu-overlay .menu-head .clear-input-field .icon {
  position: absolute;
  left: 232px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
  fill: #3d7fba;
  width: 9px;
  height: 9px;
}
#newdocsearch-html .menu-overlay .menu-head input,
#newdocsearch-html .menu-overlay .menu-head select {
  width: auto;
  flex-grow: 1;
  margin-right: 8px;
  max-width: 240px;
}
#newdocsearch-html .menu-overlay .menu-head input {
  padding-right: 20px;
}
#newdocsearch-html .menu-overlay .menu-head select {
  max-width: 160px;
}
#newdocsearch-html .menu-overlay .menu-head .select-options {
  align-self: flex-end;
  flex: 1;
  text-align: right;
  padding-right: 10px;
}
#newdocsearch-html .menu-overlay .menu-head .select-options a {
  margin-left: 8px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  position: relative;
}
#newdocsearch-html .menu-overlay .menu-head .select-options a .icon {
  width: 9px;
  height: 9px;
  fill: #3d7fba;
  margin-right: 4px;
}
#newdocsearch-html .menu-overlay .menu-head .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 1px;
  padding: 0px;
  margin: 0px;
}
#newdocsearch-html .menu-overlay .menu-head .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 2px;
  padding: 0px;
  margin: 0px;
}
#newdocsearch-html .menu-overlay .sidebar-body {
  border: none !important;
  margin-top: 48px;
}
#newdocsearch-html .menu-overlay .sidebar-body div:hover {
  background-color: #ffffff;
}
#newdocsearch-html .menu-overlay .sidebar-body div.full {
  background-color: #e8eef7;
  color: #3d7fba;
  border-color: rgba(47, 89, 128, 0.9);
  -webkit-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  -moz-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  z-index: 200;
}
#newdocsearch-html .menu-overlay .sidebar-body div.full p {
  color: #3d7fba;
}
#newdocsearch-html .menu-overlay .sidebar-body div.full .checkbox span {
  background-color: #3d7fba;
}
#newdocsearch-html .menu-overlay .sidebar-body div.full .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#newdocsearch-html .menu-overlay .sidebar-body div.full .checkbox label:after {
  border-color: #ffffff;
}
#newdocsearch-html .menu-overlay .sidebar-body div.full:hover {
  background-color: #ffffff;
}
#newdocsearch-html .menu-overlay .sidebar-body div.incomplete {
  background-color: rgba(187, 198, 213, 0.6);
  color: #3d7fba;
  border-color: #bbc6d5;
  -webkit-box-shadow: 1px 0px 0px 0px #bbc6d5;
  -moz-box-shadow: 1px 0px 0px 0px #bbc6d5;
  box-shadow: 1px 0px 0px 0px #bbc6d5;
  z-index: 200;
}
#newdocsearch-html .menu-overlay .sidebar-body div.incomplete p {
  color: #3d7fba;
}
#newdocsearch-html .menu-overlay .sidebar-body div.incomplete .checkbox span {
  background-color: #bbc6d5;
}
#newdocsearch-html .menu-overlay .sidebar-body div.incomplete .checkbox label {
  background-color: #698094;
  border-color: #698094;
}
#newdocsearch-html .menu-overlay .sidebar-body div.incomplete .checkbox label:after {
  border-color: #ffffff;
}
#newdocsearch-html .menu-overlay .sidebar-body div.incomplete:hover {
  background-color: #ffffff;
}
#newdocsearch-html .menu-overlay .sidebar-body div.tab-active {
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
}
#newdocsearch-html .menu-overlay .sidebar-body div.tab-active p {
  font-weight: 500;
  color: #1e374d;
}
#newdocsearch-html .menu-overlay .menu-sidebar {
  position: absolute;
  background-color: #f9fcff;
  border-right: 1px solid #d4e0ea;
  width: 227px;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
#newdocsearch-html .menu-overlay .menu-sidebar .select-options {
  border: none;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #f9fcff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: center;
  padding: 0 16px;
  justify-content: flex-end;
}
#newdocsearch-html .menu-overlay .menu-sidebar .select-options a {
  line-height: 48px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  padding-left: 15px;
  position: relative;
}
#newdocsearch-html .menu-overlay .menu-sidebar .select-options a .icon {
  width: 9px;
  height: 9px;
  fill: #3d7fba;
  margin-right: 4px;
}
#newdocsearch-html .menu-overlay .menu-sidebar .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#newdocsearch-html .menu-overlay .menu-sidebar .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#newdocsearch-html .menu-overlay .menu-sidebar div {
  position: relative;
  line-height: 11px;
  border: 1px solid #d4e0ea;
  border-right: none;
  border-left: none;
  margin-bottom: -1.5px;
  height: auto;
}
#newdocsearch-html .menu-overlay .menu-sidebar div .checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 38px;
}
#newdocsearch-html .menu-overlay .menu-sidebar div .checkbox input {
  border: none;
  height: 100%;
}
#newdocsearch-html .menu-overlay .menu-sidebar div .checkbox label {
  top: 9px;
  left: 5px;
  margin-top: 4px;
}
#newdocsearch-html .menu-overlay .menu-sidebar div p {
  display: inline-flex;
  font-size: 13px;
  color: #698094;
  padding: 0 0 0 32px;
  font-weight: 400;
  line-height: 38px;
  height: 38px;
  width: 100%;
}
#newdocsearch-html .menu-overlay .menu-sidebar div p span {
  font-size: 11px;
  padding-right: 2px;
}
#newdocsearch-html .menu-overlay .menu-body {
  overflow-y: auto;
}
#newdocsearch-html .menu-overlay .menu-footer {
  background-color: #f9fcff;
  padding: 8px;
  border-top: 1px solid #d4e0ea;
  text-align: right;
}
#newdocsearch-html .menu-overlay .menu-footer button {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 1340px) {
  #newdocsearch-html .visual-wrapper .synonym-wrapper {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 700px) {
  #newdocsearch-html .filter.filter-regions .menu-overlay {
    width: 635px !important;
  }
  #newdocsearch-html .filter.filter-regions .menu-overlay .menu-body {
    width: 408px !important;
    overflow-x: auto !important;
  }
  #newdocsearch-html .filter.filter-regions .menu-overlay .menu-head .select-options {
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  #newdocsearch-html .filter.filter-section .menu-overlay {
    width: 750px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1100px), screen and (max-width: 900px) {
  #newdocsearch-html .filter.filter-doctype .menu-sidebar {
    width: 25% !important;
  }
  #newdocsearch-html .filter.filter-doctype .menu-overlay {
    width: 750px !important;
  }
  #newdocsearch-html .filter.filter-doctype .menu-overlay .menu-head {
    margin-left: 25% !important;
  }
  #newdocsearch-html .filter.filter-doctype .menu-overlay .menu-body {
    width: 74% !important;
    margin-left: 25% !important;
  }
}
@-moz-document url-prefix() {
  #newdocsearch-html .filter.filter-doctype .menu-sidebar {
    width: 25% !important;
  }
  #newdocsearch-html .filter.filter-doctype .menu-overlay {
    width: 750px !important;
  }
  #newdocsearch-html .filter.filter-doctype .menu-overlay .menu-head {
    margin-left: 25% !important;
  }
  #newdocsearch-html .filter.filter-doctype .menu-overlay .menu-body {
    width: 74% !important;
    margin-left: 25% !important;
  }
}
#newdocsearch-html .settings-menu .menu-body {
  max-height: 70vh;
  overflow-y: auto !important;
}
#newdocsearch-html .doc-search-controls {
  width: 100%;
  height: auto;
  font-size: 0;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#newdocsearch-html .doc-search-controls input,
#newdocsearch-html .doc-search-controls select {
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  padding: 8px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#newdocsearch-html .doc-search-controls input,
#newdocsearch-html .doc-search-controls select {
  padding: 0 8px 1px 8px;
  height: 32px;
  width: 100%;
}
#newdocsearch-html .doc-search-controls input:focus,
#newdocsearch-html .doc-search-controls select:focus {
  border-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .search_menu {
  width: 32px;
  height: 32px;
  padding: 8px;
  background: #ffffff;
  position: relative;
  margin: 8px 0 0 8px;
  border: 1px solid #bbc6d5;
}
#newdocsearch-html .doc-search-controls .search_menu:hover .menu-container {
  display: block;
}
#newdocsearch-html .doc-search-controls .search_menu .menu-container {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 200px;
  top: 31px;
  left: -1px;
  z-index: 300;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #d4e0ea;
  overflow: hidden;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#newdocsearch-html .doc-search-controls .search_menu .menu-container .btn-container {
  cursor: pointer;
  padding: 0 4px 0 8px;
}
#newdocsearch-html .doc-search-controls .search_menu .menu-container .btn-container:hover {
  background: #3d7fba;
}
#newdocsearch-html .doc-search-controls .search_menu .menu-container .btn-container:hover svg {
  fill: #ffffff;
}
#newdocsearch-html .doc-search-controls .search_menu .menu-container .btn-container:hover .text {
  color: #ffffff;
}
#newdocsearch-html .doc-search-controls .search_menu .menu-container .btn-container button {
  padding: 6px;
}
#newdocsearch-html .doc-search-controls .search_menu .menu-container .text {
  width: 140px;
  height: 32px;
  display: inline-block;
  line-height: 20px;
  color: #3d7fba;
  font-size: 12px;
  vertical-align: top;
  padding: 6px;
}
#newdocsearch-html .doc-search-controls .search_menu .menu-glyph {
  fill: #3d7fba;
}
#newdocsearch-html .doc-search-controls .query-wrapper {
  width: 524px;
  height: 40px;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 8px 0px 0px 8px;
  justify-content: space-between;
}
#newdocsearch-html .doc-search-controls .query-wrapper .textoverlay-wrapper.overlayExpand {
  z-index: 999 !important;
}
#newdocsearch-html .doc-search-controls .query-wrapper .q-fatal-error {
  border: 2px solid red !important;
}
#newdocsearch-html .doc-search-controls .query-wrapper .q-nonfatal-error {
  border: 1px solid orange !important;
}
#newdocsearch-html .doc-search-controls .query-wrapper .q-no-error {
  border: 1px solid #bbc6d5 !important;
}
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper {
  z-index: 302;
  left: 8px;
  top: 30px;
  margin-top: 6px;
  border-radius: 2px;
  overflow: hidden;
}
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li {
  width: auto;
  padding: 4px 8px;
  display: block;
  box-sizing: border-box;
}
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li.selected .newDocCompName,
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li.selected .newBigDocCompName,
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li.selected .categoryName {
  color: #ffffff;
}
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li .newDocTicker,
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li .newDocTickerInt,
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li .newBigDocDebtTicker,
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li .categoryToken {
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
  line-height: 21px;
  height: 21px;
}
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li .newDocCompName,
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li .newBigDocCompName,
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li .categoryName {
  font-size: 12px;
  line-height: 21px;
  height: 21px;
  color: #698094;
}
#newdocsearch-html .doc-search-controls .query-wrapper .suggest-wrapper li.selected {
  background: #3d7fba;
}
#newdocsearch-html .doc-search-controls .ticker-input {
  width: 188px;
  background: #ffffff;
  border: 1px solid #bbc6d5;
  position: absolute;
  left: 7px;
  height: 32px;
  /*css for autocomplete*/
  flex-grow: 1;
  margin-right: 8px;
}
#newdocsearch-html .doc-search-controls .ticker-input input {
  width: 156px;
  border: none;
  height: 30px;
  /*position: relative;
          top: -6px;*/
  padding-left: 5px;
  text-transform: uppercase;
  background: transparent;
}
#newdocsearch-html .doc-search-controls .ticker-input.incWidth .noisy-long-wrapper {
  width: 100%;
  height: 100%;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-list input {
  position: relative;
  top: -6px;
  padding-left: 0px;
}
#newdocsearch-html .doc-search-controls .ticker-input ::-webkit-input-placeholder {
  text-transform: initial;
}
#newdocsearch-html .doc-search-controls .ticker-input :-moz-placeholder {
  text-transform: initial;
}
#newdocsearch-html .doc-search-controls .ticker-input ::-moz-placeholder {
  text-transform: initial;
}
#newdocsearch-html .doc-search-controls .ticker-input :-ms-input-placeholder {
  text-transform: none;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper {
  width: 170px;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list {
  height: 30px;
  padding: 6px 0px 5px 5px;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token {
  font-size: 13px;
  line-height: 18px;
  height: 18px;
  background: #3d7fba;
  border: 0px;
  color: #ffffff;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px!important;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token .token-text {
  font-weight: 600;
  margin-right: 4px;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token .rm-tk {
  vertical-align: baseline;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  font: normal normal normal 12px/1 sentieo !important;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.exc_tickers::before {
  content: "!";
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.spotlight {
  color: #3d7fba;
  border: 1px solid #3d7fba;
  background: #ffffff;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.cyano.spotlight {
  color: #2EB8E6;
  border: 1px solid #2EB8E6;
  background: #ffffff;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.greeny.spotlight {
  color: #3cb300;
  border: 1px solid #3cb300;
  background: #ffffff;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.taggy {
  background: #7777ba;
  border: 1px solid #7777ba;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.taggy.spotlight {
  color: #7777ba;
  border: 1px solid #7777ba;
  background: #ffffff;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper {
  left: -1px;
  top: 30px;
  margin-top: 6px;
  border-radius: 2px;
  overflow: hidden;
  width: 516px;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li {
  width: auto;
  padding: 4px 8px;
  display: block;
  box-sizing: border-box;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected .newDocCompName,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected .newBigDocCompName,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected .categoryName {
  color: #ffffff;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newDocTicker,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newDocTickerInt,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newBigDocDebtTicker,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .categoryToken {
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
  line-height: 21px;
  height: 21px;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newDocCompName,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newBigDocCompName,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .categoryName {
  font-size: 12px;
  line-height: 21px;
  height: 21px;
  color: #698094;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li:hover .newBigDocCompName,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li:hover .newDocCompName,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li:hover .categoryName {
  color: #698094;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected {
  background: #3d7fba;
}
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected .newBigDocCompName,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected .newDocCompName,
#newdocsearch-html .doc-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected .categoryName {
  color: #ffffff;
}
#newdocsearch-html .doc-search-controls .ticker-input .clear-icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px 6px 10px 0;
}
#newdocsearch-html .doc-search-controls .ticker-input .clear-icon .icon {
  height: 10px;
  width: 10px;
  fill: #1e374d;
}
#newdocsearch-html .doc-search-controls .ticker-input .history,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp {
  position: absolute;
  display: none;
  left: 0;
  top: 36px;
  width: 280px;
  border-radius: 2px;
  background-color: #ffffff;
  z-index: 300;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  font-size: 12px;
  color: #698094;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .head,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .head {
  background-color: #f9fcff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 4px 8px;
  font-size: 10px;
  color: #698094;
  text-transform: uppercase;
  font-weight: 500;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .set,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .set,
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists {
  cursor: pointer;
  padding: 4px 8px;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .set:hover,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .set:hover,
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists:hover,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists:hover,
#newdocsearch-html .doc-search-controls .ticker-input .history .set.selected,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .set.selected,
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists.selected,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists.selected {
  background-color: #3d7fba;
  color: #ffffff;
  border-color: #3d7fba;
  -webkit-box-shadow: 0px -1px 0px 0px #3d7fba;
  -moz-box-shadow: 0px -1px 0px 0px #3d7fba;
  box-shadow: 0px -1px 0px 0px #3d7fba;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .set:hover .icon-mw,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .set:hover .icon-mw,
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists:hover .icon-mw,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists:hover .icon-mw,
#newdocsearch-html .doc-search-controls .ticker-input .history .set.selected .icon-mw,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .set.selected .icon-mw,
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists.selected .icon-mw,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists.selected .icon-mw {
  fill: #ffffff;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .set:hover .ticker-small,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .set:hover .ticker-small,
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists:hover .ticker-small,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists:hover .ticker-small,
#newdocsearch-html .doc-search-controls .ticker-input .history .set.selected .ticker-small,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .set.selected .ticker-small,
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists.selected .ticker-small,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists.selected .ticker-small {
  background-color: #ffffff;
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .set,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .set {
  padding: 2px 8px;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .set .ticker-small,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .set .ticker-small {
  margin-top: 2px;
  margin-bottom: 2px;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists {
  font-size: 12px;
  color: #698094;
  background-repeat: no-repeat;
  background-size: 16px 12px, 5px 9px;
  background-position: 8px center, 262px center;
  padding-left: 12px;
  line-height: 22px;
  position: relative;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists .icon-mw,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists .icon-mw {
  height: 16px;
  width: 16px;
  fill: #3d7fba;
  position: relative;
  top: 3px;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists .watchlist-menu,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists .watchlist-menu {
  display: none;
  position: absolute;
  right: -241px;
  top: 0px;
  width: 240px;
  color: #698094;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  border-radius: 2px;
  overflow: auto;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists .watchlist-menu p,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists .watchlist-menu p {
  padding: 4px 8px;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists .watchlist-menu p:hover,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists .watchlist-menu p:hover,
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists .watchlist-menu p.selected,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists .watchlist-menu p.selected {
  background-color: #e8eef7;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists:hover .watchlist-menu,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists:hover .watchlist-menu {
  display: block;
  max-height: 250px;
  overflow-y: auto;
}
#newdocsearch-html .doc-search-controls .ticker-input .history .watchlists:hover .icon-mw,
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .watchlists:hover .icon-mw {
  fill: #ffffff;
}
#newdocsearch-html .doc-search-controls .ticker-input .autocomp .ticker-small {
  width: 60px;
  text-align: center;
  margin-right: 8px;
}
#newdocsearch-html .doc-search-controls .query {
  position: absolute;
  right: 0px;
  line-height: 18px;
  background-color: white;
  height: 32px;
  width: 320px;
}
#newdocsearch-html .doc-search-controls .query .error-msg {
  font-size: 10px;
  float: right;
  position: absolute;
  top: 4px;
  left: 157px;
  width: 140px;
  color: #E45952;
  line-height: 12px;
  background-color: white;
  z-index: 1;
}
#newdocsearch-html .doc-search-controls .query #message-prompt {
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 2;
}
#newdocsearch-html .doc-search-controls .query #message-prompt .triangle1 {
  position: relative;
  z-index: 101;
  width: 0px;
  height: 0px;
  margin-left: 3px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506e transparent;
}
#newdocsearch-html .doc-search-controls .query #message-prompt .content {
  background: #3d7fba;
  border: 1px solid #28629A;
  border-radius: 3px;
  -webkit-box-shadow: #28629A 0px 0px 6px 1px;
  -moz-box-shadow: #28629A 0px 0px 6px 1px;
  box-shadow: #28629A 0px 0px 6px 1px;
  color: white;
  font-size: 11px;
  padding: 8px;
  width: 295px;
  padding-bottom: 13px;
}
#newdocsearch-html .doc-search-controls .query #message-prompt .content .row1 {
  font-weight: bold;
  font-size: 12px;
}
#newdocsearch-html .doc-search-controls .query #message-prompt .content .row {
  margin-bottom: 6px;
}
#newdocsearch-html .doc-search-controls .query #message-prompt .content .row:last {
  margin-bottom: 0px;
}
#newdocsearch-html .doc-search-controls .query #message-prompt .content .row4 {
  background-color: #DBE5EF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DBE5EF), color-stop(100%, #C9D3DF));
  background-image: -webkit-linear-gradient(top, #DBE5EF, #C9D3DF);
  background-image: -moz-linear-gradient(top, #DBE5EF, #C9D3DF);
  background-image: -ms-linear-gradient(top, #DBE5EF, #C9D3DF);
  background-image: -o-linear-gradient(top, #DBE5EF, #C9D3DF);
  background-image: linear-gradient(top, #DBE5EF, #C9D3DF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#DBE5EF, endColorstr=#C9D3DF);
  color: black;
  border: 1px solid #28629A;
  padding: 8px 15px 8px 15px;
  border-radius: 3px;
  margin-right: 2px;
  cursor: pointer;
  width: 30px;
  margin-left: 216px;
  margin-top: 11px;
  box-sizing: content-box;
}
#newdocsearch-html .doc-search-controls .query #message-prompt .content .row-close {
  height: 7px;
  color: black;
  cursor: pointer;
}
#newdocsearch-html .doc-search-controls .query #message-prompt .content .row-close span {
  float: right;
  font: normal normal normal 14px/1 FontAwesome !important;
}
#newdocsearch-html .doc-search-controls .query input {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 8px;
  padding-left: 6px;
  float: right;
}
#newdocsearch-html .doc-search-controls .query textarea {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 8px;
  padding: 6px 0 0 6px;
  float: right;
  line-height: 18px;
  resize: none;
  height: 32px;
  width: 320px;
  font-size: 14px;
  overflow-y: hidden;
  border: 1px solid #bbc6d5;
}
#newdocsearch-html .doc-search-controls .query textarea.expanded {
  float: left;
  height: 95px;
  width: 420px !important;
  border: 1px solid #bbc6d5;
  z-index: 900;
  overflow-y: auto;
}
#newdocsearch-html .doc-search-controls .query .search-icon {
  color: #698094;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  background: #ffffff;
  height: 100%;
  box-sizing: border-box;
  right: 0;
  border: 1px solid #bbc6d5;
  padding: 6px;
  transform: rotateY(180deg);
}
#newdocsearch-html .doc-search-controls .query .search-icon .icon {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
}
#newdocsearch-html .doc-search-controls .query span.help {
  display: block;
  position: absolute;
  font-size: 11px;
  color: #3d7fba;
  background-color: #EFF5FA;
  height: 16px;
  width: 16px;
  top: 15px;
  right: 32px;
  text-align: center;
  line-height: 16px;
  padding: 0;
  font-weight: 600;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 2px;
  box-shadow: none;
  overflow-y: visible;
  cursor: pointer;
}
#newdocsearch-html .doc-search-controls .query span.help:hover {
  color: #EFF5FA;
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .query .help {
  display: none;
  background-color: #ffffff;
  font-size: 14px;
  padding: 0px 0;
  position: absolute;
  top: 32px;
  z-index: 300;
  border-radius: 2px;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  width: 430px;
  height: 83vh;
  max-height: 760px;
  overflow-y: scroll;
}
#newdocsearch-html .doc-search-controls .query .help div.tp_st {
  border-top: hidden;
}
#newdocsearch-html .doc-search-controls .query .help div.tp_st h2 {
  margin-bottom: 10px;
}
#newdocsearch-html .doc-search-controls .query .help h2 {
  margin: 10px 0 10px 0;
  font-weight: 800;
  font-size: 16px;
  color: #698094;
}
#newdocsearch-html .doc-search-controls .query .help h3.desc-tp {
  font-weight: normal;
  color: #698094;
}
#newdocsearch-html .doc-search-controls .query .help h3 {
  font-size: 12px;
}
#newdocsearch-html .doc-search-controls .query .help h3 span {
  background-color: #e8eef7;
  padding: 2px 6px;
  border-radius: 2px;
}
#newdocsearch-html .doc-search-controls .query .help p {
  font-size: 12px;
  margin: 7px 0 0 0;
  color: #698094;
}
#newdocsearch-html .doc-search-controls .query .help p span {
  background-color: #e8eef7;
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: 600;
  color: #1e374d;
}
#newdocsearch-html .doc-search-controls .query .help p span.inp {
  background-color: transparent;
  padding: 0;
}
#newdocsearch-html .doc-search-controls .query .help p span.uline {
  text-decoration: underline;
  padding: 0;
}
#newdocsearch-html .doc-search-controls .query .help div.prfx-top {
  border-top: hidden;
}
#newdocsearch-html .doc-search-controls .query .help div.prfx-top .wildcard-top {
  margin-top: 12px;
}
#newdocsearch-html .doc-search-controls .query .help div {
  border-top: 1px solid #d4e0ea;
  padding: 12px 24px 12px 24px;
}
#newdocsearch-html .doc-search-controls .query .help div.sec-hd {
  padding: 0 24px;
}
#newdocsearch-html .doc-search-controls .query .help .example {
  text-transform: uppercase;
  color: #698094;
  font-weight: 600;
  font-size: 10px;
  margin: 0;
  border: none;
  padding: 0;
}
#newdocsearch-html .doc-search-controls .query .help .example p {
  border: 1px solid #d4e0ea;
  border-radius: 2px;
  padding: 2px 6px;
  color: #1e374d;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  margin: 5px 0 0 8px;
}
#newdocsearch-html .doc-search-controls .query .help .example p span {
  font-weight: 600;
  background-color: transparent;
}
#newdocsearch-html .doc-search-controls .query .help .example p .no-pad {
  padding-left: 0px;
  padding-right: 0px;
}
#newdocsearch-html .doc-search-controls .query .help .sf-item-container {
  padding-left: 0px;
  padding-right: 0px;
  color: #698094;
  border-top: 0px;
}
#newdocsearch-html .doc-search-controls .query .help .sf-item-container .sf-item {
  font-size: 12px;
  float: left;
}
#newdocsearch-html .doc-search-controls .query .help .sf-item-container .fc {
  width: 33%;
}
#newdocsearch-html .doc-search-controls .query .help .sf-item-container .mc {
  width: 30%;
}
#newdocsearch-html .doc-search-controls .controls {
  width: 150px;
  height: auto;
  padding: 8px 0 8px 0;
  position: relative;
}
#newdocsearch-html .doc-search-controls .controls button {
  height: 32px;
  width: 32px;
  background-color: transparent;
  border: transparent;
  border-radius: 2px;
  position: relative;
}
#newdocsearch-html .doc-search-controls .controls button .icon {
  height: 16px;
  width: 16px;
  fill: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls button:hover {
  border: none;
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .save,
#newdocsearch-html .doc-search-controls .controls .ds-upload {
  padding: 6px;
  width: 32px;
}
#newdocsearch-html .doc-search-controls .controls .open {
  border: none;
  width: 32px;
  padding: 6px;
}
#newdocsearch-html .doc-search-controls .controls .settings {
  border: none;
  width: 32px;
  padding: 6px;
}
#newdocsearch-html .doc-search-controls .controls .settings.active {
  background-color: #f9fcff;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu {
  position: relative;
  font-size: 12px;
  z-index: 301;
  left: 70px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay {
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 250px;
  top: 0px;
  left: -3px;
  z-index: 300;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #d4e0ea;
  overflow: hidden;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-head {
  color: #3d7fba;
  height: 35px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-head button {
  flex-grow: 1;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-head button:nth-child(1) {
  margin-right: 8px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-head input {
  margin-top: 8px;
  display: none;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body {
  margin-top: 32px;
  overflow-y: auto;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc {
  padding: 0px 0px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-name {
  font-size: 12px;
  font-weight: normal;
  padding: 0px 0px;
  padding-top: 12px;
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-radio {
  display: flex;
  flex-flow: row wrap;
  margin: 12px 0px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-radio .items {
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  flex: 1;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-radio .items .radio-button {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-radio .items .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-radio .items .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-radio .items .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-radio .items input[type=radio] {
  visibility: hidden;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-radio .items input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-synonym .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-synonym .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .snippet-len-doc .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .snippet-len-doc .snippet-len-radio .items h5 {
  margin-left: 14px;
  font-size: 12px;
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .description,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .load-first-doc .description {
  padding: 0px 0px;
  font-size: 12px;
  font-weight: normal;
  color: #6b8295;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings {
  padding: 0px 8px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_name {
  padding: 0px 0px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: normal;
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio {
  display: flex;
  margin: 12px 0px;
  flex-flow: row wrap;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items {
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  flex: 1;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items .radio-button {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items input[type=radio] {
  visibility: hidden;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .spanQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .spanQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .spanQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .spanQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .spanQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .extendQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .extendQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .extendQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .extendQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .extendQuery-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .increaseSlope-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .increaseSlope-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .increaseSlope-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .increaseSlope-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .increaseSlope-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .sel-index-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .sel-index-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .sel-index-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .sel-index-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .sel-index-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .extendQuery-setting .redline_radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .increaseSlope-setting .redline_radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sel-index-setting .redline_radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items h5 {
  margin-left: 14px;
  font-size: 12px;
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting {
  padding: 0px 8px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_name,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_name {
  padding: 0px 0px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: normal;
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_radio,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_radio {
  display: flex;
  margin: 12px 0px;
  flex-flow: row wrap;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_radio .items,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_radio .items {
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  flex: 1;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_radio .items .radio-button,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_radio .items .radio-button {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_radio .items .radio-button label,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_radio .items .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_radio .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_radio .items .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_radio .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_radio .items .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_radio .items input[type=radio],
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_radio .items input[type=radio] {
  visibility: hidden;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_radio .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_radio .items input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .snippet-len-radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .news_radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .news_radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .news_radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .pticker_radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .news_setting .pticker_radio .items h5,
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .pticker_setting .pticker_radio .items h5 {
  margin-left: 14px;
  font-size: 11px;
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sensitivity-set input {
  height: 30px;
  font: 15px medium;
  color: #37414A;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sensitivity-set .err {
  border: 1px solid #ff0000;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sensitivity-set .description {
  padding: 0px 0px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: normal;
  color: #6b8295;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sensitivity-set .sen-name {
  padding: 12px 0px;
  color: #3d7fba;
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .sensitivity-set .sen-error {
  padding: 12px 0px;
  color: #ff0000;
  float: right;
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings {
  padding: 0px 8px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_name {
  padding-top: 10px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-body div {
  padding: 0 8px;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-footer {
  height: 50px;
  text-align: center;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-footer button {
  height: 35px;
  width: 100px;
  border: 2px solid #3d7fba;
  background-color: #f9fcff;
  color: #3d7fba;
  cursor: pointer;
  margin: 0 auto;
}
#newdocsearch-html .doc-search-controls .controls .settings-menu .menu-overlay .menu-footer button:hover {
  background: #3d7fba;
  color: white;
}
#newdocsearch-html .doc-search-controls .filters-wrapper {
  margin-left: auto;
  padding: 8px 8px 0 7px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper.filters-wrapper--left {
  margin-left: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper.filters-wrapper--left .filter .menu-overlay {
  left: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters {
  height: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .clear-filter-box {
  width: 32px;
  background: #ffffff;
  border: 1px solid #bbc6d5;
  border-left: none;
  border-radius: 0 2px 2px 0;
  position: relative;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .clear-filter-box:after {
  right: 0;
  left: auto;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .clear-filter-box .clear-circle {
  position: relative;
  top: -1px;
  max-width: 110px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .clear-filter-box .clear-circle .icon {
  fill: #3d7fba;
  height: 24px;
  width: 18px;
  padding-top: 9px;
  margin-left: 7px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .clear-filter-box .clear-circle.disable {
  cursor: not-allowed;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .clear-filter-box .clear-circle.disable .icon {
  fill: #bbc6d5;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .save-filter-box {
  display: none;
  width: 32px;
  background: #ffffff;
  border: 1px solid #bbc6d5;
  border-left: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .save-filter-box .save-filter {
  display: inline;
  position: relative;
  top: -1px;
  max-width: 110px;
  margin: 0 10px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .save-filter-box .save-filter .icon {
  fill: #3d7fba;
  height: 24px;
  width: 18px;
  padding-top: 9px;
  margin-left: -3px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .save-filter-box .save-filter.disable {
  cursor: not-allowed;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filters .save-filter-box .save-filter.disable .icon {
  fill: #bbc6d5;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter {
  height: 32px;
  padding: 0 15px 0 8px;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  border: 1px solid #bbc6d5;
  border-right: transparent;
  flex-grow: 1;
  color: #698094;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter .icon-down,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter .icon-angle-up {
  height: 6px;
  width: 6px;
  fill: #698094;
  position: absolute;
  top: 14px;
  right: 6px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter .icon-down-filter:after {
  content: "\e02b";
  font-family: 'sentieo' !important;
  position: absolute;
  right: 0;
  padding: 0 3px;
  font-size: 7px;
  top: 0;
  width: 12px;
  text-align: center;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings {
  max-width: 33px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay {
  left: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head {
  cursor: default;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head button {
  flex-grow: 1;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .remove_default {
  position: absolute;
  right: 0;
  width: 107px;
  font-size: 14px;
  height: 26px;
  line-height: 14px;
  text-align: center;
  margin-top: 3px;
  padding: 1px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .seperator {
  border-bottom: 1px solid #ccd8e6;
  margin-top: 0px;
  margin-bottom: 7px;
  width: 340px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head button:nth-child(1) {
  margin-right: 8px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head #input-box {
  margin-top: 0px;
  max-width: 180px;
  width: 180px;
  display: inline-block;
  margin-right: 25px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options {
  text-transform: uppercase;
  color: #3d7fba;
  position: relative;
  width: 108px;
  height: 27px;
  line-height: 26px;
  padding-left: 0px;
  cursor: pointer;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options span {
  font-weight: 600;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .result_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .filter_sort_text {
  font-weight: 400;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .result_save_watchlist {
  position: absolute;
  right: 8px;
  top: 8px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .result_save_watchlist .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .filter_date-sort {
  padding: 0px 3px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .filter_sort_drop_down {
  margin-top: 7px;
  margin-left: 3px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .filter_sort_drop_down .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .filter_sort_options_outer {
  display: block;
  /* display: none; */
  border-radius: 2px;
  left: 0px;
  background-color: #ffffff;
  z-index: 200;
  overflow: hidden;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  width: 115px;
  position: absolute;
  top: 24px;
  box-sizing: border-box;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .filter_sort_options_outer .icon {
  padding: 5px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .filter_sort_options_outer div {
  border-top: 1px solid #d4e0ea;
  text-transform: none;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 22px;
  width: 125px;
  height: 27px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .filter_sort_options_outer div span {
  font-weight: normal;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options .menu {
  display: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .filter-sort-options:hover {
  background-color: #f9fcff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .save_icon {
  display: block;
  font-size: 20px;
  margin: 6px 0px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .save_icon.disabled {
  fill: #cccccc;
  pointer-events: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .save_icon.disabled .icon {
  fill: #cccccc;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .save_icon .save_icon_desc {
  float: right;
  margin-top: -5px;
  margin-left: 4px;
  color: #3d7fba;
  font-size: 15px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head .save_icon .icon {
  height: 20px;
  width: 20px;
  fill: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body {
  margin-top: 95px;
  max-height: 55vh;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body div {
  padding: 0 8px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body div:hover {
  background-color: #e8eef7;
  color: #1e374d;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body div:hover .hover_wrapper {
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body div:hover .hover_wrapper .icon {
  display: inline-block !important;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item {
  overflow: hidden;
  line-height: 36px;
  position: relative;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .filter-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  max-width: 140px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper {
  position: absolute;
  right: 0px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .make-default {
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin: 4px 0px;
  color: #3d7fba;
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 11px;
  text-decoration: underline;
  border: 0px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .infos {
  display: inline-block;
  line-height: 28px;
  margin: 4px 0;
  color: #3d7fba;
  border-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0 6px;
  height: 28px;
  margin-left: 6px;
  float: right;
  position: relative;
  width: 32px;
  text-align: center;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .deletes {
  display: inline-block;
  line-height: 28px;
  margin: 4px 0;
  color: #3d7fba;
  border-radius: 3px;
  border-left: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding: 0 6px;
  height: 28px;
  float: right;
  position: relative;
  width: 32px;
  text-align: center;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .edits {
  display: inline-block;
  line-height: 28px;
  margin: 4px 0;
  color: #3d7fba;
  border-radius: 3px;
  border-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0 6px;
  height: 28px;
  float: right;
  position: relative;
  width: 32px;
  text-align: center;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .items {
  display: inline-block;
  line-height: 28px;
  margin: 4px 0;
  color: #3d7fba;
  border-radius: 3px;
  border-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0 6px;
  height: 28px;
  float: right;
  position: relative;
  width: 32px;
  text-align: center;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .items:hover {
  fill: #ffffff;
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .default-filter .hover_wrapper {
  display: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .default-filter .hover_wrapper .icon:not(.make-default) {
  display: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .default-filter #make-default {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background-color: #f4f8fe;
  text-decoration: none;
  box-shadow: 0px 0.5px 1.5px 0 rgba(64, 95, 120, 0.47);
  margin: 9px 6px;
  border: 0px;
  font-size: 11px;
  font-family: HelveticaNeue, Arial, sans-serif;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .default-filter:hover .hover_wrapper .make-default {
  display: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .item h5 span.text {
  max-width: 100px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay {
  width: 658px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body {
  margin: 49px 0 0px 0;
  padding-bottom: 8px;
  height: 300px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .checkbox {
  width: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .checkbox input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .checkbox input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .checkbox input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .checkbox input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .checkbox input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .checkbox input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .checkbox input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .checkbox input {
  width: auto;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .checkbox label {
  top: 12px;
  left: 4px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body h5 {
  font-size: 12px;
  display: inline-flex;
  width: 100%;
  line-height: 22px;
  height: 24px;
  border: 1px solid #d4e0ea;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 0 0 0 5px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body h5 span:not(.text),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body h5 span:not(.text),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body h5 span:not(.text),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body h5 span:not(.text),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body h5 span:not(.text),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body h5 span:not(.text),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body h5 span:not(.text),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body h5 span:not(.text) {
  font-size: 11px;
  color: #698094;
  font-weight: 400;
  padding: 0 2px 0 3px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body h5 span.text {
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body h5 span.table-filter-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body h5 span.table-filter-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body h5 span.table-filter-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body h5 span.table-filter-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body h5 span.table-filter-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body h5 span.table-filter-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body h5 span.table-filter-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body h5 span.table-filter-text {
  max-width: 138px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body h5 span.filter-count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body h5 span.filter-count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body h5 span.filter-count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body h5 span.filter-count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body h5 span.filter-count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body h5 span.filter-count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body h5 span.filter-count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body h5 span.filter-count {
  vertical-align: top;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.section-subheader,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.section-subheader,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.section-subheader,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.section-subheader,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.section-subheader,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.section-subheader,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.section-subheader,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.section-subheader {
  border: 1px solid #d4e0ea;
  padding-bottom: 15px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div {
  width: 154px;
  height: 42px;
  padding: 0 0 0 24px;
  margin: 8px 0 0 8px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 2px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.active .checkbox {
  border-color: #3d7fba;
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked {
  border-color: #1e374d;
  color: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.active h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.active h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.active h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.active h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.active h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.active h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.active h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.active h5 {
  border-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show {
  height: 40px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:before {
  content: 'SHOW';
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show:after {
  content: "\e02b";
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .sec_ticker_items {
  display: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-show .for_border {
  margin-top: 0px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:before {
  content: 'HIDE';
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div.sec-ticker-hide:after {
  content: "\e028";
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div {
  position: relative;
  width: 100% !important;
  margin: 60px 0 0 0 !important;
  padding-left: 0 !important;
  font-size: 12px;
  color: #4B6E8B;
  border-top: 1px solid #CBD8E7;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div .secondary_header,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div .secondary_header,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div .secondary_header,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div .secondary_header,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div .secondary_header,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div .secondary_header,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div .secondary_header,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div .secondary_header {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div .secondary_header__text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div .secondary_header__text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div .secondary_header__text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div .secondary_header__text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div .secondary_header__text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div .secondary_header__text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div .secondary_header__text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div .secondary_header__text {
  padding-left: 10px;
  line-height: 40px;
  font-weight: 500;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div .sec_ticker_items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div .sec_ticker_items {
  width: 100%;
  height: auto;
  padding-left: 0;
  margin: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div .for_border,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div .for_border {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #CBD8E7;
  margin: 8px 0 0 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div:before,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div:before {
  content: 'show';
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  position: absolute;
  right: 30px;
  line-height: 40px;
  font-weight: 500;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.secondary_ticker_div:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.secondary_ticker_div:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.secondary_ticker_div:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.secondary_ticker_div:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.secondary_ticker_div:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.secondary_ticker_div:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.secondary_ticker_div:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.secondary_ticker_div:after {
  font-family: "sentieo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  line-height: 40px;
  font-size: 8px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper {
  display: inline-block;
  width: 718px;
  height: auto;
  padding: 24px 0 8px 0px;
  overflow: hidden;
  border: 1px solid #d4e0ea;
  border-radius: 2px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper h5 {
  border: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .head {
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  background-color: #e8eef7;
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper {
  height: auto;
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: auto;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items {
  display: inline-block;
  height: 30px;
  width: auto;
  max-width: 280px;
  position: relative;
  border: 0px;
  padding: 4px 4px 4px 4px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button {
  height: 28px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio],
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio],
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio],
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio],
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio],
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio],
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio],
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio] {
  visibility: hidden;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items h5 {
  margin-left: 14px;
  font-size: 12px;
  line-height: 18px;
  display: inline-flex;
  max-width: 100%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.sd-wrapper {
  padding: 0;
  border: none;
  width: 100%;
  height: inherit;
  margin: 0;
  box-sizing: border-box;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.tt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.tt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.tt-wrapper .item {
  display: inline-block;
  width: 300px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tt-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tt-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tt-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tt-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tt-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.tt-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.tt-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.tt-wrapper .item h5 span.text {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.rr-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.rr-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.rr-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.rr-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.rr-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.rr-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.rr-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.rr-wrapper .item {
  display: inline-block;
  width: 255px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.rr-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.rr-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.rr-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.rr-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.rr-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.rr-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.rr-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.rr-wrapper .item h5 span.text {
  max-width: 255px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.note-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.note-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.note-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.note-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.note-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.note-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.note-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.note-wrapper .item {
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.ppt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.ppt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.ppt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.ppt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.ppt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.ppt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.ppt-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.ppt-wrapper .item {
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.sd-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.sd-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.sd-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.sd-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.sd-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.sd-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.sd-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.sd-wrapper .item {
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.gbf-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.gbf-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.gbf-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.gbf-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.gbf-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.gbf-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.gbf-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.gbf-wrapper .item {
  display: inline-block;
  width: 255px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.gbf-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.gbf-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.gbf-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.gbf-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.gbf-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.gbf-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.gbf-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.gbf-wrapper .item h5 span.text {
  max-width: 300px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.ppt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div .gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div .gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div .gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div .gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div .gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div .gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div .gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div .gbf-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.tt-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.rr-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.note-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.sd-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.sd-wrapper {
  display: block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.non-ef-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.non-ef-wrapper {
  background: #ffffff;
  position: absolute;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.non-ef-wrapper .text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.non-ef-wrapper .text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.non-ef-wrapper .text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.non-ef-wrapper .text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.non-ef-wrapper .text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.non-ef-wrapper .text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.non-ef-wrapper .text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.non-ef-wrapper .text {
  text-align: center;
  color: #bbc6d5;
  font-size: 15px;
  line-height: 18px;
  border: 0;
  width: 300px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 50%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body p {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  padding-right: 6px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body p span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body p span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body p span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body p span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body p span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body p span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body p span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body p span {
  font-weight: 600;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.tickers {
  width: 100%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.tickers,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.globalSearch {
  display: block;
  height: 100%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tickers .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tickers .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tickers .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tickers .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tickers .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.tickers .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.tickers .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.tickers .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.globalSearch .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.globalSearch .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.globalSearch .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.globalSearch .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.globalSearch .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.globalSearch .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.globalSearch .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.globalSearch .item {
  float: left;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.globalSearch,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.globalSearch {
  display: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body div.region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body div.region {
  height: 100%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .region,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .sub-region-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .sub-region-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .sub-region-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .sub-region-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .sub-region-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .sub-region-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .sub-region-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .sub-region-wrapper {
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .region .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .region .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .region .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .region .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .region .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .region .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .region .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .region .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .filing-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .filing-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .filing-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .filing-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .filing-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .filing-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .filing-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .filing-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .sub-region-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .sub-region-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .sub-region-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .sub-region-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .sub-region-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .sub-region-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .sub-region-wrapper .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .sub-region-wrapper .item {
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .region .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .region .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .region .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .region .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .region .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .region .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .region .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .region .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .sub-region-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .sub-region-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .sub-region-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .sub-region-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .sub-region-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .sub-region-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .sub-region-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .sub-region-wrapper .item h5 span.text {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .sector,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .sector {
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .sector .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .sector .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .sector .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .sector .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .sector .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .sector .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .sector .item,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .sector .item {
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .sector .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .sector .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .sector .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .sector .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .sector .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .sector .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .sector .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .sector .item h5 {
  display: inline-flex;
  max-width: 100%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .sector .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .sector .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .sector .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .sector .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .sector .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .menu-body .sector .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .menu-body .sector .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .menu-body .sector .item h5 span.text {
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .ticker-menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .ticker-menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .ticker-menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .ticker-menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .ticker-menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .ticker-menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .ticker-menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .ticker-menu-body {
  margin: 74px 0 0px 0;
  height: 362px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .ticker-menu-body .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .ticker-menu-body .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .ticker-menu-body .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .ticker-menu-body .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .ticker-menu-body .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .ticker-menu-body .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .ticker-menu-body .item h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .ticker-menu-body .item h5 {
  border: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .ticker-menu-body .item p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .ticker-menu-body .item p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .ticker-menu-body .item p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .ticker-menu-body .item p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .ticker-menu-body .item p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .ticker-menu-body .item p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .ticker-menu-body .item p,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .ticker-menu-body .item p {
  padding: 0 0 0 5px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .ticker-menu-body .item .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .ticker-menu-body .item .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .ticker-menu-body .item .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .ticker-menu-body .item .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .ticker-menu-body .item .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .ticker-menu-body .item .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .ticker-menu-body .item .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .ticker-menu-body .item .tickers-filter__info {
  border: 1px solid #d4e0ea;
  margin: 0;
  padding: 0;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .ticker-menu-body .item .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .ticker-menu-body .item .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .ticker-menu-body .item .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .ticker-menu-body .item .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .ticker-menu-body .item .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .ticker-menu-body .item .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .ticker-menu-body .item .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .ticker-menu-body .item .checkbox {
  border-radius: 2px 0 0 2px;
  border: 1px solid #d4e0ea;
  border-right: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .ticker-menu-body .item.active .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .ticker-menu-body .item.active .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .ticker-menu-body .item.active .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .ticker-menu-body .item.active .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .ticker-menu-body .item.active .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .ticker-menu-body .item.active .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .ticker-menu-body .item.active .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .ticker-menu-body .item.active .tickers-filter__info,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .ticker-menu-body .item.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .ticker-menu-body .item.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .ticker-menu-body .item.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .ticker-menu-body .item.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .ticker-menu-body .item.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .ticker-menu-body .item.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .ticker-menu-body .item.active .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .ticker-menu-body .item.active .checkbox {
  border-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .ticker-menu-body .load-more,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .ticker-menu-body .load-more,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size .menu-overlay .ticker-menu-body .load-more,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay .ticker-menu-body .load-more,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .ticker-menu-body .load-more,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay .ticker-menu-body .load-more,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other .menu-overlay .ticker-menu-body .load-more,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section .menu-overlay .ticker-menu-body .load-more {
  box-sizing: border-box;
  cursor: pointer;
  width: 98%;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  padding-top: 10px;
  line-height: 24px;
  display: block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-sector .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-sector .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-sector .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-head {
  margin-left: 227px;
  background-color: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-sector .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-sector .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-sector .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-overlay {
  width: 820px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-sector .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-sector .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-sector .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body {
  margin-left: 227px;
  overflow-y: auto;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-sector .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-sector .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-sector .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body div {
  width: 280px;
  height: auto;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-sector .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-sector .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-sector .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body div .checkbox,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body div .checkbox {
  height: 24px;
  border-radius: 2px 0 0 2px;
  border: 1px solid #d4e0ea;
  border-right: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-sector .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-sector .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-sector .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body div .checkbox label {
  top: 5px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-sidebar,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-sidebar,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-sidebar,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-sidebar,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-sidebar,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-sidebar,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-sidebar,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-sidebar {
  width: 30%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-head {
  margin-left: 30%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body {
  margin-left: 30%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body div {
  width: 354px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body h5 span.text {
  max-width: 260px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body div.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body div.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body div.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body div.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body div.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body div.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body div.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body div.subtype_wrapper {
  width: 100%;
  padding: 0 0 0 7px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body div.subtype_news_wrapper.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body div.subtype_news_wrapper.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body div.subtype_news_wrapper.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body div.subtype_news_wrapper.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body div.subtype_news_wrapper.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body div.subtype_news_wrapper.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body div.subtype_news_wrapper.subtype_wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body div.subtype_news_wrapper.subtype_wrapper {
  padding: 24px 0 8px 0;
  width: 97%;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-overlay .sidebar-body div p .type_text {
  font-weight: 500;
  color: #1e374d;
  font-size: 13px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 2px;
  float: left;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-head {
  margin-left: 0;
  background-color: #f9fcff;
  height: 48px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-head .beta-mode-feature,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-head .beta-mode-feature,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-head .beta-mode-feature,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-head .beta-mode-feature,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-head .beta-mode-feature,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-head .beta-mode-feature,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-head .beta-mode-feature,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-head .beta-mode-feature {
  color: #3d7fba;
  margin-left: 5px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body {
  margin-left: 0;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body div {
  margin: 8px 8px 0px 8px;
  width: inherit;
  height: auto !important;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body div.tr_custom,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body div.tr_custom,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body div.tr_custom,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body div.tr_custom,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body div.tr_custom,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body div.tr_custom,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body div.tr_custom,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body div.tr_custom {
  padding: 0;
  border: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body div.tr_custom input.tr_custom_input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body div.tr_custom input.tr_custom_input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body div.tr_custom input.tr_custom_input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body div.tr_custom input.tr_custom_input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body div.tr_custom input.tr_custom_input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body div.tr_custom input.tr_custom_input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body div.tr_custom input.tr_custom_input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body div.tr_custom input.tr_custom_input {
  width: 218px;
  height: 24px;
  outline: none;
  padding: 0 10px;
  border: 1px solid #d4e0ea;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body div.tr_custom input.tr_custom_input:focus,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body div.tr_custom input.tr_custom_input:focus,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body div.tr_custom input.tr_custom_input:focus,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body div.tr_custom input.tr_custom_input:focus,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body div.tr_custom input.tr_custom_input:focus,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body div.tr_custom input.tr_custom_input:focus,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body div.tr_custom input.tr_custom_input:focus,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body div.tr_custom input.tr_custom_input:focus {
  border-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-section .menu-body span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-section .menu-body span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-section .menu-body span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-section .menu-body span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-section .menu-body span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-section .menu-body span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-section .menu-body span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-section .menu-body span {
  width: 600px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-sector .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-sector .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-sector .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-overlay .sidebar-body div p .type_text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-overlay .sidebar-body div p .type_text {
  font-weight: 500;
  color: #1e374d;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin-right: 2px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-overlay {
  width: 200px;
  min-width: auto;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-head {
  margin-left: 0;
  background-color: #f9fcff;
  height: 48px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body {
  margin-left: 0;
  height: auto;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-size .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body div {
  margin: 8px 8px 0px 8px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-source .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-source .menu-overlay {
  width: 206px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-overlay {
  width: 790px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body {
  width: 70%;
  align-content: flex-start;
  display: block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper {
  width: 100%;
  height: auto;
  padding: 24px 0 8px 0px;
  overflow: hidden;
  border: 1px solid #e8eef7;
  border-top: none;
  margin-left: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper .head,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper .head {
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  background-color: #e8eef7;
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  border: none;
  border-radius: 2px 2px 0 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper div {
  width: 169px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected {
  border-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected .subregion_count {
  color: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected div,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected div {
  border-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected div .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected div .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected div .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected div .checkbox label:after {
  border-color: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected div .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected div .checkbox span {
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected div.zero-active,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected div.zero-active {
  border-color: #d4e0ea;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label {
  background-color: #ffffff;
  border-color: #d4e0ea;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after {
  border-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected div.zero-active .checkbox span {
  background-color: #e8eef7;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after {
  border-color: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.selected .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.selected .head:nth-child(2) {
  background-color: #3d7fba;
  color: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.incomplete,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.incomplete {
  border-color: #bbc6d5;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.incomplete .subregion_count,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.incomplete .subregion_count {
  color: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label {
  background-color: #698094;
  border-color: #bbc6d5;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.incomplete .filter-sub-box label:after {
  border-color: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper.incomplete .head:nth-child(2) {
  background-color: #bbc6d5;
  color: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-doctype .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-doctype .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-doctype .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-body .filing-wrapper .item h5 span.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-overlay,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-overlay {
  width: 783px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-overlay .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-overlay .menu-body {
  width: 756px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-overlay .menu-body .filing-wrapper,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-overlay .menu-body .filing-wrapper {
  width: 540px;
  margin-left: 8px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-regions .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-regions .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-regions .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-regions .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-regions .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-regions .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-regions .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-regions .menu-overlay .menu-body .filing-wrapper .item h5 span.text {
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding-right: 2px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body {
  margin-top: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body .search-other,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body .search-other,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body .search-other,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body .search-other,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body .search-other,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body .search-other,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body .search-other,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body .search-other {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-bottom: 8px;
  border: 0px;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body .search-size,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body .search-size,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body .search-size,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body .search-size,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body .search-size,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body .search-size,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body .search-size,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body .search-size {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker.filter-other .menu-body .search-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector.filter-other .menu-body .search-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size.filter-other .menu-body .search-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source.filter-other .menu-body .search-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype.filter-other .menu-body .search-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions.filter-other .menu-body .search-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other.filter-other .menu-body .search-text,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section.filter-other .menu-body .search-text {
  border: 0px;
  padding: 0px;
  margin-top: 0px;
  color: #3d7fba;
  font-size: 14px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker {
  max-width: 58px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .save_watchlist {
  margin-right: 8px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .all_text {
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .all_text .icon {
  width: 12px;
  height: 12px;
  fill: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .all_text:hover {
  color: #000000;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .all_text:hover .icon {
  fill: #000000;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options {
  text-transform: uppercase;
  color: #3d7fba;
  width: 135px;
  height: 27px;
  padding: 0 8px;
  margin-right: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: auto;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options span {
  font-weight: 600;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .sort_text {
  font-weight: 400;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .ticker-summary-div {
  margin-left: 1px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .ticker-sort-title {
  padding: 0px 3px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .sort_drop_down {
  margin-top: 8px;
  margin-left: 6px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options:hover {
  background-color: #f9fcff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .icon-angle-down,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .icon-angle-up {
  font-size: 8px;
  position: relative;
  top: 5px;
  right: 0px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu {
  width: 112px;
  left: auto;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  position: absolute;
  top: 30px;
  right: 15px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu div {
  border-top: 1px solid #d4e0ea;
  text-transform: none;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 22px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu div span {
  font-weight: 400;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu div:hover {
  background-color: #f9fcff;
  font-weight: 500;
  color: #1e374d !important;
  cursor: pointer;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu div:hover .fa,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu div:hover .icon {
  font-weight: 100;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu div:nth-child(1) {
  border-top: none;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu .sort_text {
  overflow: hidden;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu .fa-sort-asc {
  float: right;
  margin-top: 8px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .ticker-sort-options .menu .fa-sort-desc {
  float: right;
  margin-top: 1px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-head {
  padding-bottom: 1px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-head .select-options {
  position: relative;
  right: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-body .item h5 {
  width: 115px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-body .item h5 span.text {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-source {
  max-width: 67px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-sector {
  max-width: 60px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-section {
  max-width: 64px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-size {
  max-width: 52px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype {
  max-width: 77px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period {
  max-width: 50px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-regions {
  max-width: 68px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-other {
  max-width: 63px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .menu-overlay {
  min-width: 206px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .menu-body {
  max-height: 65vh;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option {
  margin: 8px;
  display: flex;
  flex-flow: column wrap;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items {
  display: inline-block;
  height: 14px;
  /* width: 14px; */
  position: relative;
  flex: 1;
  padding: 0px 8px !important;
  margin: 4px 0px !important;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items .radio-button,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items .radio-button {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items .radio-button input,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items .radio-button input {
  visibility: hidden;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items .radio-button label,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  /* top: 7px; */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items .radio-button label:hover::after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items .radio-button label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items .radio-button input[type=radio]:checked + label:after,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items .radio-button input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items h5,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items h5 {
  margin-left: 14px !important;
  font-size: 12px;
  position: relative;
  top: -8px;
  height: 14px;
  color: #698094;
  font-weight: normal;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items h5.bold,
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items h5.bold {
  font-weight: bold;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option {
  margin: 0px;
  padding: 8px;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .error {
  border-color: red;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter:nth-child(1) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 2px 4px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter:nth-child(1) .icon {
  height: 24px;
  width: 24px;
  fill: #698094;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter:nth-child(10) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #bbc6d5;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter:hover {
  /*.menu-overlay {
					display: block;
				}*/
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-active {
  background-color: #3d7fba;
  border-color: #3d7fba;
  -webkit-box-shadow: 1px 0px 0px 0px #3d7fba;
  -moz-box-shadow: 1px 0px 0px 0px #3d7fba;
  box-shadow: 1px 0px 0px 0px #3d7fba;
  color: #ffffff;
  max-width: 95px;
  padding: 0 36px 0 5px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-active .icon-down {
  fill: #ffffff;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-active .icon-clear-filter {
  right: 18px;
  position: absolute;
  width: 15px;
  display: inline-block;
  top: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-active .icon-clear-filter:after {
  content: "\e00a";
  font-family: 'sentieo' !important;
  font-size: 12px;
  width: 16px;
  text-align: center;
  top: 0;
  line-height: 30px;
  margin-right: 10px;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-active .icon-down-filter {
  position: absolute;
  right: 0;
  width: 18px;
  display: inline-block;
  height: 100%;
  top: 0;
}
#newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-active .icon-down-filter:after {
  background-color: #2A69A1;
}
#newdocsearch-html .doc-search-controls .sub-controls {
  position: absolute;
  padding-left: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 8px;
}
#newdocsearch-html .doc-search-controls .sub-controls a {
  display: none;
  font-size: 12px;
}
#newdocsearch-html .doc-search-controls .sub-controls a:hover span {
  text-decoration: underline;
  line-height: 14px;
}
#newdocsearch-html .doc-search-controls .sub-controls .save {
  padding-left: 17px;
}
#newdocsearch-html .doc-search-controls .sub-controls .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
  padding-top: 2px;
  margin-right: 3px;
}
#newdocsearch-html .doc-search-controls .sub-controls .btn-query-builder {
  display: inline;
  position: relative;
  height: 20px;
  width: 146px;
  top: -1px;
  padding: 0;
  border: hidden;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup {
  position: absolute;
  top: 28px;
  width: 500px;
  height: 400px;
  -webkit-box-shadow: #BCBCBC 0 0 4px 1px;
  -moz-box-shadow: #BCBCBC 0 0 4px 1px;
  box-shadow: #BCBCBC 0 0 4px 1px;
  padding-bottom: 60px;
  border-radius: 3px;
  background: white;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .select2-container a {
  display: block;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .select2-container a:hover span {
  line-height: inherit;
  text-decoration: inherit;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-menu-header {
  height: 40px;
  background-color: #F9FCFF;
  border-bottom: 1px solid #d4e0ea;
  padding: 10px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-menu-header .header-title {
  font-size: 16px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body {
  padding: 10px;
  max-height: 700px;
  overflow-y: auto;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .card-row {
  margin-bottom: 15px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .in-bl {
  display: inline-block;
  vertical-align: top;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .card-holder {
  background-color: #F9FCFF;
  border: 1px solid #d4e0ea;
  font-size: 12px;
  padding: 15px;
  margin-bottom: 15px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .list-title {
  line-height: 28px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .qb-location-holder .lcn-dd {
  margin-left: 25px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder {
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: 15px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .subcard-distance {
  margin-bottom: 10px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .subcard-query {
  background: white;
  border: 1px solid #d4e0ea;
  border-radius: 3px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .qb-distance-input {
  height: 25px;
  width: 35px;
  margin-left: 10px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .delete-or {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #3d7fba;
  vertical-align: middle;
  color: white;
  font-weight: lighter;
  margin-left: -4px;
  margin-top: 0px;
  text-align: center;
  float: left;
  font-size: 12px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .icon-clear:before {
  position: relative;
  top: 9px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .qb-sensitivity-or {
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #3d7fba;
  cursor: pointer;
  margin-left: 8px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .sensitivity-set {
  position: absolute;
  left: 470px;
  top: 203px;
  width: 158.5px;
  height: 96px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0 rgba(37, 59, 79, 0.3);
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .sensitivity-set .items {
  display: inline-block;
  height: 14px;
  width: 142px;
  position: relative;
  flex: 1;
  float: left;
  margin: 4px 9px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .sensitivity-set .items .qb-sen-radio {
  visibility: hidden;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .sensitivity-set .items label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .sensitivity-set .items input[type=radio] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .sensitivity-set .items input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .sensitivity-set .items h5 {
  margin-left: 20px;
  font-size: 12px;
  color: #3d7fba;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .sensitivity-set .radio-button {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .qb-sensitivity {
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .icon-setting:before {
  position: relative;
  top: 5px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .qb-keyword-or {
  padding: 15px 0px;
  overflow: auto;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .qb-keyword-or .or-show {
  display: inline-block;
  color: grey;
  font-weight: 700;
  padding: 0px 0px 0px 22px;
  float: left;
  position: relative;
  top: 5px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .qb-keyword-or .qb-input-or {
  display: inline-block;
  width: 320px;
  margin-left: 20px;
  height: 30px;
  border: solid 1px #3d7fba;
  float: left;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .qb-keyword {
  padding: 15px 0px;
  text-align: center;
  overflow: auto;
  margin-left: 54px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .qb-keyword .qb-input {
  height: 30px;
  width: 320px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #3d7fba;
  float: left;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .show-subquery {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  min-height: 30px;
  white-space: nowrap;
  overflow: auto;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .subcard-options {
  position: relative;
  height: 35px;
  border-top: 1px solid #d4e0ea;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .subcard-options .delete-subcard {
  width: 90px;
  margin: 10px 24px;
  color: #8695A7;
  cursor: pointer;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .subcard-options .delete-subcard .qb-del-svg {
  height: 10px;
  width: 10px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .subcard-options .add-or {
  position: absolute;
  right: 10px;
  top: 5px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .subcard-holder .subcard-options .add-or .add-or-btn {
  font-size: 12px;
  height: 25px;
  width: 30px;
  padding: 0px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .add-and {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .add-and .and-options {
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 3.56;
  text-align: center;
  color: #3d7fba;
  width: 167.5px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 2.5px 6px 0 rgba(18, 50, 79, 0.26);
  position: absolute;
  bottom: 34px;
  left: 140px;
  padding: 4px 0px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-popup-body .add-and .and-options .qb-button {
  border: none;
  width: 151.5px;
  height: 24px;
  border-radius: 2px;
  background-color: #e8eef5;
  margin: 4px 8px;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-menu-footer {
  bottom: 0px;
  position: absolute;
  background-color: #F9FCFF;
  border-top: 1px solid #d4e0ea;
  height: 60px;
  width: 100%;
}
#newdocsearch-html .doc-search-controls .sub-controls .query-builder-popup .qb-menu-footer .qb-run-query {
  background-color: #3d7fba;
  font-size: 12px;
  color: white;
  position: absolute;
  right: 10px;
  top: 4px;
}
#newdocsearch-html .doc-search-controls .sub-controls .not-valid-smart-filter {
  font-weight: bold;
}
#newdocsearch-html .doc-search-controls .custom-tp:hover:after {
  content: attr(data-title);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  position: absolute;
  border-radius: 2px;
  left: 5px;
  bottom: -25px;
  z-index: 100;
  white-space: nowrap;
}
#newdocsearch-html .synonym-wrapper {
  position: relative;
  padding-left: 5px;
  max-width: 160px;
  display: inline-flex;
}
#newdocsearch-html .synonym-wrapper .synonym-search-words {
  display: none;
  float: left;
  color: #666;
  font-size: 12px;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newdocsearch-html .synonym-wrapper .synonym-search-words .word-with-synonyms {
  color: #3d7fba;
  padding-right: 2px;
  margin-right: 6px;
  cursor: pointer;
  font-weight: 700;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip {
  display: none;
  position: absolute;
  top: 95px;
  left: 125px;
  z-index: 200;
  background-color: #ffffff;
  border-radius: 4px;
  padding-bottom: 0px;
  width: 318px;
  box-shadow: 0px 6px 24px 0px rgba(22, 42, 60, 0.65);
  overflow: hidden;
  /*overflow-y:auto;*/
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .syn_text {
  font-size: 13px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #698094;
  text-align: left;
  line-height: 18px;
  padding: 12px 18px;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .title {
  font-size: 20px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  color: #3d7fba;
  line-height: 24px;
  padding: 12px 18px;
  font-style: italic;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .title-desc {
  font-size: 11px;
  color: #698094;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
  padding: 0 18px 6px 18px;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .syn-content {
  overflow-y: auto;
  margin-bottom: 48px;
  padding: 6px 18px 12px 18px;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .term {
  max-height: 400px;
  overflow: auto;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .terms {
  width: 100%;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .terms .header {
  width: 100%;
  color: #698094;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
  line-height: 18px;
  font-style: normal;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .terms tr {
  float: left;
  width: 50%;
  line-height: 18px;
  font-size: 12px;
  color: #3d7fba;
  font-style: italic;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .terms tr td.syn_options {
  max-width: 145px;
  overflow: hidden;
  word-break: break-word;
}
#newdocsearch-html .synonym-wrapper .search-query-tooltip .footer {
  clear: both;
  position: absolute;
  bottom: 0px;
  background-color: #e8eef7;
  color: #698094;
  font-size: 10px;
  line-height: 18px;
  width: 100%;
  font-family: Helvetica Neue, Arial, sans-serif;
  padding: 6px 18px;
}
#newdocsearch-html .period-selection {
  flex-grow: 1;
  height: 106px;
  background-color: #ffffff;
  margin: 24px 0;
  position: relative;
}
#newdocsearch-html .period-selection .axis-left,
#newdocsearch-html .period-selection .axis-right {
  width: 28px;
  background-color: #f9fcff;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 11px;
  font-weight: 500;
  z-index: 500;
}
#newdocsearch-html .period-selection .axis-left {
  display: none;
  left: 0;
}
#newdocsearch-html .period-selection .axis-left p {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #3d7fba;
  text-align: center;
  position: absolute;
  left: -40px;
  right: 60px;
  width: 106px;
  height: 28px;
  bottom: 40px;
  top: 39px;
  line-height: 28px;
}
#newdocsearch-html .period-selection .axis-right {
  right: 0;
  display: none;
}
#newdocsearch-html .period-selection .axis-right p {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #e81a1a;
  text-align: center;
  position: absolute;
  left: -40px;
  right: 60px;
  width: 106px;
  height: 28px;
  bottom: 40px;
  top: 39px;
  line-height: 28px;
}
#newdocsearch-html .period-selection #docsearchgraph {
  position: absolute;
  height: 106px;
  max-width: 100%;
}
#newdocsearch-html .period-selection #docsearchgraph .hc-label {
  background-color: #f9fcff;
  font-size: 11px;
  font-weight: 500;
  color: #3d7fba;
  width: 115px;
  float: left;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
#newdocsearch-html .period-selection .graph-controls {
  padding: 4px 0 0 34px;
  z-index: 200;
  position: absolute;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#newdocsearch-html .period-selection .graph-controls .graph-settings {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(30, 55, 77, 0.35);
  font-size: 12px;
  width: 150px;
  border-radius: 2px;
  left: 37px;
  top: 28px;
  padding: 4px 0;
  font-weight: 400;
}
#newdocsearch-html .period-selection .graph-controls .graph-settings a {
  display: block;
  padding: 4px 16px;
  color: #698094;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 8px center;
  padding-left: 28px;
  position: relative;
}
#newdocsearch-html .period-selection .graph-controls .graph-settings a .icon {
  height: 16px;
  width: 16px;
  fill: #698094;
  position: absolute;
  left: 6px;
  top: 2px;
  padding: 0px;
  margin: 0px;
}
#newdocsearch-html .period-selection .graph-controls .graph-settings a.active {
  color: #3d7fba;
}
#newdocsearch-html .period-selection .graph-controls .graph-settings a.active .icon {
  fill: #3d7fba;
}
#newdocsearch-html .period-selection .graph-controls .graph-settings a:hover {
  color: #ffffff;
  background: #3d7fba;
}
#newdocsearch-html .period-selection .graph-controls .graph-settings a:hover .icon {
  fill: #ffffff;
}
#newdocsearch-html .period-selection .graph-controls .graph-settings .chart_extra2 {
  border-top: 1px solid #698094;
}
#newdocsearch-html .period-selection .graph-controls .graph-settings .chart_extra2 .chart_text {
  font-size: 12px;
  text-align: center;
  padding: 4px 0px;
  color: #698094;
}
#newdocsearch-html .period-selection .graph-controls button {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(30, 55, 77, 0.35);
  margin: 2px 3px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  padding: 0;
}
#newdocsearch-html .period-selection .graph-controls button .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#newdocsearch-html .period-selection .graph-controls button:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
#newdocsearch-html .period-selection .graph-controls button:hover .icon {
  fill: #ffffff;
}
#newdocsearch-html .period-selection .graph-controls .open_plotter {
  width: auto;
  padding: 0 8px 0 22px;
  background-position: 2px center;
  position: relative;
  top: 0px;
  line-height: 20px;
}
#newdocsearch-html .period-selection .graph-controls .open_plotter .icon {
  position: absolute;
  top: 3px;
  left: 6px;
  height: 14px;
  margin-right: 3px;
}
#newdocsearch-html .period-selection .graph-controls #clear_selection {
  font-weight: 600;
  font-size: 13px;
}
#newdocsearch-html .period-selection .graph-selection {
  position: absolute;
  left: 230px;
  right: 188px;
  top: 0;
  bottom: 0;
  z-index: 200;
}
#newdocsearch-html .period-selection .graph-selection div {
  position: absolute;
  background-size: 5px 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 22px;
  box-shadow: 0px 1px 2px 0px rgba(30, 55, 77, 0.35);
  background-color: #ffffff;
  top: 42%;
  border-radius: 3px;
  cursor: pointer;
}
#newdocsearch-html .period-selection .graph-selection div:nth-child(1) {
  left: -7px;
}
#newdocsearch-html .period-selection .graph-selection div:nth-child(2) {
  right: -7px;
}
#newdocsearch-html .period-selection .container_loading_fetch_search_term_count_fetch_search_term_count_msg {
  font-weight: bold;
  z-index: 100;
  border-radius: 4px;
  padding: 5px;
  background-color: transparent;
  color: white;
  position: absolute;
  /*bottom: 7px;
          right: 10px;*/
  font-size: 10px;
  height: 50px;
  width: 50px;
}
#newdocsearch-html .inner-wrapper {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  overflow: hidden;
  top: 49px;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  background: none;
}
#newdocsearch-html .inner-wrapper .results,
#newdocsearch-html .inner-wrapper .snippets-holder,
#newdocsearch-html .inner-wrapper .doc-holder {
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  z-index: 5;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .results .column-header,
#newdocsearch-html .inner-wrapper .snippets-holder .column-header,
#newdocsearch-html .inner-wrapper .doc-holder .column-header {
  height: 28px;
  border-bottom: 1px solid #d4e0ea;
  background-color: #ffffff;
  font-size: 11px;
  color: #3d7fba;
  text-transform: uppercase;
}
#newdocsearch-html .inner-wrapper .results .column-header .menu,
#newdocsearch-html .inner-wrapper .snippets-holder .column-header .menu,
#newdocsearch-html .inner-wrapper .doc-holder .column-header .menu {
  display: none;
  border-radius: 2px;
  background-color: #ffffff;
  z-index: 200;
  overflow: hidden;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  width: 188px;
  position: absolute;
  top: 24px;
}
#newdocsearch-html .inner-wrapper .results .column-header .menu div,
#newdocsearch-html .inner-wrapper .snippets-holder .column-header .menu div,
#newdocsearch-html .inner-wrapper .doc-holder .column-header .menu div {
  border-top: 1px solid #d4e0ea;
  text-transform: none;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 22px;
}
#newdocsearch-html .inner-wrapper .results .column-header .menu div:hover,
#newdocsearch-html .inner-wrapper .snippets-holder .column-header .menu div:hover,
#newdocsearch-html .inner-wrapper .doc-holder .column-header .menu div:hover {
  background-color: #f9fcff;
  font-weight: 500;
  color: #1e374d !important;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .results .column-header .menu div:hover .icon,
#newdocsearch-html .inner-wrapper .snippets-holder .column-header .menu div:hover .icon,
#newdocsearch-html .inner-wrapper .doc-holder .column-header .menu div:hover .icon {
  font-weight: 100;
  fill: #1e374d !important;
}
#newdocsearch-html .inner-wrapper .results .column-header .menu div:nth-child(1),
#newdocsearch-html .inner-wrapper .snippets-holder .column-header .menu div:nth-child(1),
#newdocsearch-html .inner-wrapper .doc-holder .column-header .menu div:nth-child(1) {
  border-top: none;
}
#newdocsearch-html .inner-wrapper .results.add-overlay-border:after,
#newdocsearch-html .inner-wrapper .snippets-holder.add-overlay-border:after,
#newdocsearch-html .inner-wrapper .doc-holder.add-overlay-border:after {
  width: 97%;
  height: 98%;
  content: ' ';
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: inset;
  border: 5px solid #3d7fba;
}
#newdocsearch-html .inner-wrapper .results.add-overlay-border-docholder:after,
#newdocsearch-html .inner-wrapper .snippets-holder.add-overlay-border-docholder:after,
#newdocsearch-html .inner-wrapper .doc-holder.add-overlay-border-docholder:after {
  width: 98.5%;
}
#newdocsearch-html .inner-wrapper .resultsmode_hidden {
  display: none;
}
#newdocsearch-html .inner-wrapper .resultsmode {
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .resultsmode .resultsmode-btn {
  float: left;
  width: 33%;
  font-size: 12px;
  height: 32px;
  box-sizing: border-box;
  padding: 9px 0px 8px 0px;
  border-bottom: 4px solid #ffffff;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #FAFAFA;
  position: relative;
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .resultsmode .active {
  font-weight: 700;
  border-bottom: 4px solid #3d7fba;
}
#newdocsearch-html .inner-wrapper .resultsmode .resultsmode:last-child {
  width: 34%;
  border-right: none;
}
#newdocsearch-html .inner-wrapper .section-search-sensitivity {
  padding: 12px 10px 10px 10px;
  color: #3d7fba;
  font-size: 12px;
  border-bottom: 1px solid #d4e0ea;
  height: 40px;
}
#newdocsearch-html .inner-wrapper .section-search-sensitivity .s-btns_div {
  display: inline-block;
  border: 1px solid #d4e0ea;
  float: right;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  color: grey;
}
#newdocsearch-html .inner-wrapper .section-search-sensitivity .selected {
  background-color: #e8eef7;
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .section-search-sensitivity .sen-btn {
  width: 50px;
  height: 100%;
}
#newdocsearch-html .inner-wrapper .section-search-sensitivity .low-sensitivity {
  border-right: 2px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .search-summary-toggle {
  display: flex;
  height: 40px;
  padding: 10px;
  border-bottom: 1px solid #d4e0ea;
  background-color: #e8eef7;
}
#newdocsearch-html .inner-wrapper .search-summary-toggle .summary-icon {
  width: 18px;
}
#newdocsearch-html .inner-wrapper .search-summary-toggle .text {
  font-size: 14px;
  line-height: 18px;
  padding: 0 18px;
  color: #3d7fba;
  width: 90%;
}
#newdocsearch-html .inner-wrapper .search-summary-toggle .icon-arrow {
  width: 18px;
  padding: 5px;
}
#newdocsearch-html .inner-wrapper .search-summary-toggle.summary-active {
  background: #3d7fba;
}
#newdocsearch-html .inner-wrapper .search-summary-toggle.summary-active .text {
  color: #ffffff;
}
#newdocsearch-html .inner-wrapper .search-summary-toggle.summary-active svg {
  fill: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .refine-search-box {
  overflow: hidden;
  min-height: 42px;
  padding: 8px;
  padding-left: 10px;
  border-bottom: 1px solid #d4e0ea;
  position: relative;
  margin-left: auto;
}
#newdocsearch-html .inner-wrapper .refine-search-box .refine-search-button {
  height: 30px;
  border-radius: 2px;
  background-color: #ffffff;
  float: left;
  line-height: 20px;
  padding: 7px 15px;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .refine-search-box .create-alert-button {
  height: 30px;
  border-radius: 2px;
  background-color: #ffffff;
  float: right;
  line-height: 20px;
  padding: 7px 15px;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .refine-search-box .refine-search-cancel {
  height: 30px;
  margin-bottom: 5px;
  float: left;
  line-height: 20px;
  padding: 7px;
  cursor: pointer;
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .refine-search-box .icon {
  width: 10px;
  height: 12px;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}
#newdocsearch-html .inner-wrapper .refine-search-box .refine-search-button .icon {
  margin-right: 3px;
}
#newdocsearch-html .inner-wrapper .refine-search-box span {
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .refine-search-box .refine-search-input {
  clear: both;
  float: none;
  border: 1px solid #bbc6d5;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 120px;
  width: 200px;
}
#newdocsearch-html .inner-wrapper .refine-search-box .refine-search-input .search-icon {
  float: left;
  margin-left: 7px;
  margin-top: 5px;
}
#newdocsearch-html .inner-wrapper .refine-search-box .refine-search-input .refine-search-form {
  float: none;
  overflow: hidden;
  margin-left: 32px;
}
#newdocsearch-html .inner-wrapper .refine-search-box .refine-search-input .refine-search-form input {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border: none;
}
#newdocsearch-html .inner-wrapper .refine-box-color {
  background-color: #f4f8fe;
}
#newdocsearch-html .inner-wrapper .download-docs,
#newdocsearch-html .inner-wrapper .download-highlights {
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .download-docs .checkbox_div_all,
#newdocsearch-html .inner-wrapper .download-highlights .checkbox_div_all {
  position: relative;
  width: 7%;
  float: left;
  border-right: 1px solid #FAFAFA;
  height: 50px;
}
#newdocsearch-html .inner-wrapper .download-docs .checkbox_div_all input,
#newdocsearch-html .inner-wrapper .download-highlights .checkbox_div_all input {
  padding-top: 4px;
  padding-left: 4px;
  visibility: visible;
  position: relative;
  top: 18px;
  left: 4px;
}
#newdocsearch-html .inner-wrapper .download-docs .checkbox_div_all label,
#newdocsearch-html .inner-wrapper .download-highlights .checkbox_div_all label {
  top: 14px;
  left: 4px;
  margin-top: 4px;
  z-index: 100;
}
#newdocsearch-html .inner-wrapper .download-docs .checkbox_div_all .span_checked_all,
#newdocsearch-html .inner-wrapper .download-highlights .checkbox_div_all .span_checked_all {
  background-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .download-docs .checkbox_div_all .label_checked_all,
#newdocsearch-html .inner-wrapper .download-highlights .checkbox_div_all .label_checked_all {
  background-color: #1e374d;
  border-color: #1e374d;
}
#newdocsearch-html .inner-wrapper .download-docs .checkbox_div_all input[type="checkbox"]:checked + label:after,
#newdocsearch-html .inner-wrapper .download-highlights .checkbox_div_all input[type="checkbox"]:checked + label:after {
  border-color: #ffffff;
}
#newdocsearch-html .inner-wrapper .download-docs .btns_div,
#newdocsearch-html .inner-wrapper .download-highlights .btns_div {
  position: relative;
  width: 93%;
  float: left;
}
#newdocsearch-html .inner-wrapper .download-docs .btns_div span,
#newdocsearch-html .inner-wrapper .download-highlights .btns_div span {
  line-height: 48px;
  margin-left: 8px;
  font-size: 14px;
  color: #3d7fba;
  font-weight: bold;
}
#newdocsearch-html .inner-wrapper .download-docs .submit-download,
#newdocsearch-html .inner-wrapper .download-highlights .submit-download {
  background: #3d7fba;
  color: #ffffff;
  margin-top: 14px;
  margin-right: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
}
#newdocsearch-html .inner-wrapper .download-docs .submit-download:hover,
#newdocsearch-html .inner-wrapper .download-highlights .submit-download:hover {
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .download-docs .cancel-download,
#newdocsearch-html .inner-wrapper .download-highlights .cancel-download {
  border: transparent;
  color: #3d7fba;
  margin-right: 6px;
  margin-top: 14px;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  background: #f5f5f5;
}
#newdocsearch-html .inner-wrapper .download-docs .cancel-download:hover,
#newdocsearch-html .inner-wrapper .download-highlights .cancel-download:hover {
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .results {
  width: 340px;
  left: 0;
  border-right: 1px solid #d4e0ea;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}
#newdocsearch-html .inner-wrapper .results .jspPane {
  max-width: 332px;
}
#newdocsearch-html .inner-wrapper .results .head {
  width: 340px;
  left: 0;
  border-right: 1px solid #d4e0ea;
  z-index: 200;
  position: relative;
}
#newdocsearch-html .inner-wrapper .results .head .options,
#newdocsearch-html .inner-wrapper .results .head .sort {
  text-transform: uppercase;
  color: #3d7fba;
  position: absolute;
  left: 0;
  width: 136px;
  height: 27px;
  line-height: 26px;
  padding: 0 8px;
  border-right: 1px solid #d4e0ea;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .results .head .options span,
#newdocsearch-html .inner-wrapper .results .head .sort span {
  font-weight: 600;
}
#newdocsearch-html .inner-wrapper .results .head .options .result_text,
#newdocsearch-html .inner-wrapper .results .head .sort .result_text,
#newdocsearch-html .inner-wrapper .results .head .options .sort_text,
#newdocsearch-html .inner-wrapper .results .head .sort .sort_text {
  font-weight: 400;
}
#newdocsearch-html .inner-wrapper .results .head .options .result_save_watchlist,
#newdocsearch-html .inner-wrapper .results .head .sort .result_save_watchlist {
  position: absolute;
  right: 8px;
  top: 8px;
}
#newdocsearch-html .inner-wrapper .results .head .options .result_save_watchlist .icon,
#newdocsearch-html .inner-wrapper .results .head .sort .result_save_watchlist .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .head .options .date-sort,
#newdocsearch-html .inner-wrapper .results .head .sort .date-sort {
  padding: 0px 3px;
}
#newdocsearch-html .inner-wrapper .results .head .options .sort_drop_down,
#newdocsearch-html .inner-wrapper .results .head .sort .sort_drop_down {
  margin-top: 8px;
  margin-left: 6px;
}
#newdocsearch-html .inner-wrapper .results .head .options .sort_drop_down .icon,
#newdocsearch-html .inner-wrapper .results .head .sort .sort_drop_down .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .head .options .menu,
#newdocsearch-html .inner-wrapper .results .head .sort .menu {
  display: none;
}
#newdocsearch-html .inner-wrapper .results .head .options:hover,
#newdocsearch-html .inner-wrapper .results .head .sort:hover {
  background-color: #f9fcff;
}
#newdocsearch-html .inner-wrapper .results .head .options {
  max-width: 160px;
  min-width: 150px;
}
#newdocsearch-html .inner-wrapper .results .head .options .menu {
  left: 0;
}
#newdocsearch-html .inner-wrapper .results .head .options .menu div .icon {
  margin-top: 3px;
  height: 14px;
  width: 14px;
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .head .options .menu div span {
  font-weight: 400;
}
#newdocsearch-html .inner-wrapper .results .head .options .menu div .save_wl_text,
#newdocsearch-html .inner-wrapper .results .head .options .menu div .comp_text {
  padding: 0px 0px 0px 6px;
}
#newdocsearch-html .inner-wrapper .results .head .sort {
  border-right: none;
  width: auto;
  background-position: 102px 12px;
  position: static;
  float: right;
}
#newdocsearch-html .inner-wrapper .results .head .sort .menu {
  width: 112px;
  left: 227px;
}
#newdocsearch-html .inner-wrapper .results .head .sort .menu div span {
  font-weight: 400;
}
#newdocsearch-html .inner-wrapper .results .head .sort .menu div .save_wl_text,
#newdocsearch-html .inner-wrapper .results .head .sort .menu div .comp_text {
  padding: 0px 0px 0px 4px;
}
#newdocsearch-html .inner-wrapper .results .head .sort .menu .sort_text {
  overflow: hidden;
}
#newdocsearch-html .inner-wrapper .results .head .sort .menu .fa-sort-asc {
  float: right;
  margin-top: 8px;
}
#newdocsearch-html .inner-wrapper .results .head .sort .menu .fa-sort-desc {
  float: right;
  margin-top: 1px;
}
#newdocsearch-html .inner-wrapper .results .head #snippets-expand {
  float: right;
  border-left: 1px solid #ccd8e6;
  height: 27px;
  border-right: 0px;
  max-width: 26px;
  text-align: center;
  width: 26px;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .results .head #snippets-expand .icon {
  margin-top: 4px;
  display: inline-block;
  height: 18px;
  width: 18px;
  fill: #3d7fba;
  margin-left: -4px;
}
#newdocsearch-html .inner-wrapper .results .checkbox_div_dl {
  float: left;
  width: 19px;
  border-bottom: 1px solid #d4e0ea;
  height: 55px;
  position: relative;
  z-index: 0;
  clear: left;
}
#newdocsearch-html .inner-wrapper .results .checkbox_div_dl label {
  top: 18px;
  left: 3px;
  margin-top: 4px;
}
#newdocsearch-html .inner-wrapper .results .checkbox_div_dl input {
  padding-top: 4px;
  padding-left: 4px;
  visibility: visible;
  position: relative;
  top: 22px;
  left: 3px;
}
#newdocsearch-html .inner-wrapper .results .checkbox_div_dl .span_checked_dl {
  background-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .checkbox_div_dl .label_checked_dl {
  background-color: #1e374d;
  border-color: #1e374d;
}
#newdocsearch-html .inner-wrapper .results .checkbox_div_dl input[type="checkbox"]:checked + label:after {
  border-color: #ffffff;
}
#newdocsearch-html .inner-wrapper .results .hide_dl_div {
  opacity: 0.1;
  pointer-events: none;
}
#newdocsearch-html .inner-wrapper .results .result {
  width: 100%;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  padding: 8px 8px 8px 12px;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .results .result .color-code {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
}
#newdocsearch-html .inner-wrapper .results .result h4 {
  width: 100%;
  display: block;
  font-weight: 400;
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .result h4 span {
  color: #ffffff;
  background-color: #3d7fba;
  border-radius: 4px;
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  padding: 3px 5px;
  border: none;
  /*.handle-single-line-text-overflow;*/
  min-width: 50px;
  text-align: center;
  float: left;
  /*width: 50px;*/
}
#newdocsearch-html .inner-wrapper .results .result h4 span:hover {
  background: #ffffff;
  color: #3d7fba;
  border: 1px solid;
}
#newdocsearch-html .inner-wrapper .results .result h4 span:hover {
  background: #3d7fba;
  color: white;
  border: 1px solid;
  border: none;
}
#newdocsearch-html .inner-wrapper .results .result div {
  padding: 3px 0 0 0;
  font-size: 12px;
}
#newdocsearch-html .inner-wrapper .results .result div p {
  display: inline-block;
  font-weight: 400;
}
#newdocsearch-html .inner-wrapper .results .result div p span {
  font-weight: 600;
}
#newdocsearch-html .inner-wrapper .results .result div p:nth-child(1) {
  width: 64px;
}
#newdocsearch-html .inner-wrapper .results .result div p:nth-child(2) {
  width: 86px;
  color: #698094;
}
#newdocsearch-html .inner-wrapper .results .result div p:nth-child(2) .page_text {
  width: 30px;
  display: inline-block;
  text-align: right;
}
#newdocsearch-html .inner-wrapper .results .result div p:nth-child(2) .pages {
  font-weight: 400;
}
#newdocsearch-html .inner-wrapper .results .result div p:nth-child(3) {
  width: 54px;
}
#newdocsearch-html .inner-wrapper .results .result div p:nth-child(3) .hts {
  width: 24px;
  display: inline-block;
  text-align: right;
}
#newdocsearch-html .inner-wrapper .results .result div p:nth-child(3) .hits {
  font-weight: 400;
}
#newdocsearch-html .inner-wrapper .results .result .ticker_outer {
  height: 20px;
}
#newdocsearch-html .inner-wrapper .results .result .ticker_outer .download-margin {
  margin-right: -21px;
}
#newdocsearch-html .inner-wrapper .results .result .entry.doc-fetch-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#newdocsearch-html .inner-wrapper .results .result .hit-indicator {
  display: none;
}
#newdocsearch-html .inner-wrapper .results .result .popouticon {
  height: 18px;
  width: 18px;
  text-align: center;
  padding-top: 2px;
  border: 1px solid #bbc6d5;
  border-radius: 2px;
  background-color: #ffffff;
  color: #3d7fba;
  font-size: 12px;
  line-height: 18px;
}
#newdocsearch-html .inner-wrapper .results .result .popouticon .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .result .popouticon:hover {
  color: #3d7fba;
  background-color: #e8eef7;
  border-color: #3d7fba !important;
}
#newdocsearch-html .inner-wrapper .results .result .bookmark-nb {
  display: none;
  height: 18px;
  width: 18px;
  text-align: center;
  padding-top: 2px;
  border: 1px solid #bbc6d5;
  border-radius: 2px;
  margin-right: 1px;
  background-color: #ffffff;
  color: #3d7fba;
  font-size: 12px;
  line-height: 18px;
}
#newdocsearch-html .inner-wrapper .results .result .bookmark-nb .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .result .bookmark-nb:hover {
  color: #3d7fba;
  background-color: #e8eef7;
  border-color: #3d7fba !important;
}
#newdocsearch-html .inner-wrapper .results .result .bookmark-nb.show {
  display: block;
}
#newdocsearch-html .inner-wrapper .results .result .bookmark-nb.show:before {
  display: block;
}
#newdocsearch-html .inner-wrapper .results .result .bookmarked {
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .result .bookmarked .icon {
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .result .doc_view {
  display: none;
  color: #bbc6d5;
  height: 18px;
  width: 18px;
  text-align: center;
  padding-top: 2px;
  border: none;
  cursor: default;
  font-size: 12px;
  line-height: 18px;
}
#newdocsearch-html .inner-wrapper .results .result .doc_view .icon {
  height: 12px;
  width: 12px;
  fill: #bbc6d5;
}
#newdocsearch-html .inner-wrapper .results .result .doc_view:hover {
  background-color: #e8eef7;
  border-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .result .doc_note_highlight {
  display: none;
  color: #bbc6d5;
  height: 18px;
  width: 18px;
  text-align: center;
  padding-top: 2px;
  border: none;
  border-left: hidden;
  cursor: default;
  font-size: 12px;
  line-height: 18px;
}
#newdocsearch-html .inner-wrapper .results .result .doc_note_highlight .icon {
  height: 12px;
  width: 12px;
  fill: #bbc6d5;
}
#newdocsearch-html .inner-wrapper .results .result .doc_note_highlight:hover {
  background-color: #e8eef7;
  border-color: #3d7fba !important;
}
#newdocsearch-html .inner-wrapper .results .result .note_highlight,
#newdocsearch-html .inner-wrapper .results .result .viewed {
  display: block;
  color: #3d7fba !important;
}
#newdocsearch-html .inner-wrapper .results .result .note_highlight .icon,
#newdocsearch-html .inner-wrapper .results .result .viewed .icon {
  fill: #3d7fba !important;
}
#newdocsearch-html .inner-wrapper .results .result .doc_note_attach {
  height: 18px;
  width: 18px;
  text-align: center;
  padding-top: 2px;
  border-radius: 2px ;
  cursor: default;
  display: none;
  color: #3d7fba;
  font-size: 12px;
  line-height: 18px;
}
#newdocsearch-html .inner-wrapper .results .result .doc_note_attach .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .result .doc_note_attach.show {
  display: block !important;
}
#newdocsearch-html .inner-wrapper .results .result:hover {
  background-color: #e8eef7;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row {
  background-color: #3d7fba;
  border-color: #3d7fba;
  color: #ffffff;
  -webkit-box-shadow: 0 -1px 0 0 #3d7fba;
  -moz-box-shadow: 0 -1px 0 0 #3d7fba;
  box-shadow: 0 -1px 0 0 #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row h4 {
  color: #ffffff;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row h4 span {
  background-color: #ffffff;
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row p:nth-child(2) {
  color: #ffffff;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .hit-indicator span {
  background-color: rgba(30, 55, 77, 0.48);
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_note_highlight {
  fill: #ffffff !important;
  background-color: #3d7fba;
  color: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_note_highlight:hover {
  border-color: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_note_highlight:hover .icon {
  fill: #bbc6d5 !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_notebook {
  fill: #ffffff !important;
  background-color: #3d7fba;
  color: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_notebook:hover {
  background: #ffffff;
  color: #bbc6d5 !important;
  border-color: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_notebook:hover .icon {
  fill: #bbc6d5 !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .popouticon,
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_view,
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_note_attach,
#newdocsearch-html .inner-wrapper .results .result.selected-row .bookmark-nb {
  background-color: #3d7fba;
  color: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .popouticon .icon,
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_view .icon,
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_note_attach .icon,
#newdocsearch-html .inner-wrapper .results .result.selected-row .bookmark-nb .icon {
  fill: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .popouticon:hover,
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_view:hover,
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_note_attach:hover,
#newdocsearch-html .inner-wrapper .results .result.selected-row .bookmark-nb:hover {
  border-color: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .popouticon:hover .icon,
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_view:hover .icon,
#newdocsearch-html .inner-wrapper .results .result.selected-row .doc_note_attach:hover .icon,
#newdocsearch-html .inner-wrapper .results .result.selected-row .bookmark-nb:hover .icon {
  fill: #3d7fba !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .note_highlight {
  color: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .note_highlight .icon {
  fill: #ffffff !important;
}
#newdocsearch-html .inner-wrapper .results .result.selected-row .note_highlight:hover .icon {
  fill: #3d7fba !important;
}
#newdocsearch-html .inner-wrapper .results .no-hits {
  pointer-events: none;
  background: #d4e0ea;
}
#newdocsearch-html .inner-wrapper .results .result_div_dl {
  width: 94%;
  /*left: 22px;*/
  float: right;
}
#newdocsearch-html .inner-wrapper .results .container_loading_docsearch_results_docsearch_results_msg,
#newdocsearch-html .inner-wrapper .results .container_loading_docsearch_results_docsearch_results_load_more_msg {
  font-weight: bold;
  z-index: 100;
  border-radius: 4px;
  padding: 5px;
  background-color: transparent;
  color: white;
  position: absolute;
  /*bottom: 7px;
          right: 10px;*/
  font-size: 10px;
  width: 50px;
  height: 50px;
}
#newdocsearch-html .inner-wrapper .snippets-holder {
  height: 100%;
  width: 300px;
  border-right: 1px solid #d4e0ea;
  margin-top: 0;
  position: relative;
  z-index: 7;
}
#newdocsearch-html .inner-wrapper .snippets-holder .nh-list-container .high-user {
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header {
  position: static;
  left: 340px;
  display: flex;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header div {
  height: 27px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  color: #698094;
  flex-grow: 4;
  border-right: 1px solid #ccd8e6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header div:hover {
  color: #3d7fba;
  background-color: #f9fcff;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header div.active-col {
  color: #3d7fba;
  font-weight: 600;
  background-color: #ffffff;
  height: 28px;
  border-bottom: 1px solid #ffffff;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header div:nth-child(1) {
  border-right: 1px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header div:nth-child(2) {
  border-right: 1px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header div:nth-child(3) {
  border-right: 1px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header div:nth-child(4) {
  border-right: 0px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header #snippets-show {
  position: relative;
  text-align: center;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header #snippets-show .random-wrapper {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  border-right: 0px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header #snippets-show .random-wrapper #sn_title {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header #snippets-show .random-wrapper #sn_results {
  position: relative;
  margin-left: 2px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header #snippets-show.active-col .random-wrapper {
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header #snippets-collapse {
  flex-grow: 3;
  height: 27px;
  display: inline-block;
  border-right: 0px;
  max-width: 20px;
  border-left: 1px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-header #snippets-collapse .icon {
  margin-top: 4px;
  display: inline-block;
  height: 18px;
  width: 18px;
  fill: #3d7fba;
  margin-left: -2px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share {
  width: 100%;
  background-color: #ffffff;
  height: 30px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #d4e0ea;
  position: relative;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .show-share {
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  line-height: 30px;
  margin: auto;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .show-share .caret {
  line-height: 18px;
  padding: 0px 12px 0px 0px;
  font-size: 18px;
  color: #7e91ad;
  top: 2px;
  position: relative;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .show-share .shareShow {
  padding: 0px 6px;
  color: #7e91ad;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .popout-share {
  color: #666666;
  z-index: 1;
  display: none;
  background: white;
  position: absolute;
  left: 90px;
  top: 28px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .popout-share .popup-box {
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  width: 160px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .popout-share .popup-box .shr-button {
  padding: 8px 18px;
  border-bottom: 1px solid #ccd8e6;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .popout-share .popup-box .active_share {
  color: #333333;
  background: #CCD8e6;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .popout-share .popup-box .show-all:hover {
  color: #333333;
  background: #CCD8e6;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .popout-share .popup-box .show-my:hover {
  color: #333333;
  background: #CCD8e6;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .popout-share .popup-box .show-markup:hover {
  color: #333333;
  background: #CCD8e6;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .popout-share .popup-box .show-none {
  border: 0px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .popout-share .popup-box .show-none:hover {
  color: #333333;
  background: #CCD8e6;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share #notes-decrease-font {
  padding: 7px;
  box-sizing: content-box;
  max-width: 15px;
  max-height: 16px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share #notes-increase-font {
  padding: 7px;
  box-sizing: content-box;
  max-width: 15px;
  max-height: 16px;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .button {
  background-color: transparent;
  border-radius: 0px;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .button:hover {
  background-color: #f9fcff;
}
#newdocsearch-html .inner-wrapper .snippets-holder .column-share .button .icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header {
  position: static;
  width: 100%;
  top: 180px;
  left: 340px;
  background-color: #ffffff;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets {
  font-family: HelveticaNeue;
  font-size: 12px;
  padding: 7px 0 0px 0;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .section-search-title {
  width: 91px;
  height: 13px;
  text-align: left;
  color: #4691d8;
  margin: 0 0 0 5px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .section-search-off {
  width: 15px;
  height: 13px;
  text-align: left;
  color: #698094;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .section-search-high-recall {
  width: 58px;
  height: 14px;
  line-height: 1.27;
  text-align: left;
  color: #698094;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .section-search-high-precision {
  width: 71.5px;
  height: 14px;
  line-height: 1.27;
  text-align: left;
  color: #698094;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .section-option {
  margin: 0 2px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .highlighted-op {
  font-weight: 500;
  color: #4691d8;
  border-bottom: 1px solid #4691d8;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .snippet-help__wrapper {
  float: right;
  position: relative;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .snippet-help__wrapper:hover .snippet-help__tooltip {
  display: block;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .snippet-help__icon {
  float: right;
  color: #ffffff;
  background-color: #3d7fba;
  width: 16px;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
  margin: 0 2px 0 0;
  border-radius: 2px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .snippet-help__tooltip {
  display: none;
  position: absolute;
  width: 340px;
  padding: 20px 15px;
  top: 16px;
  left: 8px;
  background-color: black;
  opacity: 0.9;
  z-index: 1;
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .snippet-help__content {
  color: white;
  margin-bottom: 10px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .section-search-snippets .snippet-help__content__options {
  color: white;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper {
  padding: 0px 8px;
  border-bottom: 1px solid #d4e0ea;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper #snippet-search-box-holder {
  margin: 7px 68px 7px 0px;
  float: none;
  border: 1px solid #bbc6d5;
  border-radius: 2px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper #snippet-search-box-holder .search-icon {
  float: left;
  margin-top: 6px;
  margin-left: 6px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper #snippet-search-box-holder .search-icon .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper #snippet-search-box-holder .snnipet-form {
  float: none;
  overflow: hidden;
  margin-left: 28px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper #snippet-search-box-holder .snnipet-form input {
  padding-left: 28px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border: none;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper .button {
  background-color: transparent;
  border: 1px solid #d4e0ea;
  border-radius: 0px;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper .button:hover {
  background-color: #f9fcff;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper .button .icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-top: 0px;
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper #snippets-decrease-font {
  padding: 7px;
  box-sizing: content-box;
  max-width: 15px;
  max-height: 16px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .snippet-header-wrapper #snippets-increase-font {
  padding: 7px;
  box-sizing: content-box;
  max-width: 15px;
  max-height: 16px;
  border-right: none;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper {
  padding: 0px 8px;
  border-bottom: 1px solid #d4e0ea;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 44px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper .disable-share {
  pointer-events: none;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #share-snippet-button,
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #open-notebook-button {
  margin: 6px 8px 6px 0px;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  font-size: 12px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  color: #3d7fba;
  cursor: pointer;
  width: 48%;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #share-snippet-button .icon,
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #open-notebook-button .icon {
  height: 16px;
  position: relative;
  width: 16px;
  fill: #3d7fba;
  top: 6px;
  margin-left: 6px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #share-snippet-button .snnipet-form,
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #open-notebook-button .snnipet-form {
  float: none;
  overflow: hidden;
  margin-left: 28px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #share-snippet-button .snnipet-form input,
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #open-notebook-button .snnipet-form input {
  padding-left: 28px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 30px;
  font-size: 12px;
  border: none;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #share-snippet-button {
  margin-right: 0;
  float: right;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #share-snippet-button:hover,
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #open-notebook-button:hover {
  color: #ffffff;
  background-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #share-snippet-button:hover .icon,
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper #open-notebook-button:hover .icon {
  fill: #ffffff;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper .button {
  background-color: transparent;
  border: 1px solid #d4e0ea;
  border-radius: 0px;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper .button:hover {
  background-color: #f9fcff;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper .button .icon {
  font-size: 16px;
  display: inline-block;
  margin-top: 0px;
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-header .notes-header-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-pop {
  margin-left: 7px;
  margin-right: 10px;
  margin-top: 8px;
  border: 2px dotted #e5ecec;
  margin-bottom: 8px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .snippet-pop .row {
  font-size: 9px;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  padding-right: 13px;
  color: #2971B5;
}
#newdocsearch-html .inner-wrapper .snippets-holder #navlist-container {
  font-size: 11px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder.nh-list-container .snippet {
  padding: 8px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  font-size: 12px;
  color: #1e374d;
  font-weight: 400;
  border-bottom: 1px solid #d4e0ea;
  line-height: 1.35em;
  cursor: pointer;
  word-break: break-word;
  position: relative;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .active-bg-wrapper {
  padding: 12px 8px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .active-bg-wrapper .action-btn {
  height: 20px;
  border-radius: 2.5px;
  background-color: #ffffff;
  display: inline-block;
  line-height: 20px;
  padding: 0 5px 0 0;
  margin: 0 0px 5px 5px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .icon {
  fill: #3d7fba;
  height: 15px;
  width: 15px;
  margin-right: 6px;
  position: relative;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .mrk {
  fill: #3d7fba;
  height: 11px;
  width: 11px;
  position: relative;
  top: 2px;
  left: 2px;
  margin-right: 3px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .high-tag {
  margin-right: 6px;
  color: #666;
  margin-bottom: 5px;
  display: inline-block;
  box-shadow: 0px 1px 3px 0px rgba(30, 55, 77, 0.33);
  border-radius: 2px;
  padding: 2px 4px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet em {
  color: #1e374d;
  background-color: #ffff00;
  font-weight: 600;
  padding: 1px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .fa-pencil-square,
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .fa-table {
  font: normal normal normal 14px/1 FontAwesome !important;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .table {
  color: #698094;
  height: 12px;
  position: absolute;
  right: 2px;
  margin-right: 0px;
  bottom: 8px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet div.fl {
  color: #1e374d;
  background-color: transparent;
  margin-right: 4px;
  font-weight: 600;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet div.fl.table {
  padding-right: 20px;
  background-image: url('../images/mo6.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: bottom right;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .snippet-btn-wrap {
  display: none;
  opacity: 0;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .action-btn.sn-hlt {
  margin: 0 0 5px 0;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .action-btn.sn-hlt.active {
  background-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .action-btn.sn-hlt.active .sn-txt {
  color: white !important;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .action-btn.sn-hlt.active .mrk {
  fill: white;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .highlight_snippet__input {
  display: none;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .highlight_snippet__label.sn-hlt {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #3d7fba;
  box-shadow: 0 4px 12px 0 rgba(18, 50, 79, 0.26);
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .highlight_snippet__label.sn-hlt:before {
  content: "\e027";
  font-family: 'sentieo' !important;
  right: 0;
  padding: 0 5px;
  font-size: 14px;
  top: 0;
  width: 12px;
  text-align: center;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .highlight_snippet__label.sn-hlt.active {
  display: block;
  color: #ffffff;
  background-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .highlight_snippet__label.sn-hlt:hover {
  color: #ffffff;
  background-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet .sn-anot {
  margin-right: 10px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet:hover .active-bg-wrapper .snippet-btn-wrap {
  display: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
  justify-content: center;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet:hover .active-bg-wrapper .snippet-btn-wrap .sn-txt {
  width: 48px;
  height: 9.5px;
  font-family: HelveticaNeue;
  font-size: 10.5px;
  font-weight: 500;
  text-align: center;
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet:hover .active-bg-wrapper .snippet-btn-wrap .highlight_snippet__label.sn-hlt {
  display: block;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet.highlight-off:hover .active-bg-wrapper .snippet-btn-wrap {
  display: none;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet.selected-snippet {
  background-color: #e8eef7;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder .snippet.selected-snippet .highlight_snippet__label.sn-hlt.active {
  display: block;
  color: #ffffff;
  background-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder #load-next-doc {
  color: #3d7fba;
  width: 150px;
  border: 2px solid #3d7fba;
  border-radius: 4px;
  float: none;
  margin: 12px auto;
  background: #ffffff;
  box-shadow: none;
  height: 18px;
  padding: 6px 0px;
  line-height: 18px;
  box-sizing: content-box;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder #load-next-doc:hover {
  color: #ffffff;
  background-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder #load-next-doc .load-text {
  text-shadow: none;
  font-weight: 400;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 0;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.55);
  -webkit-border-radius: 4px;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  border: 2px solid #ffffff;
}
#newdocsearch-html .inner-wrapper .snippets-holder .content-holder::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .xbrl-ticker-outer {
  padding: 6px 12px 12px 6px;
  background: #ffffff;
  font-size: 11px;
  line-height: 18px;
  color: #666;
  font-size: 14px;
  color: #3d7fba;
  font-weight: bold;
  overflow: hidden;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .xbrl-ticker-outer .width-wrapper {
  float: left;
  max-width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #3d7fba;
  font-weight: bold;
  overflow: hidden;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .xbrl-ticker-outer .ticker-wb {
  text-transform: uppercase;
  float: left;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .xbrl-ticker-outer .doc-type {
  margin-right: 95px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .xbrl-ticker-outer .doc-return {
  float: right;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .xbrl-ticker-outer .xbrl-text {
  line-height: 18px;
  font-weight: bold;
  padding: 6px;
  color: #444444;
  padding-left: 0px;
  clear: both;
  font-size: 11px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .xbrl-ticker-outer .xbrl-outer {
  padding-left: 12px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .xbrl-ticker-outer .xbrl-outer .xbrl-key {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d7fba;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .exhibits-text {
  line-height: 18px;
  font-weight: bold;
  padding: 6px;
  font-size: 11px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .exhibits-result {
  border-bottom: 0px;
  padding-bottom: 12px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .exhibits-result .exhibits_data {
  padding-left: 12px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .exhibits-result .exhibts_list {
  line-height: 18px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .exhibits-result .exhibits-category {
  color: #879abb;
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .exhibits-result .exhibits_data .exhibits-type {
  color: #616161;
  font-size: 13px;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .snippets-holder .navlist-container .exhibits-result .exhibits_data .exhibits-title {
  float: none;
  margin-left: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d7fba;
  font-size: 13px;
}
#newdocsearch-html .inner-wrapper .snippets-holder .container_loading_fetch_snippets_fetch_snippets_msg {
  font-weight: bold;
  z-index: 100;
  border-radius: 4px;
  padding: 5px;
  background-color: transparent;
  color: white;
  position: absolute;
  /*bottom: 7px;
          right: 10px;*/
  font-size: 10px;
  height: 50px;
  width: 50px;
}
#newdocsearch-html .inner-wrapper .document {
  right: 0;
  padding: 24px 32px;
}
#newdocsearch-html .inner-wrapper .document .head {
  right: 0;
  left: 590px;
}
#newdocsearch-html .inner-wrapper .document .head .ticker-doc-info {
  position: absolute;
  left: 0;
}
#newdocsearch-html .inner-wrapper .document .head .ticker-doc-info .ticker-small,
#newdocsearch-html .inner-wrapper .document .head .ticker-doc-info p {
  display: inline-block;
}
#newdocsearch-html .inner-wrapper .document .head .ticker-doc-info .ticker-small {
  margin: 3px 2px 4px 8px;
  padding: 3px 5px;
}
#newdocsearch-html .inner-wrapper .document .head .ticker-doc-info p {
  text-transform: none;
  color: #698094;
  font-size: 12px;
}
#newdocsearch-html .inner-wrapper .document .head .ticker-doc-info p span {
  color: #3d7fba;
  font-weight: 600;
}
#newdocsearch-html .inner-wrapper .document .doc {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  font-weight: 400;
  line-height: 1.3em;
}
#newdocsearch-html .inner-wrapper .visual-wrapper {
  height: 100%;
  position: relative;
  width: calc(-240%);
}
#newdocsearch-html .inner-wrapper .visual-wrapper .loading-spinner {
  top: 48% !important;
  left: 48% !important;
  position: relative;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .simplemodal-overlay {
  opacity: 0.15 !important;
  top: 0 !important;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .simplemodal-wrap {
  display: flex;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .simplemodal-wrap .loading-spinner {
  margin: auto;
  position: static;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .pie-container {
  background-color: white;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary {
  padding: 0;
  height: 45px;
  margin: 0;
  background: #ffffff;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary > div {
  display: inline-block;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .result-count {
  text-align: center;
  width: 125px;
  font-size: 13px;
  color: #3d7fba;
  height: 100%;
  vertical-align: top;
  padding: 0 10px 0 0;
  line-height: 44px;
  border-right: 1px solid #e8eef7;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .synonym-wrapper .synonym-search-words {
  width: 100%;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .quick-toggles {
  font-size: 7px;
  padding: 15px 0 17px 10px;
  border-right: 1px solid #e8eef7;
  vertical-align: top;
  width: 270px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .quick-toggles > div {
  display: inline-block;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .quick-toggles > div:after {
  clear: both;
  content: '';
  display: block;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .quick-toggles .toggle,
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .quick-toggles .label {
  display: inline-block;
  float: left;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .quick-toggles p {
  font-size: 11.3px;
  line-height: 19px;
  margin: -2px 0 2px 4px;
  color: #3d7fba;
  font-weight: 500;
  min-width: 35px;
  padding-right: 5px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .refine-search-box {
  border-bottom: none;
  padding: 6px 8px 8px 0;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .search-summary .refine-search-box .refine-search-input {
  left: 115px;
  width: 180px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_analytics_container {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  border-top: 1px solid #d4e0ea;
  background-color: #e8eef7;
  padding: 24px;
  box-sizing: border-box;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_analytics_container .highcharts-container {
  width: 100% !important;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_filter_cover {
  display: flex;
  border-top: 1px solid #d4e0ea;
  margin: 12px 0 0;
  background: #ffffff;
  width: 100%;
  position: relative;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .see_unsee,
#newdocsearch-html .inner-wrapper .visual-wrapper .vticker_target {
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers {
  padding: 15px 5px 15px 5px !important;
  border-top: 1px solid #d4e0ea;
  margin: 24px 0;
  background: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 330px;
  flex-wrap: wrap;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .back_button {
  cursor: pointer;
  color: #3d7fba;
  background: #ffffff;
  border: 1px solid #3d7fba;
  font-size: 12px;
  padding: 0 4px;
  height: 24px;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 22px;
  width: 60px;
  text-align: center;
  margin-left: 10px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv.selected .see_unsee:after {
  color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv.selected .see_unsee,
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv.selected .vticker_target {
  padding-top: 3px;
  padding-bottom: 3px;
  visibility: visible;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv {
  display: inline-block !important;
  display: inline-flex !important;
  width: 31%;
  margin: 0 1% 2px;
  padding: 0 !important;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv .see_unsee {
  padding: 4px 4px 4px 0;
  visibility: hidden;
  font-size: 12px;
  line-height: 18px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv .see_unsee:after {
  content: '\e006';
  font-family: 'sentieo' !important;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv .vticker_target {
  padding: 4px 6px 4px 2px;
  visibility: hidden;
  font-size: 12px;
  line-height: 18px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv .vticker_target:after {
  content: '\e053';
  font-family: 'sentieo' !important;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv:hover {
  border: 1px solid lightgrey;
  border-radius: 4px;
  overflow: hidden;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv:hover .ticker_name_progress_container {
  padding: 3px 5px 3px 9px;
  background-color: #F3FAFF;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv:hover .see_unsee,
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .visual_ticker_subdiv:hover .vticker_target {
  padding-top: 3px;
  padding-bottom: 3px;
  visibility: visible;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .ticker_name_progress_container {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 4px 6px 4px 10px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .ticker_name_progress_container:hover {
  background-color: #F3FAFF;
}
#newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers .ticker_name_v {
  color: #3d7fba;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  width: 80px !important;
  height: 18px;
  line-height: 18px;
  flex-basis: 25%;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .blurred_out {
  opacity: 0.4;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .ticker_bar {
  margin: 6px 0;
  float: none !important;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .visual-container {
  width: 100%;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .visual-container .highchartsnew-container {
  margin: 0 auto;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .progress_bar_div {
  padding: 15px 30px !important;
  box-sizing: border-box;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div {
  padding: 2px 20px 3px 20px !important;
  display: flex;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .subtype_name {
  flex-basis: 50%;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .company_name_v {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
  box-sizing: border-box;
  line-height: 18px;
  flex-basis: 50%;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .bar {
  display: inline-block;
  position: relative;
  flex-basis: 50%;
  height: 6px;
  border-radius: 4px;
  background-color: #D1E3F6;
  float: right;
  overflow: hidden;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .bar__progress {
  position: absolute;
  display: inline-block;
  width: 0;
  background: linear-gradient(to right, #9EDFA2, #5CB764);
  height: 100%;
  transition: width 2s;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .visual_filter_checkbox {
  border-color: #3d7fba;
  height: 21px;
  width: 20px;
  top: -3px;
  left: -5px;
  border-radius: 2px;
  position: relative;
  border: 1px solid #d4e0ea;
  border-right: none;
  background-color: #3d7fba;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .visual_filter_checkbox input[type=checkbox]:checked {
  border-color: #1e374d;
  color: #ffffff;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .visual_filter_checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  border-color: #ffffff;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .visual_filter_checkbox span {
  position: static;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .visual_filter_checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .subtype_div .visual_filter_checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_filters_include_exclude {
  padding: 10px 5px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_filters_include_exclude .include,
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_filters_include_exclude .exclude {
  width: 50%;
  text-align: center;
  display: inline-block;
  font-family: Helvetica Neue, Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_filters_include_exclude .include .load-text,
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_filters_include_exclude .exclude .load-text {
  padding-bottom: 2px;
}
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_filters_include_exclude .include:hover .text,
#newdocsearch-html .inner-wrapper .visual-wrapper .visual_filters_include_exclude .exclude:hover .text {
  border-bottom: 2px solid #3d7fba;
}
#newdocsearch-html .inner-wrapper .doc-holder {
  width: calc(100% - 340px);
  float: left;
  position: relative;
  height: 100%;
}
#newdocsearch-html .inner-wrapper .doc-holder table.query_profile_table td,
#newdocsearch-html .inner-wrapper .doc-holder table.query_profile_aggregate td {
  padding: 10px 5px;
  text-align: center;
  border: 1px solid;
  border-collapse: collapse;
  font-size: 16px;
}
#newdocsearch-html .inner-wrapper .doc-holder table.query_profile_table,
#newdocsearch-html .inner-wrapper .doc-holder table.query_profile_aggregate {
  border: 1px solid;
  margin-top: 30px;
}
#newdocsearch-html .inner-wrapper .doc_image_holder {
  display: none;
  float: left;
  position: relative;
  height: inherit;
  border-left: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  box-sizing: border-box;
  width: 105px;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .content {
  padding-left: 7px;
  font-size: 12px;
  padding-top: 40px;
  text-align: center;
  padding-right: 7px;
  color: #437FB7;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .content-holder {
  overflow: auto;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .content-holder::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 0;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .content-holder::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .content-holder::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.55);
  -webkit-border-radius: 4px;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  border: 2px solid #ffffff;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .content-holder::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .column-header {
  height: 28px;
  border-bottom: 1px solid #d4e0ea;
  background-color: #ffffff;
  font-size: 11px;
  color: #3d7fba;
  text-transform: uppercase;
  line-height: 28px;
  text-align: center;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .column-header .title {
  float: left;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .column-header .button {
  border-left: 1px solid #d4e0ea;
  float: right;
  padding: 6px;
  text-align: center;
  color: #7e91ad;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  font-size: 12px;
  height: 27px;
  line-height: 28px;
  min-width: 31px;
  display: inline-block;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .column-header .button:hover {
  background-color: #f9fcff;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .column-header .button .doc_icons.icon {
  margin-top: -1px;
  display: inline-block;
  height: 18px;
  width: 18px;
  fill: #3d7fba;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .column-header .img-show.button {
  padding: 0px;
}
#newdocsearch-html .inner-wrapper .doc_image_holder .column-header .img-show.button .icon {
  margin-top: 4px;
  display: inline-block;
  height: 18px;
  width: 14px;
  font-size: 18px;
  color: #3d7fba;
  margin-left: -6px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates {
  width: 825px;
  display: table;
  font-family: arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .col {
  width: 390px;
  float: left;
  margin-left: 36px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .col:first-child {
  margin-left: 0px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .row div {
  float: left;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder div {
  cursor: default;
  text-align: left;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_title {
  line-height: 30px;
  font-size: 14px;
  color: #255178;
  text-align: center;
  border-bottom: 2px solid #7e91ad;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-ticker,
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-type {
  color: #333;
  width: 42px;
  font-size: 12px;
  margin-right: 12px;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-ticker {
  text-transform: uppercase;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-type {
  display: none;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-title {
  color: #3d7fba;
  width: 208px;
  font-size: 12px;
  margin-right: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-title.long {
  width: 228px;
  margin-right: 18px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-date {
  color: #666;
  width: 60px;
  font-size: 10px;
  margin-right: 12px;
  white-space: nowrap;
  overflow: visible;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-note {
  fill: #bbc6d5;
  width: 16px;
  margin-right: 12px;
  height: 24px;
  text-align: center;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-note .icon {
  margin-top: 3px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-note.active {
  fill: #333;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-open {
  fill: #3d7fba;
  width: 16px;
  height: 24px;
  text-align: center;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .docrow-open .icon {
  margin-top: 3px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .searchrow-tickers {
  color: #333;
  width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-right: 18px;
  cursor: pointer;
  text-transform: uppercase;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .searchrow-query {
  color: #3d7fba;
  width: 195px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 18px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .searchrow-date {
  color: #666;
  width: 68px;
  font-size: 10px;
  text-align: right;
  cursor: pointer;
  overflow: visible;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .section_holder .section_body .separator {
  line-height: 18px;
  color: #333;
  font-weight: bold;
  padding: 12px 0px 7px;
  text-align: center;
  font-size: 12px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .latest_filings {
  margin-top: 24px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .latest_filings .row {
  padding: 6px 0px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  border-bottom: 1px solid #ccd8e6;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .latest_filings .row .fa::before {
  line-height: 24px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .latest_filings .row div {
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .latest_filings .row:hover .docrow-title {
  text-decoration: underline;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .latest_filings .pagination-row {
  cursor: pointer;
  padding: 0px;
  text-align: center;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .latest_filings .pagination-row .icon {
  height: 12px;
  width: 12px;
  fill: #698094;
  margin-top: 6px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_searches {
  margin-top: 24px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_docs {
  margin-top: 17px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_searches .row,
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_docs .row {
  padding: 6px 0px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  border-bottom: 1px solid #ccd8e6;
  cursor: pointer;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_searches .row .fa::before,
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_docs .row .fa::before {
  line-height: 24px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_searches .row div,
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_docs .row div {
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_searches .row:hover .searchrow-query,
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_docs .row:hover .searchrow-query,
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_searches .row:hover .docrow-title,
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_docs .row:hover .docrow-title {
  text-decoration: underline;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_searches .pagination-row,
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_docs .pagination-row {
  cursor: pointer;
  padding: 0px;
  text-align: center;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_searches .pagination-row .icon,
#newdocsearch-html .inner-wrapper .inner_landing_container .docsearch_updates .recent_docs .pagination-row .icon {
  height: 12px;
  width: 12px;
  fill: #698094;
  margin-top: 6px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .examples_outer {
  color: #3d7fba;
  font-family: Arial;
  margin: auto;
  width: 825px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .examples_outer .exm_srch_text {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .examples_outer .example_list {
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 18px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .examples_outer .example_list .exm_li {
  list-style-type: none;
  cursor: pointer;
  text-align: left;
  list-style-position: inside;
  margin-bottom: 18px;
  display: block;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .examples_outer .example_list .exm_li .disc_bullet {
  border-radius: 50px;
  height: 6px;
  width: 6px;
  float: left;
  background: #7e91ad;
  margin-right: 12px;
  line-height: 24px;
  margin-top: 9px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .examples_outer .example_list .exm_li .exm_text {
  margin-left: 18px;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .examples_outer .example_list .exm_li:hover {
  text-decoration: underline;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .examples_outer .example_list .left_list {
  width: 50%;
}
#newdocsearch-html .inner-wrapper .inner_landing_container .examples_outer .example_list .right_list {
  width: 50%;
}
#newdocsearch-html .inteliigent_filter_dropdown {
  width: 275px;
  font-size: 12px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  overflow-y: auto;
  padding-top: 10px;
  text-align: left;
}
#newdocsearch-html .inteliigent_filter_dropdown li.textcomplete-item {
  height: 27px;
  padding: 2px 0;
}
#newdocsearch-html .inteliigent_filter_dropdown li.textcomplete-item .intelligent_filter_option {
  height: 25px;
  width: 100%;
  line-height: 25px;
  max-width: 275px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#newdocsearch-html .inteliigent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.term {
  padding: 2px 4px;
  border: 1px solid;
  border-radius: 4px;
}
#newdocsearch-html .inteliigent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.sec-term {
  padding: 1px 2px;
  margin: 0 5px;
}
#newdocsearch-html .inteliigent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.in {
  border: 1px solid #698094;
  background-color: #E6E6FA;
  color: #698094;
  border-radius: 4px;
  margin: 0 5px;
  padding: 1px 2px;
}
#newdocsearch-html .inteliigent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.sec-desc {
  padding: 2px 4px;
}
#newdocsearch-html .inteliigent_filter_dropdown li.textcomplete-item.active {
  background: #3d7fba;
}
#newdocsearch-html .inteliigent_filter_dropdown li.textcomplete-item.active a {
  color: #ffffff;
}
#newdocsearch-html .outer_main-form .inteliigent_filter_dropdown {
  width: 307px;
}
#newdocsearch-html .search-form .textoverlay {
  white-space: normal !important;
}
#newdocsearch-html .textoverlay {
  display: inline-block;
  text-align: left;
}
#newdocsearch-html .textoverlay .token {
  position: relative;
  margin-right: 5px;
}
#newdocsearch-html .textoverlay .token:before {
  position: absolute;
  box-sizing: border-box;
  display: block;
  content: '';
  top: -1px;
  left: 0;
  right: -2px;
  bottom: -1px;
  color: #000;
  background: #ccecdf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccecdf), color-stop(1, #e9f6f1));
  background: -moz-linear-gradient(center bottom, #ccecdf 0, #e9f6f1 100%);
  background: -ms-linear-gradient(bottom, #ccecdf, #e9f6f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f6f1', endColorstr='#ccecdf', GradientType=0);
  border: 1px solid #8cd5b7;
}
#newdocsearch-html.oldui .top-header {
  height: 108px;
}
#newdocsearch-html.oldui .menu-overlay {
  left: 0;
}
#newdocsearch-html.oldui .doc-search-controls {
  width: 640px;
  height: 108px;
}
#newdocsearch-html.oldui .doc-search-controls .query-wrapper .textoverlay-wrapper.overlayExpand {
  z-index: 100;
}
#newdocsearch-html.oldui .doc-search-controls .controls {
  padding: 8px;
  width: auto;
}
#newdocsearch-html.oldui .doc-search-controls .sub-controls {
  position: relative;
}
#newdocsearch-html.oldui .doc-search-controls .sub-controls .btn-query-builder {
  top: 0;
}
#newdocsearch-html.oldui .doc-search-controls .sub-controls .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
  margin-right: 3px;
  float: left;
}
#newdocsearch-html.oldui .doc-search-controls .sub-controls .synonym-search-words {
  padding-top: 0;
}
#newdocsearch-html.oldui .doc-search-controls .sub-controls .save-filter {
  margin: 0 10px;
}
#newdocsearch-html.oldui .doc-search-controls .sub-controls .synonym-wrapper {
  top: -1px;
}
#newdocsearch-html.oldui .doc-search-controls .filters-wrapper {
  height: 32px;
  width: 82%;
  padding: 0;
  padding-left: 7px;
  margin-left: 0;
}
#newdocsearch-html.oldui .doc-search-controls .filters-wrapper .filter {
  padding: 0 8px;
}
#newdocsearch-html.oldui .doc-search-controls .filters-wrapper .filter.filter-active {
  border-left: 1px solid #bbc6d5;
}
#newdocsearch-html.oldui .doc-search-controls .filters-wrapper .filter.filter-ticker {
  max-width: 61px;
}
#newdocsearch-html.oldui .doc-search-controls .filters-wrapper .filter.filter-doctype {
  max-width: 80px;
}
#newdocsearch-html.oldui .doc-search-controls .filters-wrapper .filter.filter-period {
  max-width: 80px;
}
#newdocsearch-html.oldui .doc-search-controls .filters-wrapper .filter.filter-regions {
  max-width: 74px;
}
#newdocsearch-html.oldui .doc-search-controls .quick-toggles {
  font-size: 7px;
  padding: 8px 8px 8px 22px;
  position: absolute;
  top: 40px;
  right: 10px;
}
#newdocsearch-html.oldui .doc-search-controls .quick-toggles > div:after {
  clear: both;
  content: '';
  display: block;
}
#newdocsearch-html.oldui .doc-search-controls .quick-toggles .toggle,
#newdocsearch-html.oldui .doc-search-controls .quick-toggles .label {
  display: inline-block;
  float: left;
}
#newdocsearch-html.oldui .doc-search-controls .quick-toggles .toggle p,
#newdocsearch-html.oldui .doc-search-controls .quick-toggles .label p {
  font-size: 11.3px;
  line-height: 17px;
  margin: -2px 0 2px 4px;
  color: #3d7fba;
  font-weight: 500;
  min-width: 50px;
}
#newdocsearch-html.oldui .period-selection {
  margin: 0;
}
#newdocsearch-html.oldui .inner-wrapper {
  top: 108px;
}
#newdocsearch-html.oldui .refine-search-box {
  display: block!important;
  padding: 5px;
  padding-left: 10px;
}
#newdocsearch-html.oldui .refine-search-box .refine-search-button,
#newdocsearch-html.oldui .refine-search-box .create-alert-button {
  box-shadow: 0 0.5px 0.5px 0 rgba(124, 141, 165, 0.48);
  border: solid 1px #d4e0ea;
  padding: 4px;
}
#simplemodal-data .content .document_layout {
  min-width: 1280px;
}
#simplemodal-data .content .document_layout .top-header {
  display: none;
}
#simplemodal-data .content .document_layout .bottom-row {
  width: 100%;
  top: 0px;
}
#simplemodal-data .content .document_layout .bottom-row .snippets-holder {
  display: block !important;
}
#simplemodal-data .content .document_layout .bottom-row .snippets-holder .column-header #snippets-collapse {
  display: none;
}
#simplemodal-data .content .document_layout .bottom-row .doc-holder {
  display: block !important;
}
#simplemodal-data .content .document_layout .bottom-row .doc-holder .content-holder {
  height: 447px;
}
#newdocsearch-html.winversion .doc-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay {
  width: 673px;
}
#newdocsearch-html.winversion .doc-search-controls .filters-wrapper .filter.filter-sector .menu-overlay,
#newdocsearch-html.winversion .doc-search-controls .filters-wrapper .filter.filter-regions .menu-overlay {
  width: 835px;
}
#newdocsearch-html.winversion .doc-search-controls .filters-wrapper .filter.filter-source .menu-overlay {
  width: 266px;
}
#newdocsearch-html.winversion .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay {
  width: 790px;
}
#newdocsearch-html.winversion .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-body {
  margin: 49px 0 0px 0;
  padding-bottom: 8px;
  height: 300px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-left: 30%;
}
#newdocsearch-html.winversion .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-body div.subtype_wrapper {
  padding: 0 4px;
}
#newdocsearch-html.winversion .doc-search-controls .filters-wrapper .filter.filter-regions .menu-body {
  margin: 49px 0 0px 0;
  padding-bottom: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-left: 227px;
  width: 608px;
}
#newdocsearch-html.winversion .doc-search-controls .filters-wrapper .filter.filter-regions .menu-body .region .filing-wrapper .item h5 span.text {
  max-width: 67px;
}
#newdocsearch-html.winversion .help.qop {
  width: 460px !important;
}
.ie_browser_11 #newdocsearch-html.oldui .doc-search-controls .filters-wrapper {
  width: 82%;
  margin-right: 0;
}
.ie_browser_11 #newdocsearch-html .doc-search-controls .filters-wrapper {
  width: 50%;
  margin-right: 15px;
}
.ie_browser_11 #newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .fixed-period-options .items,
.ie_browser_11 #newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-period .custom-period-option .items {
  flex: none;
}
.ie_browser_11 #newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-sidebar {
  width: 29%;
}
.ie_browser_11 #newdocsearch-html .doc-search-controls .filters-wrapper .filter.filter-doctype .menu-body {
  width: 71%;
  margin-left: 29%;
}
.ie_browser_11 #newdocsearch-html .inner-wrapper .visual-wrapper #visual_tickers {
  flex-direction: row;
}
.save-filter-overlay {
  background: #000000;
  opacity: 0.6;
}
.save-filter-content {
  width: 800px;
  height: 460px;
  background: white;
  position: absolute;
  top: 0px;
  border-radius: 4px;
  z-index: 100;
}
.save-filter-content .save_as_defaul_filter {
  width: 100%;
  margin: 10px 0 10px 0;
}
.save-filter-content .save_as_defaul_filter .msg {
  font-weight: bold;
  color: #595959;
  font-size: 14px;
}
.save-filter-content .save_as_defaul_filter .def-filter-flag {
  margin-left: 10px;
}
.save-filter-content .save_as_defaul_filter .def-filter-flag img {
  width: 20px;
}
.save-filter-content .before-save-filter {
  overflow: hidden;
}
.save-filter-content .after-save {
  padding: 10px 10px;
  text-align: center;
}
.save-filter-content .after-save .check-icon {
  text-align: center;
  font-size: 52px;
  color: #36A324;
  margin-top: 190px;
}
.save-filter-content .after-save .saved-message {
  color: #7F91AD;
  font-size: 30px;
  text-align: center;
}
.save-filter-content .after-save .random-msg {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  color: #979797;
  font-size: 15px;
}
.save-filter-content .header {
  width: 100%;
  padding: 18px 0;
  background: #f5faff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #527495;
  text-align: center;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 16px;
  box-shadow: 0px 1px 0 0 #d2e2f2;
}
.save-filter-content .content {
  width: 96%;
  height: 664px;
  padding-left: 2%;
  padding-right: 2%;
}
.save-filter-content .content .row.query-to-save-filters {
  height: 21px;
  padding-top: 22px;
  padding-bottom: 12px;
  padding-left: 2px;
  font-weight: bold;
  color: #595959;
  font-size: 14px;
}
.save-filter-content .content .row.query-to-save-filters input {
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  height: 32px;
  padding: 0px 9px;
  position: relative;
  top: -10px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.save-filter-content .content .query-to-save-filters .error {
  border-color: red !important;
}
.save-filter-content .content .query-to-save-filters .error:after {
  content: 'Please Enter name';
}
.save-filter-content .content .same-name-error {
  margin-left: 42px;
  margin-top: 6px;
  color: red;
  font-size: 12px;
}
.save-filter-content .content .extra_content {
  overflow-y: auto;
  display: block;
  width: 100%;
  overflow-x: hidden;
}
.save-filter-content .content .extra_content.after {
  display: block;
  content: '';
  clear: both;
}
.save-filter-content .content .extra_content .container {
  padding-bottom: 15px;
  padding-left: 2px;
  width: 100%;
}
.save-filter-content .content .extra_content .container .msg {
  font-weight: bold;
  color: #595959;
  font-size: 14px;
  width: 28%;
}
.save-filter-content .content .extra_content .container .value {
  margin-left: 12px;
  width: 66%;
  position: relative;
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
}
.save-filter-content .content .random-msg {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #979797;
  font-size: 13px;
}
.save-filter-content .buttons-row {
  overflow: hidden;
  display: inline;
}
.save-filter-content .buttons-row .buttons {
  background-color: #f5faff;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  color: #527495;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  margin-top: 20px;
  width: 104%;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.save-filter-content .buttons-row .buttons .save-filters-button {
  width: 158px;
  float: right;
  color: #ffffff;
  background: #3d7fba;
  font-size: 12px;
  padding: 9px 20px 9px 20px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  cursor: pointer;
  display: inline-block;
}
.save-filter-content .buttons-row .buttons .save-filters-button:hover {
  background-color: #326b9e;
}
.save-filter-content .buttons-row .buttons .cancel-dialogue {
  float: right;
  font-size: 12px;
  padding: 9px 11px 9px 11px;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-left: 10px;
  color: #527495;
  display: inline-block;
}
.save-filter-content .buttons-row .buttons .cancel-dialogue:hover {
  border: 1px solid #3d7fba;
}
.edit-filter-overlay {
  background: #000000;
  opacity: 0.6;
}
.edit-filter-content {
  background: #ffffff;
  position: absolute;
  z-index: 9999;
  width: 450px;
  border-radius: 4px;
  font-family: Helvetica Neue, Arial, sans-serif;
  padding: 18px;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4);
}
.edit-filter-content .header {
  color: #3d7fba;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}
.edit-filter-content .header b {
  font-weight: 700;
}
.edit-filter-content .close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 12px;
  color: #bbc6d5;
  cursor: pointer;
}
.edit-filter-content .data {
  font-size: 12px;
  font-weight: 300;
  color: #698094;
  padding: 12px 0;
  overflow: hidden;
  width: 100%;
}
.edit-filter-content .data .row {
  border-bottom: 0px;
  overflow: visible;
}
.edit-filter-content .data .row input {
  width: 468px;
  border: 1px solid #d4e0ea;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  height: 32px;
  padding: 0px 9px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.edit-filter-content .data .query-to-edit-filters .error {
  border-color: red !important;
}
.edit-filter-content .data .query-to-edit-filters .error:after {
  content: 'Please Enter name';
}
.edit-filter-content .data .same-name-error {
  margin-bottom: 6px;
  color: red;
}
.edit-filter-content .footer {
  text-align: center;
}
.edit-filter-content .footer .button {
  line-height: 18px;
  padding: 12px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 188px;
}
.edit-filter-content .footer .cancel {
  border: 2px solid #698094;
  color: #698094;
  margin-right: 18px;
}
.edit-filter-content .footer .cancel:hover {
  background: #698094;
  color: #ffffff;
}
.edit-filter-content .footer .save_filter {
  background: #3d7fba;
  border: 2px solid #3d7fba;
  color: #ffffff;
}
.edit-filter-content .footer .save_filter:hover {
  background: #ffffff;
  color: #3d7fba;
}
.query-error-overlay,
.queryops-overlay,
.info-filter-overlay,
.query-analysis-overlay {
  background: #000000;
  opacity: 0.6;
}
.info-filter-content {
  background: #ffffff;
  position: absolute;
  display: inline-block;
  z-index: 9999;
  max-width: 700px;
  border-radius: 4px;
  font-family: Helvetica Neue, Arial, sans-serif;
  padding: 18px;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4);
}
.info-filter-content .header {
  color: #3d7fba;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}
.info-filter-content .header b {
  font-weight: 700;
}
.info-filter-content .container {
  padding-bottom: 15px;
  padding-left: 2px;
  margin-bottom: 15px;
  width: 100%;
}
.info-filter-content .container .msg {
  font-weight: bold;
  color: #595959;
  font-size: 14px;
  width: 28%;
}
.info-filter-content .container .value {
  margin-left: 12px;
  width: 66%;
  position: relative;
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
}
.info-filter-content .close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 12px;
  color: #bbc6d5;
  cursor: pointer;
}
.info-filter-content .data {
  font-size: 12px;
  font-weight: 300;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 480px;
  color: #698094;
  padding: 12px 0;
  width: 100%;
}
.info-filter-content .data .row {
  border-bottom: 0px;
  overflow: visible;
}
.info-filter-content .data .row input {
  width: 468px;
  border: 1px solid #d4e0ea;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  height: 32px;
  padding: 0px 9px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.info-filter-content .footer {
  text-align: center;
}
.info-filter-content .footer .button {
  line-height: 18px;
  padding: 12px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 188px;
}
.info-filter-content .footer .cancel {
  border: 2px solid #698094;
  color: #698094;
  margin-right: 18px;
}
.info-filter-content .footer .cancel:hover {
  background: #698094;
  color: #ffffff;
}
.info-filter-content .footer .info_filter_close {
  background: #3d7fba;
  border: 2px solid #3d7fba;
  color: #ffffff;
}
.info-filter-content .footer .info_filter_close:hover {
  background: #ffffff;
  color: #3d7fba;
}
.query-error-popup,
.query-analysis-popup {
  background: #ffffff;
  position: absolute;
  display: inline-block;
  z-index: 9999;
  max-width: 700px;
  border-radius: 4px;
  font-family: Helvetica Neue, Arial, sans-serif;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4);
}
.query-error-popup .header,
.query-analysis-popup .header {
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  padding: 24px 0 15px;
}
.query-error-popup .header b,
.query-analysis-popup .header b {
  font-weight: 700;
}
.query-error-popup .header .hdr_txt,
.query-analysis-popup .header .hdr_txt {
  font-size: 18px;
  color: #1e374d;
}
.query-error-popup .header .hdr_txt_info,
.query-analysis-popup .header .hdr_txt_info {
  font-size: 14px;
  color: #6f869d;
}
.query-error-popup .queryops-header,
.query-analysis-popup .queryops-header {
  background-color: #f5faff !important;
}
.query-error-popup .queryops-content,
.query-analysis-popup .queryops-content {
  background-color: #ffffff !important;
  text-align: left;
}
.query-error-popup .queryops-content .left-header,
.query-analysis-popup .queryops-content .left-header {
  width: 200px;
}
.query-error-popup .close,
.query-analysis-popup .close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 12px;
  color: #bbc6d5;
  cursor: pointer;
}
.query-error-popup .data,
.query-analysis-popup .data {
  background-color: #F4F8FE;
  font-size: 16px;
  font-weight: 300;
  max-height: 400px;
  color: #698094;
  padding: 24px 70px;
  border-top: 1px solid  #d4e0ea;
  border-bottom: 1px solid  #d4e0ea;
  box-sizing: border-box;
  overflow: auto;
}
.query-error-popup .data .row,
.query-analysis-popup .data .row {
  border-bottom: 0px;
  overflow: visible;
}
.query-error-popup .footer,
.query-analysis-popup .footer {
  text-align: center;
}
.query-error-popup .footer .warning-outer,
.query-analysis-popup .footer .warning-outer {
  text-align: start;
  padding: 8px 0;
  padding-left: 70px;
  border-bottom: 1px solid  #d4e0ea;
  color: #6f869d;
}
.query-error-popup .footer .warning-outer .err-warning,
.query-analysis-popup .footer .warning-outer .err-warning {
  height: 16px;
  width: 16px;
  margin-left: 12px;
  fill: orange;
  position: relative;
  top: 2px;
}
.query-error-popup .footer .warning-outer .err-error,
.query-analysis-popup .footer .warning-outer .err-error {
  height: 16px;
  width: 16px;
  fill: red;
  position: relative;
  top: 2px;
}
.query-error-popup .footer .button,
.query-analysis-popup .footer .button {
  line-height: 18px;
  padding: 12px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 188px;
}
.query-error-popup .footer .cancel,
.query-analysis-popup .footer .cancel {
  border: 2px solid #698094;
  color: #698094;
  margin-right: 18px;
}
.query-error-popup .footer .cancel:hover,
.query-analysis-popup .footer .cancel:hover {
  background: #698094;
  color: #ffffff;
}
.query-error-popup .footer .query-error-close,
.query-analysis-popup .footer .query-error-close {
  margin: 24px 0px;
  background: #3d7fba;
  border: 2px solid #3d7fba;
  color: #ffffff;
}
.query-error-popup .footer .query-error-close:hover,
.query-analysis-popup .footer .query-error-close:hover {
  background: #ffffff;
  color: #3d7fba;
}
.queryops-popup {
  background: #ffffff;
  position: absolute;
  display: inline-block;
  z-index: 9999;
  width: 800px;
  border-radius: 4px;
  font-family: Helvetica Neue, Arial, sans-serif;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4);
}
.queryops-popup .header {
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  padding: 12px 0;
}
.queryops-popup .header b {
  font-weight: 700;
}
.queryops-popup .header .hdr_txt {
  font-size: 16px;
  font-weight: 500;
  color: #527495;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.queryops-popup .header .hdr_txt_info {
  font-size: 14px;
  color: #6f869d;
}
.queryops-popup .queryops-header {
  background-color: #f5faff !important;
}
.queryops-popup .queryops-content {
  text-align: left;
}
.queryops-popup .queryops-content table {
  border-collapse: collapse;
}
.queryops-popup .queryops-content table .eg-table {
  width: 80%;
}
.queryops-popup .queryops-content .example-show-row {
  display: none;
}
.queryops-popup .queryops-content .no-bottom-border {
  border-bottom: transparent;
}
.queryops-popup .queryops-content .bd {
  font-weight: 600;
}
.queryops-popup .queryops-content .show-int-examples,
.queryops-popup .queryops-content .hide-int-examples {
  text-decoration: underline;
  color: #3d7fba;
  font-weight: 600;
  cursor: pointer;
}
.queryops-popup .queryops-content .high-eg {
  width: 112px;
  height: 10px;
  line-height: 1.28;
  letter-spacing: 0.1px;
  text-align: left;
  color: #3d7fba;
}
.queryops-popup .queryops-content .queryops-left-header {
  width: 200px;
}
.queryops-popup .queryops-content .queryops-center-header,
.queryops-popup .queryops-content .queryops-right-header {
  width: 300px;
}
.queryops-popup .queryops-content th {
  border-bottom: 2px solid #d4e0ea;
  padding-bottom: 10px;
  font-size: 12px;
  color: #092745;
}
.queryops-popup .queryops-content td {
  padding: 10px 5px 10px 0px;
  border-bottom: 1px solid #d4e0ea;
  font-size: 12px;
}
.queryops-popup .queryops-content .command-row {
  width: 26px;
  height: 20px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 0.5px 2px 0 rgba(11, 46, 79, 0.6);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3d7fba;
  padding: 4px;
}
.queryops-popup .close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 12px;
  color: #bbc6d5;
  cursor: pointer;
}
.queryops-popup .data {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  color: #698094;
  padding: 19px 48px;
  border-top: 1px solid  #d4e0ea;
  border-bottom: 1px solid  #d4e0ea;
}
.queryops-popup .data .row {
  border-bottom: 0px;
  overflow: visible;
}
.query-analysis-popup .header .hdr_txt {
  font-weight: 500;
}
.query-analysis-popup .content.data {
  padding: 24px;
  text-align: center;
}
.query-analysis-popup .footer {
  text-align: center;
  margin: auto auto;
  width: 456px;
}
.query-analysis-popup .footer .query-run {
  margin: 24px 0px;
  background: #fff;
  border: 2px solid #cfcfcf;
  color: black;
}
.query-analysis-popup .footer .query-replace-run {
  margin: 24px 0px;
  background: #3d7fba;
  border: 2px solid #3d7fba;
  color: #ffffff;
}
.query-analysis-popup .footer .promptcheck {
  clear: both;
  padding-bottom: 12px;
}
.query-analysis-popup .footer .promptcheck .prompt-check {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 20px;
  background: url(../images/box_gray.png) no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}
.query-analysis-popup .footer .promptcheck .prompt-check:checked {
  background: url(../images/checkbox_7e91ad.png) no-repeat;
  background-size: 18px 18px;
  background-position: center center;
}
.query-analysis-popup .footer .promptcheck .pr_text {
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
}
.query-analysis-popup .footer .promptcheck .pr-save {
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  margin-left: 12px;
}
.query-analysis-popup .footer .promptcheck .icon-tick {
  margin-left: 12px;
  font-size: 16px;
  float: right;
  color: #3d7fba;
}
.query-analysis-popup .footer .promptcheck .icon-tick::after {
  content: 'Saved';
}
.table-mode-overlay {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #f9f9f9;
  position: absolute;
  opacity: 0.6;
  pointer-events: none;
}
.processing-text {
  font-size: 10px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  background-color: #3d7fba;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  z-index: 10000;
}
.docsearch-load-prompt {
  top: 10px;
  border: 1px solid #E9F1F9;
  border-radius: 4px;
  height: auto !important;
  left: 8% !important;
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  width: 85vw !important;
}
.docsearch-load-prompt .new-status {
  font-size: 12px;
  color: #ffcc66;
  padding-left: 3px;
  font-style: italic;
  top: -7px;
  position: relative;
  font-weight: 600;
}
.docsearch-load-prompt .noSearchesAvailable {
  text-align: center;
  margin: 20px 0 0 350px;
  width: 100%;
  color: red;
}
.docsearch-load-prompt .keywordlibclick {
  border-bottom: 1px solid red;
  cursor: pointer;
}
.docsearch-load-prompt .header {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  width: 100%;
  background: #E8F1F9;
  box-shadow: 0 1px 0 0 #d2e2f2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #527495;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.2px;
  margin-bottom: 1px;
}
.docsearch-load-prompt .header .close#modal-close {
  font-size: 13px;
  position: absolute;
  top: 22px;
  right: 18px;
  cursor: pointer;
  margin-right: 18px;
}
.docsearch-load-prompt .header .close#modal-close .icon {
  width: 12.9px;
  height: 12.9px;
  fill: #a7bdd2;
}
.docsearch-load-prompt .content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow-y: hidden;
  display: flex;
}
.docsearch-load-prompt .content .left-column {
  width: 180px;
  border-right: 1px solid #ccd8e6;
  height: 100%;
  background: #E8F1F9;
  flex: 1;
}
.docsearch-load-prompt .content .left-column .search-savedsearch-form {
  padding: 12px;
  margin-bottom: 10px;
  background: transparent;
}
.docsearch-load-prompt .content .left-column .search-savedsearch-form input {
  text-indent: 12px;
  width: 142px;
  outline: none;
  font-size: 14px;
  line-height: 18px;
  padding: 6px;
  color: #ccc;
  height: 32px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #bbc6d5;
}
.docsearch-load-prompt .content .left-column .search-savedsearch-form input:focus {
  color: #666;
  border: solid 1px #666;
}
.docsearch-load-prompt .content .left-column .sortby {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: solid 1px #ccd8e6;
  font-family: Arial;
}
.docsearch-load-prompt .content .left-column .sortby li {
  border-bottom: solid 1px #ccd8e6;
}
.docsearch-load-prompt .content .left-column .sortby li a {
  font-size: 13px;
  background: none;
  border-left: none;
  cursor: pointer;
  line-height: 30px;
  padding: 6px 12px;
  color: #3d7fba;
  display: block;
}
.docsearch-load-prompt .content .left-column .sortby li.selected {
  background: none;
}
.docsearch-load-prompt .content .left-column .sortby li.selected a {
  border-right: solid 6px #7e91ad;
  color: #666;
}
.docsearch-load-prompt .content .right-column {
  height: 90%;
  overflow-y: auto;
  flex: 5;
  width: auto !important;
}
.docsearch-load-prompt .content .right-column .breadcrumbs-wrapper {
  display: none !important;
  padding: 6px;
  height: 22px;
  font-size: 10px;
  border-bottom: solid 1px #dedede;
  width: 95%;
  margin: 1px;
}
.docsearch-load-prompt .content .right-column .breadcrumbs-wrapper span,
.docsearch-load-prompt .content .right-column .breadcrumbs-wrapper ul {
  float: left;
  padding: 5px;
  margin: 0;
  color: #437fb7;
  cursor: pointer;
}
.docsearch-load-prompt .content .right-column .breadcrumbs-wrapper li {
  padding: 0;
  padding-left: 5px;
  text-transform: uppercase;
}
.docsearch-load-prompt .content .right-column .breadcrumbs-wrapper ul {
  list-style: none;
}
.docsearch-load-prompt .content .right-column .breadcrumbs-wrapper span::after {
  content: ">";
}
.docsearch-load-prompt .content .right-column .max-class {
  max-width: 300px;
}
.docsearch-load-prompt .content .right-column .see-all-div {
  color: #3d7fba;
  position: absolute;
  right: 13px;
  margin-top: 5px;
  cursor: pointer;
}
.docsearch-load-prompt .content .right-column .preheader {
  margin: 15px;
  color: #3d7fba;
}
.docsearch-load-prompt .content .right-column .preheader .ss-span {
  float: right;
}
.docsearch-load-prompt .content .right-column .preheader .theme-span {
  margin-right: 32px;
}
.docsearch-load-prompt .content .right-column .preheader .sector-span {
  margin: 0 0 0 60px;
}
.docsearch-load-prompt .content .right-column .preheader .select2-container {
  top: -2px;
}
.docsearch-load-prompt .content .right-column .preheader .search-kl {
  float: right;
}
.docsearch-load-prompt .content .right-column .preheader .search-kl input {
  margin-left: 10px;
}
.docsearch-load-prompt .content .right-column .load-def-search .title {
  width: 200px !important;
}
.docsearch-load-prompt .content .right-column .load-def-search .query {
  width: 325px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches,
.docsearch-load-prompt .content .right-column .load-def-search {
  table-layout: fixed;
  width: 98%;
  margin: 0 1%;
  position: relative;
  border-collapse: collapse;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .noSavedSearches,
.docsearch-load-prompt .content .right-column .load-def-search .noSavedSearches {
  text-align: center;
  margin: 20px 0 0 350px;
  width: 100%;
  color: red;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .none,
.docsearch-load-prompt .content .right-column .load-def-search .none {
  display: none;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches thead,
.docsearch-load-prompt .content .right-column .load-def-search thead {
  border-bottom: 1px solid #ccd8e6;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches thead i,
.docsearch-load-prompt .content .right-column .load-def-search thead i {
  font-size: 16px;
  color: #666;
  vertical-align: bottom;
  display: inline-block;
  margin-top: 5px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches th,
.docsearch-load-prompt .content .right-column .load-def-search th {
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 18px;
  padding-left: 12px;
  height: 40px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches th .sort-triangle,
.docsearch-load-prompt .content .right-column .load-def-search th .sort-triangle {
  padding-left: 7px;
  cursor: pointer;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .date,
.docsearch-load-prompt .content .right-column .load-def-search .date,
.docsearch-load-prompt .content .right-column .loadSavedSearches .alerts,
.docsearch-load-prompt .content .right-column .load-def-search .alerts,
.docsearch-load-prompt .content .right-column .loadSavedSearches .owner,
.docsearch-load-prompt .content .right-column .load-def-search .owner {
  width: 112px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .tags,
.docsearch-load-prompt .content .right-column .load-def-search .tags,
.docsearch-load-prompt .content .right-column .loadSavedSearches .ticker,
.docsearch-load-prompt .content .right-column .load-def-search .ticker {
  width: 120px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .title,
.docsearch-load-prompt .content .right-column .load-def-search .title {
  width: 228px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .name,
.docsearch-load-prompt .content .right-column .load-def-search .name {
  width: 100px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .delete,
.docsearch-load-prompt .content .right-column .load-def-search .delete,
.docsearch-load-prompt .content .right-column .loadSavedSearches .save,
.docsearch-load-prompt .content .right-column .load-def-search .save {
  width: 10px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .series,
.docsearch-load-prompt .content .right-column .load-def-search .series {
  width: 250px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .detail .select2-container.email_option,
.docsearch-load-prompt .content .right-column .load-def-search .detail .select2-container.email_option {
  width: 100px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches tr,
.docsearch-load-prompt .content .right-column .load-def-search tr {
  border-bottom: 1px solid #ccd8e6;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches tr td,
.docsearch-load-prompt .content .right-column .load-def-search tr td {
  font-size: 13px;
  font-family: Arial;
  font-weight: 200;
  color: #666;
  padding-left: 12px;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .searchname,
.docsearch-load-prompt .content .right-column .load-def-search .searchname {
  color: #3d7fba;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .alerts,
.docsearch-load-prompt .content .right-column .load-def-search .alerts {
  text-align: center;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .alert-update,
.docsearch-load-prompt .content .right-column .load-def-search .alert-update {
  text-align: center;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .alert-update .filter_checkbox,
.docsearch-load-prompt .content .right-column .load-def-search .alert-update .filter_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0;
  float: left;
  width: 20px;
  background: url('../images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  border: 0;
  padding: 0;
  margin: 0 30px 0 40px;
  cursor: pointer;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .alert-update .filter_checkbox[type=checkbox][disabled],
.docsearch-load-prompt .content .right-column .load-def-search .alert-update .filter_checkbox[type=checkbox][disabled] {
  opacity: 0.5;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .alert-update .filter_checkbox[type=checkbox]:checked,
.docsearch-load-prompt .content .right-column .load-def-search .alert-update .filter_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox_7e91ad.png') no-repeat;
  background-size: 18px 18px;
  background-position: center center;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .delete-row,
.docsearch-load-prompt .content .right-column .load-def-search .delete-row {
  text-align: center;
  font-size: 12px;
  color: #7e91ad;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .delete-row:hover,
.docsearch-load-prompt .content .right-column .load-def-search .delete-row:hover {
  color: red;
}
.docsearch-load-prompt .content .right-column .loadSavedSearches .save-btn,
.docsearch-load-prompt .content .right-column .load-def-search .save-btn {
  font-size: 12px;
  vertical-align: top;
}
.docsearch-load-prompt .content .row {
  padding: 18px 0;
  text-align: center;
}
.docsearch-load-prompt .content .row .center {
  display: inline-block;
}
.docsearch-load-prompt .content .row .center .save_changes,
.docsearch-load-prompt .content .row .center .add_save_changes {
  background-color: #3d7fba;
  color: #fff;
  border: 1px solid;
  border-radius: 4px;
  line-height: 18px;
  font-size: 16px;
  font-family: Arial;
  margin: 0;
  outline: none;
  box-shadow: none;
  padding: 12px 24px;
  cursor: pointer;
}
.docsearch-load-prompt .content .row .center .close {
  background-color: #fff;
  color: #3d7fba;
  border-radius: 4px;
  line-height: 18px;
  font-size: 16px;
  font-family: Arial;
  margin: 0;
  outline: none;
  box-shadow: none;
  padding: 12px 24px;
  cursor: pointer;
  border: 1px solid #fff;
  margin-left: 12px;
}
.docsearch-load-prompt .content .row .center .close:hover {
  border: 1px solid #3d7fba;
}
* {
  outline: none;
}
.opacityundo {
  background: #3d7fba;
  color: #ffffff !important;
}
.opacityundo .icon {
  fill: #ffffff !important;
}
.docViewContainer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.docViewContainer input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.docViewContainer .btn:hover {
  color: #ffffff;
  background-color: #3d7fba;
}
.docViewContainer .btn,
.docViewContainer button {
  background-color: transparent;
  border: 2px solid #3d7fba;
  padding: 6px 12px;
  border-radius: 3px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
}
.docViewContainer button,
.docViewContainer a {
  text-decoration: none;
  color: #3d7fba;
  cursor: pointer;
}
.doc-holder {
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid #d4e0ea;
}
.doc-holder .column-header {
  height: 28px;
  border-bottom: 1px solid #d4e0ea;
  background-color: #ffffff;
  font-size: 11px;
  color: #3d7fba;
  text-transform: uppercase;
}
.doc-holder .column-header .menu {
  display: none;
  border-radius: 2px;
  background-color: #ffffff;
  z-index: 200;
  overflow: hidden;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  width: 188px;
  position: absolute;
  top: 24px;
}
.doc-holder .column-header .menu div {
  border-top: 1px solid #d4e0ea;
  text-transform: none;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 22px;
}
.doc-holder .column-header .menu div:hover {
  background-color: #f9fcff;
  font-weight: 500;
  color: #1e374d !important;
  cursor: pointer;
}
.doc-holder .column-header .menu div:hover .icon {
  font-weight: 100;
  fill: #1e374d !important;
}
.doc-holder .column-header .menu div:nth-child(1) {
  border-top: none;
}
.doc-holder.add-overlay-border:after {
  width: 97%;
  height: 98%;
  content: ' ';
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: inset;
  border: 5px solid #3d7fba;
}
.doc-holder.add-overlay-border-docholder:after {
  width: 98.5%;
}
#container .doc-holder {
  float: left;
  position: relative;
}
#container .doc-holder .share-header {
  line-height: 18px;
  font-size: 12px;
  color: #666666;
  border-bottom: 2px solid #ccd8e6;
  height: 30px;
  font-family: Helvetica Neue, sans-serif;
}
#container .doc-holder .share-header .view-share {
  color: #7e91ad;
  float: left;
  width: auto;
  line-height: 18px;
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#container .doc-holder .share-header .view-share .clear-header {
  border: 1px solid;
  border-radius: 4px;
  line-height: 18px;
  margin: 6px;
  padding: 0px 2px;
  display: inline-block;
}
#container .doc-holder .share-header .view-share .clear-header .clear-name {
  margin-left: 6px;
  cursor: pointer;
}
#container .doc-holder .share-header .view-share .share-text {
  display: inline-block;
  line-height: 18px;
  padding: 6px;
}
#container .doc-holder .share-header .add_share_user {
  float: left;
  line-height: 18px;
  margin: 6px;
  padding: 0px 2px;
  cursor: pointer;
}
#container .doc-holder .share-header .add_share_user span {
  float: left;
  line-height: 18px;
  padding: 0px 6px;
  font: normal normal normal 14px/1 FontAwesome !important;
}
#container .doc-holder .share-header .add-disable-share {
  opacity: 0.5;
  pointer-events: none;
}
#container .doc-holder .share-header .add-active-share {
  opacity: 1;
  pointer-events: auto;
}
#container .doc-holder .share-header .show-share {
  float: right;
  cursor: pointer;
}
#container .doc-holder .share-header .show-share .caret {
  float: right;
  line-height: 18px;
  padding: 6px 12px 6px 0;
  font-size: 18px;
  color: #7e91ad;
}
#container .doc-holder .share-header .show-share .shareShow {
  float: right;
  padding: 6px;
  color: #7e91ad;
}
#container .doc-holder .share-header .popout-share {
  float: right;
  margin-top: 6px;
  margin-right: 12px;
  color: #666666;
  position: absolute;
  z-index: 1;
  right: -13px;
  top: 55px;
  display: none;
  background: white;
}
#container .doc-holder .share-header .popout-share .popup-box {
  border: 2px solid #ccd8e6;
  border-radius: 4px;
  width: 160px;
}
#container .doc-holder .share-header .popout-share .popup-box .show-all {
  padding: 12px 18px;
  border-bottom: 1px solid #ccd8e6;
  cursor: pointer;
}
#container .doc-holder .share-header .popout-share .popup-box .active_share {
  color: #333333;
  background: #CCD8e6;
}
#container .doc-holder .share-header .popout-share .popup-box .show-all:hover {
  color: #333333;
  background: #CCD8e6;
}
#container .doc-holder .share-header .popout-share .popup-box .show-my {
  padding: 12px 18px;
  border-bottom: 1px solid #ccd8e6;
  cursor: pointer;
}
#container .doc-holder .share-header .popout-share .popup-box .show-my:hover {
  color: #333333;
  background: #CCD8e6;
}
#container .doc-holder .share-header .popout-share .popup-box .show-markup {
  padding: 12px 18px;
  border-bottom: 1px solid #ccd8e6;
  cursor: pointer;
}
#container .doc-holder .share-header .popout-share .popup-box .show-markup:hover {
  color: #333333;
  background: #CCD8e6;
}
#container .doc-holder .share-header .popout-share .popup-box .show-none {
  padding: 12px 18px;
  cursor: pointer;
}
#container .doc-holder .share-header .popout-share .popup-box .show-none:hover {
  color: #333333;
  background: #CCD8e6;
}
#container .doc-holder .doc {
  max-width: 100%;
  padding: 0;
  font-family: "Times New Roman", Georgia, Serif;
  position: relative;
  height: 100%;
  font-weight: 400;
  line-height: 1.3em;
}
#container .doc-holder .doc * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#container .doc-holder .doc .doc-click-message {
  box-sizing: border-box;
  border: 1px dashed #A4B2C6;
  border-radius: 3px;
  float: left;
  margin-left: 25%;
  width: 480px;
  margin-top: 25%;
  text-align: center;
  height: 80px;
  font-size: 16px;
  color: #718698;
  line-height: 80px;
}
#container .doc-holder .doc .doc-click-message-no-documents {
  box-sizing: border-box;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #718698;
}
#container .doc-holder .doc .note-show {
  z-index: 100;
  position: absolute;
  /*left: 630px;*/
  /*top: -100px;*/
  /*cursor: pointer;*/
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 40%;
  border: 1px solid #c5c5a5;
  background: #fbf57b;
}
#container .doc-holder .doc #highlight-detail {
  margin: 25px;
  overflow-y: auto;
  overflow-x: auto;
  margin-right: 0px;
}
#container .doc-holder .doc #highlight-detail table {
  width: 100%;
}
#container .doc-holder .doc #highlight-detail .doc-detail {
  color: #437FB7;
  font-size: 10px;
  height: 15px;
}
#container .doc-holder .doc #highlight-detail .doc-detail .doctitle {
  margin-right: 15px;
  margin-top: 8px;
  cursor: pointer;
}
#container .doc-holder .doc #highlight-detail .doc-detail .doc-date {
  margin-right: 21px;
}
#container .doc-holder .doc #highlight-detail .doc-detail .doc-ticker {
  margin-top: -2px;
}
#container .doc-holder .doc #highlight-detail .highlight-text {
  margin-top: 15px;
  font-size: 12px;
}
#container .doc-holder .doc #note-inputs-show {
  display: none;
  overflow: hidden;
}
#container .doc-holder .doc #note-inputs-show .doc-icon-show {
  margin-top: 18px;
  margin-left: 15px;
  font-size: 11px;
}
#container .doc-holder .doc #note-inputs-show .note-title-add {
  height: 37px;
  border-bottom: 1px solid gold;
}
#container .doc-holder .doc #note-inputs-show .highlight-note-inputs {
  float: left;
  border: 0px;
  resize: none;
  background: #fbf57b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 95%;
  /*max-width: 95%;*/
  outline-color: transparent;
  outline-style: none;
  height: 80px;
  max-height: 80px;
  /*margin-left: 18px;*/
  margin-bottom: 6px;
}
#container .doc-holder .doc #note-inputs-show #note-actions {
  border: 1px solid #c5c5a5;
  height: 23px;
  background-color: #f5f5f5;
  border-top: 1px solid #c5c5a5;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 2px 2px 3px 3px;
}
#container .doc-holder .doc #note-inputs-show #note-actions .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);*/
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#container .doc-holder .doc #delete-note {
  color: #999;
  line-height: 20px;
  font-size: 11px;
  padding-left: 3px;
}
#container .doc-holder .doc #edit-note {
  font-size: 15px;
  padding: 5px;
  cursor: pointer;
  float: right;
}
#container .doc-holder .doc .outer_rightmenu {
  z-index: 100;
  position: absolute;
  /*left: 630px;*/
  /*top: -100px;*/
  cursor: pointer;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #555;
  /*width: 40%;*/
  border: 1px solid #c5c5a5;
  background: #fbf57b;
}
#container .doc-holder .doc .outer_rightmenu #rightMenu {
  background: #eee;
}
#container .doc-holder .doc .outer_rightmenu #rightMenu span {
  background: #eee;
  color: #555;
  padding: 3px;
  font-size: 17px;
}
#container .doc-holder .doc .outer_rightmenu .default {
  background: #eee;
  color: #555;
}
#container .doc-holder .doc .outer_rightmenu .nodefault {
  background: #aaa;
  color: #000;
}
#container .doc-holder .doc .outer_rightmenu #note-inputs {
  display: none;
  overflow: hidden;
  background: #FBF68D;
}
#container .doc-holder .doc .outer_rightmenu #note-inputs .doc-icon {
  margin-top: 18px;
  margin-left: 15px;
  font-size: 11px;
}
#container .doc-holder .doc .outer_rightmenu #note-inputs .note-title-add {
  height: 37px;
  border-bottom: 1px solid gold;
}
#container .doc-holder .doc .outer_rightmenu #note-inputs .note-title-add #doc-note-title {
  border: 0px;
  height: 17px;
  max-height: 17px;
  background: #fbf57b;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 92%;
  max-width: 92%;
  margin-top: 10px;
  margin-left: 5px;
  outline-color: transparent;
  outline-style: none;
  resize: none;
}
#container .doc-holder .doc .outer_rightmenu #note-inputs #highlight-note-input {
  border: 0px;
  resize: none;
  background: #fbf57b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 95%;
  max-width: 95%;
  outline-color: transparent;
  outline-style: none;
  height: 80px;
  max-height: 80px;
  margin-left: 11px;
  margin-bottom: 6px;
}
#container .doc-holder .doc .outer_rightmenu #note-inputs form {
  /*margin: 4px;*/
}
#container .doc-holder .doc .outer_rightmenu #note-inputs .control-group {
  /*margin-bottom:4px;*/
}
#container .doc-holder .doc .outer_rightmenu .control-group {
  /*margin-bottom:9px;*/
}
#container .doc-holder .doc .outer_rightmenu #note-inputs textarea {
  height: 100px;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px;
  width: 99.2%;
  padding-right: 0px;
}
#container .doc-holder .doc .outer_rightmenu input,
#container .doc-holder .doc .outer_rightmenu textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#container .doc-holder .doc .outer_rightmenu #note-inputs #note-actions {
  background-color: #f5f5f5;
  border-top: 1px solid #c5c5a5;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 2px 2px 3px 3px;
}
#container .doc-holder .doc .outer_rightmenu #note-inputs a#delete-note {
  color: #999;
  line-height: 20px;
  font-size: 11px;
  padding-left: 3px;
}
#container .doc-holder .doc .outer_rightmenu [class^="icon-"],
#container .doc-holder .doc .outer_rightmenu [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
#container .doc-holder .doc .outer_rightmenu .icon-remove {
  background-position: -312px 0;
}
#container .doc-holder .doc .outer_rightmenu #note-inputs #save-note {
  font-size: 11px;
  padding: 1px 7px;
}
#container .doc-holder .doc .outer_rightmenu .pull-right {
  float: right;
}
#container .doc-holder .doc .outer_rightmenu .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFE6E6E6, GradientType=0);*/
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#container .doc-holder .doc .contextMenu {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}
#container .doc-holder .doc .contextMenu span {
  /*width: 50%;*/
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFFEFCA7, endColorstr=#FFFBF57B);*/
  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefca7), color-stop(100%, #fbf57b));*/
  /*background: -webkit-linear-gradient(top, #fefca7, #fbf57b);*/
  /*background: -moz-linear-gradient(top, #fefca7, #fbf57b);*/
  /*background: -ms-linear-gradient(top, #fefca7, #fbf57b);*/
  /*background: linear-gradient(top, #fefca7,#fbf57b);*/
  display: block;
  float: left;
  line-height: 34px;
  font-size: 13px;
  /*color: #555;*/
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  /*border-top: 1px solid @fmc-white;*/
  text-decoration: none;
}
#container .doc-holder .doc .contextMenu span#add-note {
  -webkit-box-shadow: -1px 0 0 #aaa;
  -moz-box-shadow: -1px 0 0 #aaa;
  box-shadow: -2px 0 0 #aaa;
}
#container .doc-holder .doc .contextMenu span#create-table-highlight {
  -webkit-box-shadow: -1px 0 0 #aaa;
  -moz-box-shadow: -1px 0 0 #aaa;
  box-shadow: -2px 0 0 #aaa;
}
#container .doc-holder .doc .contextMenu span#create-paragraph-highlight {
  -webkit-box-shadow: -1px 0 0 #aaa;
  -moz-box-shadow: -1px 0 0 #aaa;
  box-shadow: -2px 0 0 #aaa;
}
#container .doc-holder .doc .contextMenu span#create-paragraph-highlight .icon {
  height: 14px;
  width: 14px;
  fill: #bbc6d5;
}
#container .doc-holder .doc .contextMenu span#create-paragraph-highlight:hover .icon {
  fill: #698094;
}
#container .doc-holder .doc iframe::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 0;
}
#container .doc-holder .doc iframe::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#container .doc-holder .doc iframe::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.55);
  -webkit-border-radius: 4px;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  border: 2px solid #ffffff;
}
#container .doc-holder .doc iframe::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
#container .doc-holder .jhighlight {
  background: yellow;
}
#container .doc-holder .column-header .sharelink_wrapper,
#container .doc-holder .column-header .docid_wrapper {
  z-index: 2;
  position: absolute;
  min-width: 150px;
  top: 324px;
  padding: 5px;
  background-color: #fff;
  overflow: auto;
  border-radius: 3px;
  font-family: HelveticaNeue, Arial, sans-serif;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
#container .doc-holder .column-header .sharelink_wrapper textarea,
#container .doc-holder .column-header .docid_wrapper textarea {
  font-size: 16px;
  color: #0000ed;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  border: hidden;
  resize: none;
  height: 20px;
  background-color: bisque;
  -webkit-user-select: text;
  /* Chrome all / Safari all */
  -moz-user-select: all;
  /* Firefox all */
  -ms-user-select: all;
  /* IE 10+ */
  user-select: all;
}
#container .doc-holder .column-header .sharelink_wrapper .sharelink_message,
#container .doc-holder .column-header .docid_wrapper .sharelink_message,
#container .doc-holder .column-header .sharelink_wrapper .docid_message,
#container .doc-holder .column-header .docid_wrapper .docid_message {
  opacity: .7;
  color: #469614;
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
}
#container .doc-holder .column-header .ticker-small {
  float: left;
  margin: 4px 3px 4px 8px;
  padding: 3px 5px;
  font-size: 10px;
}
#container .doc-holder .column-header .tickers.ticker-small {
  color: #ffffff;
  background-color: #3d7fba;
  display: inline-block;
  border-radius: 4px;
  margin-right: 4px;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid;
  cursor: pointer;
  line-height: 12px;
}
#container .doc-holder .column-header .date {
  float: left;
  text-transform: none;
  color: #698094;
  font-size: 12px;
  line-height: 28px;
}
#container .doc-holder .column-header .refreshRedlining {
  border-left: 1px solid #d4e0ea;
  text-align: center;
  color: #fff0ff;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  font-size: 12px;
  height: 27px;
  line-height: 28px;
  min-width: 26px;
  display: none;
  cursor: pointer;
  border-right: 1px solid #d4e0ea;
  background-color: #3d7fba;
}
#container .doc-holder .column-header .doc_title {
  max-width: 420px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  font-size: 12px;
  color: #3d7fba;
  font-weight: 600;
  line-height: 28px;
}
#container .doc-holder .column-header .doc-controls {
  height: 28px;
  float: right;
}
#container .doc-holder .column-header .doc-controls .button {
  padding: 0px;
  cursor: pointer;
}
#container .doc-holder .column-header .doc-controls .button .icon {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
  margin-top: 4px;
  display: inline-block;
}
#container .doc-holder .column-header .doc-controls .disable-share {
  opacity: 0.5;
  pointer-events: none;
}
#container .doc-holder .column-header .doc-controls #doc-menu {
  display: block;
  text-align: left;
  color: #3d7fba;
  text-transform: none;
  padding: 4px 3px 4px 3px;
  font-size: 12px;
  line-height: 22px;
  position: relative;
}
#container .doc-holder .column-header .doc-controls #doc-menu:after {
  content: 'MENU';
}
#container .doc-holder .column-header .doc-controls #view-redlining .red_lining {
  display: block;
}
#container .doc-holder .column-header .doc-controls #view-redlining .beta {
  font-size: 10px;
  color: orange;
  position: absolute;
  right: 12px;
  top: 3px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .mode_text {
  border: 1px solid #bbc6d5;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px;
  margin-left: -10px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes {
  position: absolute;
  /*margin-top: 210px;*/
  z-index: 100;
  height: auto;
  background: #ffffff;
  width: 245px;
  padding: 0 0 8px 0;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  border-radius: 2px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes div {
  border-top: 1px solid #d4e0ea;
  text-transform: none;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .doc_id_ip {
  height: 25px;
  border: 1px solid #3d7fba;
  border-radius: 2px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .err-doc-id {
  display: none;
  color: red;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .modes.deact_red {
  pointer-events: none;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .modes.deact_red h5 {
  color: lightgray;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .modes.de_gray h5 {
  color: lightgray;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .de_gray {
  display: none;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes:after {
  content: '';
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes div:after {
  content: '';
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .radio-button {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 3px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  top: 2px;
  left: 2px;
  background-color: transparent;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes input[type=radio] {
  visibility: hidden;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .head {
  color: #000;
  padding: 0px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .head .text {
  padding-left: 12;
  color: #434f59;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .sub {
  border-top: 1px solid #d4e0ea;
  font-size: 11px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .sub .modes {
  height: auto;
  font-size: 12px;
  border: none;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .sub .modes .radio-button {
  margin: 0 0 0 12px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .modes {
  border: 0px;
  padding: 4px 8px 0 34px;
  height: 65px;
  border-bottom: 1px solid #bbc6d5;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .modes .radio-button {
  margin: 7px 0 0 12px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .modes h5 {
  font-size: 11px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .modes .desc {
  color: #434f59;
  line-height: 16px;
}
#container .doc-holder .column-header .doc-controls #view-redlining .r_modes .modes:last-child {
  border-bottom: none;
}
#container .doc-holder .column-header .doc-controls #view-redlining button {
  float: right;
  margin: 6px 6px 0 0;
  padding-left: 24px;
  padding-right: 24px;
}
#container .doc-holder .column-header .doc-controls #view-redlining:hover {
  /*.r_modes {
            //display: block;
            position: absolute;
            top: -210px;
            right: 181px;
            height: auto;
            background: @fmc-white;
            width: 245px;
            padding: 0 0 8px 0;
            box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
            border-radius: 2px;
            .modes.deact_red {
              pointer-events :none;
              h5 {
                color: lightgray;
              }
            }
            .modes.de_gray {
              h5 {
                color: lightgray;
              }
            }
            .de_gray {
              display: none;
            }
            &:after {
              content: '';
            }
            div:after {
              content: '';
            }
            .radio-button{
                    height: 14px;
                    width: 14px;
                    position: absolute;
//                            background-color: #e8eef7;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    overflow: hidden;
                    .snipp-len{

                    }
                    label{
                      cursor: pointer;
                      position: absolute;
                      width: 13px;
                      height: 13px;
                      top: 0;
                      left: 0;
                      right: 0;
                      bottom: 0;
                      z-index: 700;
                      background-color: @fmc-white;
                      border: 1px solid #ccd8e6;
                      border-radius: 3px;
                      &:hover::after{
                        opacity: 0.3;
                        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                      }
                      &:after{
                        opacity: 0;
                        content: '';
                        position: absolute;
                        width: 6px;
                        height: 3px;
                        top: 2px;
                        left: 2px;
                        background-color: transparent;
                        border: 2px solid @fmc-primary;
                        border-top:none;
                        border-right: none;
                        -webkit-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                      }
                    }
                  }
            input[type=radio]{
              visibility: hidden;
            }
            input[type=radio]:checked+label:after {
              opacity: 1;
              -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            }
            .head {
              color: #000;
              padding: 4px 0px;
              .text {
                padding-left: 12;
                color: #434f59;
              }
            }
            .sub {
                border-top: 1px solid #d4e0ea;
                font-size: 11px;

                .modes {
                  height: auto;
                  font-size: 12px;
                  border: none;
                }
            }
            .modes {
              border:0px;
              padding: 4px 8px 0 34px;
              height: 65px;
              border-bottom: 1px solid @fmc-light-grey;
              .radio-button {
                margin: 7px 0 0 12px;
              }
              h5 {
                font-size: 11px;
              }
              .desc {
                color: #434f59;
                line-height: 16px;
              }

              &:last-child {
                border-bottom: none;
              }
            }
          }*/
}
#container .doc-holder .column-header .doc-controls.disabled {
  pointer-events: none;
}
#container .doc-holder .column-header .primarybtn .menu_text {
  position: relative;
  top: -6px;
}
#container .doc-holder .column-header .img-show.button {
  padding: 0px;
  min-width: 20px;
  max-width: 20px;
}
#container .doc-holder .column-header .img-show.button .icon {
  margin-top: 4px;
  display: inline-block;
  height: 18px;
  width: 18px;
  fill: #3d7fba;
  margin-left: 0;
}
#container .doc-holder .column-header .button {
  border-left: 1px solid #d4e0ea;
  float: right;
  padding: 6px;
  text-align: center;
  color: #3d7fba;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  font-size: 12px;
  height: 27px;
  line-height: 28px;
  min-width: 26px;
  display: inline-block;
  cursor: pointer;
}
#container .doc-holder .column-header .button:last-child {
  border-left: none;
}
#container .doc-holder .column-header .button:hover {
  background-color: #f9fcff;
}
#container .doc-holder .column-header .button .doc_icons.icon {
  margin-top: -1px;
  display: inline-block;
  height: 18px;
  width: 18px;
  fill: #3d7fba;
}
#container .doc-holder .column-header .search-pdf {
  display: block;
  float: right;
  padding: 0;
  text-align: center;
  color: #3d7fba;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  font-size: 12px;
  height: auto;
  line-height: 16px;
  margin: 4px 4px 4px 0;
  border-radius: 2px;
  text-transform: capitalize;
}
#container .doc-holder .column-header .search-pdf .spbtn {
  float: left;
  background: #ffffff;
  color: #3d7fba;
  padding: 0 4px;
  font-size: 8px;
  width: 42px;
  border: 1px solid #3d7fba;
}
#container .doc-holder .column-header .search-pdf .spbtn:hover {
  background: #e8eef7;
}
#container .doc-holder .column-header .search-pdf .spbtn#view-as-search {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
#container .doc-holder .column-header .search-pdf .spbtn#view-as-pdf,
#container .doc-holder .column-header .search-pdf .spbtn#view-as-intel {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
#container .doc-holder .column-header .search-pdf .spbtn.active {
  background: #3d7fba;
  color: #ffffff;
}
#container .doc-holder .column-header .search-pdf .spbtn.active:hover {
  border-color: #3d7fba;
}
#container .doc-holder .column-header .menu {
  width: 180px;
  z-index: 1;
  overflow: visible;
}
#container .doc-holder .column-header .menu div.docbtn {
  padding-left: 28px;
  text-align: left;
  color: #3d7fba;
  position: relative;
  /*&:nth-child(1) {
          &:after {
            content: 'View Statements';
          }
        }
        &:nth-child(2) {
          &:after {
            content: 'Show Shared Highlights';
          }
        }

        &:nth-child(3) {
          &:after {
            content: 'Go To Top of Page';
          }
        }
        &:nth-child(4) {
          &:after {
            content: 'Go To Bottom of Page';
          }
        }
        &:nth-child(5) {
          &:after {
            content: 'Open in New Tab';
          }
        }
        &:nth-child(6) {
          &:after {
            content: 'Open SEC Source';
          }
        }
        &:nth-child(7) {
          &:after {
            content: 'Enable Table Mode';
          }
        }
        &:nth-child(7).opacityundo {
          &:after {
            content: 'Table Mode Enabled';
          }
        }
        &:nth-child(8) {
          &:after {
            content: 'Export to PDF';
          }
        }*/
  /*&:nth-child(11) {
          &:after {
            content: 'Print';
          }
        }*/
  /*&:nth-child(13) {
          &:after {
            content: 'Make Public';
          }
        }
        &:nth-child(14) {
          &:after {
            content: 'Export to Json';
          }
        }*/
}
#container .doc-holder .column-header .menu div.docbtn .icon {
  position: absolute;
  left: 7px;
  height: 16px;
  width: 16px;
  fill: #3d7fba;
  top: 7px;
  padding: 0px;
  margin: 0px;
}
#container .doc-holder .column-header .menu div.docbtn:nth-child(9) {
  /*&:after {
            content: 'Export all tables to Excel';
          }*/
}
#container .doc-holder .column-header .menu div.docbtn:nth-child(9) span {
  font-size: 10px;
  color: orange;
  top: -5px;
  position: absolute;
  right: 5px;
}
#container .doc-holder .column-header .menu div.docbtn:nth-child(12) {
  /*&:after {
            content: 'Bookmark';
          }*/
}
#container .doc-holder .column-header .menu div.docbtn:nth-child(12).active {
  background-color: #3d7fba;
  color: #fff;
  /*&:after {
              content: 'Bookmarked';
              color: #ffffff;
            }*/
}
#container .doc-holder .column-header .menu div.docbtn:nth-child(12).active .icon {
  fill: #ffffff;
}
#container .doc-holder .column-header .menu .show-doc-id .docid-container {
  margin-left: -28px;
}
#container .doc-holder .column-header .menu #readability:after {
  content: 'View: Regular';
}
#container .doc-holder .column-header .menu #readability .readability-options {
  display: none;
  padding-left: 14px;
  text-align: left;
  color: #3d7fba;
  position: fixed;
  right: 184px;
  height: auto;
  background: #ffffff;
  width: 130px;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  border-radius: 2px;
  padding: 0px;
  text-indent: 14px;
  border-top: 0px;
  z-index: 100;
}
#container .doc-holder .column-header .menu #readability .readability-options:hover {
  color: #3d7fba !important;
}
#container .doc-holder .column-header .menu #readability .readability-options .view {
  padding: 4px 0px;
}
#container .doc-holder .column-header .menu #readability .readability-options .view:hover {
  color: #1e374d;
}
#container .doc-holder .column-header .menu #readability .readability-options #reg-view:before {
  content: '';
  display: block;
  position: absolute;
  right: -4px;
  top: 12px;
  width: 0;
  height: 0;
  border-width: 4px 0px 4px 4px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  z-index: 2;
}
#container .doc-holder .column-header .menu #readability.fit:after {
  content: 'View: Fit to page';
}
#newdocsearch-html .inner-wrapper .doc-holder .column-header .doc-controls #view-redlining .r_modes .doc_id_ip {
  height: 25px;
  border: 1px solid #3d7fba;
  border-radius: 2px;
  padding: 2px 8px;
  line-height: 25px;
}
#newdocsearch-html .inner-wrapper .doc-holder .column-header .doc-controls #expand-collapse-doc.disable-exp-col {
  pointer-events: none !important;
  opacity: 0.4;
}
#newdocsearch-html .inner-wrapper .doc-holder .column-header .doc-controls #expand-collapse-doc {
  pointer-events: auto;
  opacity: 1;
}
.arjun .gaurav-bhavuk {
  margin: 0;
}
#tweetsearch-html-new {
  min-width: 895px;
}
#tweetsearch-html-new .flex-grid {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#tweetsearch-html-new * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tweetsearch-html-new .fa {
  font-family: FontAwesome !important;
}
#tweetsearch-html-new #sentieo_logo,
#tweetsearch-html-new #saved-search-load-button,
#tweetsearch-html-new .docsearch_updates .search-row,
#tweetsearch-html-new .docsearch_updates .doc-row,
#tweetsearch-html-new .docsearch_updates .latest-row,
#tweetsearch-html-new .main-search-box .search-box-holder .query-input,
#tweetsearch-html-new .left-main-col .column-sub-header,
#tweetsearch-html-new .sq-icon {
  box-sizing: content-box;
}
#tweetsearch-html-new button,
#tweetsearch-html-new .btn {
  background-color: transparent;
  border: 2px solid #3d7fba;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
}
#tweetsearch-html-new button:hover,
#tweetsearch-html-new .btn:hover {
  color: #ffffff;
  background-color: #3d7fba;
}
#tweetsearch-html-new a,
#tweetsearch-html-new button {
  text-decoration: none;
  color: #3d7fba;
  cursor: pointer;
}
#tweetsearch-html-new .page-inner {
  padding-top: 10px;
  padding-right: 0px;
}
#tweetsearch-html-new .doc.container p:first-child {
  font-weight: bolder;
  font-size: 16px;
}
#tweetsearch-html-new .page-inner {
  width: 100%;
  padding-left: 0px;
  height: 110px;
}
#tweetsearch-html-new .page-inner .top-row {
  float: left;
  height: 100px;
  width: 100%;
}
#tweetsearch-html-new .page-inner .top-row .search-controls-right {
  height: inherit;
  overflow: hidden;
}
#tweetsearch-html-new .page-inner .top-row .search-controls-right #tweetsearchgraph,
#tweetsearch-html-new .page-inner .top-row .search-controls-right .sentiment_graph {
  width: 98%;
  height: 100px;
  float: left;
}
#tweetsearch-html-new .page-inner .search-form {
  float: left;
  margin-left: 20px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left {
  width: 480px;
  height: inherit;
  float: left;
  margin-bottom: 9px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row {
  float: left;
  width: 100%;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row ul {
  padding: 0px;
  margin-left: 20px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder {
  width: 175px;
  float: left;
  height: 32px;
  margin-top: 15px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder .search-input-box {
  width: 126px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder #ticker-explain {
  /*z-index:1005;*/
  position: absolute;
  top: 63px;
  left: 10px;
  z-index: 9;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder #ticker-explain .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 45px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder #ticker-explain .ticker-explain-main {
  color: #30506E;
  font-size: 11px;
  padding: 15px;
  width: 150px;
  position: relative;
  /*z-index:999;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fffde0;
  border: 1px solid #30506E;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder {
  width: 250px;
  float: left;
  height: 32px;
  margin-left: 15px;
  margin-top: 15px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder #query-explain {
  /*z-index:1005;*/
  position: absolute;
  top: 63px;
  left: 200px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder #query-explain .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 45px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder #query-explain .query-explain-main {
  color: #30506E;
  font-size: 11px;
  padding: 15px;
  width: 180px;
  position: relative;
  z-index: 999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fffde0;
  border: 1px solid #30506E;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder .search-input-box {
  width: 85%;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .toggle-box-row {
  float: left;
  margin-top: 10px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .toggle-box-row .sensitivity-controls {
  font-size: 10px;
  float: left;
  font-weight: normal;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .toggle-box-row .sensitivity-controls .toggle-title {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .toggle-box-row .sensitivity-controls .switch {
  width: 90px;
  float: left;
  color: transparent;
  border: 1px solid #234266;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #234266), color-stop(100%, #386FA4));
  background-image: -webkit-linear-gradient(top, #234266, #386FA4);
  background-image: -moz-linear-gradient(top, #234266, #386FA4);
  background-image: -ms-linear-gradient(top, #234266, #386FA4);
  background-image: -o-linear-gradient(top, #234266, #386FA4);
  background-image: linear-gradient(top, #234266, #386FA4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#234266, endColorstr=#386FA4);
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .toggle-box-row .synonym-controls {
  font-size: 10px;
  float: left;
  font-weight: normal;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin-left: 10px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .toggle-box-row .synonym-controls .toggle-title {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
#tweetsearch-html-new .page-inner .search-form .search-controls-left .toggle-box-row .synonym-controls .switch {
  width: 60px;
  float: left;
  color: transparent;
  border: 1px solid #234266;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #234266), color-stop(100%, #386FA4));
  background-image: -webkit-linear-gradient(top, #234266, #386FA4);
  background-image: -moz-linear-gradient(top, #234266, #386FA4);
  background-image: -ms-linear-gradient(top, #234266, #386FA4);
  background-image: -o-linear-gradient(top, #234266, #386FA4);
  background-image: linear-gradient(top, #234266, #386FA4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#234266, endColorstr=#386FA4);
}
#tweetsearch-html-new .top-header {
  height: 108px;
  background-color: #e8eef7;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: 2px solid #bbc6d5;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 300;
}
#tweetsearch-html-new input[type=checkbox] {
  visibility: hidden;
}
#tweetsearch-html-new .checkbox {
  width: 24px;
  overflow: hidden;
}
#tweetsearch-html-new .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e8eef7;
}
#tweetsearch-html-new .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#tweetsearch-html-new .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#tweetsearch-html-new .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
#tweetsearch-html-new .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#tweetsearch-html-new .checkbox input[type=checkbox]:checked span {
  background-color: #3d7fba;
}
#tweetsearch-html-new .active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#tweetsearch-html-new .active .checkbox span {
  background-color: #3d7fba;
}
#tweetsearch-html-new .active .checkbox label:after {
  border-color: #ffffff;
}
#tweetsearch-html-new select {
  color: #698094;
  cursor: pointer;
}
#tweetsearch-html-new select.sort {
  background-repeat: no-repeat;
  background-size: 8px 10px, 9px 5px;
  background-position: 8px center, 93% center;
  padding-left: 20px !important;
}
#tweetsearch-html-new select.sort:hover {
  border-color: #3d7fba;
}
#tweetsearch-html-new select.sort:focus {
  border-color: #d4e0ea !important;
}
#tweetsearch-html-new .menu-overlay {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 330px;
  top: 30px;
  left: 0;
  z-index: 300;
  box-shadow: 0 12px 30px 0 rgba(22, 42, 60, 0.65);
  overflow: hidden;
  border-radius: 2px;
}
#tweetsearch-html-new .menu-overlay .menu-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#tweetsearch-html-new .menu-overlay .menu-head .clear-input-field .icon {
  position: absolute;
  left: 232px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
  fill: #3d7fba;
  width: 9px;
  height: auto;
}
#tweetsearch-html-new .menu-overlay .menu-head input,
#tweetsearch-html-new .menu-overlay .menu-head select {
  width: auto;
  flex-grow: 1;
  margin-right: 8px;
  max-width: 240px;
}
#tweetsearch-html-new .menu-overlay .menu-head input {
  padding-right: 20px;
}
#tweetsearch-html-new .menu-overlay .menu-head select {
  max-width: 160px;
}
#tweetsearch-html-new .menu-overlay .menu-head .select-options {
  position: absolute;
  right: 16px;
  align-self: flex-end;
}
#tweetsearch-html-new .menu-overlay .menu-head .select-options a {
  margin-left: 8px;
  padding-left: 15px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  position: relative;
}
#tweetsearch-html-new .menu-overlay .menu-head .select-options a .icon {
  width: 9px;
  height: auto;
  fill: #3d7fba;
  margin-right: 4px;
}
#tweetsearch-html-new .menu-overlay .menu-head .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 1px;
  padding: 0px;
  margin: 0px;
}
#tweetsearch-html-new .menu-overlay .menu-head .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 2px;
  padding: 0px;
  margin: 0px;
}
#tweetsearch-html-new .menu-overlay .sidebar-body {
  border: none !important;
  margin-top: 48px;
}
#tweetsearch-html-new .menu-overlay .sidebar-body div:hover {
  background-color: #ffffff;
}
#tweetsearch-html-new .menu-overlay .sidebar-body div.full {
  background-color: #e8eef7;
  color: #3d7fba;
  border-color: rgba(47, 89, 128, 0.9);
  -webkit-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  -moz-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  z-index: 200;
}
#tweetsearch-html-new .menu-overlay .sidebar-body div.full p {
  color: #3d7fba;
}
#tweetsearch-html-new .menu-overlay .sidebar-body div.full .checkbox span {
  background-color: #3d7fba;
}
#tweetsearch-html-new .menu-overlay .sidebar-body div.full .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#tweetsearch-html-new .menu-overlay .sidebar-body div.full .checkbox label:after {
  border-color: #ffffff;
}
#tweetsearch-html-new .menu-overlay .sidebar-body div.full:hover {
  background-color: #ffffff;
}
#tweetsearch-html-new .menu-overlay .sidebar-body div.tab-active {
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
}
#tweetsearch-html-new .menu-overlay .sidebar-body div.tab-active p {
  font-weight: 500;
  color: #1e374d;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar {
  position: absolute;
  background-color: #f9fcff;
  border-right: 1px solid #d4e0ea;
  width: 227px;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar .select-options {
  border: none;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #f9fcff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: center;
  padding: 0 16px;
  justify-content: flex-end;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar .select-options a {
  line-height: 48px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar div {
  position: relative;
  line-height: 11px;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: -1px;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar div .checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar div .checkbox label {
  top: 9px;
  left: 5px;
  margin-top: 4px;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar div p {
  display: inline-block;
  font-size: 13px;
  color: #698094;
  padding: 11px 0;
  margin-left: 32px;
  font-weight: 400;
  line-height: 16px;
}
#tweetsearch-html-new .menu-overlay .menu-sidebar div p span {
  font-size: 11px;
}
#tweetsearch-html-new .menu-overlay .menu-body {
  overflow-y: auto;
}
#tweetsearch-html-new .menu-overlay .menu-footer {
  background-color: #f9fcff;
  padding: 8px;
  border-top: 1px solid #d4e0ea;
  text-align: right;
}
#tweetsearch-html-new .menu-overlay .menu-footer button {
  padding-left: 24px;
  padding-right: 24px;
}
#tweetsearch-html-new .social-search-controls {
  max-width: 620px;
  width: 620px;
  height: 108px;
  font-size: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#tweetsearch-html-new .social-search-controls input,
#tweetsearch-html-new .social-search-controls select {
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  padding: 8px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#tweetsearch-html-new .social-search-controls input,
#tweetsearch-html-new .social-search-controls select {
  padding: 0 8px 1px 8px;
  height: 32px;
  width: 100%;
}
#tweetsearch-html-new .social-search-controls input:focus,
#tweetsearch-html-new .social-search-controls select:focus {
  border-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .query-wrapper {
  width: 100%;
  height: 40px;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 8px 0px 0px 8px;
  justify-content: space-between;
}
#tweetsearch-html-new .social-search-controls .ticker-input {
  width: 188px;
  background: #fff;
  border: 1px solid #bbc6d5;
  /*css for autocomplete*/
  position: relative;
  flex-grow: 1;
  margin-right: 8px;
}
#tweetsearch-html-new .social-search-controls .ticker-input input {
  width: 143px;
  border: none;
  height: 32px;
  position: relative;
  top: -6px;
  padding-left: 0;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper {
  width: 170px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list {
  height: 30px;
  padding: 6px 0px 5px 5px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token {
  font-size: 13px;
  line-height: 18px;
  height: 18px;
  background: #3d7fba;
  border: 0px;
  color: #fff;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px!important;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token .token-text {
  font-weight: 600;
  margin-right: 4px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token .rm-tk {
  vertical-align: baseline;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  font: normal normal normal 12px/1 sentieo !important;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.spotlight {
  color: #3d7fba;
  border: 1px solid #3d7fba;
  background: #fff;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.cyano.spotlight {
  color: #2EB8E6;
  border: 1px solid #2EB8E6;
  background: #fff;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .noisy-long-list .noisy-long-token.greeny.spotlight {
  color: #3cb300;
  border: 1px solid #3cb300;
  background: #fff;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper {
  width: 494px;
  left: -1px;
  top: 30px;
  margin-top: 6px;
  border-radius: 2px;
  overflow: hidden;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li {
  width: auto;
  padding: 4px 8px;
  display: block;
  box-sizing: border-box;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected .newDocCompName,
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected .newBigDocCompName {
  color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newDocTicker,
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newDocTickerInt,
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newBigDocDebtTicker {
  width: 100px;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
  line-height: 21px;
  height: 21px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newDocCompName,
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li .newBigDocCompName {
  font-size: 12px;
  line-height: 21px;
  height: 21px;
  color: #698094;
  width: 360px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li:hover .newBigDocCompName,
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li:hover .newDocCompName {
  color: #fff;
}
#tweetsearch-html-new .social-search-controls .ticker-input .noisy-long-wrapper .suggest-wrapper li.selected {
  background: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .ticker-input .clear-icon {
  margin: 10px 6px 10px 0;
}
#tweetsearch-html-new .social-search-controls .ticker-input .clear-icon .icon {
  height: 10px;
  width: 10px;
  fill: #1e374d;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp {
  position: absolute;
  display: none;
  left: 0;
  top: 36px;
  width: 280px;
  border-radius: 2px;
  background-color: #ffffff;
  z-index: 300;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  font-size: 12px;
  color: #698094;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .head,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .head {
  background-color: #f9fcff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 4px 8px;
  font-size: 10px;
  color: #698094;
  text-transform: uppercase;
  font-weight: 500;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .set,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists {
  cursor: pointer;
  padding: 4px 8px;
  border-bottom: 1px solid #d4e0ea;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .set:hover,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set:hover,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists:hover,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists:hover,
#tweetsearch-html-new .social-search-controls .ticker-input .history .set.selected,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set.selected,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists.selected,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists.selected {
  background-color: #3d7fba;
  color: #ffffff;
  border-color: #3d7fba;
  -webkit-box-shadow: 0px -1px 0px 0px #3d7fba;
  -moz-box-shadow: 0px -1px 0px 0px #3d7fba;
  box-shadow: 0px -1px 0px 0px #3d7fba;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .set:hover:before,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set:hover:before,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists:hover:before,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists:hover:before,
#tweetsearch-html-new .social-search-controls .ticker-input .history .set.selected:before,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set.selected:before,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists.selected:before,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists.selected:before,
#tweetsearch-html-new .social-search-controls .ticker-input .history .set:hover:after,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set:hover:after,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists:hover:after,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists:hover:after,
#tweetsearch-html-new .social-search-controls .ticker-input .history .set.selected:after,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set.selected:after,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists.selected:after,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists.selected:after {
  color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .set:hover .ticker-small,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set:hover .ticker-small,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists:hover .ticker-small,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists:hover .ticker-small,
#tweetsearch-html-new .social-search-controls .ticker-input .history .set.selected .ticker-small,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set.selected .ticker-small,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists.selected .ticker-small,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists.selected .ticker-small {
  background-color: #ffffff;
  color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .set,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set {
  padding: 2px 8px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .set .ticker-small,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .set .ticker-small {
  margin-top: 2px;
  margin-bottom: 2px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists {
  font-size: 12px;
  color: #698094;
  background-repeat: no-repeat;
  background-size: 16px 12px, 5px 9px;
  background-position: 8px center, 262px center;
  padding-left: 28px;
  line-height: 22px;
  position: relative;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists:before,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists:before {
  color: #3d7fba;
  position: absolute;
  left: 7px;
  font-size: 16px;
  top: 7px;
  padding: 0px;
  margin: 0px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists:after,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists:after {
  content: 'n';
  color: #3d7fba;
  position: absolute;
  right: 7px;
  font-size: 16px;
  top: 7px;
  padding: 0px;
  margin: 0px;
  font-family: "sentieo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists .watchlist-menu,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists .watchlist-menu {
  display: none;
  position: absolute;
  right: -241px;
  top: 0px;
  width: 240px;
  color: #698094;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  border-radius: 2px;
  overflow: auto;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists .watchlist-menu p,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists .watchlist-menu p {
  padding: 4px 8px;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists .watchlist-menu p:hover,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists .watchlist-menu p:hover,
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists .watchlist-menu p.selected,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists .watchlist-menu p.selected {
  background-color: #e8eef7;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists:hover .watchlist-menu,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists:hover .watchlist-menu {
  display: block;
  max-height: 250px;
  overflow-y: auto;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists:hover:before,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists:hover:before {
  color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .ticker-input .history .watchlists:hover:after,
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .watchlists:hover:after {
  color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .ticker-input .autocomp .ticker-small {
  width: 60px;
  text-align: center;
  margin-right: 8px;
}
#tweetsearch-html-new .social-search-controls .query {
  position: relative;
  width: 298px;
}
#tweetsearch-html-new .social-search-controls .query .error-msg {
  font-size: 10px;
  float: right;
  position: absolute;
  top: 4px;
  left: 157px;
  width: 140px;
  color: #E45952;
  line-height: 12px;
  background-color: white;
}
#tweetsearch-html-new .social-search-controls .query #message-prompt {
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 2;
}
#tweetsearch-html-new .social-search-controls .query #message-prompt .triangle1 {
  position: relative;
  z-index: 101;
  width: 0px;
  height: 0px;
  margin-left: 3px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506e transparent;
}
#tweetsearch-html-new .social-search-controls .query #message-prompt .content {
  background: #3d7fba;
  border: 1px solid #28629A;
  border-radius: 3px;
  -webkit-box-shadow: #28629A 0px 0px 6px 1px;
  -moz-box-shadow: #28629A 0px 0px 6px 1px;
  box-shadow: #28629A 0px 0px 6px 1px;
  color: white;
  font-size: 11px;
  padding: 8px;
  width: 295px;
  padding-bottom: 13px;
}
#tweetsearch-html-new .social-search-controls .query #message-prompt .content .row1 {
  font-weight: bold;
  font-size: 12px;
}
#tweetsearch-html-new .social-search-controls .query #message-prompt .content .row {
  margin-bottom: 6px;
}
#tweetsearch-html-new .social-search-controls .query #message-prompt .content .row:last {
  margin-bottom: 0px;
}
#tweetsearch-html-new .social-search-controls .query #message-prompt .content .row4 {
  background-color: #DBE5EF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DBE5EF), color-stop(100%, #C9D3DF));
  background-image: -webkit-linear-gradient(top, #DBE5EF, #C9D3DF);
  background-image: -moz-linear-gradient(top, #DBE5EF, #C9D3DF);
  background-image: -ms-linear-gradient(top, #DBE5EF, #C9D3DF);
  background-image: -o-linear-gradient(top, #DBE5EF, #C9D3DF);
  background-image: linear-gradient(top, #DBE5EF, #C9D3DF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#DBE5EF, endColorstr=#C9D3DF);
  color: black;
  border: 1px solid #28629A;
  padding: 8px 15px 8px 15px;
  border-radius: 3px;
  margin-right: 2px;
  cursor: pointer;
  width: 30px;
  margin-left: 216px;
  margin-top: 11px;
  box-sizing: content-box;
}
#tweetsearch-html-new .social-search-controls .query #message-prompt .content .row-close {
  height: 7px;
  color: black;
  cursor: pointer;
}
#tweetsearch-html-new .social-search-controls .query #message-prompt .content .row-close span {
  float: right;
  font: normal normal normal 14px/1 FontAwesome !important;
}
#tweetsearch-html-new .social-search-controls .query input {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 8px;
  padding-left: 28px;
  float: right;
}
#tweetsearch-html-new .social-search-controls .query .search-icon {
  margin-top: 6px;
  margin-left: 6px;
  color: #698094;
  position: absolute;
}
#tweetsearch-html-new .social-search-controls .query .search-icon .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
}
#tweetsearch-html-new .social-search-controls .query span.help {
  display: block;
  position: absolute;
  font-size: 11px;
  color: #ffffff;
  background-color: #3d7fba;
  height: 16px;
  width: 16px;
  top: 16px;
  right: 0px;
  text-align: center;
  line-height: 16px;
  padding: 0;
  font-weight: 600;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 2px;
  box-shadow: none;
  overflow-y: visible;
  cursor: pointer;
}
#tweetsearch-html-new .social-search-controls .query span.help:hover {
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .query .help {
  display: none;
  background-color: #ffffff;
  font-size: 14px;
  padding: 16px 0;
  position: absolute;
  top: 32px;
  z-index: 300;
  border-radius: 2px;
  box-shadow: 0px 3px 7px 0px rgba(30, 55, 77, 0.35);
  width: 430px;
  height: 83vh;
  max-height: 760px;
  overflow-y: scroll;
}
#tweetsearch-html-new .social-search-controls .query .help h2 {
  margin: 0 0 20px 24px;
  font-weight: 400;
  font-size: 16px;
  color: #698094;
}
#tweetsearch-html-new .social-search-controls .query .help h3 {
  font-size: 12px;
}
#tweetsearch-html-new .social-search-controls .query .help h3 span {
  background-color: #e8eef7;
  padding: 2px 6px;
  border-radius: 2px;
}
#tweetsearch-html-new .social-search-controls .query .help p {
  font-size: 12px;
  margin: 7px 0 0 0;
  color: #698094;
}
#tweetsearch-html-new .social-search-controls .query .help p span {
  background-color: #e8eef7;
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: 600;
  color: #1e374d;
}
#tweetsearch-html-new .social-search-controls .query .help div {
  border-top: 1px solid #d4e0ea;
  padding: 12px 24px 12px 24px;
}
#tweetsearch-html-new .social-search-controls .query .help .example {
  text-transform: uppercase;
  color: #698094;
  font-weight: 600;
  font-size: 10px;
  margin: 0;
  border: none;
  padding: 0;
}
#tweetsearch-html-new .social-search-controls .query .help .example p {
  border: 1px solid #d4e0ea;
  border-radius: 2px;
  padding: 2px 6px;
  color: #1e374d;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  margin: 5px 0 0 8px;
}
#tweetsearch-html-new .social-search-controls .query .help .example p span {
  font-weight: 600;
  background-color: transparent;
}
#tweetsearch-html-new .social-search-controls .query .help .example p .no-pad {
  padding-left: 0px;
  padding-right: 0px;
}
#tweetsearch-html-new .social-search-controls .query-error {
  border-color: red;
}
#tweetsearch-html-new .social-search-controls .query-error:focus {
  border-color: red;
}
#tweetsearch-html-new .social-search-controls .controls {
  width: auto;
  height: 32px;
  padding: 8px;
}
#tweetsearch-html-new .social-search-controls .controls button {
  height: 32px;
  background-color: transparent;
  border: transparent;
  border-radius: 2px;
  margin-right: 2px;
}
#tweetsearch-html-new .social-search-controls .controls button .icon {
  font-size: 16px;
}
#tweetsearch-html-new .social-search-controls .controls button:hover {
  border: 2px solid #3d7fba;
  background-color: #f9fcff;
  color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .controls .save {
  padding: 6px;
  width: 32px;
}
#tweetsearch-html-new .social-search-controls .controls .open {
  border: 2px solid transparent;
  width: 32px;
  padding: 6px;
}
#tweetsearch-html-new .social-search-controls .controls .settings {
  border: 2px solid transparent;
  width: 32px;
  padding: 6px;
}
#tweetsearch-html-new .social-search-controls .controls .settings.active {
  background-color: #f9fcff;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu {
  position: relative;
  font-size: 12px;
  z-index: 301;
  left: 70px;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay {
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 250px;
  top: 0px;
  left: -3px;
  z-index: 300;
  box-shadow: none;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #d4e0ea;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-head {
  color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-head button {
  flex-grow: 1;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-head button:nth-child(1) {
  margin-right: 8px;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-head input {
  margin-top: 8px;
  display: none;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body {
  margin-top: 32px;
  overflow-y: auto;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search {
  padding: 0px;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .synonym_checkbox_outer {
  height: 26px;
  padding: 4px 4px 4px 32px;
  margin: 8px 8px 0px 8px;
  border: 1px solid #ccd8e6;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 2px;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .synonym_checkbox_outer.active {
  border-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .synonym_checkbox_outer.active input.checkbox span {
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .synonym_checkbox_outer .checkbox {
  height: 24px;
  width: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .synonym_checkbox_outer .checkbox .synonym_checkbox {
  width: auto;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .synonym_checkbox_outer .checkbox label {
  top: 5px;
  left: 4px;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .synonym_checkbox_outer .checkbox label:hover {
  text-overflow: inherit;
  overflow: visible;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .synonym-search .description {
  padding: 8px;
  font-size: 14px;
  color: #698094;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings {
  padding: 8px;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-name,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-name,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_name,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_name {
  padding: 8px;
  color: #698094;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio {
  display: flex;
  flex-flow: row wrap;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items {
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  flex: 1;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items .radio-button,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items .radio-button,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items .radio-button {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button label,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items .radio-button label,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items .radio-button label,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items input[type=radio],
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items input[type=radio],
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items input[type=radio],
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items input[type=radio] {
  visibility: hidden;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .snippet-len-radio .items h5,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .snippet-len-radio .items h5,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .snippet-len .redline_radio .items h5,
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .redline_settings .redline_radio .items h5 {
  margin-left: 14px;
  font-size: 12px;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .sensitivity-set .description {
  padding: 8px;
  font-size: 14px;
  color: #698094;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body .sensitivity-set .sen-name {
  padding: 8px 0px 8px;
  color: #698094;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-body div {
  padding: 0 8px;
}
#tweetsearch-html-new .social-search-controls .controls .settings-menu .menu-overlay .menu-footer button {
  border: 2px solid #3d7fba;
  background-color: #f9fcff;
  color: #3d7fba;
  cursor: pointer;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper {
  height: 32px;
  width: 81%;
  padding-left: 8px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filters {
  height: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter {
  height: 32px;
  padding: 0 8px;
  display: inline-block;
  font-size: 12px;
  line-height: 32px;
  border: 1px solid #bbc6d5;
  border-right: transparent;
  flex-grow: 1;
  color: #698094;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  /*toDO - for windows only */
  /*&.filter-source {
              max-width: 67px;
            }
            &.filter-sector {
              max-width: 64px;
            }
            &.filter-size {
              max-width: 52px;
            }
            &.filter-doctype {
              max-width: 80px;
            }
            &.filter-trending {
              max-width: 74px;
            }
            &.filter-ticker {
              max-width: 61px;
            }
            &.filter-social-reach {
//              max-width: 63px;
            }*/
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter .icon-down,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter .icon-angle-up {
  height: 8px;
  width: 8px;
  fill: #698094;
  position: absolute;
  top: 12px;
  right: 6px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings {
  max-width: 33px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head button {
  flex-grow: 1;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head button:nth-child(1) {
  margin-right: 8px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-head input {
  margin-top: 0px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body {
  margin-top: 48px;
  max-height: 55vh;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body div {
  padding: 0 8px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body div span.default {
  margin-left: 3px;
  padding: 2px 4px;
  text-transform: uppercase;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  font-size: 10px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body div:hover {
  background-color: #e8eef7;
  color: #1e374d;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body div:hover .hover_wrapper {
  display: inline-block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .default-filter:hover .hover_wrapper .make_default {
  display: none;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item {
  overflow: hidden;
  line-height: 36px;
  position: relative;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .filter-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  max-width: 140px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .default {
  padding: 0px 4px;
  display: inline;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper {
  position: absolute;
  right: 0px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .make_default {
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin: 4px 0px;
  color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .icon-trash {
  display: inline-block;
  line-height: 28px;
  margin: 4px 0px;
  border: 2px solid #3d7fba;
  color: #3d7fba;
  border-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0px 4px;
  height: 28px;
  margin-left: 6px;
  float: right;
  position: relative;
  width: 32px;
  text-align: center;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .icon-trash:before {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  top: 4px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .icon-edit {
  display: inline-block;
  line-height: 28px;
  margin: 4px 0px;
  border: 2px solid #3d7fba;
  color: #3d7fba;
  border-radius: 3px;
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 4px;
  height: 28px;
  float: right;
  position: relative;
  width: 32px;
  text-align: center;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .icon-edit:before {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  top: 4px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-settings .menu-overlay .menu-body .filter-item .hover_wrapper .items:hover {
  color: #fff;
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay {
  width: 658px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body {
  margin: 49px 0 0px 0;
  padding-bottom: 8px;
  height: 300px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .checkbox {
  width: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .checkbox input,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .checkbox input,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .checkbox input,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .checkbox input,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .checkbox input,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .checkbox input,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .checkbox input {
  width: auto;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .checkbox label {
  top: 12px;
  left: 4px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body h5 {
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body h5 span:not(.text),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body h5 span:not(.text),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body h5 span:not(.text),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body h5 span:not(.text),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body h5 span:not(.text),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body h5 span:not(.text),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body h5 span:not(.text) {
  font-size: 11px;
  color: #698094;
  font-weight: 400;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body h5 span.text {
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body h5 span.filter-count,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body h5 span.filter-count,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body h5 span.filter-count,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body h5 span.filter-count,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body h5 span.filter-count,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body h5 span.filter-count,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body h5 span.filter-count {
  vertical-align: top;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div {
  width: 154px;
  height: 42px;
  padding: 4px 4px 4px 32px;
  margin: 8px 0 0px 8px;
  border: 1px solid #d4e0ea;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 2px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.active,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.active,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.active,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.active,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.active,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.active,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.active {
  border-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.active .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.active .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.active .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.active .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.active .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.active .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.active .checkbox {
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked {
  border-color: #1e374d;
  color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .news-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .news-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .news-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .news-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .news-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .news-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .news-wrapper {
  height: auto;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .news-wrapper .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .news-wrapper .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .news-wrapper .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .news-wrapper .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .news-wrapper .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .news-wrapper .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .news-wrapper .items {
  display: inline-block;
  display: table;
  height: 30px;
  width: 169px;
  position: relative;
  flex: 1;
  border: 0px;
  padding: 4px 4px 4px 4px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .news-wrapper .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .news-wrapper .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .news-wrapper .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .news-wrapper .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .news-wrapper .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .news-wrapper .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .news-wrapper .items .radio-button {
  height: 28px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .news-wrapper .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .news-wrapper .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .news-wrapper .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .news-wrapper .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .news-wrapper .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .news-wrapper .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .news-wrapper .items .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .news-wrapper .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .news-wrapper .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .news-wrapper .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .news-wrapper .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .news-wrapper .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .news-wrapper .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .news-wrapper .items .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .news-wrapper .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .news-wrapper .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .news-wrapper .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .news-wrapper .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .news-wrapper .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .news-wrapper .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .news-wrapper .items .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .news-wrapper .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .news-wrapper .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .news-wrapper .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .news-wrapper .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .news-wrapper .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .news-wrapper .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .news-wrapper .items input[type=radio] {
  visibility: hidden;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .news-wrapper .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .news-wrapper .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .news-wrapper .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .news-wrapper .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .news-wrapper .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .news-wrapper .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .news-wrapper .items input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .news-wrapper .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .news-wrapper .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .news-wrapper .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .news-wrapper .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .news-wrapper .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .news-wrapper .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .news-wrapper .items h5 {
  margin-left: 14px;
  font-size: 12px;
  line-height: 18px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.trending {
  padding: 0;
  border: none;
  width: inherit;
  height: inherit;
  margin: 0;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.non-ef-wrapper {
  display: block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.non-ef-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.non-ef-wrapper {
  background: #bbc6d5;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body p,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body p,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body p,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body p,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body p,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body p,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body p {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  padding-right: 6px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body p span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body p span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body p span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body p span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body p span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body p span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body p span {
  font-weight: 600;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.tickers,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.trending,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.trending {
  display: block;
  height: 100%;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.tickers .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.tickers .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.tickers .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.tickers .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.tickers .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.tickers .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.tickers .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.globalSearch .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.globalSearch .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.globalSearch .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.globalSearch .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.globalSearch .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.globalSearch .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.globalSearch .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.trending .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.trending .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.trending .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.trending .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.trending .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.trending .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.trending .item {
  float: left;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.globalSearch,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.globalSearch {
  display: none;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body div.region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body div.region {
  height: 100%;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .region,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .sector,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .filing-wrapper {
  display: inline-block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .region .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .region .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .region .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .region .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .region .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .region .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .region .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .sector .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .sector .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .sector .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .sector .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .sector .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .sector .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .sector .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay .menu-body .filing-wrapper .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector .menu-overlay .menu-body .filing-wrapper .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size .menu-overlay .menu-body .filing-wrapper .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source .menu-overlay .menu-body .filing-wrapper .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype .menu-overlay .menu-body .filing-wrapper .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay .menu-body .filing-wrapper .item,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach .menu-overlay .menu-body .filing-wrapper .item {
  display: inline-block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-head {
  margin-left: 227px;
  background-color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-overlay {
  width: 820px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body {
  margin-left: 227px;
  overflow-y: auto;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body div {
  width: 280px;
  height: 26px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body div .checkbox,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body div .checkbox {
  height: 24px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body div .checkbox label {
  top: 5px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-overlay {
  width: 200px;
  min-width: auto;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-head {
  margin-left: 0;
  background-color: #f9fcff;
  height: 48px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body {
  margin-left: 0;
  height: auto;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body div {
  margin: 8px 8px 0px 8px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-size .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-size .menu-overlay {
  width: 225px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-overlay {
  min-width: 225px;
  width: auto;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-overlay h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-overlay h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-overlay h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-overlay h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-overlay h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-overlay h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-overlay h5 {
  display: inline-flex;
  max-width: 100%;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-sector .menu-overlay h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-sector .menu-overlay h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-sector .menu-overlay h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-sector .menu-overlay h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-sector .menu-overlay h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-sector .menu-overlay h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-sector .menu-overlay h5 span.text {
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-source .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-source .menu-overlay {
  width: 206px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-overlay {
  width: 960px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body {
  width: 756px;
  align-content: flex-start;
  display: block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper {
  width: 718px;
  height: auto;
  padding: 24px 0 8px 0px;
  overflow: hidden;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper .head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper .head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper .head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper .head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper .head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper .head,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper .head {
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  background-color: #e8eef7;
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper div {
  width: 169px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper.selected,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper.selected {
  border-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper.selected div,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper.selected div {
  border-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper.selected div .checkbox label:after {
  border-color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper.selected div .checkbox span {
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after {
  border-color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2),
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-doctype .menu-body .filing-wrapper.selected .head:nth-child(2) {
  background-color: #3d7fba;
  color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #bbc6d5;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-overlay,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-overlay {
  width: auto;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body {
  margin-top: 0;
  height: auto;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach {
  border: 0px;
  padding: 0px;
  margin: 0px;
  height: auto;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-name,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-name,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-name,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-name,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-name,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-name,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-name {
  display: none;
  border: 0px;
  padding: 0px;
  color: #698094;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-radio,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-radio,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-radio,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-radio,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-radio,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-radio,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-radio {
  margin: 0px;
  padding: 8px 0px;
  height: auto;
  border: 0px;
  display: flex;
  flex-flow: row wrap;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-radio .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-radio .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-radio .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-radio .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-radio .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-radio .items,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-radio .items {
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  flex: 1;
  border: 0px;
  padding: 0px 8px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:hover::after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-radio .items .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio],
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio] {
  visibility: hidden;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio]:checked + label:after,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-radio .items input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker.filter-social-reach .menu-body .social-reach .social-reach-radio .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-sector.filter-social-reach .menu-body .social-reach .social-reach-radio .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-size.filter-social-reach .menu-body .social-reach .social-reach-radio .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-source.filter-social-reach .menu-body .social-reach .social-reach-radio .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-doctype.filter-social-reach .menu-body .social-reach .social-reach-radio .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending.filter-social-reach .menu-body .social-reach .social-reach-radio .items h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-social-reach.filter-social-reach .menu-body .social-reach .social-reach-radio .items h5 {
  margin-left: 14px;
  font-size: 12px;
  display: block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .save_watchlist,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .save_watchlist {
  margin-right: 8px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .all_text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .all_text {
  color: #3d7fba;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .all_text:hover,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .all_text:hover {
  color: #000000;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-body .item h5,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-body .item h5 {
  width: 115px;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-ticker .menu-body .item h5 span.text,
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-trending .menu-body .item h5 span.text {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-active {
  background-color: #3d7fba;
  border-color: #3d7fba;
  -webkit-box-shadow: 1px 0px 0px 0px #3d7fba;
  -moz-box-shadow: 1px 0px 0px 0px #3d7fba;
  box-shadow: 1px 0px 0px 0px #3d7fba;
  color: #ffffff;
}
#tweetsearch-html-new .social-search-controls .filters-wrapper .filter.filter-active .icon-down {
  fill: #ffffff;
}
#tweetsearch-html-new .social-search-controls .sub-controls {
  height: 18px;
  width: 80%;
  padding-left: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 2px;
  position: relative;
}
#tweetsearch-html-new .social-search-controls .sub-controls a {
  display: none;
  font-size: 12px;
}
#tweetsearch-html-new .social-search-controls .sub-controls a:hover span {
  text-decoration: underline;
  line-height: 14px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .clear-circle {
  position: relative;
  top: -1px;
  max-width: 110px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .clear-circle .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
  padding-top: 2px;
  margin-right: 3px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .save {
  padding-left: 17px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .save-filter {
  display: inline;
  position: relative;
  top: -1px;
  max-width: 110px;
  margin: 0px 12px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .save-filter .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
  padding-top: 2px;
  margin-right: 3px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper {
  position: relative;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .synonym-search-words {
  display: none;
  float: left;
  color: #666;
  font-size: 12px;
  position: relative;
  top: -1px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .synonym-search-words .word-with-synonyms {
  color: #3d7fba;
  padding-right: 2px;
  margin-right: 6px;
  cursor: pointer;
  font-weight: 700;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip {
  display: none;
  position: absolute;
  top: 95px;
  left: 125px;
  z-index: 200;
  background-color: #e8eef7;
  border: 2px solid #8092ac;
  border-radius: 4px;
  padding: 18px 0 18px 18px;
  padding-bottom: 0px;
  width: 318px;
  /*overflow-y:auto;*/
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip > div .syn-content {
  padding-right: 18px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip .syn_text {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #8092ac;
  text-align: center;
  padding-bottom: 12px;
  line-height: 18px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip .title {
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #8092ac;
  line-height: 18px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip .title-desc {
  font-size: 12px;
  color: #8092ac;
  line-height: 18px;
  border-bottom: 1px solid #8092ac;
  padding-bottom: 6px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip .syn-content {
  overflow-y: auto;
  max-height: 230px;
  margin-bottom: 66px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip .terms {
  width: 100%;
  padding-top: 6px;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip .terms .header {
  text-decoration: underline;
  width: 100%;
  color: #8092ac;
  font-size: 14px;
  font-family: Arial;
  line-height: 18px;
  font-weight: bold;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip .terms tr {
  float: left;
  width: 50%;
  line-height: 18px;
  font-size: 12px;
  color: #8092ac;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip .terms tr td.syn_options {
  max-width: 145px;
  overflow: hidden;
  word-break: break-word;
}
#tweetsearch-html-new .social-search-controls .sub-controls .synonym-wrapper .search-query-tooltip .footer {
  clear: both;
  position: absolute;
  bottom: 0px;
  background-color: #7e91ad;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  width: 314px;
  font-family: Arial;
  margin-left: -18px;
  padding: 6px 18px;
}
#tweetsearch-html-new .social-search-controls .quick-toggles {
  font-size: 7px;
  padding: 8px 8px 8px 22px;
  position: absolute;
  top: 40px;
}
#tweetsearch-html-new .social-search-controls .quick-toggles .toggle,
#tweetsearch-html-new .social-search-controls .quick-toggles .label {
  display: inline-block;
  float: left;
}
#tweetsearch-html-new .social-search-controls .quick-toggles p {
  font-size: 11.3px;
  line-height: 19px;
  margin: -2px 0 2px 4px;
  color: #3d7fba;
  font-weight: 500;
  min-width: 50px;
}
#tweetsearch-html-new .period-selection {
  flex-grow: 1;
  height: 106px;
  background-color: #ffffff;
  position: relative;
}
#tweetsearch-html-new .period-selection .axis-left,
#tweetsearch-html-new .period-selection .axis-right {
  width: 28px;
  background-color: #f9fcff;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 11px;
  font-weight: 500;
  z-index: 500;
}
#tweetsearch-html-new .period-selection .axis-left {
  display: none;
  left: 0;
}
#tweetsearch-html-new .period-selection .axis-left p {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #3d7fba;
  text-align: center;
  position: absolute;
  left: -40px;
  right: 60px;
  width: 106px;
  height: 28px;
  bottom: 40px;
  top: 39px;
  line-height: 28px;
}
#tweetsearch-html-new .period-selection .axis-right {
  right: 0;
  display: none;
}
#tweetsearch-html-new .period-selection .axis-right p {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #e81a1a;
  text-align: center;
  position: absolute;
  left: -40px;
  right: 60px;
  width: 106px;
  height: 28px;
  bottom: 40px;
  top: 39px;
  line-height: 28px;
}
#tweetsearch-html-new .period-selection #tweetsearchgraph {
  position: absolute;
  height: 106px;
}
#tweetsearch-html-new .period-selection #tweetsearchgraph .hc-label {
  background-color: #f9fcff;
  font-size: 11px;
  font-weight: 500;
  color: #3d7fba;
  width: 115px;
  float: left;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
#tweetsearch-html-new .period-selection .graph-controls {
  padding: 4px 0 0 34px;
  z-index: 300;
  position: absolute;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#tweetsearch-html-new .period-selection .graph-controls .graph-settings {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(30, 55, 77, 0.35);
  font-size: 12px;
  width: 150px;
  border-radius: 2px;
  left: 37px;
  top: 28px;
  padding: 4px 0;
  font-weight: 400;
}
#tweetsearch-html-new .period-selection .graph-controls .graph-settings a {
  display: block;
  padding: 4px 16px;
  color: #698094;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 8px center;
  padding-left: 28px;
  position: relative;
}
#tweetsearch-html-new .period-selection .graph-controls .graph-settings a .icon {
  height: 16px;
  width: 16px;
  fill: #698094;
  position: absolute;
  left: 6px;
  top: 2px;
  padding: 0px;
  margin: 0px;
}
#tweetsearch-html-new .period-selection .graph-controls .graph-settings a.active {
  color: #3d7fba;
}
#tweetsearch-html-new .period-selection .graph-controls .graph-settings a.active .icon {
  fill: #3d7fba;
}
#tweetsearch-html-new .period-selection .graph-controls .graph-settings a:hover {
  color: white;
  background: #3d7fba;
}
#tweetsearch-html-new .period-selection .graph-controls .graph-settings a:hover .icon {
  fill: #ffffff;
}
#tweetsearch-html-new .period-selection .graph-controls button {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(30, 55, 77, 0.35);
  margin: 2px 3px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  padding: 0;
}
#tweetsearch-html-new .period-selection .graph-controls button .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#tweetsearch-html-new .period-selection .graph-controls button:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
#tweetsearch-html-new .period-selection .graph-controls button:hover .icon {
  fill: #ffffff;
}
#tweetsearch-html-new .period-selection .graph-controls button:nth-child(3) {
  width: auto;
  padding: 0 8px 0 22px;
  background-position: 2px center;
  position: relative;
  line-height: 20px;
}
#tweetsearch-html-new .period-selection .graph-controls button:nth-child(3) .icon {
  position: absolute;
  top: 3px;
  left: 6px;
  height: 14px;
  margin-right: 3px;
}
#tweetsearch-html-new .period-selection .graph-controls button:nth-child(4) {
  font-weight: 600;
  font-size: 13px;
}
#tweetsearch-html-new .period-selection .graph-selection {
  position: absolute;
  left: 230px;
  right: 188px;
  top: 0;
  bottom: 0;
  z-index: 200;
}
#tweetsearch-html-new .period-selection .graph-selection div {
  position: absolute;
  background-size: 5px 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 22px;
  box-shadow: 0px 1px 2px 0px rgba(30, 55, 77, 0.35);
  background-color: #ffffff;
  top: 42%;
  border-radius: 3px;
  cursor: pointer;
}
#tweetsearch-html-new .period-selection .graph-selection div:nth-child(1) {
  left: -7px;
}
#tweetsearch-html-new .period-selection .graph-selection div:nth-child(2) {
  right: -7px;
}
#tweetsearch-html-new .left-main-col {
  width: 250px;
  float: left;
  height: 100%;
  top: 108px;
  position: relative;
  /*
    #filter-dropdowns{

      .submitquery{
        float:left;
        width:100%;
        .grey-button{
          float:right;
        }
      }
      .rectangle{

      }
      .filter-item-label{
        float:left;
      }
      .filter-item-label.filter-disabled{
        color:#A9A9A9
      }

      #filter-ticker-drop{
        position:absolute;
        top:80px;
        left:61px;

        .col{
          float:left;
        }
        .ticker-chevron{
          width:21px;
          float:left;
        }

      }

      #filter-type-drop{
        position:absolute;
        top:80px;
        left:120px;
        .type-header{
          clear: both;
          font-size:11px;
          margin-left: 0px;
          background-color: #d3d3d3;
          color:dodgerblue;
        }
        .col{
          float:left;
        }
        .ticker-chevron{
          width:92%;
          float:left;
          font-size:10px;
        }

      }

      #filter-sector-drop{
        position:absolute;
        top:80px;
        left:179px;

        .col{
          float:left;
        }
        .ticker-chevron{
          width:92%;
          float:left;
          font-size:10px;
        }

      }
      #filter-size-drop{
        position:absolute;
        top:80px;
        left:243px;

        .col{
          float:left;
        }
        .ticker-chevron{
          width:92%;
          float:left;
          font-size:10px;
        }

      }
    }
*/
}
#tweetsearch-html-new .left-main-col .column {
  float: left;
  height: inherit;
  width: 100%;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#tweetsearch-html-new .left-main-col .column .jspVerticalBar {
  display: none;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  margin-right: -8px !important;
}
#tweetsearch-html-new .left-main-col .column #date-holders {
  margin: 10px 0 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  float: left;
  font-size: 10px;
}
#tweetsearch-html-new .left-main-col .column #date-holders .col {
  width: 38px;
  float: left;
  border-right: 1px solid #BDBDBD;
  text-align: center;
  line-height: 29px;
}
#tweetsearch-html-new .left-main-col .column #date-holders .col:hover {
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E1E1E1));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -o-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: linear-gradient(top, #F3F3F3, #E1E1E1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F3F3, endColorstr=#E1E1E1);
}
#tweetsearch-html-new .left-main-col .column #date-holders .selected {
  background: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E1E1E1));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -o-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: linear-gradient(top, #F3F3F3, #E1E1E1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F3F3, endColorstr=#E1E1E1);
}
#tweetsearch-html-new .left-main-col .column #date-holders .last-col {
  border-right: none;
}
#tweetsearch-html-new .left-main-col .column #filters-menu {
  float: left;
  width: 100%;
  padding: 0px;
}
#tweetsearch-html-new .left-main-col .column #filters-menu #filter-social-drop label {
  line-height: 18px;
  vertical-align: top;
}
#tweetsearch-html-new .left-main-col .column #filters-menu #filter-social-drop .items {
  margin-top: 5px;
  width: 75px;
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group {
  float: left;
  width: 240px;
  margin-top: 5px;
  margin-left: 5px;
  padding-bottom: 1px;
  color: #666666;
  height: inherit;
  cursor: pointer;
  /*
                            &:hover{
                                height:inherit;
                                .items{
                                    display:block;

                                }

                            }*/
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .filter-title {
  padding: 3px;
  font-size: 12px;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .filter-title i {
  margin-right: 15px;
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .filter-active {
  background-color: #F6F6F6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6F6F6), color-stop(100%, #D6D6D6));
  background-image: -webkit-linear-gradient(top, #F6F6F6, #D6D6D6);
  background-image: -moz-linear-gradient(top, #F6F6F6, #D6D6D6);
  background-image: -ms-linear-gradient(top, #F6F6F6, #D6D6D6);
  background-image: -o-linear-gradient(top, #F6F6F6, #D6D6D6);
  background-image: linear-gradient(top, #F6F6F6, #D6D6D6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F6F6F6, endColorstr=#D6D6D6);
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .items {
  display: none;
  float: left;
  font-size: 9px;
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .items .header {
  border-bottom: dashed 1px #d0e4f7;
  margin: 0px 0px 5px 0px;
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .items .header span {
  margin-left: 35px;
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .items .col {
  float: left;
  margin-left: 4px;
  width: 110px;
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .items .col .item {
  height: 15px;
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .items .col .item .filter-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#tweetsearch-html-new .left-main-col .column #filters-menu .filter-group .items .submitquery input {
  font-size: 12px;
  float: right;
  padding: 2px 6px 2px 6px;
  margin: 0 10px 5px 0px;
}
#tweetsearch-html-new .left-main-col .column .column-sub-header {
  float: left;
  width: 100%;
  height: 15px;
  padding: 5px;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  border-bottom: 1px solid #BCBCBC;
  font-size: 12px;
}
#tweetsearch-html-new .left-main-col .column .trending-container {
  float: left;
  width: 100%;
}
#tweetsearch-html-new .left-main-col .column .trending-container .trending-item {
  cursor: pointer;
  padding: 4px 10px;
  font-size: 9px;
  border-bottom: 1px solid #BCBCBC;
}
#tweetsearch-html-new .mr5 {
  margin-right: 5px !important;
}
#tweetsearch-html-new .mid-main-col {
  width: 750px;
  float: left;
  height: 100%;
  overflow-x: hidden;
  top: 108px;
  position: relative;
}
#tweetsearch-html-new .mid-main-col .bottom-row {
  /*width:100%;*/
  width: 100%;
  overflow-y: hidden;
  min-width: 900px;
  height: 500px;
  background: #e8eef7;
}
#tweetsearch-html-new .mid-main-col .bottom-row .tweet-results {
  width: 350px;
  background: #fff;
}
#tweetsearch-html-new .mid-main-col .bottom-row .news-results {
  background: #fff;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column {
  float: left;
  height: inherit;
  border-left: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .content-holder {
  overflow: auto;
  width: 100%;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .content-holder .doc {
  /*padding:10px;*/
  height: 100%;
  position: relative;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .content-holder .doc .tt {
  font-size: 15px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .content-holder .indoc_jhighlight {
  background: #FF3;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column #doc-loading {
  position: absolute;
  top: 50%;
  right: 50%;
  display: none;
  width: 100px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header {
  width: 100%;
  height: 27px;
  line-height: 27px;
  background-color: #fff;
  border-bottom: 1px solid #d4e0ea;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .tickers {
  float: left;
  padding: 7px 5px;
  font-size: 12px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .title {
  float: left;
  padding: 0px 8px;
  font-size: 12px;
  color: #3d7fba;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .title .count {
  font-weight: 600;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .doc_title {
  /*width:600px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .date {
  float: left;
  padding: 5px;
  font-size: 12px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .button-with-borders {
  -webkit-box-shadow: #EBEBEB 1px 0px 0px 0px;
  -moz-box-shadow: #EBEBEB 1px 0px 0px 0px;
  box-shadow: #EBEBEB 1px 0px 0px 0px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .img-hide {
  width: 35px;
  float: left;
  font-size: 9px;
  width: 30px;
  border-right: 1px solid #B6B6B6;
  border-left: 0px;
  padding-top: 1px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .button {
  border-left: 1px solid #B6B6B6;
  float: right;
  width: 27px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .button .icon {
  margin-top: 6px;
  color: #595959;
  font-size: 12px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .button:hover {
  -moz-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  box-shadow: inset 0px 0px 3px 0px #BCBCBC;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-header .result-tab {
  width: 25%;
  padding: 5px 0px 5px 0px;
  border-left: 1px solid #BCBCBC;
  text-align: center;
  float: left;
  font-size: 10px;
  height: 15px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header {
  width: 100%;
  height: 22px;
  background: #E8E8E8;
  border-bottom: 1px solid #BCBCBC;
  -moz-box-shadow: inset 0px 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px 0px #ffffff;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .ticker {
  padding-left: 3px;
  width: 42px;
  border-right: 1px solid #b6b6b6;
  cursor: pointer;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .type {
  padding-left: 3px;
  cursor: pointer;
  width: 67px;
  /*width:83px;*/
  border-right: 1px solid #b6b6b6;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .date {
  padding-left: 3px;
  cursor: pointer;
  /*width:42px;*/
  width: 49px;
  border-right: 1px solid #b6b6b6;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .pgs {
  padding-left: 3px;
  width: 23px;
  border-right: 1px solid #b6b6b6;
  cursor: pointer;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .hits {
  padding-left: 3px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .data-row {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .data-row .date {
  margin-top: 0px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .data-row .sentiment {
  border-right: none;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .data-row .data {
  widht: 25%;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .data-row .col:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCC CC), color-stop(100%, #E6E6E6));
  background-image: -webkit-linear-gradient(top, #CCCCC CC, #E6E6E6);
  background-image: -moz-linear-gradient(top, #CCCCC CC, #E6E6E6);
  background-image: -ms-linear-gradient(top, #CCCCC CC, #E6E6E6);
  background-image: -o-linear-gradient(top, #CCCCC CC, #E6E6E6);
  background-image: linear-gradient(top, #CCCCC CC, #E6E6E6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#CCCCC CC, endColorstr=#E6E6E6);
  -moz-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  box-shadow: inset 0px 0px 3px 0px #BCBCBC;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .data-row:hover {
  background: none;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .entry {
  height: 18px;
  padding-top: 4px;
  color: #000;
  font-size: 9px;
  padding-left: 1px;
  float: left;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .entry .ticker-chevron {
  padding: 1px 2px 1px 2px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .arrow-holder {
  float: right;
  height: 15px;
  padding-top: 7px;
  padding-right: 2px;
  font-size: 5px;
  color: transparent;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .active {
  color: #777777;
}
#tweetsearch-html-new .mid-main-col .bottom-row .column .column-sub-header .no-border {
  border-right: 1px solid transparent;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder {
  min-width: 344px;
  border-left: none;
  border-right: 1px solid #BCBCBC;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item .by-line {
  margin-top: 3px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line {
  float: left;
  /*width:310px;*/
  width: 100%;
  margin-top: 6px;
  padding-top: 5px;
  padding-bottom: 2px;
  min-height: 15px;
  /*
            .tri2{
                float:right;
                margin-top:10px;
                width: 0;
                height: 0;
                border-bottom: 7px solid #d0e4f7;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
            }

*/
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .ticker-chevrons {
  float: left;
  margin-left: 5px;
  max-width: 65%;
  overflow: hidden;
  overflow-wrap: break-word;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .ticker-chevrons .ticker-chevron {
  padding: 0 6px !important;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .ticker {
  float: left;
  margin-left: 5px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .ticker .ticker-chevron {
  padding: 0 6px !important;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .source {
  padding-right: 4px;
  font-size: 9px;
  color: #999999;
  float: left;
  line-height: 18px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .author_outer {
  float: right;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .author_outer .author,
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .author_outer .source {
  float: right;
  font-size: 9px;
  color: #999999;
  margin-right: 6px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .author a {
  color: #999999;
  text-decoration: none;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .icon {
  float: right;
  color: #BCBCBC;
  font-size: 12px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .upper-row-header {
  height: 16px;
  /*width: 70%;*/
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .tweet-api {
  margin-top: -18px;
  font-size: 17px;
  margin-right: 12px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .by-line .tweet-api .img {
  height: 12px;
  margin-top: 3px;
  margin-right: 1px;
  outline: none;
  border: none;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item {
  float: left;
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #BCBCBC;
  /*                    &:hover{
                        .sq-icon{
                           background:#b4c5d5;
                        }
                        .tri{
                            border-top: 16px solid #b4c5d5;
                        }
                    }*/
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item .corner-design {
  width: 100%;
  height: 16px;
  margin-bottom: -16px;
  /*
                        .tri{
                           float:right;
                           width: 0;
                           height: 0;
                           border-left: 16px solid transparent;
                           border-top: 16px solid #d0e4f7;
                        }
                        */
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item .corner-design .sq-icon {
  float: right;
  width: 10px;
  height: 10px;
  padding: 3px;
  font-size: 10px;
  margin-right: 3px;
  color: #666666;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item .headline-container {
  padding: 10px 12px 0px 12px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item .headline-title-wrapper {
  padding: 0 40px 0 0;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item .headline-title-wrapper .headline-title {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item .headline-title-wrapper .headline-title a {
  color: #437FB7;
  text-decoration: none;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item .headline-content {
  padding-top: 5px;
  font-size: 11px;
  color: #232323;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item .headline-datestamp {
  color: #999999;
  font-size: 10px;
  padding-left: 12px;
  padding-top: 5px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .headline-item:hover {
  background: #e8eef7;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .blue {
  background-color: #E0F0FC;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .blue:hover {
  background-color: #FFFDE0;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item.blue,
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item:hover {
  /*border-top: 1px solid #bbb;*/
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item {
  width: 100%;
  border-bottom: 1px solid #BCBCBC;
  -moz-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  overflow-x: hidden;
  position: relative;
  /*                    &:hover{
                    border-bottom:1px solid #b4c5d5;
                    border-top:1px solid #b4c5d5;
                        /*
                        .icon{
                            background:#b4c5d5;
                        }
                        .tri3{
                            border-top:8px solid #b4c5d5;
                            border-right: 8px solid #b4c5d5;
                        }
                    }*/
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .time-holder {
  width: 100%;
  height: 16px;
  margin-bottom: -15px;
  /*
                        .tri3{
                            border-top: 8px solid #d0e4f7;//#2c557b;
                            border-left: 8px solid transparent;
                            border-right: 8px solid #d0e4f7;
                            border-bottom: 8px solid transparent;
                            float:right;
                        }
                       */
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .author,
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .source {
  float: right;
  font-size: 10px;
  line-height: 12px;
  color: #999999;
  padding: 2px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .author a,
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .source a {
  text-decoration: none;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .icon {
  float: right;
  font-size: 10px;
  height: 10px;
  padding: 3px;
  margin-right: 3px;
  color: #666666;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .tweet-full-container {
  padding-left: 6px;
  padding-right: 10px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 60px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .tweet-left-container {
  float: left;
  height: 48px;
  width: 48px;
  margin-right: 5px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .tweet-left-container .tweet-profile-pic {
  height: 48px;
  width: 48px;
  background: grey;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .tweet-right-container {
  margin-left: 55px;
  padding-left: 1px;
  padding-right: 6px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .tweet-right-container .upper-row-header {
  height: 17px;
  padding-bottom: 1px;
  box-sizing: content-box;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .tweet-right-container .ticker-chevrons .ticker-chevron {
  margin-right: 5px !important;
  cursor: pointer;
  font-family: Helvetica Neue, sans-serif;
  font-size: 9px;
  text-align: center;
  color: #ffffff;
  background-color: #3d7fba;
  border-radius: 3px;
  border: 1px solid #3d7fba;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 0 6px;
  line-height: 16px;
  white-space: nowrap;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .tweet-right-container .author_outer .author {
  color: #999;
  display: block;
  font-size: 9px;
  line-height: 18px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item .tweet-right-container .author_outer .author a {
  color: #999999;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .tweet-item:hover {
  background: #e8eef7;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row {
  height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BCBCBC;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .col {
  float: left;
  font-size: 10px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .col .header-title {
  font-size: 9px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .col .entry {
  margin-left: 1px;
  white-space: nowrap;
  overflow: hidden;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .col .entry .ticker-chevron {
  float: left;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .col .doc-fetch-link {
  cursor: pointer;
  padding-right: 10px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .col .ticker-company-link {
  cursor: pointer;
  padding: 1px 3px 1px 3px;
  width: 26px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .index-number {
  width: 7%;
  font-size: 9px;
  margin-top: 1px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .ticker {
  width: 46px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .type {
  width: 68px;
  /*width:88px;*/
  color: #437FB7;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .date {
  /*width:43px;*/
  width: 45px;
  font-size: 9px;
  margin-top: 1px;
  color: #A0A0A0;
  margin-left: 6px;
  cursor: pointer;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .hits {
  width: 0px;
  text-align: center;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .pgs {
  width: 24px;
  font-size: 9px;
  text-align: left;
  margin-left: 12px;
  cursor: pointer;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .hts {
  margin-left: 1px;
  cursor: pointer;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .score {
  margin-left: 1px;
  cursor: pointer;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row .popouticon {
  width: 14px;
  color: #437FB7;
  cursor: pointer;
  float: right;
  margin-right: 5px;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .data-row:hover {
  background: #FFFDE0;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .selected-row {
  /*background:#eff2f7;*/
  background-color: #ebebff;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .doc-load-more,
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .doc-end-result {
  /*display: none;*/
  float: left;
  width: 100%;
  cursor: pointer;
  height: 36px;
  border-top: 1px solid #8ABFD7;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .doc-load-more .load-text,
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .doc-end-result .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  padding-top: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#tweetsearch-html-new .mid-main-col .bottom-row .results-holder .doc-end-result {
  cursor: auto;
}
#tweetsearch-html-new .mid-main-col .bottom-row .doc-holder {
  overflow-y: auto;
  width: 300px;
  float: left;
  position: relative;
}
#tweetsearch-html-new .mid-main-col .bottom-row .doc-holder .trending-item {
  cursor: pointer;
  padding: 4px 10px;
  font-size: 9px;
  border-bottom: 1px solid #BCBCBC;
}
#tweetsearch-html-new.winversion .social-search-controls .filters-wrapper .filter.filter-ticker .menu-overlay,
#tweetsearch-html-new.winversion .social-search-controls .filters-wrapper .filter .filter-trending .menu-overlay {
  width: 673px;
}
#tweetsearch-html-new.winversion .social-search-controls .filters-wrapper .filter.filter-trending .menu-overlay {
  width: 673px;
}
.note-undo {
  cursor: pointer;
}
.note-undo .content-undo {
  padding: 10px;
  color: #595959;
  border-bottom: 1px solid lightgray;
}
.note-undo .content-undo .date {
  text-align: right;
  font-size: 10px;
}
.note-undo .content-undo .text {
  font-size: 13px;
}
.note-undo p {
  margin: 0px;
  padding: 0px;
}
.toggle-color {
  background: white;
}
#welcome-screen {
  background: white;
  background-color: rgba(0, 0, 0, 0.8);
  /*max-width: 744px;*/
  position: absolute;
  top: 42px;
  /*margin-left: 380px;*/
  /*margin-top: 106px;*/
  /*min-width:645.343px;*/
  /*height: 500px;*/
  /*position: absolute;*/
  /*top: 106px;*/
  /*left: 384px;*/
  /*background: red;*/
  /*border: 1px solid lightgray;*/
  z-index: 10;
}
#welcome-screen #background {
  /*position: absolute;*/
  background: white;
  width: 842px;
}
#welcome-screen .message-header {
  width: 100%;
  text-align: center;
  padding-top: 7px;
  /*padding-bottom: 7px;*/
  font-weight: bold;
  font-size: 22px;
  background: #FAFAFA;
  /*border-bottom: 1px solid lightgray;*/
}
#welcome-screen .message-header .border {
  width: 100%;
  height: 7px;
  background: #F5F5F5;
  border-bottom: 1px solid lightgray;
}
#welcome-screen .message-subheader {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 17px;
  font-size: 13px;
  margin-bottom: 27px;
  padding-top: 10px;
}
#welcome-screen .menu-items {
  margin-left: 46px;
  margin-right: 46px;
  border: 1px solid lightgray;
  border-bottom: 0px;
  /*height: 300px;*/
}
#welcome-screen .menu-items .row {
  width: 100%;
  height: 95px;
  border-bottom: 1px solid lightgray;
  min-width: 553px;
}
#welcome-screen .menu-items .row .element1 {
  width: 50%;
  border-right: 1px solid lightgray;
  height: 100%;
}
#welcome-screen .menu-items .row .search-icon {
  float: left;
  width: 52px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 23px;
  font-size: 28px;
  padding-left: 20px;
}
#welcome-screen .menu-items .row .title {
  padding-top: 11px;
  font-size: 15px;
  font-weight: bold;
}
#welcome-screen .menu-items .row .title-summary {
  margin-top: 3px;
  font-size: 12px;
  /*text-align: justify;*/
  margin-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 58px;
}
#welcome-screen .start-button,
#welcome-screen .skip-button {
  background: #D4F0FF;
  border: 1px solid lightgray;
  padding: 16px;
  float: right;
  margin-right: 35px;
  margin-bottom: 15px;
  border-radius: 4px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 12px;
  cursor: pointer;
}
#quickguide {
  /*margin-top: 1px;*/
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  top: 42px;
}
#quickguide #lines {
  width: 100%;
  height: 110px;
  overflow: hidden;
}
#quickguide #lines .line1 {
  width: 2px;
  height: 110px;
  background-color: white;
  float: left;
  margin-left: 24px;
  /* Rotate div */
  /*transform:rotate(7deg);*/
  /*-ms-transform:rotate(7deg);  IE 9 */
  /*-webkit-transform:rotate(7deg);  Safari and Chrome */
}
#quickguide #lines .line2 {
  width: 2px;
  height: 122px;
  background-color: white;
  float: left;
  margin-left: 163px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform-origin: 0% 22%;
  -ms-transform-origin: 0% 22%;
}
#quickguide #lines .line3 {
  width: 2px;
  height: 307px;
  background-color: white;
  float: left;
  margin-left: 37px;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  -webkit-transform-origin: 0% 2%;
  -ms-transform-origin: 0% 2%;
}
#quickguide #lines .line4 {
  width: 2px;
  height: 125px;
  background-color: white;
  float: right;
  margin-left: 37px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform-origin: 0% 2%;
  -ms-transform-origin: 0% 2%;
  margin-right: 27px;
  margin-left: 0px;
}
#quickguide #lines .line5 {
  width: 2px;
  height: 246px;
  background-color: white;
  float: right;
  margin-left: 3px;
  -webkit-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  -webkit-transform-origin: 0% 2%;
  -ms-transform-origin: 0% 2%;
  margin-right: 51px;
}
#quickguide #arrow-def {
  color: white;
}
#quickguide #arrow-def .title {
  font-size: 14px;
  font-weight: bold;
}
#quickguide #arrow-def .sub-title {
  font-size: 11px;
  margin-top: 3px;
}
#quickguide #arrow-def .def1 {
  width: 130px;
  margin-top: 3px;
  margin-left: 14px;
  float: left;
}
#quickguide #arrow-def .def2 {
  width: 130px;
  margin-top: 3px;
  margin-left: 90px;
  float: left;
}
#quickguide #arrow-def .def3 {
  width: 130px;
  margin-top: 3px;
  margin-left: 141px;
  float: left;
}
#quickguide #arrow-def .def4 {
  width: 130px;
  margin-top: 3px;
  margin-right: 35px;
  float: right;
}
#quickguide #arrow-def .def5 {
  width: 130px;
  margin-top: 3px;
  margin-right: 40px;
  float: right;
}
#quickguide .start-button {
  background: #D4F0FF;
  border: 1px solid lightgray;
  padding: 14px;
  clear: both;
  border-radius: 38px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  float: left;
  margin-left: 80px;
}
#close-popup {
  border-radius: 3px;
  width: 270px;
  height: 150px;
  float: left;
  clear: both;
  /*background: white;*/
}
#close-popup .text {
  color: white;
  /*width: 100%;*/
  /*height: 90px;*/
  margin-bottom: 10px;
  padding: 6px;
  font-size: 12px;
}
#highlight-detail {
  margin: 25px;
  overflow-y: auto;
  overflow-x: auto;
  margin-right: 0px;
}
#highlight-detail table {
  width: 100%;
}
#highlight-detail .doc-detail {
  color: #437FB7;
  font-size: 10px;
  height: 15px;
}
#highlight-detail .doc-detail .doctitle {
  margin-right: 15px;
  margin-top: 8px;
  cursor: pointer;
}
#highlight-detail .doc-detail .doc-date {
  margin-right: 21px;
}
#highlight-detail .doc-detail .doc-ticker {
  margin-top: -2px;
}
#highlight-detail .highlight-text {
  margin-top: 15px;
  font-size: 12px;
}
#note-inputs-show {
  display: none;
  overflow: hidden;
}
#note-inputs-show .doc-icon-show {
  margin-top: 18px;
  margin-left: 15px;
  font-size: 11px;
}
#note-inputs-show .note-title-add {
  height: 37px;
  border-bottom: 1px solid gold;
}
#note-inputs-show .highlight-note-inputs {
  float: left;
  border: 0px;
  resize: none;
  background: #fbf57b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 95%;
  /*max-width: 95%;*/
  outline-color: transparent;
  outline-style: none;
  height: 80px;
  max-height: 80px;
  /*margin-left: 18px;*/
  margin-bottom: 6px;
}
#note-inputs-show #note-actions {
  border: 1px solid #c5c5a5;
  height: 23px;
  background-color: #f5f5f5;
  border-top: 1px solid #c5c5a5;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 2px 2px 3px 3px;
}
#note-inputs-show #note-actions .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@fmc-whiteFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#delete-note {
  color: #999;
  line-height: 20px;
  font-size: 11px;
  padding-left: 3px;
}
.feed .feed-icon {
  font-size: 10px;
  width: 10px;
  height: 10px;
  padding-top: 7px;
  padding-left: 15px;
}
.feed .feedback-added {
  text-align: justify;
  font-size: 12px;
  margin-left: 35px;
  margin-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.feed .feedback-added .create-time {
  font-size: 9px;
  color: #696969;
  padding-top: 2px;
}
.feed .feedback-added .sub-comment {
  height: 15px;
  margin-top: 3px;
  outline: none;
  resize: none;
  width: 700px;
  font-size: 10px;
  border: 1px solid lightgray;
  border-radius: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Helvetica Neue, sans-serif;
}
.feed .spacer {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background: #BDBDBD;
  margin-left: 14px;
  margin-right: 14px;
}
#feedback {
  width: 685px;
  height: 85px;
  padding: 5px;
  resize: none;
  border-radius: 10px;
  outline: none;
  font-family: Helvetica Neue, sans-serif;
}
.feed-load-more,
.feed-end-results {
  /*display: none;*/
  float: left;
  width: 100%;
  cursor: pointer;
  height: 35px;
  border-top: 1px solid #8ABFD7;
  border-right: 1px solid #8ABFD7;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
}
.feed-load-more .load-text,
.feed-end-results .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  padding-top: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.backgrnd {
  background: lightgrey;
}
.textarea {
  margin-left: 10px;
  padding-left: 5px;
  width: 97%;
  padding-top: 8px;
  font-size: 12px;
  height: 22px;
  border-bottom: 1px solid #595959;
  color: #437FB7;
}
.textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #437FB7;
  font-size: 12px;
  /*letter-spacing:0.5px;*/
  /*padding-top:5px;    */
}
.textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #437FB7;
  font-size: 12px;
}
.textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #437FB7;
  font-size: 12px;
}
.textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #437FB7;
  font-size: 12px;
}
#ms-sel-ctn-0 input::-webkit-input-placeholder {
  /* WebKit browsers */
  /*color: #437FB7;*/
  font-size: 10px;
  /*letter-spacing:0.5px;*/
  padding-top: 1px;
}
#ms-sel-ctn-0 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  /*color: #437FB7;*/
  font-size: 10px;
  padding-top: 1px;
}
#ms-sel-ctn-0 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  /*color: #437FB7;*/
  font-size: 10px;
  padding-top: 1px;
}
#ms-sel-ctn-0 input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  /*color: #437FB7;*/
  font-size: 10px;
  padding-top: 1px;
}
.wid50 {
  width: 50%;
}
#app-search-table table a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
#app-search-table table a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
#app-search-table table a:active,
#app-search-table table a:hover {
  color: #bd5a35;
  text-decoration: underline;
}
#app-search-table table {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #666;
  font-size: 12px;
  /*text-shadow: 1px 1px 0px @fmc-white;*/
  background: #eaebec;
  margin: 20px;
  border: #ccc 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
#app-search-table table th {
  /*padding:21px 25px 22px 25px;*/
  padding: 0px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
  cursor: pointer;
  font-size: 10px;
  width: 100px;
}
#app-search-table table th:first-child {
  text-align: left;
  padding-left: 20px;
}
#app-search-table table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
#app-search-table table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
#app-search-table table tr {
  text-align: center;
  padding-left: 20px;
}
#app-search-table table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}
#app-search-table table td {
  padding: 18px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
#app-search-table table tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
#app-search-table table tr:last-child td {
  border-bottom: 0;
}
#app-search-table table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#app-search-table table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#app-search-table table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
/*#screen-bottomrow{*/
/*table a:link {*/
/*color: #666;*/
/*font-weight: bold;*/
/*text-decoration:none;*/
/*}*/
/*table a:visited {*/
/*color: #999999;*/
/*font-weight:bold;*/
/*text-decoration:none;*/
/*}*/
/*table a:active,*/
/*table a:hover {*/
/*color: #bd5a35;*/
/*text-decoration:underline;*/
/*}*/
/*table {*/
/*font-family:Arial, Helvetica, sans-serif;*/
/*color:#666;*/
/*font-size:12px;*/
/*text-shadow: 1px 1px 0px @fmc-white;*/
/*background:#eaebec;*/
/*margin:20px;*/
/*border:#ccc 1px solid;*/
/*-moz-border-radius:3px;*/
/*-webkit-border-radius:3px;*/
/*border-radius:3px;*/
/*-moz-box-shadow: 0 1px 2px #d1d1d1;*/
/*-webkit-box-shadow: 0 1px 2px #d1d1d1;*/
/*box-shadow: 0 1px 2px #d1d1d1;*/
/*}*/
/*table th {*/
/*padding:21px 25px 22px 25px;*/
/*padding: 0px;*/
/*border-top:1px solid #fafafa;*/
/*border-bottom:1px solid #e0e0e0;*/
/*background: #ededed;*/
/*background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));*/
/*background: -moz-linear-gradient(top,  #ededed,  #ebebeb);*/
/*cursor: pointer;*/
/*font-size:10px;*/
/*width: 100px;*/
/*}*/
/*table th:first-child {*/
/*text-align: left;*/
/*padding-left:20px;*/
/*}*/
/*table tr:first-child th:first-child {*/
/*-moz-border-radius-topleft:3px;*/
/*-webkit-border-top-left-radius:3px;*/
/*border-top-left-radius:3px;*/
/*}*/
/*table tr:first-child th:last-child {*/
/*-moz-border-radius-topright:3px;*/
/*-webkit-border-top-right-radius:3px;*/
/*border-top-right-radius:3px;*/
/*}*/
/*table tr {*/
/*text-align: center;*/
/*padding-left:20px;*/
/*}*/
/*table td:first-child {*/
/*text-align: left;*/
/*padding-left:20px;*/
/*border-left: 0;*/
/*}*/
/*table td {*/
/*padding:18px;*/
/*border-top: 1px solid @fmc-white;*/
/*border-bottom:1px solid #e0e0e0;*/
/*border-left: 1px solid #e0e0e0;*/
/*background: #fafafa;*/
/*background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));*/
/*background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);*/
/*}*/
/*table tr.even td {*/
/*background: #f6f6f6;*/
/*background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));*/
/*background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);*/
/*}*/
/*table tr:last-child td {*/
/*border-bottom:0;*/
/*}*/
/*table tr:last-child td:first-child {*/
/*-moz-border-radius-bottomleft:3px;*/
/*-webkit-border-bottom-left-radius:3px;*/
/*border-bottom-left-radius:3px;*/
/*}*/
/*table tr:last-child td:last-child {*/
/*-moz-border-radius-bottomright:3px;*/
/*-webkit-border-bottom-right-radius:3px;*/
/*border-bottom-right-radius:3px;*/
/*}*/
/*table tr:hover td {*/
/*background: #f2f2f2;*/
/*background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));*/
/*background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);*/
/*}*/
/*}*/
.redactor-url {
  position: absolute;
  /*left: 896px;*/
  /*top: 133px;*/
  font-size: 12px;
  background: white;
  border: 1px solid lightgray;
  background: #eff2f7;
  padding: 5px;
  padding-bottom: 10px;
  border-radius: 15px;
}
.redactor-url .text {
  float: left;
  margin-right: 10px;
}
.redactor-url .clear-icon {
  font-size: 10px;
  margin-top: 2px;
}
.editor-name {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.editor-name .edit {
  font-size: 11px;
  width: 100px;
  background-color: #4482bd;
  height: 14px;
  padding: 3px;
  border: 1px solid #595959;
  color: white;
}
.editor-name .edit .editor-nae {
  font-weight: bold;
  margin-left: 56px;
}
.note-tags-content {
  color: #595959;
  border: 1px solid lightgray;
  background: #F3F3F3;
  padding-bottom: 1px;
  padding-top: 1px;
  cursor: pointer;
  border-radius: 15px;
  padding-left: 5px;
  margin-bottom: 2px;
  padding-right: 5px;
  font-size: 9px;
}
.easy_image_remove {
  position: absolute;
  z-index: 100;
  font-size: 10px;
  color: #545454;
  background: #D3E0EC;
  padding: 3px;
  border: 1px solid #a7c1f9;
  border-radius: 2px;
  padding-left: 8px;
}
.easy_image_remove span {
  margin-top: 1px;
  margin-left: 10px;
  margin-right: 5px;
  cursor: pointer;
}
#users_dropdown {
  position: absolute;
  top: 0px;
  background: white;
  box-shadow: 0px 1px 5px -2px #1e374d;
  overflow: auto;
  min-width: 280px;
  max-width: 400px;
  z-index: 1002;
  border-radius: 3px;
  /*.sharing_user_item:hover{*/
  /*background:#4A4A4A;*/
  /*color:white;*/
  /*.username{*/
  /*b{*/
  /*color: white;*/
  /*}*/
  /*}*/
  /*}*/
}
#users_dropdown .sharing_user_item {
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  clear: both;
  min-height: 30px;
  cursor: pointer;
  padding: 6px 12px;
  overflow: hidden;
}
#users_dropdown .sharing_user_item .name-initials {
  width: 26px;
  height: 26px;
  background: #e8eef7;
  border: 1px solid #e8eef7;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #698094;
  text-transform: uppercase;
  margin-right: 18px;
}
#users_dropdown .sharing_user_item .fullname {
  margin-right: 6px;
  text-transform: capitalize;
  font-family: Helvetica Neue, sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #717d8a;
}
#users_dropdown .sharing_user_item .username {
  line-height: 24px;
  color: #7f9fbd;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
}
#users_dropdown .item-selected {
  background: #e8eef7;
}
#users_dropdown .item-selected .name-initials {
  background: #ffffff;
}
#failed_upload {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2200;
  margin: auto;
  font-size: 13px;
  color: #545454;
  background: #D3E0EC;
  border: 1px solid #a7c1f9;
  border-radius: 2px;
  margin-left: 48%;
  margin-top: 13%;
  padding: 23px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#invitepopup {
  position: fixed;
  color: #666666;
  z-index: 1007;
}
#invitepopup .selectall-container {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-bottom: 18px;
}
#invitepopup .select-section {
  width: 115px;
  margin-right: -28px;
}
#invitepopup .noti-modal {
  background: #354051;
  opacity: 0.7;
}
#invitepopup .container-modal {
  width: 960px;
  position: absolute;
  top: 0px;
  overflow: hidden;
}
#invitepopup .container-modal .header {
  background: #e8f1f9;
  color: #7e91ad;
  font-size: 18px;
  line-height: 24px;
  padding-top: 16px;
  padding-bottom: 14px;
  height: 24px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#invitepopup .container-modal .header .message {
  text-align: center;
  width: 100%;
}
#invitepopup .container-modal .header .close-popup {
  margin-top: 10px;
  margin-right: 15px;
  cursor: pointer;
}
#invitepopup .container-modal .header .close {
  color: #666;
  font-size: 18px;
  position: absolute;
  right: 0px;
}
#invitepopup .container-modal .header .close div.close-msg {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: -3px;
  padding-left: 21px;
  padding-right: 12px;
}
#invitepopup .container-modal .header .close div.close-msg,
#invitepopup .container-modal .header .close i {
  cursor: pointer;
}
#invitepopup .container-modal .mrb36 {
  margin-bottom: 36px;
}
#invitepopup .container-modal .mrb24 {
  margin-bottom: 24px;
}
#invitepopup .container-modal .modal-content {
  padding: 36px 42px;
  background: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#invitepopup .container-modal .modal-content .check,
#invitepopup .container-modal .modal-content .uncheck {
  cursor: pointer;
}
#invitepopup .container-modal .modal-content .wd1 {
  width: 436px;
}
#invitepopup .container-modal .modal-content .wd2 {
  width: 400px;
}
#invitepopup .container-modal .modal-content .wd3 {
  width: 900px;
  margin: 0px auto;
}
#invitepopup .container-modal .modal-content .close {
  padding: 12px 18px 12px 18px;
  font-size: 16px;
  line-height: 18px;
  /* width: 60px; */
  /* margin: 156px; */
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  float: right;
  margin-top: -28px;
  margin-right: 0px;
  border: 2px solid #ccd8e6;
  color: #3F7EBC;
}
#invitepopup .container-modal .modal-content .close:hover {
  background: #3F7EBC;
  color: #ffffff;
}
#invitepopup .container-modal .modal-content .send-link {
  background: #3F7EBC;
  color: #ffffff;
  padding: 12px 18px 12px 18px;
  font-size: 16px;
  line-height: 18px;
  /* width: 60px; */
  /* margin: 156px; */
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  float: left;
  margin-top: -28px;
  border: 2px solid #3F7EBC;
}
#invitepopup .container-modal .modal-content .send-link:hover {
  background: #336ea6;
}
#invitepopup .container-modal .modal-content .text1 {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  text-align: center;
}
#invitepopup .container-modal .modal-content .container {
  height: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#invitepopup .container-modal .modal-content .container .emails input {
  width: 226px;
  height: 36px;
  border: 1px solid #cccccc;
  margin-right: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  color: #cccccc;
  padding: 6px 12px;
}
#invitepopup .container-modal .modal-content .container .emails input:last-child {
  margin-right: 0;
}
#invitepopup .container-modal .modal-content .container .rendom {
  display: inline-block;
}
#invitepopup .container-modal .modal-content .container .rendom input {
  width: 376px;
  height: 36px;
  border: 1px solid #cccccc;
  margin-right: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 12px;
  margin-left: 148px;
}
#invitepopup .container-modal .modal-content .container .rendom i.social {
  font-size: 36px;
  color: #666666;
  cursor: pointer;
  margin-right: 12px;
  margin-top: 8px;
}
#invitepopup .container-modal .modal-content .container .rendom i.social:last-child {
  margin-right: 0px;
}
#invitepopup .container-modal .modal-content .container .rendom i.fa-facebook-square:hover {
  color: #3b5998;
}
#invitepopup .container-modal .modal-content .container .rendom i.fa-google-plus-square:hover {
  color: #dd4b39;
}
#invitepopup .container-modal .modal-content .container .rendom i.fa-twitter-square:hover {
  color: #4099ff;
}
#invitepopup .container-modal .modal-content .container .rendom i.fa-linkedin-square:hover {
  color: #0e76a8;
}
#invitepopup .container-modal .modal-content .container .h60 {
  height: 62px;
}
#invitepopup .container-modal .modal-content .container .text {
  color: #666;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
#invitepopup .container-modal .modal-content .container .seperator {
  background: #E8F1F9;
  margin: 18px 0px;
  height: 1px;
}
#invitepopup .container-modal .modal-content .container .send-invite-button {
  background: #3F7EBC;
  color: #ffffff;
  padding: 12px 18px 12px 18px;
  font-size: 16px;
  line-height: 18px;
  width: 90px;
  margin: 0px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 18px;
  cursor: pointer;
  text-align: center;
}
#invitepopup .container-modal .modal-content .container .send-invite-button:hover {
  background: #336ea6;
}
#invitepopup .container-modal .modal-content .container .follow-start-button {
  background: #3F7EBC;
  color: #ffffff;
  padding: 12px 18px 12px 18px;
  font-size: 16px;
  line-height: 18px;
  margin: 0px auto;
  border-radius: 4px;
  margin-bottom: 18px;
  cursor: pointer;
  text-align: center;
  margin-right: 18px;
  margin-left: 284px;
  border: 2px solid #3F7EBC;
}
#invitepopup .container-modal .modal-content .container .follow-start-button:hover {
  background: #336ea6;
}
#invitepopup .container-modal .modal-content .container .skip-screen2 {
  padding: 12px 18px 12px 18px;
  font-size: 16px;
  line-height: 18px;
  margin: 0px auto;
  border-radius: 4px;
  margin-bottom: 18px;
  cursor: pointer;
  text-align: center;
  float: left;
  border: 2px solid #ccd8e6;
  color: #3F7EBC;
}
#invitepopup .container-modal .modal-content .container .skip-screen2:hover {
  background: #3F7EBC;
  color: #ffffff;
}
#invitepopup .container-modal .modal-content .container .alltickers {
  margin-bottom: 18px;
  overflow-y: hidden;
}
#invitepopup .container-modal .modal-content .container .selected-item {
  font-size: 12px;
  width: 85px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 5px 0px 6px 7px;
  border-radius: 5px;
  cursor: pointer;
  background: #7F91AD;
  color: white;
  border: 1px solid transparent;
  line-height: 18px;
}
#invitepopup .container-modal .modal-content .container .selected-item .name {
  padding-top: 3px;
}
#invitepopup .container-modal .modal-content .container .selected-item .imageclass2 {
  height: 18px;
  margin-left: 0px;
  margin-right: 6px;
  margin-top: 2px;
  float: left;
}
#invitepopup .container-modal .modal-content .container .selected-item .imageclass1 {
  height: 18px;
  margin-left: 0px;
  margin-right: 6px;
  margin-top: 2px;
  float: left;
  display: none;
}
#invitepopup .container-modal .modal-content .container .alert-item {
  font-size: 12px;
  width: 85px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 5px 0px 6px 7px;
  border-radius: 5px;
  cursor: pointer;
  background: white;
  color: #979797;
  border: 1px solid #979797;
  line-height: 18px;
}
#invitepopup .container-modal .modal-content .container .alert-item .name {
  padding-top: 3px;
}
#invitepopup .container-modal .modal-content .container .alert-item .imageclass2 {
  height: 18px;
  margin-left: 0px;
  margin-right: 6px;
  margin-top: 2px;
  float: left;
  display: none;
}
#invitepopup .container-modal .modal-content .container .alert-item .imageclass1 {
  height: 18px;
  margin-left: 0px;
  margin-right: 6px;
  margin-top: 2px;
  float: left;
}
#invitepopup .container-modal .modal-content .container .alert-item:hover {
  opacity: 0.8;
}
#invitepopup .container-modal .modal-content .container .selectall-container .selectall {
  width: 18px;
  margin-right: 6px;
  margin-top: 0px;
}
#invitepopup .container-modal .modal-content .container .selectall-container .text {
  padding-top: 1px;
}
#invitepopup .container-modal .modal-content .mt18 {
  padding-top: 18px;
}
#invitepopup .container-modal .modal-content .mt36 {
  padding-top: 36px;
}
#invitepopup .container-modal .modal-content .mb18 {
  padding-bottom: 18px;
}
#invitepopup .container-modal .modal-content .right-wrapper {
  width: 303px;
}
#invitepopup .container-modal .modal-content .right-wrapper img {
  width: 100%;
  height: 285px;
  margin-top: 15px;
}
#invitepopup .container-modal .modal-content .left-wrapper {
  width: 205px;
  white-space: pre-wrap;
  margin-right: 24px;
}
#invitepopup .container-modal .modal-content .left-wrapper .updates-button {
  float: left;
  background: #407FBD;
  color: white;
  padding: 12px 10px 15px 11px;
  border-radius: 5px;
  cursor: pointer;
}
#invitepopup .container-modal .modal-content .left-wrapper .subheader {
  margin-bottom: 18px;
  line-height: 24px;
  font-size: 18px;
}
#invitepopup .container-modal .modal-content .left-wrapper .line {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}
#popup-share {
  position: absolute;
  height: 100%;
  background: black;
  width: 100%;
  opacity: 0.65;
  z-index: 1001;
}
#popup-share-container {
  background: white;
  /*padding: 20px;*/
  /*width: 570px;*/
  position: absolute;
  z-index: 1002;
  opacity: 1;
  border: 1px solid #E8F1F9;
  min-width: 400px;
  border-radius: 4px;
}
#popup-share-container .content-popup {
  padding: 12px;
}
#popup-share-container .close-popup {
  color: #8092ac;
  font-size: 14px;
  margin-top: 12px;
  margin-right: 14px;
  cursor: pointer;
  line-height: 18px;
}
#popup-share-container .header-popup {
  height: 42px;
  text-align: center;
  background-color: #E8F1F9;
}
#popup-share-container .header-popup .message {
  font-size: 14px;
  margin-top: 12px;
  margin-left: 20px;
  color: #8092AC;
  line-height: 18px;
  width: 350px;
}
#popup-share-container .share-message {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 18px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #666666;
}
#popup-share-container .share-message .message1 {
  font-size: 9px;
  margin-right: 1px;
}
#popup-share-container .share-message .email-check-all {
  width: 10px;
}
#popup-share-container .share-message .mail {
  margin-top: 4px;
}
#popup-share-container .top-roww {
  border-bottom: 4px solid #ebebeb;
  /*height: 50px;*/
  margin-bottom: 5px;
  min-height: 50px;
}
#popup-share-container .top-roww .makepublic {
  float: right;
  font-size: 9px;
  /*width: 82px;*/
}
#popup-share-container .top-roww .makepublic .message {
  float: left;
  margin-top: 4px;
}
#popup-share-container .top-roww .makepublic .public-check {
  width: 10px;
}
#popup-share-container .top-roww .emailnotifications {
  float: right;
  font-size: 9px;
  margin-right: 10px;
}
#popup-share-container .top-roww .emailnotifications .message {
  float: left;
  margin-top: 4px;
}
#popup-share-container .top-roww .emailnotifications .public-check {
  width: 10px;
}
#popup-share-container .top-roww #url-share {
  font-size: 12px;
  color: #668EBA;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  float: left;
  padding: 4px;
  /*max-width: 98%;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}
#popup-share-container .middle-row {
  clear: both;
  margin-bottom: 12px;
}
#popup-share-container .middle-row .shared-users {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #e8f1f9;
  padding: 6px 12px;
  border: 1px solid #e8f1f9;
  border-radius: 4px;
}
#popup-share-container .middle-row .shared-users .user {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  color: #666666;
  padding: 3px 0;
}
#popup-share-container .middle-row .shared-users .user .name {
  width: 125px;
}
#popup-share-container .middle-row .shared-users .user .clear-icon {
  float: left;
  margin-top: 4px;
  font-size: 10px;
  cursor: pointer;
}
#popup-share-container .middle-row .shared-users .user .usericon {
  font-size: 14px;
  margin-right: 12px;
  margin-left: 6px;
  line-height: 18px;
}
#popup-share-container .middle-row .shared-users .user .email-check {
  width: 10px;
  margin-right: 3px;
  outline: none;
}
#popup-share-container .bottom-roww .add-user-name-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 12px;
  outline: none;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
#popup-share-container .buttons {
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  line-height: 18px;
}
#popup-share-container .buttons .submit-button {
  padding: 6px 12px;
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  color: #ffffff;
}
#popup-share-container .buttons .submit-button:hover {
  cursor: pointer;
  background-color: #336ea6;
}
#popup-share-container .buttons .cancel-button {
  padding: 6px 12px;
  color: #3d7fba;
}
#popup-share-container .buttons .cancel-button:hover {
  cursor: pointer;
}
.new-tooltip {
  display: none;
  position: absolute;
}
.new-tooltip[tool-title]:after {
  content: attr(tool-title);
  display: inline-block;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
  padding: 6px;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  font-size: 14px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: normal;
}
#single-note-html {
  min-width: 1280px;
  background: #f9f9f9;
}
#single-note-html #note-content {
  margin: 0 0 0 150px;
  position: relative;
  border-left: 1px solid #ccd8e8;
  border-right: 1px solid #ccd8e8;
  box-sizing: border-box;
}
#single-note-html #note-content .ck-wrapper .title-additional-content,
#single-note-html #note-content .ro-wrapper .title-additional-content,
#single-note-html #note-content .note-wrapper .title-additional-content {
  top: -2px;
}
#single-note-html #note-content .note-wrapper .created-date {
  right: -5px !important;
}
#single-note-html #note-content .note-wrapper .created-date:after {
  display: none;
}
#single-note-html #note-content #shared-users-add-show {
  /*background:#D3E0EC;*/
  height: 30px;
}
#single-note-html #note-content #shared-users-add-show .share-user-msg-text {
  border-left: 2px solid #EBEFF4;
  height: 30px;
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper {
  position: relative;
  overflow: hidden;
  height: 30px;
  border: 1px solid transparent;
  margin-top: -1px;
  display: none;
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.minimized,
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.expanded {
  overflow: hidden;
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.minimized .all-users,
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.expanded .all-users {
  margin-right: 16px;
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse,
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse {
  position: absolute;
  top: 6px;
  right: 3px;
  color: #698094;
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.minimized {
  height: 30px;
  border: 1px solid transparent;
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::before {
  margin-right: 4px;
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::after {
  content: "\f107";
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.expanded {
  background-color: white;
  z-index: 9999;
  border: 1px solid rgba(212, 224, 234, 0.7);
  border-radius: 3px;
  box-shadow: 0 2px 5px -2px #1e374d;
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::before {
  margin-right: 4px;
}
#single-note-html #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::after {
  content: "\f106";
}
#single-note-html #note-content #shared-users-add-show .owner-wrapper .item-new {
  float: left;
  font-size: 12px;
  color: #5C7C9A;
  font-weight: 500;
  line-height: 18px;
  padding: 3px 6px;
  border-radius: 2px;
  margin-top: 3px;
}
#single-note-html #note-content #shared-users-add-show .owner-wrapper .item-new .close-button {
  display: none;
  width: 6px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 4px 3px 0 6px;
}
#single-note-html #note-content #shared-users-add-show .all-users {
  /*width: 70.3%;*/
  float: left;
  padding: 3px 0 6px 0;
  overflow: hidden;
  /*height: 26px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
#single-note-html #note-content #shared-users-add-show .all-users .show-user {
  color: #595959;
  font-size: 10px;
  line-height: 18px;
  padding-right: 5px;
  padding-top: 4px;
}
#single-note-html #note-content #shared-users-add-show .all-users .show-user:first-child {
  padding-left: 10px;
}
#single-note-html #note-content #shared-users-add-show .all-users .item-new {
  background: #EBEFF4;
  float: left;
  font-size: 11px;
  color: #5C7C9A;
  font-weight: 500;
  line-height: 18px;
  padding: 3px 6px;
  border-radius: 2px;
  margin-bottom: 6px;
  margin-left: 6px;
}
#single-note-html #note-content #shared-users-add-show .all-users .item-new .close-button {
  width: 6px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 4px 3px 0 6px;
}
#single-note-html #note-content #shared-users-add-show .user-add input {
  width: 100px;
  max-width: 180px;
  background-color: #ffffff;
  color: #3d7fba;
  float: left;
  font-size: 11px;
  line-height: 18px;
  padding: 3px 5px;
  border-radius: 3px;
  margin-left: 6px;
  margin-top: 2px;
  outline: none;
  border: 1px solid #7db1E3;
  box-shadow: none;
  -webkit-transition: none;
}
.upload-interface-popup {
  width: 960px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 7px 14.5px 0 rgba(13, 35, 57, 0.58);
}
.upload-interface-popup .content-box {
  width: 100%;
}
.upload-interface-popup .message-content {
  width: 20.8%;
  float: left;
  background-color: #e8eef7;
  box-shadow: 1px 0 0 0 #d2e2f2;
  height: 100%;
}
.upload-interface-popup .diskUploadButtonArea {
  text-align: center;
  height: 36px;
  width: 100%;
  background-color: #3d7fba;
  font-weight: 600;
  line-height: 1.77;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
}
.upload-interface-popup .diskUploadButtonArea .laptop_icon_div {
  width: 16px;
  float: left;
  margin-left: 8.5px;
  margin-top: 10px;
}
.upload-interface-popup .diskUploadButtonArea .laptop_icon_div .icon_laptop {
  height: 16px;
  width: 16px;
  fill: #ffffff;
}
.upload-interface-popup .diskUploadButtonArea .upload_form_button {
  float: left;
  margin-left: 10px;
}
.upload-interface-popup .uploadForm {
  height: 48px;
}
.upload-interface-popup .upload-btn {
  display: none;
}
.upload-interface-popup .dragFileArea {
  margin: 10px;
  width: 727px;
  border-radius: 4px;
  background-color: #ffffff;
  border: dashed 2px #d2e2f2;
}
.upload-interface-popup .dragFileArea .upload_file_icon {
  margin-right: 51%;
  margin-left: 49%;
  height: 26px;
  width: 32px;
  cursor: pointer;
}
.upload-interface-popup .dragFileArea .drag_file_link {
  width: 252.5px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3d7fba;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  margin: 8px 263px 0px 247px;
}
.upload-interface-popup .dragFileArea .drag_file_link .browse_text {
  text-decoration: underline;
  cursor: pointer;
}
.upload-interface-popup .dragFileArea .text_in_drag_area {
  width: 360px;
  height: 33px;
  font-size: 12.5px;
  line-height: 1.68;
  letter-spacing: 0.1px;
  color: #527495;
  margin-top: 29.5px;
  text-align: center;
  margin: 30px 196px 0px 196px;
}
.upload-interface-popup .file_dragged {
  background-color: #d3e9ff;
}
.upload-interface-popup .drag_file_full_height {
  height: 86.9%;
}
.upload-interface-popup .drag_file_full_height upload_file_icon {
  margin-top: 114px;
}
.upload-interface-popup .addTicker {
  border-bottom: 1px solid #d4e0ea;
}
.upload-interface-popup .addTicker .share_text {
  width: 38px;
  height: 11.5px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 0.69;
  text-align: left;
  color: #3d7fba;
}
.upload-interface-popup .upload_file_section_small {
  height: 16%;
  position: absolute;
  bottom: 78px;
}
.upload-interface-popup .upload_file_section_small .upload_file_icon {
  margin-top: 15px;
}
.upload-interface-popup .uploadFileSection .text_in_drag_area {
  display: none;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .dollar_icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .dollar_icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .dollar_icon,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_icon,
.upload-interface-popup .uploadFileSection .note-ticker-bar .share_icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .share_icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .share_icon {
  font-size: 19px;
  line-height: 0.53;
  text-align: left;
  margin-left: 20px;
  float: left;
  margin-top: 14px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .dollar_icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .dollar_icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .dollar_icon {
  width: 10.5px;
  height: 43%;
  margin-left: 20px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_icon {
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .share_icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .share_icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .share_icon {
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .tickers,
.upload-interface-popup .uploadFileSection .note-tag-bar .tickers,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tickers,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tags,
.upload-interface-popup .uploadFileSection .note-tag-bar .tags,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tags {
  float: left;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .tickers .note-ticker,
.upload-interface-popup .uploadFileSection .note-tag-bar .tickers .note-ticker,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tickers .note-ticker,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tags .note-ticker,
.upload-interface-popup .uploadFileSection .note-tag-bar .tags .note-ticker,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tags .note-ticker {
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  border: 1px solid #3d7fba;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 1px 6px;
  vertical-align: top;
  height: 20px;
  border-radius: 3px;
  background-color: #3d7fba;
  margin: 3px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .tickers .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-tag-bar .tickers .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tickers .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tags .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-tag-bar .tags .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tags .note-ticker .delete-ticker {
  margin-left: 6px;
  cursor: pointer;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .tickers .note-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-tag-bar .tickers .note-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tickers .note-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tags .note-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-tag-bar .tags .note-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tags .note-ticker.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .tickers .note-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-tag-bar .tickers .note-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tickers .note-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tags .note-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-tag-bar .tags .note-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tags .note-ticker.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .tickers .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-tag-bar .tickers .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tickers .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tags .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-tag-bar .tags .note-ticker .delete-ticker,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tags .note-ticker .delete-ticker {
  margin-left: 6px;
  cursor: pointer;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .tickers .note-tag,
.upload-interface-popup .uploadFileSection .note-tag-bar .tickers .note-tag,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tickers .note-tag,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tags .note-tag,
.upload-interface-popup .uploadFileSection .note-tag-bar .tags .note-tag,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tags .note-tag {
  font-size: 11px;
  line-height: 20px;
  color: #3d7fba;
  display: inline-block;
  padding: 1px 6px;
  vertical-align: top;
  height: 20px;
  margin: 3px;
  background: #edf4fb;
  border-radius: 3px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  border: 1px solid #edf4fb;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .tickers .note-tag .delete-tag,
.upload-interface-popup .uploadFileSection .note-tag-bar .tickers .note-tag .delete-tag,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tickers .note-tag .delete-tag,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tags .note-tag .delete-tag,
.upload-interface-popup .uploadFileSection .note-tag-bar .tags .note-tag .delete-tag,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tags .note-tag .delete-tag {
  margin-left: 6px;
  cursor: pointer;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .added-users .item-new,
.upload-interface-popup .uploadFileSection .note-tag-bar .added-users .item-new,
.upload-interface-popup .uploadFileSection .note-share-wrapper .added-users .item-new,
.upload-interface-popup .uploadFileSection .note-ticker-bar .added-groups .item-new,
.upload-interface-popup .uploadFileSection .note-tag-bar .added-groups .item-new,
.upload-interface-popup .uploadFileSection .note-share-wrapper .added-groups .item-new {
  line-height: 22px;
  color: #3d7fba;
  background: #edf4fb;
  display: inline-block;
  padding: 1px 6px;
  vertical-align: top;
  height: 20px;
  border-radius: 3px;
  margin: 3px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .added-users .item-new .user-icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .added-users .item-new .user-icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .added-users .item-new .user-icon,
.upload-interface-popup .uploadFileSection .note-ticker-bar .added-groups .item-new .user-icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .added-groups .item-new .user-icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .added-groups .item-new .user-icon {
  height: 10px;
  margin-right: 5px;
  fill: #3d7fba;
  float: left;
  margin-top: 5px;
  width: 10px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .added-users .item-new .group-icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .added-users .item-new .group-icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .added-users .item-new .group-icon,
.upload-interface-popup .uploadFileSection .note-ticker-bar .added-groups .item-new .group-icon,
.upload-interface-popup .uploadFileSection .note-tag-bar .added-groups .item-new .group-icon,
.upload-interface-popup .uploadFileSection .note-share-wrapper .added-groups .item-new .group-icon {
  height: 10px;
  margin-right: 5px;
  fill: #3d7fba;
  margin-top: 5px;
  float: left;
  width: 13.75px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .added-users .item-new .close-button,
.upload-interface-popup .uploadFileSection .note-tag-bar .added-users .item-new .close-button,
.upload-interface-popup .uploadFileSection .note-share-wrapper .added-users .item-new .close-button,
.upload-interface-popup .uploadFileSection .note-ticker-bar .added-groups .item-new .close-button,
.upload-interface-popup .uploadFileSection .note-tag-bar .added-groups .item-new .close-button,
.upload-interface-popup .uploadFileSection .note-share-wrapper .added-groups .item-new .close-button {
  margin-left: 6px;
  cursor: pointer;
  line-height: 22px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .add_ticker_label,
.upload-interface-popup .uploadFileSection .note-tag-bar .add_ticker_label,
.upload-interface-popup .uploadFileSection .note-share-wrapper .add_ticker_label,
.upload-interface-popup .uploadFileSection .note-ticker-bar .add_tag_label,
.upload-interface-popup .uploadFileSection .note-tag-bar .add_tag_label,
.upload-interface-popup .uploadFileSection .note-share-wrapper .add_tag_label,
.upload-interface-popup .uploadFileSection .note-ticker-bar .share_label,
.upload-interface-popup .uploadFileSection .note-tag-bar .share_label,
.upload-interface-popup .uploadFileSection .note-share-wrapper .share_label {
  width: 48.5px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 3.3;
  text-align: left;
  color: #3d7fba;
  float: left;
  margin-left: 9.5px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper {
  display: inline-block;
  margin: 0px 13px;
  padding: 4px;
  width: 632.5px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #bbc6d5;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags {
  height: 100%;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper {
  top: 32px !important;
  width: 230px;
  border: 1px solid #ffffff;
  box-shadow: 1px 2px 6px -2px #1e374d;
  border-radius: 3px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest {
  border-radius: 3px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest .liHeader,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest .liHeader,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest .liHeader,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest .liHeader,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest .liHeader,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest .liHeader {
  padding: 6px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #3d7fba;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li.seperator,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li.seperator,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li.seperator,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li.seperator,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li.seperator,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li.seperator {
  height: 1px;
  background: #d4e0ea;
  padding: 0;
  width: 100%;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li {
  padding: 6px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker {
  background: #3d7fba;
  border-radius: 2px;
  padding: 3px 6px;
  color: #ffffff;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin-right: 4px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .company_name,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .company_name,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .company_name,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .company_name,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .company_name,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .company_name {
  display: inline-block;
  padding: 2px 0;
  overflow: hidden;
  /*text-overflow: ellipsis;
                              text-transform: uppercase;*/
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-tag,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-tag,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-tag,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-tag,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-tag,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-tag {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 5px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-email,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-email,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-email,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-email,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-email,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-fill-email {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 5px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-add-tag,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-add-tag,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-add-tag,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-add-tag,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-add-tag,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li .note-add-tag {
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li.selected,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li.selected,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest li.selected,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li.selected,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li.selected,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest li.selected {
  background: #e8eef7;
  color: #3d7fba;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest:first-child,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest:first-child,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest:first-child,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest:first-child,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest:first-child,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest:last-child,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest:last-child,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper .add-tickertags .suggest-wrapper .suggest:last-child,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest:last-child,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest:last-child,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper .add-tickertags .suggest-wrapper .suggest:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar .ticker_input_wrapper input,
.upload-interface-popup .uploadFileSection .note-tag-bar .ticker_input_wrapper input,
.upload-interface-popup .uploadFileSection .note-share-wrapper .ticker_input_wrapper input,
.upload-interface-popup .uploadFileSection .note-ticker-bar .tag_input_wrapper input,
.upload-interface-popup .uploadFileSection .note-tag-bar .tag_input_wrapper input,
.upload-interface-popup .uploadFileSection .note-share-wrapper .tag_input_wrapper input {
  border: none;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  margin: 3px;
}
.upload-interface-popup .uploadFileSection .note-ticker-bar {
  margin-top: 1%;
}
.upload-interface-popup .uploadFileSection .note-share-wrapper {
  margin-bottom: 1%;
}
.upload-interface-popup .uploadFileSection .user_group_input_area {
  display: inline-block;
  margin: 0px 13px;
  padding: 4px;
  width: 632.5px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #bbc6d5;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users input {
  border: none;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  margin: 4px 6px 4px 10px;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .suggest-wrapper .sharing_user_item,
.upload-interface-popup .uploadFileSection .user_group_input_area .temp-suggest-wrapper .sharing_user_item {
  font-size: 14px;
  position: relative;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  clear: both;
  min-height: 30px;
  cursor: pointer;
  padding: 0px 8px;
  overflow: hidden;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .suggest-wrapper .sharing_user_item .checkbox,
.upload-interface-popup .uploadFileSection .user_group_input_area .temp-suggest-wrapper .sharing_user_item .checkbox {
  height: 10px;
  width: 10px;
  left: 5px;
  top: 3px;
  position: absolute;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .suggest-wrapper .fullname,
.upload-interface-popup .uploadFileSection .user_group_input_area .temp-suggest-wrapper .fullname {
  margin-right: 6px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 10px;
  color: #698094;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 145px;
  overflow: hidden;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .suggest-wrapper .username,
.upload-interface-popup .uploadFileSection .user_group_input_area .temp-suggest-wrapper .username {
  display: none;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .suggest-wrapper li.selected .sharing_user_item .fullname,
.upload-interface-popup .uploadFileSection .user_group_input_area .temp-suggest-wrapper li.selected .sharing_user_item .fullname,
.upload-interface-popup .uploadFileSection .user_group_input_area .suggest-wrapper li.selected .sharing_user_item .username,
.upload-interface-popup .uploadFileSection .user_group_input_area .temp-suggest-wrapper li.selected .sharing_user_item .username {
  color: #ffffff;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper {
  display: none;
  top: 32px !important;
  width: 152px;
  border: 1px solid #ffffff;
  box-shadow: 1px 2px 6px -2px #1e374d;
  border-radius: 3px;
  left: -143px;
  position: absolute;
  z-index: 99;
  left: 0;
  background: #ffffff;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest {
  border-radius: 3px;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest .liHeader,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest .liHeader {
  padding: 3px 8px;
  display: inline-block;
  font-size: 12px;
  border-bottom: none;
  background-color: #ffffff;
  font-weight: 600;
  color: #40586E;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  width: 100%;
  box-sizing: border-box;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest li.seperator,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest li.seperator {
  height: 1px;
  background: #ffffff;
  padding: 0;
  width: 100%;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest li,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest li {
  box-sizing: border-box;
  padding: 0;
  text-transform: initial;
  height: 24px;
  width: 100%;
  clear: both;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  border-bottom: none;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest li .note-fill-ticker,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker {
  background: #3d7fba;
  border-radius: 2px;
  padding: 3px 6px;
  color: #ffffff;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin-right: 4px;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.greeny,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.cyano,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest li .company_name,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest li .company_name {
  display: inline-block;
  padding: 2px 0;
  overflow: hidden;
  /*text-overflow: ellipsis;
                          text-transform: uppercase;*/
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest li .note-fill-tag,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest li .note-fill-tag {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 5px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest li .note-fill-email,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest li .note-fill-email {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 5px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .suggest-wrapper .suggest li .note-add-tag,
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest li .note-add-tag {
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper {
  position: absolute;
  z-index: 99;
  left: 0;
  background: #ffffff;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .suggest {
  padding-left: 0;
}
.upload-interface-popup .uploadFileSection .user_group_input_area .add-share-users .temp-suggest-wrapper .selected {
  background: #3d7fba;
  color: #ffffff;
}
.upload-interface-popup .uploaded_file_divs_attach_on_note {
  height: calc(84% - 98px);
}
.upload-interface-popup .uploaded_file_divs_independent_attachment {
  position: absolute;
}
.upload-interface-popup .upload_progress_divs {
  overflow-y: auto;
}
.upload-interface-popup .upload_progress_divs .file_upload_status {
  width: 726.5px;
  float: left;
  margin-left: 17px;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details {
  width: 100%;
  height: 47px;
  border-bottom: 1px solid #e8eef7;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_attr {
  float: left;
  width: 300px;
  height: 47px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 3.56;
  letter-spacing: -0.2px;
  text-align: left;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .valid-file-icon {
  fill: #3dbf6f;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .invalid-file-icon {
  fill: #f04848;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .uploading-file-icon {
  stroke-dasharray: 410;
  stroke-dashoffset: 2110;
  stroke-width: 2;
  stroke-linecap: round;
  animation: dash 3s linear infinite;
  fill-opacity: 0.1;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_status {
  margin-left: 48px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #f04848;
  float: left;
  height: 47px;
  line-height: 3.56;
  text-align: left;
  width: 176.7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_status_icon {
  margin-left: 15px;
  width: 24px;
  height: 24px;
  margin-top: 11px;
  float: left;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_delete_icon {
  margin-left: 19.5px;
  width: 20px;
  height: 17.5px;
  margin-top: 15px;
  float: left;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_delete_icon .remove_file_icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  fill: #859bb3;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon {
  width: 300px;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format {
  float: left;
  width: 19.5px;
  height: 24.5px;
  margin-top: 11px;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.pdf {
  content: url("../images/pdf_icon.png");
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.doc,
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.docx {
  content: url("../images/word_icon.png");
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.xls,
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.xlsx {
  content: url("../images/xls_icon.png");
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.ppt,
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.pptx {
  content: url("../images/ppt_icon.png");
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.pdf_grey {
  content: url("../images/pdf_grey_icon.png");
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.doc_grey,
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.docx_grey {
  content: url("../images/word_grey_icon.png");
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.xls_grey,
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.xlsx_grey {
  content: url("../images/xls_grey_icon.png");
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_format.ppt_grey {
  content: url("../images/ppt_grey_icon.png");
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_name_and_format_icon .file_name {
  float: left;
  text-overflow: ellipsis;
  max-width: 267px;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 13px;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_size {
  width: 66px;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .invalid_file {
  color: #527495;
}
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .file_header,
.upload-interface-popup .upload_progress_divs .file_upload_status .file_details .size_header {
  color: #3d7fba;
  float: left;
  width: 300px;
  height: 47px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: left;
  line-height: 4.91;
}
.upload-interface-popup .saveButtonSection {
  background-color: #f5faff;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.upload-interface-popup .right-side-file-upload {
  width: 79.2%;
  float: left;
  height: 100%;
  position: relative;
}
.upload-interface-popup .right-side-file-upload .upload_cancel {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 15px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #527495;
  float: right;
  margin-top: 30px;
  margin-right: 32px;
  cursor: pointer;
}
.upload-interface-popup .right-side-file-upload .upload_cancel:hover {
  color: #2e87d8;
}
.upload-interface-popup .right-side-file-upload .upload_done {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  border-radius: 3px;
  background-color: #3d7fba;
  margin-top: 16px;
  padding: 14px 60px 14px 60px;
  margin-bottom: 16px;
  font-size: 15px;
  display: inline-block;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  margin-right: 3%;
}
.upload-interface-popup .right-side-file-upload .upload_done:hover {
  background-color: #326b9e;
}
.upload-interface-popup .custom-file-upload {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  background-color: #3d7fba;
  padding-top: 7px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
.independent-attachment .add-token {
  display: inline-block;
  cursor: pointer;
}
.independent-attachment .add-token .add-token-icon {
  fill: #3d7fba;
  height: 12px;
  width: 12px;
  padding: 3px;
  margin-left: 3px;
  /* padding-top: 0px; */
  background-color: #EDF4FB;
  position: relative;
  top: 1px;
}
.independent-attachment .note-share-wrapper .add-token-icon {
  margin-bottom: 1px;
  margin-top: 2px;
}
#new-notebook-html {
  min-width: 1024px;
  height: 100%;
}
#new-notebook-html #notebook-content .ro-wrapper,
#new-notebook-html #notebook-content .ck-wrapper,
#new-notebook-html #notebook-content .doc-wrapper,
#new-notebook-html #notebook-content .document-wrapper,
#new-notebook-html #notebook-content .note-wrapper {
  margin: 8px 8px 0 8px;
}
#new-notebook-html #notebook-content .ro-wrapper .zAnchor,
#new-notebook-html #notebook-content .ck-wrapper .zAnchor,
#new-notebook-html #notebook-content .doc-wrapper .zAnchor,
#new-notebook-html #notebook-content .document-wrapper .zAnchor,
#new-notebook-html #notebook-content .note-wrapper .zAnchor {
  z-index: -1;
  position: relative;
}
.cke_colormore,
.cke_notification_success {
  display: none !important;
}
.note-tooltip {
  position: absolute;
  padding: 6px;
  font-family: Helvetica Neue, sans-serif;
}
.note-tooltip .tri-tip {
  position: absolute;
  z-index: 101;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.note-tooltip .triangle,
.note-tooltip .tri-top-left {
  position: absolute;
  z-index: 101;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: -3px;
  left: 12px;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
}
.note-tooltip .tri-top-right {
  position: absolute;
  z-index: 101;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: -3px;
  left: 12px;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
  left: auto;
  right: 12px;
}
.note-tooltip .tri-bot-left {
  position: absolute;
  z-index: 101;
  width: 0px;
  height: 0px;
  border-style: solid;
  bottom: -3px;
  left: 12px;
  border-width: 9px 9px 0px 9px;
  border-color: #ffffff transparent transparent transparent;
}
.note-tooltip .rectangle {
  position: relative;
  z-index: 999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  top: -10px;
}
.note-tooltip .tooltip-title {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3d7fba;
}
.note-tooltip .tooltip-content {
  padding: 6px 12px;
  text-align: center;
  color: #698094;
}
.note-tooltip .tooltip-content .msg-holder {
  font-size: 14px;
  line-height: 24px;
}
.note-tooltip .tooltip-content .subtext-holder {
  font-size: 10px;
  line-height: 18px;
  margin-top: 6px;
  max-width: 350px;
}
.note-tooltip .tooltip-content .subtext-holder .item-new {
  background: #f0f8ff;
  display: inline-block;
  font-size: 1em;
  color: #4f95da;
  line-height: 1.2em;
  padding: 3px 6px;
  border-radius: 2px;
  margin-bottom: 6px;
  margin-left: 6px;
}
.note-tooltip .tooltip-buttons {
  padding: 6px 12px 12px;
  text-align: center;
}
.note-tooltip .tooltip-buttons .button {
  width: 100px;
  padding: 6px;
  margin-left: 12px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #3d7fba;
  background-color: #ffffff;
  color: #3d7fba;
}
.note-tooltip .tooltip-buttons .button:first-child {
  margin-left: 0;
}
.note-tooltip .tooltip-buttons .delete-btn {
  background-color: #3d7fba;
  color: #ffffff;
}
.note-tooltip.facet-modification-popup {
  width: 110px;
}
.note-tooltip.facet-modification-popup .rectangle {
  top: 0px;
  left: -6px;
}
.note-tooltip.facet-modification-popup .triangle {
  z-index: 1000;
}
.note-tooltip.facet-modification-popup #tagRename,
.note-tooltip.facet-modification-popup #tagDelete {
  height: 40px;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 14px;
  color: #1d2c39;
  cursor: pointer;
}
.note-tooltip.facet-modification-popup #tagRename:hover,
.note-tooltip.facet-modification-popup #tagDelete:hover {
  background-color: #e3f2ff;
  cursor: pointer;
}
.note-tooltip.facet-modification-popup #tagRename {
  border-bottom: 1px solid #ccd8e6;
}
.note-tooltip.facet-edit-popup {
  width: 215px;
}
.note-tooltip.facet-edit-popup .rectangle {
  padding: 8px;
  top: 0px;
  left: -6px;
}
.note-tooltip.facet-edit-popup .rectangle #newTag {
  border: solid 1px #bbc6d5;
  height: 30px;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 10px;
}
.note-tooltip.facet-edit-popup .rectangle .buttons {
  margin-top: 6px;
}
.note-tooltip.facet-edit-popup .rectangle #renameTagConfirm,
.note-tooltip.facet-edit-popup .rectangle .renameTagCancel {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
}
.note-tooltip.facet-edit-popup .rectangle .renameTagCancel {
  background: #e8eef7;
  margin-left: 6px;
  color: #537899;
}
.note-tooltip.facet-edit-popup .rectangle #renameTagConfirm {
  background: #3d7fba;
}
.note-tooltip.facet-edit-popup .triangle {
  z-index: 1000;
}
.note-tooltip.tagDeleteMessage {
  z-index: 100px;
}
.note-tooltip.tagDeleteMessage .rectangle {
  color: #1d2c39;
  padding: 10px;
  width: 165px;
  top: 0px;
  left: -6px;
}
.note-tooltip.tagDeleteMessage .triangle {
  z-index: 1000;
}
.note-tooltip.tagRenameMessage {
  z-index: 100px;
}
.note-tooltip.tagRenameMessage .rectangle {
  color: #1d2c39;
  padding: 10px;
  width: 165px;
  top: 0px;
  left: -6px;
}
.note-tooltip.tagRenameMessage .triangle {
  z-index: 1000;
}
.note-tooltip.facet-merge-popup .rectangle {
  top: 0px;
  left: -6px;
  padding: 10px 18px;
}
.note-tooltip.facet-merge-popup .rectangle .merge-msg {
  font-size: 18px;
  text-align: center;
  color: #0e3150;
}
.note-tooltip.facet-merge-popup .rectangle #mergeTag,
.note-tooltip.facet-merge-popup .rectangle .renameTagCancel {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 10px;
  background-color: #3d7fba;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.note-tooltip.facet-merge-popup .rectangle .renameTagCancel {
  background-color: #f04848;
  margin-left: 10px;
}
.note-tooltip.facet-merge-popup .triangle {
  z-index: 1000;
}
.note-tooltip.collab-popup {
  width: 237.5px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(18, 50, 79, 0.26);
  padding: 16px;
}
.note-tooltip.collab-popup .rectangle {
  box-shadow: none;
  position: static;
}
.note-tooltip.collab-popup .rectangle .content {
  font-size: 12.5px;
  line-height: 1.44;
  text-align: left;
  color: #507697;
}
.assign-popup {
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
.assign-popup .assign-task {
  background: #F9FCFF;
  border-bottom: 1px solid #ccd8e8;
}
.assign-popup .assign-task input {
  margin: 15px 20px;
  width: 250px;
  border: 1px solid #ccd8e8;
  padding: 4px;
  font-size: 10px;
}
.assign-popup .assign-task .suggest-wrapper {
  position: relative;
  top: 0;
}
.assign-popup .assign-task .suggest-wrapper .inner-item {
  padding-left: 10px;
}
.assign-popup .assign-task .suggest-wrapper .fullname {
  padding-left: 10px;
}
.assign-popup .assign-task .suggest-wrapper .username {
  padding-left: 4px;
  text-transform: lowercase;
}
.assign-popup .assign-task .suggest-wrapper .name-initials {
  border-radius: 10px;
  padding: 2px;
  border: 1px solid;
  font-size: 8px;
  box-sizing: border-box;
}
#notebook-content .ck-editor .note-container,
#note-content .ck-editor .note-container,
.note-msg-popup .right-side .note-container,
.note-editor .note-container,
#notebook-content-2 .note-view-content .note-container,
.note-templates-view .ck-editor .note-container,
#new-notebook-html .thesis-notes .note-container,
#new-notebook-html .history-container .right-side .note-container {
  padding: 10px 20px 10px 0px;
  border: 1px solid #E5EBF2;
}
#notebook-content .ck-editor .note-container .highlight-header,
#note-content .ck-editor .note-container .highlight-header,
.note-msg-popup .right-side .note-container .highlight-header,
.note-editor .note-container .highlight-header,
#notebook-content-2 .note-view-content .note-container .highlight-header,
.note-templates-view .ck-editor .note-container .highlight-header,
#new-notebook-html .thesis-notes .note-container .highlight-header,
#new-notebook-html .history-container .right-side .note-container .highlight-header {
  padding: 0px 8px 8px 8px;
}
#notebook-content .ck-editor .note-container .highlight-right-header,
#note-content .ck-editor .note-container .highlight-right-header,
.note-msg-popup .right-side .note-container .highlight-right-header,
.note-editor .note-container .highlight-right-header,
#notebook-content-2 .note-view-content .note-container .highlight-right-header,
.note-templates-view .ck-editor .note-container .highlight-right-header,
#new-notebook-html .thesis-notes .note-container .highlight-right-header,
#new-notebook-html .history-container .right-side .note-container .highlight-right-header {
  float: right;
  font-size: 11px;
}
#notebook-content .ck-editor .note-container .highlight-right-header .hl-short-link,
#note-content .ck-editor .note-container .highlight-right-header .hl-short-link,
.note-msg-popup .right-side .note-container .highlight-right-header .hl-short-link,
.note-editor .note-container .highlight-right-header .hl-short-link,
#notebook-content-2 .note-view-content .note-container .highlight-right-header .hl-short-link,
.note-templates-view .ck-editor .note-container .highlight-right-header .hl-short-link,
#new-notebook-html .thesis-notes .note-container .highlight-right-header .hl-short-link,
#new-notebook-html .history-container .right-side .note-container .highlight-right-header .hl-short-link {
  margin-right: 8px;
  cursor: pointer;
  color: #3d7fba;
}
#notebook-content .ck-editor .note-container .highlight-right-header .external-icon,
#note-content .ck-editor .note-container .highlight-right-header .external-icon,
.note-msg-popup .right-side .note-container .highlight-right-header .external-icon,
.note-editor .note-container .highlight-right-header .external-icon,
#notebook-content-2 .note-view-content .note-container .highlight-right-header .external-icon,
.note-templates-view .ck-editor .note-container .highlight-right-header .external-icon,
#new-notebook-html .thesis-notes .note-container .highlight-right-header .external-icon,
#new-notebook-html .history-container .right-side .note-container .highlight-right-header .external-icon {
  height: 10px;
  width: 10px;
  fill: #3d7fba;
  position: relative;
  top: 2px;
  padding-right: 4px;
}
#notebook-content .ck-editor .note-container .highlight-right-header .open-highlight-position,
#note-content .ck-editor .note-container .highlight-right-header .open-highlight-position,
.note-msg-popup .right-side .note-container .highlight-right-header .open-highlight-position,
.note-editor .note-container .highlight-right-header .open-highlight-position,
#notebook-content-2 .note-view-content .note-container .highlight-right-header .open-highlight-position,
.note-templates-view .ck-editor .note-container .highlight-right-header .open-highlight-position,
#new-notebook-html .thesis-notes .note-container .highlight-right-header .open-highlight-position,
#new-notebook-html .history-container .right-side .note-container .highlight-right-header .open-highlight-position {
  color: #3d7fba;
  margin-right: 8px;
  cursor: pointer;
}
#notebook-content .ck-editor .note-container .highlight-right-header .short-link-icon,
#note-content .ck-editor .note-container .highlight-right-header .short-link-icon,
.note-msg-popup .right-side .note-container .highlight-right-header .short-link-icon,
.note-editor .note-container .highlight-right-header .short-link-icon,
#notebook-content-2 .note-view-content .note-container .highlight-right-header .short-link-icon,
.note-templates-view .ck-editor .note-container .highlight-right-header .short-link-icon,
#new-notebook-html .thesis-notes .note-container .highlight-right-header .short-link-icon,
#new-notebook-html .history-container .right-side .note-container .highlight-right-header .short-link-icon {
  height: 10px;
  width: 10px;
  fill: #3d7fba;
  position: relative;
  top: 2px;
  padding-right: 4px;
}
#notebook-content .ck-editor .note-container .highlight-right-header .owner,
#note-content .ck-editor .note-container .highlight-right-header .owner,
.note-msg-popup .right-side .note-container .highlight-right-header .owner,
.note-editor .note-container .highlight-right-header .owner,
#notebook-content-2 .note-view-content .note-container .highlight-right-header .owner,
.note-templates-view .ck-editor .note-container .highlight-right-header .owner,
#new-notebook-html .thesis-notes .note-container .highlight-right-header .owner,
#new-notebook-html .history-container .right-side .note-container .highlight-right-header .owner {
  color: #3d7fba;
}
#notebook-content .ck-editor .note-container .highlight-right-header .date,
#note-content .ck-editor .note-container .highlight-right-header .date,
.note-msg-popup .right-side .note-container .highlight-right-header .date,
.note-editor .note-container .highlight-right-header .date,
#notebook-content-2 .note-view-content .note-container .highlight-right-header .date,
.note-templates-view .ck-editor .note-container .highlight-right-header .date,
#new-notebook-html .thesis-notes .note-container .highlight-right-header .date,
#new-notebook-html .history-container .right-side .note-container .highlight-right-header .date {
  color: #8C9DAF;
  padding-left: 8px;
}
#notebook-content .ck-editor .note-container .highlight-title,
#note-content .ck-editor .note-container .highlight-title,
.note-msg-popup .right-side .note-container .highlight-title,
.note-editor .note-container .highlight-title,
#notebook-content-2 .note-view-content .note-container .highlight-title,
.note-templates-view .ck-editor .note-container .highlight-title,
#new-notebook-html .thesis-notes .note-container .highlight-title,
#new-notebook-html .history-container .right-side .note-container .highlight-title {
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}
#notebook-content .ck-editor .note-container .high-tag,
#note-content .ck-editor .note-container .high-tag,
.note-msg-popup .right-side .note-container .high-tag,
.note-editor .note-container .high-tag,
#notebook-content-2 .note-view-content .note-container .high-tag,
.note-templates-view .ck-editor .note-container .high-tag,
#new-notebook-html .thesis-notes .note-container .high-tag,
#new-notebook-html .history-container .right-side .note-container .high-tag {
  color: #852c2c;
  box-shadow: 0px 1px 3px 0px rgba(30, 55, 77, 0.33);
  border-radius: 2px;
  margin-right: 8px;
  padding: 0px 6px;
}
#notebook-content .ck-editor .note-container .annotation,
#note-content .ck-editor .note-container .annotation,
.note-msg-popup .right-side .note-container .annotation,
.note-editor .note-container .annotation,
#notebook-content-2 .note-view-content .note-container .annotation,
.note-templates-view .ck-editor .note-container .annotation,
#new-notebook-html .thesis-notes .note-container .annotation,
#new-notebook-html .history-container .right-side .note-container .annotation {
  margin-left: 8px;
  font-weight: 400;
  color: #204C74;
  font-size: 14px;
}
#notebook-content .ck-editor .note-container .note-text,
#note-content .ck-editor .note-container .note-text,
.note-msg-popup .right-side .note-container .note-text,
.note-editor .note-container .note-text,
#notebook-content-2 .note-view-content .note-container .note-text,
.note-templates-view .ck-editor .note-container .note-text,
#new-notebook-html .thesis-notes .note-container .note-text,
#new-notebook-html .history-container .right-side .note-container .note-text {
  margin-left: 8px;
  color: #204C74;
  font-size: 12px;
  border-left-color: #ff9999;
}
#notebook-content .ck-editor .note-container .highlight-comments,
#note-content .ck-editor .note-container .highlight-comments,
.note-msg-popup .right-side .note-container .highlight-comments,
.note-editor .note-container .highlight-comments,
#notebook-content-2 .note-view-content .note-container .highlight-comments,
.note-templates-view .ck-editor .note-container .highlight-comments,
#new-notebook-html .thesis-notes .note-container .highlight-comments,
#new-notebook-html .history-container .right-side .note-container .highlight-comments {
  display: inline-block;
  padding-left: 12px;
  margin: 10px 0 0 8px;
  border-left: 3px solid #D8E1EC;
}
#notebook-content .ck-editor .note-container .highlight-comments .comments,
#note-content .ck-editor .note-container .highlight-comments .comments,
.note-msg-popup .right-side .note-container .highlight-comments .comments,
.note-editor .note-container .highlight-comments .comments,
#notebook-content-2 .note-view-content .note-container .highlight-comments .comments,
.note-templates-view .ck-editor .note-container .highlight-comments .comments,
#new-notebook-html .thesis-notes .note-container .highlight-comments .comments,
#new-notebook-html .history-container .right-side .note-container .highlight-comments .comments {
  padding: 4px 0;
  box-shadow: none;
}
#notebook-content .ck-editor .note-container .highlight-comments .comment-initials,
#note-content .ck-editor .note-container .highlight-comments .comment-initials,
.note-msg-popup .right-side .note-container .highlight-comments .comment-initials,
.note-editor .note-container .highlight-comments .comment-initials,
#notebook-content-2 .note-view-content .note-container .highlight-comments .comment-initials,
.note-templates-view .ck-editor .note-container .highlight-comments .comment-initials,
#new-notebook-html .thesis-notes .note-container .highlight-comments .comment-initials,
#new-notebook-html .history-container .right-side .note-container .highlight-comments .comment-initials {
  display: inline-block;
  padding: 6px 0;
  width: 20px;
  height: 20px;
  float: left;
  box-sizing: border-box;
  font-size: 10px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #3d7fba;
  border: 1px solid #ccd8e6;
  border-radius: 3px;
  text-align: center;
  line-height: 7px;
}
#notebook-content .ck-editor .note-container .highlight-comments .content,
#note-content .ck-editor .note-container .highlight-comments .content,
.note-msg-popup .right-side .note-container .highlight-comments .content,
.note-editor .note-container .highlight-comments .content,
#notebook-content-2 .note-view-content .note-container .highlight-comments .content,
.note-templates-view .ck-editor .note-container .highlight-comments .content,
#new-notebook-html .thesis-notes .note-container .highlight-comments .content,
#new-notebook-html .history-container .right-side .note-container .highlight-comments .content {
  color: black;
  padding-left: 8px;
  max-width: 348px;
  line-height: 20px;
  display: inline-block;
}
#notebook-content .ck-editor p a[data-cke-saved-href],
#note-content .ck-editor p a[data-cke-saved-href],
.note-msg-popup .right-side p a[data-cke-saved-href],
.note-editor p a[data-cke-saved-href],
#notebook-content-2 .note-view-content p a[data-cke-saved-href],
.note-templates-view .ck-editor p a[data-cke-saved-href],
#new-notebook-html .thesis-notes p a[data-cke-saved-href],
#new-notebook-html .history-container .right-side p a[data-cke-saved-href] {
  color: #15c;
}
#notebook-content .ck-editor .tasks,
#note-content .ck-editor .tasks,
.note-msg-popup .right-side .tasks,
.note-editor .tasks,
#notebook-content-2 .note-view-content .tasks,
.note-templates-view .ck-editor .tasks,
#new-notebook-html .thesis-notes .tasks,
#new-notebook-html .history-container .right-side .tasks {
  border-radius: 2px;
  outline: none;
  padding: 10px;
}
#notebook-content .ck-editor .tasks .delete-widget,
#note-content .ck-editor .tasks .delete-widget,
.note-msg-popup .right-side .tasks .delete-widget,
.note-editor .tasks .delete-widget,
#notebook-content-2 .note-view-content .tasks .delete-widget,
.note-templates-view .ck-editor .tasks .delete-widget,
#new-notebook-html .thesis-notes .tasks .delete-widget,
#new-notebook-html .history-container .right-side .tasks .delete-widget {
  position: absolute;
  top: -15px;
  left: 0;
  display: none;
}
#notebook-content .ck-editor .tasks .delete-widget .widget-trash-icon,
#note-content .ck-editor .tasks .delete-widget .widget-trash-icon,
.note-msg-popup .right-side .tasks .delete-widget .widget-trash-icon,
.note-editor .tasks .delete-widget .widget-trash-icon,
#notebook-content-2 .note-view-content .tasks .delete-widget .widget-trash-icon,
.note-templates-view .ck-editor .tasks .delete-widget .widget-trash-icon,
#new-notebook-html .thesis-notes .tasks .delete-widget .widget-trash-icon,
#new-notebook-html .history-container .right-side .tasks .delete-widget .widget-trash-icon {
  top: -1px;
  height: 16px;
  width: 16px;
  margin: 0 6px;
  cursor: pointer;
  position: relative;
}
#notebook-content .ck-editor .tasks .tasks-wrapper,
#note-content .ck-editor .tasks .tasks-wrapper,
.note-msg-popup .right-side .tasks .tasks-wrapper,
.note-editor .tasks .tasks-wrapper,
#notebook-content-2 .note-view-content .tasks .tasks-wrapper,
.note-templates-view .ck-editor .tasks .tasks-wrapper,
#new-notebook-html .thesis-notes .tasks .tasks-wrapper,
#new-notebook-html .history-container .right-side .tasks .tasks-wrapper {
  background-color: #F9FCFF;
  padding: 2px 2px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
}
#notebook-content .ck-editor .tasks .note-unstarred-icon,
#note-content .ck-editor .tasks .note-unstarred-icon,
.note-msg-popup .right-side .tasks .note-unstarred-icon,
.note-editor .tasks .note-unstarred-icon,
#notebook-content-2 .note-view-content .tasks .note-unstarred-icon,
.note-templates-view .ck-editor .tasks .note-unstarred-icon,
#new-notebook-html .thesis-notes .tasks .note-unstarred-icon,
#new-notebook-html .history-container .right-side .tasks .note-unstarred-icon,
#notebook-content .ck-editor .tasks .note-starred-icon,
#note-content .ck-editor .tasks .note-starred-icon,
.note-msg-popup .right-side .tasks .note-starred-icon,
.note-editor .tasks .note-starred-icon,
#notebook-content-2 .note-view-content .tasks .note-starred-icon,
.note-templates-view .ck-editor .tasks .note-starred-icon,
#new-notebook-html .thesis-notes .tasks .note-starred-icon,
#new-notebook-html .history-container .right-side .tasks .note-starred-icon {
  height: 12px;
  width: 12px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
#notebook-content .ck-editor .tasks .additional-options,
#note-content .ck-editor .tasks .additional-options,
.note-msg-popup .right-side .tasks .additional-options,
.note-editor .tasks .additional-options,
#notebook-content-2 .note-view-content .tasks .additional-options,
.note-templates-view .ck-editor .tasks .additional-options,
#new-notebook-html .thesis-notes .tasks .additional-options,
#new-notebook-html .history-container .right-side .tasks .additional-options {
  position: absolute;
  top: 0;
  right: 4px;
}
#notebook-content .ck-editor .tasks .additional-options .assigned-to,
#note-content .ck-editor .tasks .additional-options .assigned-to,
.note-msg-popup .right-side .tasks .additional-options .assigned-to,
.note-editor .tasks .additional-options .assigned-to,
#notebook-content-2 .note-view-content .tasks .additional-options .assigned-to,
.note-templates-view .ck-editor .tasks .additional-options .assigned-to,
#new-notebook-html .thesis-notes .tasks .additional-options .assigned-to,
#new-notebook-html .history-container .right-side .tasks .additional-options .assigned-to {
  display: inline;
}
#notebook-content .ck-editor .tasks .additional-options .assigned-to .count,
#note-content .ck-editor .tasks .additional-options .assigned-to .count,
.note-msg-popup .right-side .tasks .additional-options .assigned-to .count,
.note-editor .tasks .additional-options .assigned-to .count,
#notebook-content-2 .note-view-content .tasks .additional-options .assigned-to .count,
.note-templates-view .ck-editor .tasks .additional-options .assigned-to .count,
#new-notebook-html .thesis-notes .tasks .additional-options .assigned-to .count,
#new-notebook-html .history-container .right-side .tasks .additional-options .assigned-to .count {
  display: inline;
  color: #3699F2;
  margin: 0 5px;
  font-size: 12px;
}
#notebook-content .ck-editor .tasks .additional-options .assigned-to .user,
#note-content .ck-editor .tasks .additional-options .assigned-to .user,
.note-msg-popup .right-side .tasks .additional-options .assigned-to .user,
.note-editor .tasks .additional-options .assigned-to .user,
#notebook-content-2 .note-view-content .tasks .additional-options .assigned-to .user,
.note-templates-view .ck-editor .tasks .additional-options .assigned-to .user,
#new-notebook-html .thesis-notes .tasks .additional-options .assigned-to .user,
#new-notebook-html .history-container .right-side .tasks .additional-options .assigned-to .user {
  display: inline;
  border: 1px solid;
  border-radius: 10px;
  font-size: 10px;
  padding: 2px;
  font-weight: 600;
  color: #3699F2;
  margin: 2px;
}
#notebook-content .ck-editor .tasks .additional-options .assigned-to .hide-row,
#note-content .ck-editor .tasks .additional-options .assigned-to .hide-row,
.note-msg-popup .right-side .tasks .additional-options .assigned-to .hide-row,
.note-editor .tasks .additional-options .assigned-to .hide-row,
#notebook-content-2 .note-view-content .tasks .additional-options .assigned-to .hide-row,
.note-templates-view .ck-editor .tasks .additional-options .assigned-to .hide-row,
#new-notebook-html .thesis-notes .tasks .additional-options .assigned-to .hide-row,
#new-notebook-html .history-container .right-side .tasks .additional-options .assigned-to .hide-row {
  display: none;
}
#notebook-content .ck-editor .tasks .trash-icon,
#note-content .ck-editor .tasks .trash-icon,
.note-msg-popup .right-side .tasks .trash-icon,
.note-editor .tasks .trash-icon,
#notebook-content-2 .note-view-content .tasks .trash-icon,
.note-templates-view .ck-editor .tasks .trash-icon,
#new-notebook-html .thesis-notes .tasks .trash-icon,
#new-notebook-html .history-container .right-side .tasks .trash-icon {
  position: relative;
  top: 2px;
  height: 13px;
  width: 13px;
  margin: 0 6px;
  cursor: pointer;
}
#notebook-content .ck-editor .tasks .calendar-wrapper,
#note-content .ck-editor .tasks .calendar-wrapper,
.note-msg-popup .right-side .tasks .calendar-wrapper,
.note-editor .tasks .calendar-wrapper,
#notebook-content-2 .note-view-content .tasks .calendar-wrapper,
.note-templates-view .ck-editor .tasks .calendar-wrapper,
#new-notebook-html .thesis-notes .tasks .calendar-wrapper,
#new-notebook-html .history-container .right-side .tasks .calendar-wrapper {
  display: inline;
  position: relative;
}
#notebook-content .ck-editor .tasks .calendar-wrapper .date,
#note-content .ck-editor .tasks .calendar-wrapper .date,
.note-msg-popup .right-side .tasks .calendar-wrapper .date,
.note-editor .tasks .calendar-wrapper .date,
#notebook-content-2 .note-view-content .tasks .calendar-wrapper .date,
.note-templates-view .ck-editor .tasks .calendar-wrapper .date,
#new-notebook-html .thesis-notes .tasks .calendar-wrapper .date,
#new-notebook-html .history-container .right-side .tasks .calendar-wrapper .date {
  display: inline;
  color: #3699F2;
}
#notebook-content .ck-editor .tasks .calendar-wrapper .date-icon,
#note-content .ck-editor .tasks .calendar-wrapper .date-icon,
.note-msg-popup .right-side .tasks .calendar-wrapper .date-icon,
.note-editor .tasks .calendar-wrapper .date-icon,
#notebook-content-2 .note-view-content .tasks .calendar-wrapper .date-icon,
.note-templates-view .ck-editor .tasks .calendar-wrapper .date-icon,
#new-notebook-html .thesis-notes .tasks .calendar-wrapper .date-icon,
#new-notebook-html .history-container .right-side .tasks .calendar-wrapper .date-icon {
  width: 16px;
  height: 12px;
  position: relative;
  margin: 0 8px;
  top: 2px;
  fill: #3699F2;
  cursor: pointer;
}
#notebook-content .ck-editor .tasks .assign-wrapper,
#note-content .ck-editor .tasks .assign-wrapper,
.note-msg-popup .right-side .tasks .assign-wrapper,
.note-editor .tasks .assign-wrapper,
#notebook-content-2 .note-view-content .tasks .assign-wrapper,
.note-templates-view .ck-editor .tasks .assign-wrapper,
#new-notebook-html .thesis-notes .tasks .assign-wrapper,
#new-notebook-html .history-container .right-side .tasks .assign-wrapper {
  display: inline;
  border-right: 1px solid #ccd8e8;
  padding: 3px 8px;
  margin: 0 8px;
}
#notebook-content .ck-editor .tasks .assign-wrapper .assign-icon,
#note-content .ck-editor .tasks .assign-wrapper .assign-icon,
.note-msg-popup .right-side .tasks .assign-wrapper .assign-icon,
.note-editor .tasks .assign-wrapper .assign-icon,
#notebook-content-2 .note-view-content .tasks .assign-wrapper .assign-icon,
.note-templates-view .ck-editor .tasks .assign-wrapper .assign-icon,
#new-notebook-html .thesis-notes .tasks .assign-wrapper .assign-icon,
#new-notebook-html .history-container .right-side .tasks .assign-wrapper .assign-icon {
  width: 14px;
  height: 13px;
  cursor: pointer;
  position: relative;
  top: 2px;
  fill: #3699F2;
}
#notebook-content .ck-editor .tasks .to-do-item,
#note-content .ck-editor .tasks .to-do-item,
.note-msg-popup .right-side .tasks .to-do-item,
.note-editor .tasks .to-do-item,
#notebook-content-2 .note-view-content .tasks .to-do-item,
.note-templates-view .ck-editor .tasks .to-do-item,
#new-notebook-html .thesis-notes .tasks .to-do-item,
#new-notebook-html .history-container .right-side .tasks .to-do-item {
  margin-bottom: 5px;
  background-color: #F9FCFF;
  position: relative;
  padding: 18px 10px 8px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
}
#notebook-content .ck-editor .tasks .to-do-item .checkbox,
#note-content .ck-editor .tasks .to-do-item .checkbox,
.note-msg-popup .right-side .tasks .to-do-item .checkbox,
.note-editor .tasks .to-do-item .checkbox,
#notebook-content-2 .note-view-content .tasks .to-do-item .checkbox,
.note-templates-view .ck-editor .tasks .to-do-item .checkbox,
#new-notebook-html .thesis-notes .tasks .to-do-item .checkbox,
#new-notebook-html .history-container .right-side .tasks .to-do-item .checkbox {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 2px solid #bcbcbc;
  margin: 0.1em;
  /* margin-left: -2em; */
  background: #ffffff;
  line-height: 1em;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
#notebook-content .ck-editor .tasks .to-do-item .checked,
#note-content .ck-editor .tasks .to-do-item .checked,
.note-msg-popup .right-side .tasks .to-do-item .checked,
.note-editor .tasks .to-do-item .checked,
#notebook-content-2 .note-view-content .tasks .to-do-item .checked,
.note-templates-view .ck-editor .tasks .to-do-item .checked,
#new-notebook-html .thesis-notes .tasks .to-do-item .checked,
#new-notebook-html .history-container .right-side .tasks .to-do-item .checked {
  background: #3699f2 url('../images/white-check-bold.svg') no-repeat;
  background-size: auto 13px;
  background-position: 2px 50%;
}
#notebook-content .ck-editor .tasks .to-do-item .to-do-content,
#note-content .ck-editor .tasks .to-do-item .to-do-content,
.note-msg-popup .right-side .tasks .to-do-item .to-do-content,
.note-editor .tasks .to-do-item .to-do-content,
#notebook-content-2 .note-view-content .tasks .to-do-item .to-do-content,
.note-templates-view .ck-editor .tasks .to-do-item .to-do-content,
#new-notebook-html .thesis-notes .tasks .to-do-item .to-do-content,
#new-notebook-html .history-container .right-side .tasks .to-do-item .to-do-content {
  word-wrap: break-word;
  display: block;
  margin-left: 28px;
  outline: none;
  width: auto;
  line-height: 18px;
  min-height: 24px;
}
#notebook-content .ck-editor .tasks .to-do-item .to-do-content p,
#note-content .ck-editor .tasks .to-do-item .to-do-content p,
.note-msg-popup .right-side .tasks .to-do-item .to-do-content p,
.note-editor .tasks .to-do-item .to-do-content p,
#notebook-content-2 .note-view-content .tasks .to-do-item .to-do-content p,
.note-templates-view .ck-editor .tasks .to-do-item .to-do-content p,
#new-notebook-html .thesis-notes .tasks .to-do-item .to-do-content p,
#new-notebook-html .history-container .right-side .tasks .to-do-item .to-do-content p {
  margin: 0;
}
#notebook-content .ck-editor .tasks .tasks-wrapper p,
#note-content .ck-editor .tasks .tasks-wrapper p,
.note-msg-popup .right-side .tasks .tasks-wrapper p,
.note-editor .tasks .tasks-wrapper p,
#notebook-content-2 .note-view-content .tasks .tasks-wrapper p,
.note-templates-view .ck-editor .tasks .tasks-wrapper p,
#new-notebook-html .thesis-notes .tasks .tasks-wrapper p,
#new-notebook-html .history-container .right-side .tasks .tasks-wrapper p {
  margin-left: 10px;
  outline: none;
  color: #b0b0b0;
  min-height: 18px;
}
#notebook-content .ck-editor .tasks:hover .delete-widget,
#note-content .ck-editor .tasks:hover .delete-widget,
.note-msg-popup .right-side .tasks:hover .delete-widget,
.note-editor .tasks:hover .delete-widget,
#notebook-content-2 .note-view-content .tasks:hover .delete-widget,
.note-templates-view .ck-editor .tasks:hover .delete-widget,
#new-notebook-html .thesis-notes .tasks:hover .delete-widget,
#new-notebook-html .history-container .right-side .tasks:hover .delete-widget {
  display: block;
}
#notebook-content .ck-editor .tasks + .cke_widget_drag_handler_container,
#note-content .ck-editor .tasks + .cke_widget_drag_handler_container,
.note-msg-popup .right-side .tasks + .cke_widget_drag_handler_container,
.note-editor .tasks + .cke_widget_drag_handler_container,
#notebook-content-2 .note-view-content .tasks + .cke_widget_drag_handler_container,
.note-templates-view .ck-editor .tasks + .cke_widget_drag_handler_container,
#new-notebook-html .thesis-notes .tasks + .cke_widget_drag_handler_container,
#new-notebook-html .history-container .right-side .tasks + .cke_widget_drag_handler_container {
  display: none !important;
}
#new-notebook-html .main-note-container .note-tickertags,
#single-note-html .main-note-container .note-tickertags,
#new-notebook-html .note-templates-view .note-tickertags,
#single-note-html .note-templates-view .note-tickertags {
  font-size: 10px;
  width: 68%;
  display: inline-block;
  padding: 6px 0 0 0;
  position: relative;
  min-height: 26px;
}
#new-notebook-html .main-note-container .note-tickertags .label,
#single-note-html .main-note-container .note-tickertags .label,
#new-notebook-html .note-templates-view .note-tickertags .label,
#single-note-html .note-templates-view .note-tickertags .label {
  color: #698094;
  line-height: 20px;
  vertical-align: top;
  font-size: 11px;
  float: left;
  margin-right: 3px;
}
#new-notebook-html .main-note-container .note-tickertags .tickers,
#single-note-html .main-note-container .note-tickertags .tickers,
#new-notebook-html .note-templates-view .note-tickertags .tickers,
#single-note-html .note-templates-view .note-tickertags .tickers,
#new-notebook-html .main-note-container .note-tickertags .tags,
#single-note-html .main-note-container .note-tickertags .tags,
#new-notebook-html .note-templates-view .note-tickertags .tags,
#single-note-html .note-templates-view .note-tickertags .tags,
#new-notebook-html .main-note-container .note-tickertags .contacts,
#single-note-html .main-note-container .note-tickertags .contacts,
#new-notebook-html .note-templates-view .note-tickertags .contacts,
#single-note-html .note-templates-view .note-tickertags .contacts {
  display: inline;
  margin-bottom: 6px;
  position: relative;
  top: 1px;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags,
#single-note-html .main-note-container .note-tickertags .add-tickertags,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags,
#single-note-html .note-templates-view .note-tickertags .add-tickertags {
  position: relative;
  top: 1px;
  vertical-align: top;
  margin-left: 3px;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags input,
#single-note-html .main-note-container .note-tickertags .add-tickertags input,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags input,
#single-note-html .note-templates-view .note-tickertags .add-tickertags input {
  width: 88px;
  max-width: 180px;
  background-color: #ffffff;
  color: #3d7fba;
  float: left;
  font-size: 11px;
  line-height: 14px;
  padding: 1px 5px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #3d7fba;
  box-shadow: none;
  -webkit-transition: none;
  margin-bottom: 6px;
  -webkit-text-fill-color: #698094;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper {
  top: 32px !important;
  width: 230px;
  border: 1px solid #ffffff;
  box-shadow: 1px 2px 6px -2px #1e374d;
  border-radius: 3px;
  left: -112px;
  max-height: 360px;
  overflow: auto;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest {
  border-radius: 3px;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest .liHeader,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest .liHeader,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest .liHeader,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest .liHeader {
  padding: 6px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #3d7fba;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li.seperator,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li.seperator,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li.seperator,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li.seperator {
  height: 1px;
  background: #d4e0ea;
  padding: 0;
  width: 100%;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li {
  padding: 6px;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker {
  background: #3d7fba;
  border-radius: 2px;
  padding: 3px 6px;
  color: #ffffff;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin-right: 4px;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-ticker.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .company_name,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .company_name,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .company_name,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .company_name {
  display: inline-block;
  padding: 2px 0;
  overflow: hidden;
  /*text-overflow: ellipsis;
                        text-transform: uppercase;*/
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-tag,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-tag,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-tag,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-tag {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 5px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-email,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-email,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-email,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-fill-email {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 5px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-add-tag,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-add-tag,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-add-tag,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li .note-add-tag {
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li.selected,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest li.selected,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li.selected,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest li.selected {
  background: #e8eef7;
  color: #3d7fba;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest:first-child,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest:first-child,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest:first-child,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#new-notebook-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest:last-child,
#single-note-html .main-note-container .note-tickertags .add-tickertags .suggest-wrapper .suggest:last-child,
#new-notebook-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest:last-child,
#single-note-html .note-templates-view .note-tickertags .add-tickertags .suggest-wrapper .suggest:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#new-notebook-html .main-note-container .note-tickertags .note-tag::before,
#single-note-html .main-note-container .note-tickertags .note-tag::before,
#new-notebook-html .note-templates-view .note-tickertags .note-tag::before,
#single-note-html .note-templates-view .note-tickertags .note-tag::before {
  content: '#';
}
#new-notebook-html .main-note-container .note-tickertags .note-tag,
#single-note-html .main-note-container .note-tickertags .note-tag,
#new-notebook-html .note-templates-view .note-tickertags .note-tag,
#single-note-html .note-templates-view .note-tickertags .note-tag {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  background: #edf4fb;
  font-size: 11px;
  line-height: 14px;
  border: 1px solid #edf4fb;
  color: #3d7fba;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 9px;
  padding: 1px 6px;
  vertical-align: top;
}
#new-notebook-html .main-note-container .note-tickertags .note-tag .delete-tag,
#single-note-html .main-note-container .note-tickertags .note-tag .delete-tag,
#new-notebook-html .note-templates-view .note-tickertags .note-tag .delete-tag,
#single-note-html .note-templates-view .note-tickertags .note-tag .delete-tag {
  margin-left: 6px;
  cursor: pointer;
}
#new-notebook-html .main-note-container .note-tickertags .note-contact,
#single-note-html .main-note-container .note-tickertags .note-contact,
#new-notebook-html .note-templates-view .note-tickertags .note-contact,
#single-note-html .note-templates-view .note-tickertags .note-contact {
  font-size: 11px;
  line-height: 14px;
  border: 1px solid #3d7fba;
  color: #3d7fba;
  border-radius: 3px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px;
  padding: 1px 6px;
  vertical-align: top;
}
#new-notebook-html .main-note-container .note-tickertags .note-contact .delete-contact,
#single-note-html .main-note-container .note-tickertags .note-contact .delete-contact,
#new-notebook-html .note-templates-view .note-tickertags .note-contact .delete-contact,
#single-note-html .note-templates-view .note-tickertags .note-contact .delete-contact {
  margin-left: 6px;
  cursor: pointer;
}
#new-notebook-html .main-note-container .note-tickertags .note-ticker,
#single-note-html .main-note-container .note-tickertags .note-ticker,
#new-notebook-html .note-templates-view .note-tickertags .note-ticker,
#single-note-html .note-templates-view .note-tickertags .note-ticker {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 9px;
  padding: 1px 6px;
  vertical-align: top;
  font-family: hel-bold, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html .main-note-container .note-tickertags .note-ticker.greeny,
#single-note-html .main-note-container .note-tickertags .note-ticker.greeny,
#new-notebook-html .note-templates-view .note-tickertags .note-ticker.greeny,
#single-note-html .note-templates-view .note-tickertags .note-ticker.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
#new-notebook-html .main-note-container .note-tickertags .note-ticker.cyano,
#single-note-html .main-note-container .note-tickertags .note-ticker.cyano,
#new-notebook-html .note-templates-view .note-tickertags .note-ticker.cyano,
#single-note-html .note-templates-view .note-tickertags .note-ticker.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
#new-notebook-html .main-note-container .note-tickertags .note-ticker .delete-ticker,
#single-note-html .main-note-container .note-tickertags .note-ticker .delete-ticker,
#new-notebook-html .note-templates-view .note-tickertags .note-ticker .delete-ticker,
#single-note-html .note-templates-view .note-tickertags .note-ticker .delete-ticker {
  margin-left: 6px;
  cursor: pointer;
}
#new-notebook-html .main-note-container .note-tickertags-wrapper,
#single-note-html .main-note-container .note-tickertags-wrapper,
#new-notebook-html .note-templates-view .note-tickertags-wrapper,
#single-note-html .note-templates-view .note-tickertags-wrapper {
  position: relative;
  min-height: 26px;
  border-bottom: 1px solid #ccd8e8;
  margin: 0 16px;
  cursor: pointer;
}
#new-notebook-html .main-note-container .add-token,
#single-note-html .main-note-container .add-token,
#new-notebook-html .note-templates-view .add-token,
#single-note-html .note-templates-view .add-token {
  cursor: pointer;
  display: inline-block;
}
#new-notebook-html .main-note-container .add-token .add-token-icon,
#single-note-html .main-note-container .add-token .add-token-icon,
#new-notebook-html .note-templates-view .add-token .add-token-icon,
#single-note-html .note-templates-view .add-token .add-token-icon {
  box-sizing: border-box;
  fill: #3d7fba;
  height: 18px;
  width: 16px;
  padding: 3px;
  margin-left: 4px;
  /* padding-top: 0px; */
  background-color: #EDF4FB;
  position: relative;
  top: 1px;
}
#new-notebook-html .main-note-container .note-type-container,
#single-note-html .main-note-container .note-type-container,
#new-notebook-html .note-templates-view .note-type-container,
#single-note-html .note-templates-view .note-type-container {
  color: #5b6067;
  float: right;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 0 6px 6px;
  position: absolute;
  right: 0;
  top: 3px;
  cursor: default;
}
#new-notebook-html .main-note-container .note-type-container .note-type-dropdown,
#single-note-html .main-note-container .note-type-container .note-type-dropdown,
#new-notebook-html .note-templates-view .note-type-container .note-type-dropdown,
#single-note-html .note-templates-view .note-type-container .note-type-dropdown {
  float: right;
}
#new-notebook-html .main-note-container .note-type-container .note-type-dropdown:not(.readOnly):hover,
#single-note-html .main-note-container .note-type-container .note-type-dropdown:not(.readOnly):hover,
#new-notebook-html .note-templates-view .note-type-container .note-type-dropdown:not(.readOnly):hover,
#single-note-html .note-templates-view .note-type-container .note-type-dropdown:not(.readOnly):hover {
  color: #3d7fba;
  cursor: pointer;
}
#new-notebook-html .main-note-container .note-type-container .note-type-dropdown .note-type,
#single-note-html .main-note-container .note-type-container .note-type-dropdown .note-type,
#new-notebook-html .note-templates-view .note-type-container .note-type-dropdown .note-type,
#single-note-html .note-templates-view .note-type-container .note-type-dropdown .note-type {
  font-weight: 600;
  position: relative;
  top: 1px;
  display: inline-block;
  text-align: center;
  max-width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#new-notebook-html .main-note-container .note-type-container .note-type-dropdown .icon.icon-chevron,
#single-note-html .main-note-container .note-type-container .note-type-dropdown .icon.icon-chevron,
#new-notebook-html .note-templates-view .note-type-container .note-type-dropdown .icon.icon-chevron,
#single-note-html .note-templates-view .note-type-container .note-type-dropdown .icon.icon-chevron {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
#new-notebook-html .main-note-container .note-type-container .note-type-menu,
#single-note-html .main-note-container .note-type-container .note-type-menu,
#new-notebook-html .note-templates-view .note-type-container .note-type-menu,
#single-note-html .note-templates-view .note-type-container .note-type-menu {
  background-color: #ffffff;
  border: 1px solid #CCD8E6;
  border-radius: 3px;
  display: none;
  position: absolute;
  max-height: 300px;
  overflow-y: scroll;
  right: 0;
  top: 32px;
  width: 180px;
  z-index: 2;
}
#new-notebook-html .main-note-container .note-type-container .note-type-menu .type-list,
#single-note-html .main-note-container .note-type-container .note-type-menu .type-list,
#new-notebook-html .note-templates-view .note-type-container .note-type-menu .type-list,
#single-note-html .note-templates-view .note-type-container .note-type-menu .type-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#new-notebook-html .main-note-container .note-type-container .note-type-menu .type-list .type,
#single-note-html .main-note-container .note-type-container .note-type-menu .type-list .type,
#new-notebook-html .note-templates-view .note-type-container .note-type-menu .type-list .type,
#single-note-html .note-templates-view .note-type-container .note-type-menu .type-list .type {
  border-bottom: 1px solid #CCD8E6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d7fba;
  font-size: 11px;
  padding: 10px 10px 10px 20px;
}
#new-notebook-html .main-note-container .note-type-container .note-type-menu .type-list .type:hover,
#single-note-html .main-note-container .note-type-container .note-type-menu .type-list .type:hover,
#new-notebook-html .note-templates-view .note-type-container .note-type-menu .type-list .type:hover,
#single-note-html .note-templates-view .note-type-container .note-type-menu .type-list .type:hover {
  background-color: #F0F8FF;
  cursor: pointer;
}
#new-notebook-html .main-note-container .note-type-container .note-type-menu .type-list .header,
#single-note-html .main-note-container .note-type-container .note-type-menu .type-list .header,
#new-notebook-html .note-templates-view .note-type-container .note-type-menu .type-list .header,
#single-note-html .note-templates-view .note-type-container .note-type-menu .type-list .header {
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  color: #5b6067;
  pointer-events: none;
  cursor: default;
}
#new-notebook-html .main-note-container .note-type-container .note-type-menu .triangle,
#single-note-html .main-note-container .note-type-container .note-type-menu .triangle,
#new-notebook-html .note-templates-view .note-type-container .note-type-menu .triangle,
#single-note-html .note-templates-view .note-type-container .note-type-menu .triangle {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #CCD8E6;
  height: 0;
  margin-left: 34px;
  position: absolute;
  right: 20px;
  top: -6px;
  width: 0;
}
#new-notebook-html .main-note-container .title-additional-content,
#single-note-html .main-note-container .title-additional-content,
#new-notebook-html .note-templates-view .title-additional-content,
#single-note-html .note-templates-view .title-additional-content {
  position: absolute;
  top: -6px;
  right: 0;
}
#new-notebook-html .main-note-container .note-share-wrapper,
#single-note-html .main-note-container .note-share-wrapper,
#new-notebook-html .note-templates-view .note-share-wrapper,
#single-note-html .note-templates-view .note-share-wrapper {
  min-height: 28px;
  line-height: 16px;
  font-size: 10px;
  padding: 2px 0px;
  position: relative;
  margin: 0px 16px;
  border-bottom: 1px solid #ccd8e8;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users,
#single-note-html .main-note-container .note-share-wrapper .add-share-users,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 3px;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .user-group-share,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .user-group-share,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .user-group-share,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .user-group-share {
  width: 134px;
  background-color: #ffffff;
  border: 1px solid #3d7fba;
  border-radius: 2px;
  margin-top: 5px;
  color: #3d7fba;
  float: left;
  font-size: 11px;
  height: 16px;
  padding: 0px 5px;
  outline: none;
  -webkit-transition: none;
  -webkit-text-fill-color: #698094;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper {
  display: none;
  top: 32px !important;
  width: 152px;
  border: 1px solid #ffffff;
  box-shadow: 1px 2px 6px -2px #1e374d;
  border-radius: 3px;
  left: -143px;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest {
  border-radius: 3px;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest .liHeader,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest .liHeader,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest .liHeader,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest .liHeader,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest .liHeader,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest .liHeader,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest .liHeader,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest .liHeader {
  padding: 3px 8px;
  display: inline-block;
  font-size: 12px;
  border-bottom: none;
  background-color: #ffffff;
  color: #40586E;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  width: 100%;
  box-sizing: border-box;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li.seperator,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li.seperator,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li.seperator,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li.seperator,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li.seperator,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li.seperator,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li.seperator,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li.seperator {
  height: 1px;
  background: #ffffff;
  padding: 0;
  width: 100%;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li {
  box-sizing: border-box;
  padding: 0 !important;
  text-transform: initial;
  height: 24px;
  width: 100%;
  clear: both;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  border-bottom: none;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker {
  background: #3d7fba;
  border-radius: 2px;
  padding: 3px 6px;
  color: #ffffff;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin-right: 4px;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.greeny,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.greeny,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.greeny,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.greeny,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.greeny,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.greeny,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.greeny,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.cyano,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.cyano,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.cyano,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-ticker.cyano,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.cyano,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.cyano,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.cyano,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-ticker.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .company_name,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .company_name,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .company_name,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .company_name,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .company_name,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .company_name,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .company_name,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .company_name {
  display: inline-block;
  padding: 2px 0;
  overflow: hidden;
  /*text-overflow: ellipsis;
                        text-transform: uppercase;*/
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-tag,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-tag,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-tag,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-tag,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-tag,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-tag,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-tag,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-tag {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 5px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-email,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-email,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-email,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-fill-email,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-email,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-email,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-email,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-fill-email {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 5px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-add-tag,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-add-tag,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-add-tag,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .suggest-wrapper .suggest li .note-add-tag,
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-add-tag,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-add-tag,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-add-tag,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest li .note-add-tag {
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper {
  position: absolute;
  z-index: 99;
  left: 0;
  background: #ffffff;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .suggest {
  padding-left: 0;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .selected,
#single-note-html .main-note-container .note-share-wrapper .add-share-users .temp-suggest-wrapper .selected,
#new-notebook-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .selected,
#single-note-html .note-templates-view .note-share-wrapper .add-share-users .temp-suggest-wrapper .selected {
  background: #3d7fba;
  color: #ffffff;
}
#new-notebook-html .main-note-container .note-share-wrapper .add-token-icon,
#single-note-html .main-note-container .note-share-wrapper .add-token-icon,
#new-notebook-html .note-templates-view .note-share-wrapper .add-token-icon,
#single-note-html .note-templates-view .note-share-wrapper .add-token-icon {
  margin-bottom: 1px;
  margin-top: 2px;
}
#new-notebook-html .main-note-container .note-share-bar,
#single-note-html .main-note-container .note-share-bar,
#new-notebook-html .note-templates-view .note-share-bar,
#single-note-html .note-templates-view .note-share-bar {
  min-height: 16px;
  width: 77%;
  display: inline-block;
  cursor: pointer;
}
#new-notebook-html .main-note-container .note-share-bar .label,
#single-note-html .main-note-container .note-share-bar .label,
#new-notebook-html .note-templates-view .note-share-bar .label,
#single-note-html .note-templates-view .note-share-bar .label {
  color: #698094;
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  vertical-align: top;
  padding-right: 3px;
}
#new-notebook-html .main-note-container .note-share-bar .user-group-share,
#single-note-html .main-note-container .note-share-bar .user-group-share,
#new-notebook-html .note-templates-view .note-share-bar .user-group-share,
#single-note-html .note-templates-view .note-share-bar .user-group-share {
  width: 25%;
  padding: 8px;
  border: none;
}
#new-notebook-html .main-note-container .note-share-bar .added-users .item-new,
#single-note-html .main-note-container .note-share-bar .added-users .item-new,
#new-notebook-html .note-templates-view .note-share-bar .added-users .item-new,
#single-note-html .note-templates-view .note-share-bar .added-users .item-new,
#new-notebook-html .main-note-container .note-share-bar .added-groups .item-new,
#single-note-html .main-note-container .note-share-bar .added-groups .item-new,
#new-notebook-html .note-templates-view .note-share-bar .added-groups .item-new,
#single-note-html .note-templates-view .note-share-bar .added-groups .item-new {
  display: inline-block;
}
#new-notebook-html .main-note-container .note-share-bar .suggest-wrapper .sharing_user_item,
#single-note-html .main-note-container .note-share-bar .suggest-wrapper .sharing_user_item,
#new-notebook-html .note-templates-view .note-share-bar .suggest-wrapper .sharing_user_item,
#single-note-html .note-templates-view .note-share-bar .suggest-wrapper .sharing_user_item,
#new-notebook-html .main-note-container .note-share-bar .temp-suggest-wrapper .sharing_user_item,
#single-note-html .main-note-container .note-share-bar .temp-suggest-wrapper .sharing_user_item,
#new-notebook-html .note-templates-view .note-share-bar .temp-suggest-wrapper .sharing_user_item,
#single-note-html .note-templates-view .note-share-bar .temp-suggest-wrapper .sharing_user_item {
  font-size: 14px;
  position: relative;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  clear: both;
  min-height: 30px;
  cursor: pointer;
  padding: 0px 8px;
  overflow: hidden;
}
#new-notebook-html .main-note-container .note-share-bar .suggest-wrapper .sharing_user_item .checkbox,
#single-note-html .main-note-container .note-share-bar .suggest-wrapper .sharing_user_item .checkbox,
#new-notebook-html .note-templates-view .note-share-bar .suggest-wrapper .sharing_user_item .checkbox,
#single-note-html .note-templates-view .note-share-bar .suggest-wrapper .sharing_user_item .checkbox,
#new-notebook-html .main-note-container .note-share-bar .temp-suggest-wrapper .sharing_user_item .checkbox,
#single-note-html .main-note-container .note-share-bar .temp-suggest-wrapper .sharing_user_item .checkbox,
#new-notebook-html .note-templates-view .note-share-bar .temp-suggest-wrapper .sharing_user_item .checkbox,
#single-note-html .note-templates-view .note-share-bar .temp-suggest-wrapper .sharing_user_item .checkbox {
  height: 10px;
  width: 10px;
  left: 5px;
  top: 3px;
  position: absolute;
}
#new-notebook-html .main-note-container .note-share-bar .suggest-wrapper .name-initials,
#single-note-html .main-note-container .note-share-bar .suggest-wrapper .name-initials,
#new-notebook-html .note-templates-view .note-share-bar .suggest-wrapper .name-initials,
#single-note-html .note-templates-view .note-share-bar .suggest-wrapper .name-initials,
#new-notebook-html .main-note-container .note-share-bar .temp-suggest-wrapper .name-initials,
#single-note-html .main-note-container .note-share-bar .temp-suggest-wrapper .name-initials,
#new-notebook-html .note-templates-view .note-share-bar .temp-suggest-wrapper .name-initials,
#single-note-html .note-templates-view .note-share-bar .temp-suggest-wrapper .name-initials {
  display: none;
}
#new-notebook-html .main-note-container .note-share-bar .suggest-wrapper .fullname,
#single-note-html .main-note-container .note-share-bar .suggest-wrapper .fullname,
#new-notebook-html .note-templates-view .note-share-bar .suggest-wrapper .fullname,
#single-note-html .note-templates-view .note-share-bar .suggest-wrapper .fullname,
#new-notebook-html .main-note-container .note-share-bar .temp-suggest-wrapper .fullname,
#single-note-html .main-note-container .note-share-bar .temp-suggest-wrapper .fullname,
#new-notebook-html .note-templates-view .note-share-bar .temp-suggest-wrapper .fullname,
#single-note-html .note-templates-view .note-share-bar .temp-suggest-wrapper .fullname {
  margin-right: 6px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  line-height: 24px;
  font-size: 10px;
  color: #698094;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 145px;
  overflow: hidden;
}
#new-notebook-html .main-note-container .note-share-bar .suggest-wrapper .username,
#single-note-html .main-note-container .note-share-bar .suggest-wrapper .username,
#new-notebook-html .note-templates-view .note-share-bar .suggest-wrapper .username,
#single-note-html .note-templates-view .note-share-bar .suggest-wrapper .username,
#new-notebook-html .main-note-container .note-share-bar .temp-suggest-wrapper .username,
#single-note-html .main-note-container .note-share-bar .temp-suggest-wrapper .username,
#new-notebook-html .note-templates-view .note-share-bar .temp-suggest-wrapper .username,
#single-note-html .note-templates-view .note-share-bar .temp-suggest-wrapper .username {
  display: none;
}
#new-notebook-html .main-note-container .note-share-bar .suggest-wrapper li.selected .sharing_user_item .fullname,
#single-note-html .main-note-container .note-share-bar .suggest-wrapper li.selected .sharing_user_item .fullname,
#new-notebook-html .note-templates-view .note-share-bar .suggest-wrapper li.selected .sharing_user_item .fullname,
#single-note-html .note-templates-view .note-share-bar .suggest-wrapper li.selected .sharing_user_item .fullname,
#new-notebook-html .main-note-container .note-share-bar .temp-suggest-wrapper li.selected .sharing_user_item .fullname,
#single-note-html .main-note-container .note-share-bar .temp-suggest-wrapper li.selected .sharing_user_item .fullname,
#new-notebook-html .note-templates-view .note-share-bar .temp-suggest-wrapper li.selected .sharing_user_item .fullname,
#single-note-html .note-templates-view .note-share-bar .temp-suggest-wrapper li.selected .sharing_user_item .fullname,
#new-notebook-html .main-note-container .note-share-bar .suggest-wrapper li.selected .sharing_user_item .username,
#single-note-html .main-note-container .note-share-bar .suggest-wrapper li.selected .sharing_user_item .username,
#new-notebook-html .note-templates-view .note-share-bar .suggest-wrapper li.selected .sharing_user_item .username,
#single-note-html .note-templates-view .note-share-bar .suggest-wrapper li.selected .sharing_user_item .username,
#new-notebook-html .main-note-container .note-share-bar .temp-suggest-wrapper li.selected .sharing_user_item .username,
#single-note-html .main-note-container .note-share-bar .temp-suggest-wrapper li.selected .sharing_user_item .username,
#new-notebook-html .note-templates-view .note-share-bar .temp-suggest-wrapper li.selected .sharing_user_item .username,
#single-note-html .note-templates-view .note-share-bar .temp-suggest-wrapper li.selected .sharing_user_item .username {
  color: #ffffff;
}
#new-notebook-html .main-note-container .added-users,
#single-note-html .main-note-container .added-users,
#new-notebook-html .note-templates-view .added-users,
#single-note-html .note-templates-view .added-users,
#new-notebook-html .main-note-container .added-groups,
#single-note-html .main-note-container .added-groups,
#new-notebook-html .note-templates-view .added-groups,
#single-note-html .note-templates-view .added-groups {
  margin-left: -2px;
}
#new-notebook-html .main-note-container .added-users .item-new,
#single-note-html .main-note-container .added-users .item-new,
#new-notebook-html .note-templates-view .added-users .item-new,
#single-note-html .note-templates-view .added-users .item-new,
#new-notebook-html .main-note-container .added-groups .item-new,
#single-note-html .main-note-container .added-groups .item-new,
#new-notebook-html .note-templates-view .added-groups .item-new,
#single-note-html .note-templates-view .added-groups .item-new {
  font-size: 12px;
  background: #edf4fb;
  color: #3d7fba;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  line-height: 12px;
  padding: 2px 6px;
  position: relative;
  border-radius: 3px;
  margin: 5px 3px 0 3px;
  border: 1px solid #edf4fb;
}
#new-notebook-html .main-note-container .added-users .item-new:hover .close-button,
#single-note-html .main-note-container .added-users .item-new:hover .close-button,
#new-notebook-html .note-templates-view .added-users .item-new:hover .close-button,
#single-note-html .note-templates-view .added-users .item-new:hover .close-button,
#new-notebook-html .main-note-container .added-groups .item-new:hover .close-button,
#single-note-html .main-note-container .added-groups .item-new:hover .close-button,
#new-notebook-html .note-templates-view .added-groups .item-new:hover .close-button,
#single-note-html .note-templates-view .added-groups .item-new:hover .close-button {
  visibility: visible;
}
#new-notebook-html .main-note-container .added-users .item-new .user-icon,
#single-note-html .main-note-container .added-users .item-new .user-icon,
#new-notebook-html .note-templates-view .added-users .item-new .user-icon,
#single-note-html .note-templates-view .added-users .item-new .user-icon,
#new-notebook-html .main-note-container .added-groups .item-new .user-icon,
#single-note-html .main-note-container .added-groups .item-new .user-icon,
#new-notebook-html .note-templates-view .added-groups .item-new .user-icon,
#single-note-html .note-templates-view .added-groups .item-new .user-icon {
  height: 10px;
  margin-right: 5px;
  fill: #3d7fba;
  float: left;
  margin-top: 1px;
  width: 10px;
}
#new-notebook-html .main-note-container .added-users .item-new .group-icon,
#single-note-html .main-note-container .added-users .item-new .group-icon,
#new-notebook-html .note-templates-view .added-users .item-new .group-icon,
#single-note-html .note-templates-view .added-users .item-new .group-icon,
#new-notebook-html .main-note-container .added-groups .item-new .group-icon,
#single-note-html .main-note-container .added-groups .item-new .group-icon,
#new-notebook-html .note-templates-view .added-groups .item-new .group-icon,
#single-note-html .note-templates-view .added-groups .item-new .group-icon {
  height: 10px;
  margin-right: 5px;
  fill: #3d7fba;
  float: left;
  width: 13.75px;
}
#new-notebook-html .main-note-container .added-users .close-button,
#single-note-html .main-note-container .added-users .close-button,
#new-notebook-html .note-templates-view .added-users .close-button,
#single-note-html .note-templates-view .added-users .close-button,
#new-notebook-html .main-note-container .added-groups .close-button,
#single-note-html .main-note-container .added-groups .close-button,
#new-notebook-html .note-templates-view .added-groups .close-button,
#single-note-html .note-templates-view .added-groups .close-button {
  width: 6px;
  visibility: hidden;
  position: absolute;
  top: -7px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 2px 3px 0 0;
  transform: scale(1.1);
}
#new-notebook-html .main-note-container,
#single-note-html .main-note-container {
  height: 100%;
  box-sizing: border-box;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  position: relative;
  overflow: auto;
}
#new-notebook-html .main-note-container .toggle-comment-container .active,
#single-note-html .main-note-container .toggle-comment-container .active {
  color: #3d7fba !important;
}
#new-notebook-html .main-note-container .toggle-comment-container .active .toggle-icon,
#single-note-html .main-note-container .toggle-comment-container .active .toggle-icon {
  fill: #3d7fba !important;
}
#new-notebook-html .main-note-container .notecontent .note-container:hover .add-annotation,
#single-note-html .main-note-container .notecontent .note-container:hover .add-annotation,
#new-notebook-html .main-note-container .notecontent .note-container:hover .edit-annotation,
#single-note-html .main-note-container .notecontent .note-container:hover .edit-annotation,
#new-notebook-html .main-note-container .notecontent .note-container:hover .hl-short-link,
#single-note-html .main-note-container .notecontent .note-container:hover .hl-short-link,
#new-notebook-html .main-note-container .notecontent .note-container:hover .open-highlight-position,
#single-note-html .main-note-container .notecontent .note-container:hover .open-highlight-position,
#new-notebook-html .main-note-container .notecontent .note-container:hover .delete-highlight,
#single-note-html .main-note-container .notecontent .note-container:hover .delete-highlight {
  display: inline-block;
}
#new-notebook-html .main-note-container .notecontent .short-link-icon,
#single-note-html .main-note-container .notecontent .short-link-icon {
  height: 10px;
  width: 10px;
  fill: #3d7fba;
  position: relative;
  top: 2px;
  padding-right: 5px;
}
#new-notebook-html .main-note-container .notecontent .hl-short-link,
#single-note-html .main-note-container .notecontent .hl-short-link {
  color: #3d7fba;
  float: right;
  padding: 0 8px;
  display: none;
}
#new-notebook-html .main-note-container .notecontent .hl-short-link:after,
#single-note-html .main-note-container .notecontent .hl-short-link:after {
  content: '|';
  padding-left: 8px;
  color: #ccd8e8;
}
#new-notebook-html .main-note-container .notecontent .delete-highlight,
#single-note-html .main-note-container .notecontent .delete-highlight {
  color: #3d7fba;
  display: none;
  cursor: pointer;
  margin-right: 10px;
}
#new-notebook-html .main-note-container .notecontent .delete-icon,
#single-note-html .main-note-container .notecontent .delete-icon {
  width: 10px;
  height: 12px;
  fill: #3d7fba;
  margin: 0 3px 0 13px;
  position: relative;
  top: 1px;
}
#new-notebook-html .main-note-container .notecontent .hl-time,
#single-note-html .main-note-container .notecontent .hl-time {
  float: right;
  padding: 0px 4px;
  color: #8F9FB0;
}
#new-notebook-html .main-note-container .notecontent .hl-owner,
#single-note-html .main-note-container .notecontent .hl-owner {
  float: right;
  padding: 0 4px;
  color: #3d7fba;
}
#new-notebook-html .main-note-container .notecontent .hl-owner:before,
#single-note-html .main-note-container .notecontent .hl-owner:before {
  content: '@';
}
#new-notebook-html .main-note-container .notecontent .note-container,
#single-note-html .main-note-container .notecontent .note-container {
  border: 1px solid #ccd8e8;
  border-radius: 4px;
  padding-top: 8px;
  margin: 20px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 1.5em;
}
#new-notebook-html .main-note-container .notecontent .note-container table,
#single-note-html .main-note-container .notecontent .note-container table {
  background: transparent !important;
}
#new-notebook-html .main-note-container .notecontent .note-container .temp-add-comment,
#single-note-html .main-note-container .notecontent .note-container .temp-add-comment {
  height: auto;
  margin: 12px 8px 0 26px;
}
#new-notebook-html .main-note-container .notecontent .note-container .temp-add-comment input,
#single-note-html .main-note-container .notecontent .note-container .temp-add-comment input {
  width: 97%;
  margin: 8px 8px 8px 0;
  padding: 4px;
  border: 1px solid #CCD8E6;
  font-size: 12px;
}
#new-notebook-html .main-note-container .notecontent .note-container .temp-add-annotate,
#single-note-html .main-note-container .notecontent .note-container .temp-add-annotate {
  border: 1px solid #ccd8e6;
  padding: 6px;
  margin-right: 8px;
  height: auto;
  margin-top: 5px;
  margin-left: 27px;
  margin-bottom: 8px;
}
#new-notebook-html .main-note-container .notecontent .note-container .open-highlight-position,
#single-note-html .main-note-container .notecontent .note-container .open-highlight-position {
  float: right;
  cursor: pointer;
  padding-right: 8px;
  color: #3d7fba;
  display: none;
}
#new-notebook-html .main-note-container .notecontent .note-container .open-highlight-position:after,
#single-note-html .main-note-container .notecontent .note-container .open-highlight-position:after {
  content: '|';
  padding-left: 8px;
  color: #ccd8e8;
}
#new-notebook-html .main-note-container .notecontent .note-container .external-icon,
#single-note-html .main-note-container .notecontent .note-container .external-icon {
  height: 10px;
  width: 12px;
  position: relative;
  margin-right: 4px;
  fill: #3d7fba;
  top: 2px;
}
#new-notebook-html .main-note-container .notecontent .note-container .add-comment,
#single-note-html .main-note-container .notecontent .note-container .add-comment {
  color: #3d7fba;
  margin: 8px 0 0 24px;
  cursor: pointer;
}
#new-notebook-html .main-note-container .notecontent .note-container .note-helper,
#single-note-html .main-note-container .notecontent .note-container .note-helper {
  font-size: 11px;
  margin-left: 25px;
  color: #327cc0;
  display: inline-block;
  padding-top: 5px;
}
#new-notebook-html .main-note-container .notecontent .note-container .note-helper .short-link,
#single-note-html .main-note-container .notecontent .note-container .note-helper .short-link {
  padding-right: 7px;
  cursor: pointer;
  display: none;
}
#new-notebook-html .main-note-container .notecontent .note-container .note-helper .add-comment:before,
#single-note-html .main-note-container .notecontent .note-container .note-helper .add-comment:before {
  content: "|    ";
}
#new-notebook-html .main-note-container .notecontent .note-container .note-helper .temp:before,
#single-note-html .main-note-container .notecontent .note-container .note-helper .temp:before {
  content: "";
}
#new-notebook-html .main-note-container .notecontent .note-container .note-helper .merge-highlight,
#single-note-html .main-note-container .notecontent .note-container .note-helper .merge-highlight {
  display: inline-block;
  cursor: pointer;
  display: none;
}
#new-notebook-html .main-note-container .notecontent .note-container .note-helper .merge-highlight:before,
#single-note-html .main-note-container .notecontent .note-container .note-helper .merge-highlight:before {
  content: "|    ";
}
#new-notebook-html .main-note-container .notecontent .note-container .edit-icon,
#single-note-html .main-note-container .notecontent .note-container .edit-icon {
  height: 10px;
  width: 10px;
  position: relative;
  top: 2px;
  fill: #3d7fba;
  padding-right: 4px;
}
#new-notebook-html .main-note-container .notecontent .note-container .note-content,
#single-note-html .main-note-container .notecontent .note-container .note-content {
  position: relative;
}
#new-notebook-html .main-note-container .notecontent .note-container .edit-annotation,
#single-note-html .main-note-container .notecontent .note-container .edit-annotation {
  color: #3d7fba;
  display: none;
  cursor: pointer;
  margin-left: 12px;
}
#new-notebook-html .main-note-container .notecontent .note-container .add-annotation,
#single-note-html .main-note-container .notecontent .note-container .add-annotation {
  color: #3d7fba;
  height: 16px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  cursor: pointer;
  display: none;
}
#new-notebook-html .main-note-container .notecontent .note-container .buttons,
#single-note-html .main-note-container .notecontent .note-container .buttons {
  padding-left: 12px;
}
#new-notebook-html .main-note-container .notecontent .note-container .buttons .edit_annotate,
#single-note-html .main-note-container .notecontent .note-container .buttons .edit_annotate {
  color: #3d7fba;
  font-size: 11px;
  padding: 0px 8px;
  line-height: 20px;
  background-color: #fafbfc;
  height: 20px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  border: 1px solid #ccd8e6;
  border-right: none;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  cursor: pointer;
  display: inline;
}
#new-notebook-html .main-note-container .notecontent .note-container .buttons .delete_annotate,
#single-note-html .main-note-container .notecontent .note-container .buttons .delete_annotate {
  color: #3d7fba;
  font-size: 11px;
  padding: 0px 8px;
  line-height: 20px;
  background-color: #fafbfc;
  height: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #ccd8e6;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  cursor: pointer;
  display: inline;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments {
  padding-left: 12px;
  margin-left: 25px;
  border-left: 3px solid #D5E0EB;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments .highlightUser,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments .highlightUser {
  padding-left: 2px;
  margin-left: 0px;
  background: none;
  font-size: 12px;
  line-height: 23px;
  margin-right: 0px;
  margin-top: 0px;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments .annotate_user_name_box,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments .annotate_user_name_box {
  line-height: 23px;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments .user-comments,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments .user-comments {
  padding: 5px 10px 0px 0px;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments .user-comments .buttons,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments .user-comments .buttons {
  display: none;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments .user-comments:hover .buttons,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments .user-comments:hover .buttons {
  display: inline-block;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments .annotate_user,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments .annotate_user {
  padding-left: 10px;
  font-weight: bold;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments .annotate_date,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments .annotate_date {
  padding-left: 10px;
  font-size: 11px;
  color: #BCC7D2;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments .text_annotate,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments .text_annotate {
  margin-left: 8px;
  display: inline-block;
}
#new-notebook-html .main-note-container .notecontent .note-container .annotation-comments .annotate_user_initial_box,
#single-note-html .main-note-container .notecontent .note-container .annotation-comments .annotate_user_initial_box {
  padding: 6px 0;
  width: 20px;
  height: 20px;
  float: left;
  box-sizing: border-box;
  font-size: 10px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #3d7fba;
  border: 1px solid #ccd8e6;
  border-radius: 3px;
  text-align: center;
  line-height: 7px;
}
#new-notebook-html .main-note-container .notecontent .note-container .highlight-annotations .buttons .cancel_annotate:hover,
#single-note-html .main-note-container .notecontent .note-container .highlight-annotations .buttons .cancel_annotate:hover {
  border: 1px solid #3d7fba;
}
#new-notebook-html .main-note-container .notecontent .note-container .highlight-annotations,
#single-note-html .main-note-container .notecontent .note-container .highlight-annotations {
  /*height: 50px;*/
  width: 280px;
  padding: 12px 12px 12px 12px;
  background: #CCD8E7;
  border: 1px solid #1F4366;
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  text-indent: 0;
}
#new-notebook-html .main-note-container .notecontent .note-header,
#single-note-html .main-note-container .notecontent .note-header {
  margin-left: 24px;
}
#new-notebook-html .main-note-container .notecontent .annotation-text,
#single-note-html .main-note-container .notecontent .annotation-text {
  clear: right;
  margin-bottom: 6px;
  color: #204C74;
  font-size: 14px;
  margin-left: 24px;
  padding-left: 4px;
}
#new-notebook-html .main-note-container .notecontent .active-annotation,
#single-note-html .main-note-container .notecontent .active-annotation {
  border: 1px solid #ccd8e6;
}
#new-notebook-html .main-note-container .notecontent .high-tag,
#single-note-html .main-note-container .notecontent .high-tag {
  margin-left: 0;
  margin-right: 12px;
}
#new-notebook-html .main-note-container .notecontent .note-ticker,
#single-note-html .main-note-container .notecontent .note-ticker {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 1px 6px;
  vertical-align: top;
}
#new-notebook-html .main-note-container .notecontent .note-ticker.greeny,
#single-note-html .main-note-container .notecontent .note-ticker.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
#new-notebook-html .main-note-container .notecontent .note-ticker.cyano,
#single-note-html .main-note-container .notecontent .note-ticker.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
#new-notebook-html .main-note-container .notecontent .note-ticker .delete-ticker,
#single-note-html .main-note-container .notecontent .note-ticker .delete-ticker {
  margin-left: 6px;
  cursor: pointer;
}
#new-notebook-html .main-note-container .notecontent .note-title,
#single-note-html .main-note-container .notecontent .note-title {
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 13px;
}
#new-notebook-html .main-note-container .notecontent .note-text,
#single-note-html .main-note-container .notecontent .note-text {
  color: #204C74;
  margin-left: 25px;
  border-left: solid;
  border-left-color: #ffffff;
}
#new-notebook-html .main-note-container .notecontent .note-text .table-wrapper,
#single-note-html .main-note-container .notecontent .note-text .table-wrapper {
  box-shadow: 0 0 5px 2px grey;
  padding: 10px;
}
#new-notebook-html .main-note-container .notecontent .high-tag,
#single-note-html .main-note-container .notecontent .high-tag {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 6px;
  text-transform: capitalize;
  color: #666;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(30, 55, 77, 0.33);
}
#new-notebook-html .main-note-container .notecontent .icon-hl::before,
#single-note-html .main-note-container .notecontent .icon-hl::before,
#new-notebook-html .main-note-container .notecontent .icon-annotate::before,
#single-note-html .main-note-container .notecontent .icon-annotate::before {
  display: inline-block;
  width: 12px;
  line-height: 18px;
  font-size: 15px;
}
#new-notebook-html .main-note-container .notecontent .highlightUser,
#single-note-html .main-note-container .notecontent .highlightUser {
  color: #3d7fba;
  background: #F6F9FB;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
}
#new-notebook-html .main-note-container .ro-notecontent .only-content,
#single-note-html .main-note-container .ro-notecontent .only-content {
  margin: 20px;
}
#new-notebook-html .main-note-container .mention-suggestions,
#single-note-html .main-note-container .mention-suggestions {
  position: absolute;
  top: 0;
}
#new-notebook-html .main-note-container .mention-suggestions ol,
#single-note-html .main-note-container .mention-suggestions ol,
#new-notebook-html .main-note-container .mention-suggestions ul,
#single-note-html .main-note-container .mention-suggestions ul {
  box-shadow: 0 5px 12px 0 rgba(0, 22, 42, 0.65);
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-radius: 3px;
  overflow: hidden;
  font-size: 11px;
}
#new-notebook-html .main-note-container .mention-suggestions ol li,
#single-note-html .main-note-container .mention-suggestions ol li,
#new-notebook-html .main-note-container .mention-suggestions ul li,
#single-note-html .main-note-container .mention-suggestions ul li {
  border-bottom: 1px solid #d4e0ea;
  border-radius: 3px;
}
#new-notebook-html .main-note-container .mention-suggestions ol li > div,
#single-note-html .main-note-container .mention-suggestions ol li > div,
#new-notebook-html .main-note-container .mention-suggestions ul li > div,
#single-note-html .main-note-container .mention-suggestions ul li > div {
  padding: 6px 12px;
  background: #ffffff;
}
#new-notebook-html .main-note-container .mention-suggestions ol li:last-child,
#single-note-html .main-note-container .mention-suggestions ol li:last-child,
#new-notebook-html .main-note-container .mention-suggestions ul li:last-child,
#single-note-html .main-note-container .mention-suggestions ul li:last-child {
  border-bottom: none;
}
#new-notebook-html .main-note-container .mention-suggestions ol li.active div,
#single-note-html .main-note-container .mention-suggestions ol li.active div,
#new-notebook-html .main-note-container .mention-suggestions ul li.active div,
#single-note-html .main-note-container .mention-suggestions ul li.active div {
  color: #ffffff;
  background: #3d7fba;
}
#new-notebook-html .main-note-container .ck-editbar,
#single-note-html .main-note-container .ck-editbar {
  height: 30px;
  width: 100%;
  padding: 6px 0px;
}
#new-notebook-html .main-note-container .note-wrapper,
#single-note-html .main-note-container .note-wrapper {
  position: relative;
  background: white;
  border-top: 1px solid #ccd8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transform: translateZ(0);
  border-top: none;
}
#new-notebook-html .main-note-container .note-titlebar,
#single-note-html .main-note-container .note-titlebar {
  font-size: 20px;
  color: #1e374d;
  border-bottom: 1px solid #ccd8e8;
  background: #ffffff;
  padding: 16px 0 0 0;
  margin: 0 16px;
  height: 50px;
  transform: translateZ(0);
  position: relative;
  z-index: 99;
  font-weight: 400;
  line-height: 26px;
  box-sizing: border-box;
}
#new-notebook-html .main-note-container .note-titlebar input.add_input,
#single-note-html .main-note-container .note-titlebar input.add_input {
  border: 0px;
  height: 30px;
  width: 100%;
}
#new-notebook-html .main-note-container .note-titlebar .brdr-btm,
#single-note-html .main-note-container .note-titlebar .brdr-btm {
  border-bottom: 1px solid #ccd8e8;
  margin-top: 30px;
  margin-bottom: -36px;
}
#new-notebook-html .main-note-container .note-titlebar .open-doc-link,
#single-note-html .main-note-container .note-titlebar .open-doc-link {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding-right: 6px;
  color: #698094;
}
#new-notebook-html .main-note-container .note-titlebar .open-doc-link .single-note-icon,
#single-note-html .main-note-container .note-titlebar .open-doc-link .single-note-icon {
  height: 13px;
  position: absolute;
  width: 13px;
  left: -16px;
  fill: #698094;
  padding-top: 8px;
}
#new-notebook-html .main-note-container .note-titlebar .open-doc-link:hover,
#single-note-html .main-note-container .note-titlebar .open-doc-link:hover {
  color: #3d7fba;
}
#new-notebook-html .main-note-container .note-titlebar .open-doc-link:hover .single-note-icon,
#single-note-html .main-note-container .note-titlebar .open-doc-link:hover .single-note-icon {
  fill: #3d7fba;
}
#new-notebook-html .main-note-container .note-titlebar .filing-date,
#single-note-html .main-note-container .note-titlebar .filing-date {
  font-size: 12px;
  color: #698094;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  position: static;
  right: 70px;
}
#new-notebook-html .main-note-container .note-titlebar .open-doc-link:after,
#single-note-html .main-note-container .note-titlebar .open-doc-link:after {
  content: '|';
  margin-left: 8px;
  font-weight: 300;
}
#new-notebook-html .main-note-container .note-titlebar .short-url-icon,
#single-note-html .main-note-container .note-titlebar .short-url-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 12px;
  top: -1px;
}
#new-notebook-html .main-note-container .note-titlebar p,
#single-note-html .main-note-container .note-titlebar p {
  padding: 0 4px;
  outline: 0;
  max-width: calc(100% - 278px);
  margin: 1px 0 0 -4px;
  display: inline-block;
  border: none;
}
#new-notebook-html .main-note-container .note-titlebar p:focus,
#single-note-html .main-note-container .note-titlebar p:focus,
#new-notebook-html .main-note-container .note-titlebar p.focus,
#single-note-html .main-note-container .note-titlebar p.focus {
  overflow-x: auto;
  text-overflow: initial;
  white-space: normal;
  background: #ffffff;
  z-index: 99;
  border-radius: 3px;
}
#new-notebook-html .main-note-container .note-titlebar p,
#single-note-html .main-note-container .note-titlebar p {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#new-notebook-html .main-note-container .note-titlebar p[placeholder]:empty:before,
#single-note-html .main-note-container .note-titlebar p[placeholder]:empty:before {
  content: attr(placeholder);
  color: #889bba;
}
#new-notebook-html .main-note-container .note-titlebar .last-update-notif,
#single-note-html .main-note-container .note-titlebar .last-update-notif {
  line-height: 24px;
  font-size: 11px;
  color: #698094;
  display: none;
}
#new-notebook-html .main-note-container .note-titlebar .last-update-notif:after,
#single-note-html .main-note-container .note-titlebar .last-update-notif:after {
  content: '|';
  margin-left: 8px;
  margin-right: 8px;
}
#new-notebook-html .main-note-container .note-titlebar .edit-done,
#single-note-html .main-note-container .note-titlebar .edit-done {
  font-size: 11px;
  line-height: 22px;
  position: absolute;
  right: 330px;
  top: 0;
  display: none;
  cursor: pointer;
}
#new-notebook-html .main-note-container .note-titlebar .show-history,
#single-note-html .main-note-container .note-titlebar .show-history {
  display: block;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#new-notebook-html .main-note-container .note-titlebar .note-clip-source,
#single-note-html .main-note-container .note-titlebar .note-clip-source {
  display: block;
  line-height: 18px;
  font-size: 11px;
  color: #698094;
  padding: 3px 0;
  cursor: pointer;
  min-width: 60px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  z-index: 9;
}
#new-notebook-html .main-note-container .note-titlebar .note-clip-source a,
#single-note-html .main-note-container .note-titlebar .note-clip-source a,
#new-notebook-html .main-note-container .note-titlebar .note-clip-source a:visited,
#single-note-html .main-note-container .note-titlebar .note-clip-source a:visited,
#new-notebook-html .main-note-container .note-titlebar .note-clip-source a:active,
#single-note-html .main-note-container .note-titlebar .note-clip-source a:active {
  color: #327CC0;
  text-decoration: none;
}
#new-notebook-html .main-note-container .note-titlebar .note-clip-source a:hover,
#single-note-html .main-note-container .note-titlebar .note-clip-source a:hover {
  text-decoration: underline;
}
#new-notebook-html .main-note-container .note-titlebar .note-clip-source:after,
#single-note-html .main-note-container .note-titlebar .note-clip-source:after {
  content: '|';
  margin-left: 6px;
  font-weight: 300;
}
#new-notebook-html .main-note-container .note-opened,
#single-note-html .main-note-container .note-opened {
  position: absolute;
  bottom: -6px;
  top: 43px;
}
#new-notebook-html .main-note-container .tab-pane,
#single-note-html .main-note-container .tab-pane {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
#new-notebook-html .main-note-container .tab-pane .column-header,
#single-note-html .main-note-container .tab-pane .column-header {
  margin: 0 18px;
  border-bottom: none;
}
#new-notebook-html .main-note-container .tab-pane .column-header .doc-controls,
#single-note-html .main-note-container .tab-pane .column-header .doc-controls {
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html .main-note-container .tab-pane .column-header .tickers,
#single-note-html .main-note-container .tab-pane .column-header .tickers,
#new-notebook-html .main-note-container .tab-pane .column-header .date,
#single-note-html .main-note-container .tab-pane .column-header .date,
#new-notebook-html .main-note-container .tab-pane .column-header .doc_title,
#single-note-html .main-note-container .tab-pane .column-header .doc_title {
  display: none;
}
#new-notebook-html .main-note-container .created-date,
#single-note-html .main-note-container .created-date {
  font-size: 11px;
  line-height: 24px;
  display: inline-block;
  color: #698094;
}
#new-notebook-html .main-note-container .created-date:after,
#single-note-html .main-note-container .created-date:after {
  content: '|';
  margin-right: 8px;
  margin-left: 8px;
}
#new-notebook-html .main-note-container .minimum,
#single-note-html .main-note-container .minimum {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 27px;
}
#new-notebook-html .main-note-container .add-to-thesis,
#single-note-html .main-note-container .add-to-thesis {
  float: right;
  line-height: 32px;
  height: 32px;
  color: #698094;
  font-size: 14px;
}
#new-notebook-html .main-note-container .add-to-thesis .send-to-thesis,
#single-note-html .main-note-container .add-to-thesis .send-to-thesis {
  display: inline-block;
  position: relative;
}
#new-notebook-html .main-note-container .add-to-thesis .send-to-thesis .text,
#single-note-html .main-note-container .add-to-thesis .send-to-thesis .text {
  color: #5b6067;
  font-size: 13px;
}
#new-notebook-html .main-note-container .add-to-thesis .rectangle,
#single-note-html .main-note-container .add-to-thesis .rectangle {
  padding: 2px;
  overflow-y: auto;
  max-height: 300px;
}
#new-notebook-html .main-note-container .add-to-thesis .bigWhiteDrpdwn,
#single-note-html .main-note-container .add-to-thesis .bigWhiteDrpdwn {
  display: block;
  right: 0;
  width: 170px;
  top: 28px;
}
#new-notebook-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-header,
#single-note-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-header {
  font-size: 13px;
  padding-left: 10px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5b6067;
}
#new-notebook-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list,
#single-note-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list {
  list-style: none;
  font-size: 12px;
  padding-left: 20px;
  margin: 0px;
}
#new-notebook-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .ticker-section,
#single-note-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .ticker-section {
  padding-left: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
#new-notebook-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .ticker-section.disabled,
#single-note-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .ticker-section.disabled {
  color: #3d7fba;
}
#new-notebook-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .ticker-section.enabled,
#single-note-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .ticker-section.enabled {
  color: #2da65b;
  margin-left: -15px;
}
#new-notebook-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .ticker-section.enabled:before,
#single-note-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .ticker-section.enabled:before {
  content: '\2713';
  margin-right: 5px;
}
#new-notebook-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .no-ticker-section,
#single-note-html .main-note-container .add-to-thesis .bigWhiteDrpdwn .ticker .ticker-section-list .no-ticker-section {
  color: #698094;
  padding-left: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
#new-notebook-html .main-note-container .add-to-thesis .down-icon,
#single-note-html .main-note-container .add-to-thesis .down-icon {
  height: 8px;
  width: 8px;
  margin-right: 6px;
  fill: #3d7fba;
}
#new-notebook-html .main-note-container .hl-selection-title,
#single-note-html .main-note-container .hl-selection-title {
  display: inline-block;
  font-size: 12px;
  position: relative;
  bottom: 11px;
  color: #8B98A7;
}
#new-notebook-html .main-note-container .sort-bar,
#single-note-html .main-note-container .sort-bar {
  position: relative;
  bottom: 9px;
  display: inline-block;
  padding: 5px;
  margin: 0 4px;
}
#new-notebook-html .main-note-container .sort-bar .sort-icon,
#single-note-html .main-note-container .sort-bar .sort-icon {
  height: 16px;
  cursor: pointer;
  width: 16px;
  fill: #3d7fba;
  transform: rotate(180deg) scale(-1, 1);
  border-left: 1px solid #B7C0CA;
  padding: 0 5px 0 5px;
}
#new-notebook-html .main-note-container .sort-bar .sort-position,
#single-note-html .main-note-container .sort-bar .sort-position,
#new-notebook-html .main-note-container .sort-bar .sort-time,
#single-note-html .main-note-container .sort-bar .sort-time,
#new-notebook-html .main-note-container .sort-bar .sort-label,
#single-note-html .main-note-container .sort-bar .sort-label {
  cursor: pointer;
  font-size: 12px;
  color: #8B98A7;
  position: relative;
  bottom: 3px;
}
#new-notebook-html .main-note-container .sort-bar .sort-position.sorted,
#single-note-html .main-note-container .sort-bar .sort-position.sorted,
#new-notebook-html .main-note-container .sort-bar .sort-time.sorted,
#single-note-html .main-note-container .sort-bar .sort-time.sorted,
#new-notebook-html .main-note-container .sort-bar .sort-label.sorted,
#single-note-html .main-note-container .sort-bar .sort-label.sorted {
  background-color: #EDF4FB;
}
#new-notebook-html .main-note-container .sort-bar .sort-time,
#single-note-html .main-note-container .sort-bar .sort-time {
  border-left: 1px solid #B7C0CA;
  border-right: 1px solid #B7C0CA;
  padding: 0 5px 0 5px;
}
#new-notebook-html .main-note-container .sort-bar .selected,
#single-note-html .main-note-container .sort-bar .selected {
  color: #3d7fba;
}
#new-notebook-html .main-note-container .highlight-label-filter,
#single-note-html .main-note-container .highlight-label-filter {
  display: inline-block;
  position: relative;
  bottom: 9px;
  padding: 5px;
  margin: 0 0;
}
#new-notebook-html .main-note-container .highlight-label-filter .filter-icon,
#single-note-html .main-note-container .highlight-label-filter .filter-icon {
  cursor: pointer;
  font-size: 12px;
  height: 12px;
  fill: #2da65b;
  bottom: 3px;
}
#new-notebook-html .main-note-container .highlight-label-filter .list,
#single-note-html .main-note-container .highlight-label-filter .list {
  display: none;
  font-size: 12px;
  margin-top: -2px;
}
#new-notebook-html .main-note-container .doc-additional-bar,
#single-note-html .main-note-container .doc-additional-bar {
  height: 30px;
  border-bottom: 1px solid #ccd8e8;
  margin: 0 18px;
  padding-top: 5px;
}
#new-notebook-html .main-note-container .info,
#single-note-html .main-note-container .info {
  float: right;
  color: #698094;
  padding: 3px 8px;
  line-height: 24px;
  height: 24px;
  font-size: 10px;
}
#new-notebook-html .main-note-container .info .content,
#single-note-html .main-note-container .info .content {
  font-weight: bold;
  padding-left: 4px;
}
#new-notebook-html .main-note-container .info span,
#single-note-html .main-note-container .info span {
  display: inline-block;
}
#new-notebook-html .main-note-container .info:after,
#single-note-html .main-note-container .info:after {
  content: "\b7";
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  float: right;
  padding-left: 16px;
}
#new-notebook-html .main-note-container .info:first-child:after,
#single-note-html .main-note-container .info:first-child:after {
  content: "";
}
#new-notebook-html .main-note-container .hg-label,
#single-note-html .main-note-container .hg-label {
  position: absolute;
  top: 0;
  border: 1px solid #343c47;
  border-radius: 3px;
  background: #4A5664;
  cursor: default;
  width: 240px;
  padding: 10px;
  box-sizing: border-box;
}
#new-notebook-html .main-note-container .hg-label .user-labels,
#single-note-html .main-note-container .hg-label .user-labels {
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  width: 100%;
}
#new-notebook-html .main-note-container .hg-label .user-labels .general-labels,
#single-note-html .main-note-container .hg-label .user-labels .general-labels {
  margin: 10px 0;
  color: #CFD6DB;
  max-height: 300px;
  overflow-y: auto;
}
#new-notebook-html .main-note-container .hg-label .user-labels .general-labels .gen-label,
#single-note-html .main-note-container .hg-label .user-labels .general-labels .gen-label {
  font-family: hel-bold;
  border-radius: 3px;
  padding: 6px;
  color: #4A5664;
  margin: 6px 18px;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
#new-notebook-html .main-note-container .hg-label .user-labels .general-labels .gen-label:hover,
#single-note-html .main-note-container .hg-label .user-labels .general-labels .gen-label:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}
#new-notebook-html .main-note-container .hg-label .user-labels .general-labels .off,
#single-note-html .main-note-container .hg-label .user-labels .general-labels .off {
  opacity: 0.2;
}
#new-notebook-html .main-note-container .hg-label .user-labels .general-labels .on,
#single-note-html .main-note-container .hg-label .user-labels .general-labels .on {
  opacity: 1;
}
#new-notebook-html .main-note-container .hg-label .user-labels .side-arrow-icon,
#single-note-html .main-note-container .hg-label .user-labels .side-arrow-icon {
  height: 10px;
  width: 10px;
  fill: #fff;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
#new-notebook-html .main-note-container .hg-label .user-labels .unselectable,
#single-note-html .main-note-container .hg-label .user-labels .unselectable {
  font-size: 12px;
}
#new-notebook-html .main-note-container .hg-label .user-labels .clear-filter,
#single-note-html .main-note-container .hg-label .user-labels .clear-filter {
  cursor: pointer;
  font-size: 12px;
  float: right;
  padding-right: 4px;
  color: #ffffff;
}
#new-notebook-html .main-note-container .hg-label .user-labels .clear-filter .clear-icon,
#single-note-html .main-note-container .hg-label .user-labels .clear-filter .clear-icon {
  height: 10px;
  fill: #ffffff;
  padding: 0 4px;
}
#new-notebook-html .main-note-container .hg-label .existing-tokens,
#single-note-html .main-note-container .hg-label .existing-tokens {
  display: none;
}
#new-notebook-html #toggle-comment-box,
#single-note-html #toggle-comment-box {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  height: 22px;
  text-align: center;
  padding: 1px;
  color: #698094;
}
#new-notebook-html #toggle-comment-box span,
#single-note-html #toggle-comment-box span {
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  padding: 0 6px;
}
#new-notebook-html #toggle-comment-box .counter,
#single-note-html #toggle-comment-box .counter {
  display: inline-block;
  font-size: 11px;
}
#new-notebook-html #toggle-comment-box .toggle-icon,
#single-note-html #toggle-comment-box .toggle-icon {
  position: relative;
  bottom: -4px;
  height: 15px;
  width: 15px;
  fill: #698094;
}
#new-notebook-html #toggle-comment-box .toggle-icon.hl-icon,
#single-note-html #toggle-comment-box .toggle-icon.hl-icon {
  bottom: 0;
  right: 10px;
  top: 6px;
}
#new-notebook-html #toggle-comment-box:hover,
#single-note-html #toggle-comment-box:hover {
  color: #3d7fba;
}
#new-notebook-html #toggle-comment-box:hover .toggle-icon,
#single-note-html #toggle-comment-box:hover .toggle-icon {
  fill: #3d7fba;
}
#new-notebook-html #toggle-comment-box.active,
#single-note-html #toggle-comment-box.active {
  color: #3d7fba;
}
#new-notebook-html #toggle-comment-box.active .toggle-icon,
#single-note-html #toggle-comment-box.active .toggle-icon {
  fill: #3d7fba;
}
#new-notebook-html .template-container .ck-editor,
#single-note-html .ck-editor,
#new-notebook-html #notebook-content .ck-editor,
#new-notebook-html .ticker-dashboard-view .ck-editor,
#new-notebook-html .template-container .content.displayed,
#single-note-html .content.displayed,
#new-notebook-html #notebook-content .content.displayed,
#new-notebook-html .ticker-dashboard-view .content.displayed {
  height: auto;
  box-sizing: border-box;
  padding: 12px 15px;
  min-height: 300px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #1e374d;
}
#new-notebook-html .template-container .ck-editor b,
#single-note-html .ck-editor b,
#new-notebook-html #notebook-content .ck-editor b,
#new-notebook-html .ticker-dashboard-view .ck-editor b,
#new-notebook-html .template-container .content.displayed b,
#single-note-html .content.displayed b,
#new-notebook-html #notebook-content .content.displayed b,
#new-notebook-html .ticker-dashboard-view .content.displayed b,
#new-notebook-html .template-container .ck-editor strong,
#single-note-html .ck-editor strong,
#new-notebook-html #notebook-content .ck-editor strong,
#new-notebook-html .ticker-dashboard-view .ck-editor strong,
#new-notebook-html .template-container .content.displayed strong,
#single-note-html .content.displayed strong,
#new-notebook-html #notebook-content .content.displayed strong,
#new-notebook-html .ticker-dashboard-view .content.displayed strong,
#new-notebook-html .template-container .ck-editor h1,
#single-note-html .ck-editor h1,
#new-notebook-html #notebook-content .ck-editor h1,
#new-notebook-html .ticker-dashboard-view .ck-editor h1,
#new-notebook-html .template-container .content.displayed h1,
#single-note-html .content.displayed h1,
#new-notebook-html #notebook-content .content.displayed h1,
#new-notebook-html .ticker-dashboard-view .content.displayed h1,
#new-notebook-html .template-container .ck-editor h2,
#single-note-html .ck-editor h2,
#new-notebook-html #notebook-content .ck-editor h2,
#new-notebook-html .ticker-dashboard-view .ck-editor h2,
#new-notebook-html .template-container .content.displayed h2,
#single-note-html .content.displayed h2,
#new-notebook-html #notebook-content .content.displayed h2,
#new-notebook-html .ticker-dashboard-view .content.displayed h2,
#new-notebook-html .template-container .ck-editor h3,
#single-note-html .ck-editor h3,
#new-notebook-html #notebook-content .ck-editor h3,
#new-notebook-html .ticker-dashboard-view .ck-editor h3,
#new-notebook-html .template-container .content.displayed h3,
#single-note-html .content.displayed h3,
#new-notebook-html #notebook-content .content.displayed h3,
#new-notebook-html .ticker-dashboard-view .content.displayed h3,
#new-notebook-html .template-container .ck-editor h4,
#single-note-html .ck-editor h4,
#new-notebook-html #notebook-content .ck-editor h4,
#new-notebook-html .ticker-dashboard-view .ck-editor h4,
#new-notebook-html .template-container .content.displayed h4,
#single-note-html .content.displayed h4,
#new-notebook-html #notebook-content .content.displayed h4,
#new-notebook-html .ticker-dashboard-view .content.displayed h4,
#new-notebook-html .template-container .ck-editor h5,
#single-note-html .ck-editor h5,
#new-notebook-html #notebook-content .ck-editor h5,
#new-notebook-html .ticker-dashboard-view .ck-editor h5,
#new-notebook-html .template-container .content.displayed h5,
#single-note-html .content.displayed h5,
#new-notebook-html #notebook-content .content.displayed h5,
#new-notebook-html .ticker-dashboard-view .content.displayed h5,
#new-notebook-html .template-container .ck-editor h6,
#single-note-html .ck-editor h6,
#new-notebook-html #notebook-content .ck-editor h6,
#new-notebook-html .ticker-dashboard-view .ck-editor h6,
#new-notebook-html .template-container .content.displayed h6,
#single-note-html .content.displayed h6,
#new-notebook-html #notebook-content .content.displayed h6,
#new-notebook-html .ticker-dashboard-view .content.displayed h6 {
  font-family: hel-bold, "Helvetica Neue", sans-serif, Roboto;
  font-weight: 300;
}
#new-notebook-html .template-container .ck-editor input.add_content,
#single-note-html .ck-editor input.add_content,
#new-notebook-html #notebook-content .ck-editor input.add_content,
#new-notebook-html .ticker-dashboard-view .ck-editor input.add_content,
#new-notebook-html .template-container .content.displayed input.add_content,
#single-note-html .content.displayed input.add_content,
#new-notebook-html #notebook-content .content.displayed input.add_content,
#new-notebook-html .ticker-dashboard-view .content.displayed input.add_content,
#new-notebook-html .template-container .ck-editor input.add_tags,
#single-note-html .ck-editor input.add_tags,
#new-notebook-html #notebook-content .ck-editor input.add_tags,
#new-notebook-html .ticker-dashboard-view .ck-editor input.add_tags,
#new-notebook-html .template-container .content.displayed input.add_tags,
#single-note-html .content.displayed input.add_tags,
#new-notebook-html #notebook-content .content.displayed input.add_tags,
#new-notebook-html .ticker-dashboard-view .content.displayed input.add_tags {
  width: 100%;
  border: 0;
  height: 50px;
  padding: 10px 0;
  box-sizing: border-box;
}
#new-notebook-html .template-container .ck-editor #plotter_graph_open_text,
#single-note-html .ck-editor #plotter_graph_open_text,
#new-notebook-html #notebook-content .ck-editor #plotter_graph_open_text,
#new-notebook-html .ticker-dashboard-view .ck-editor #plotter_graph_open_text,
#new-notebook-html .template-container .content.displayed #plotter_graph_open_text,
#single-note-html .content.displayed #plotter_graph_open_text,
#new-notebook-html #notebook-content .content.displayed #plotter_graph_open_text,
#new-notebook-html .ticker-dashboard-view .content.displayed #plotter_graph_open_text {
  float: left;
  cursor: pointer;
  color: #3975af;
  text-decoration: underline;
}
#new-notebook-html .template-container .ck-editor #plotter_graph_open,
#single-note-html .ck-editor #plotter_graph_open,
#new-notebook-html #notebook-content .ck-editor #plotter_graph_open,
#new-notebook-html .ticker-dashboard-view .ck-editor #plotter_graph_open,
#new-notebook-html .template-container .content.displayed #plotter_graph_open,
#single-note-html .content.displayed #plotter_graph_open,
#new-notebook-html #notebook-content .content.displayed #plotter_graph_open,
#new-notebook-html .ticker-dashboard-view .content.displayed #plotter_graph_open {
  cursor: pointer;
}
#new-notebook-html .template-container .ck-editor p,
#single-note-html .ck-editor p,
#new-notebook-html #notebook-content .ck-editor p,
#new-notebook-html .ticker-dashboard-view .ck-editor p,
#new-notebook-html .template-container .content.displayed p,
#single-note-html .content.displayed p,
#new-notebook-html #notebook-content .content.displayed p,
#new-notebook-html .ticker-dashboard-view .content.displayed p {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
#new-notebook-html .template-container .ck-editor img,
#single-note-html .ck-editor img,
#new-notebook-html #notebook-content .ck-editor img,
#new-notebook-html .ticker-dashboard-view .ck-editor img,
#new-notebook-html .template-container .content.displayed img,
#single-note-html .content.displayed img,
#new-notebook-html #notebook-content .content.displayed img,
#new-notebook-html .ticker-dashboard-view .content.displayed img {
  max-width: 100%;
  height: auto !important;
}
#new-notebook-html .template-container .ck-editor cl,
#single-note-html .ck-editor cl,
#new-notebook-html #notebook-content .ck-editor cl,
#new-notebook-html .ticker-dashboard-view .ck-editor cl,
#new-notebook-html .template-container .content.displayed cl,
#single-note-html .content.displayed cl,
#new-notebook-html #notebook-content .content.displayed cl,
#new-notebook-html .ticker-dashboard-view .content.displayed cl {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 40px;
  padding-left: 40px;
}
#new-notebook-html .template-container .ck-editor cl > li,
#single-note-html .ck-editor cl > li,
#new-notebook-html #notebook-content .ck-editor cl > li,
#new-notebook-html .ticker-dashboard-view .ck-editor cl > li,
#new-notebook-html .template-container .content.displayed cl > li,
#single-note-html .content.displayed cl > li,
#new-notebook-html #notebook-content .content.displayed cl > li,
#new-notebook-html .ticker-dashboard-view .content.displayed cl > li {
  background-color: #e8eef7;
  width: 85%;
  margin-bottom: 10px;
  padding: 2px 2px 2px 8px;
  text-align: left;
  border-radius: 3px;
  color: #1e374d;
  border: 1px solid #ccd8e6;
  background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.5), rgba(241, 241, 241, 0.5));
  background-image: -moz-linear-gradient(top, rgba(250, 250, 250, 0.5), rgba(241, 241, 241, 0.5));
}
#new-notebook-html .template-container .ck-editor cl > li:before,
#single-note-html .ck-editor cl > li:before,
#new-notebook-html #notebook-content .ck-editor cl > li:before,
#new-notebook-html .ticker-dashboard-view .ck-editor cl > li:before,
#new-notebook-html .template-container .content.displayed cl > li:before,
#single-note-html .content.displayed cl > li:before,
#new-notebook-html #notebook-content .content.displayed cl > li:before,
#new-notebook-html .ticker-dashboard-view .content.displayed cl > li:before {
  content: "";
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 2px solid #698094;
  margin: 0.1em;
  margin-left: -3em;
  line-height: 1em;
  border-radius: 3px;
  margin-top: 2px;
  cursor: pointer;
}
#new-notebook-html .template-container .ck-editor cl > li.checked,
#single-note-html .ck-editor cl > li.checked,
#new-notebook-html #notebook-content .ck-editor cl > li.checked,
#new-notebook-html .ticker-dashboard-view .ck-editor cl > li.checked,
#new-notebook-html .template-container .content.displayed cl > li.checked,
#single-note-html .content.displayed cl > li.checked,
#new-notebook-html #notebook-content .content.displayed cl > li.checked,
#new-notebook-html .ticker-dashboard-view .content.displayed cl > li.checked {
  font-style: italic;
  opacity: 0.7;
  background-color: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(228, 228, 228, 0.7);
  background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.7), rgba(241, 241, 241, 0.7));
  background-image: -moz-linear-gradient(top, rgba(250, 250, 250, 0.7), rgba(241, 241, 241, 0.7));
}
#new-notebook-html .template-container .ck-editor cl > li.checked:before,
#single-note-html .ck-editor cl > li.checked:before,
#new-notebook-html #notebook-content .ck-editor cl > li.checked:before,
#new-notebook-html .ticker-dashboard-view .ck-editor cl > li.checked:before,
#new-notebook-html .template-container .content.displayed cl > li.checked:before,
#single-note-html .content.displayed cl > li.checked:before,
#new-notebook-html #notebook-content .content.displayed cl > li.checked:before,
#new-notebook-html .ticker-dashboard-view .content.displayed cl > li.checked:before {
  content: '\2713';
}
#new-notebook-html .template-container .ck-editor cl > li.checked > *:not(.checked),
#single-note-html .ck-editor cl > li.checked > *:not(.checked),
#new-notebook-html #notebook-content .ck-editor cl > li.checked > *:not(.checked),
#new-notebook-html .ticker-dashboard-view .ck-editor cl > li.checked > *:not(.checked),
#new-notebook-html .template-container .content.displayed cl > li.checked > *:not(.checked),
#single-note-html .content.displayed cl > li.checked > *:not(.checked),
#new-notebook-html #notebook-content .content.displayed cl > li.checked > *:not(.checked),
#new-notebook-html .ticker-dashboard-view .content.displayed cl > li.checked > *:not(.checked) {
  font-style: normal;
}
#new-notebook-html .template-container .ck-editor.minimized,
#single-note-html .ck-editor.minimized,
#new-notebook-html #notebook-content .ck-editor.minimized,
#new-notebook-html .ticker-dashboard-view .ck-editor.minimized {
  max-width: 690px;
  margin: 0 auto;
}
#new-notebook-html .template-container .ck-editor.minimized .cke_widget_wrapper,
#single-note-html .ck-editor.minimized .cke_widget_wrapper,
#new-notebook-html #notebook-content .ck-editor.minimized .cke_widget_wrapper,
#new-notebook-html .ticker-dashboard-view .ck-editor.minimized .cke_widget_wrapper {
  margin: 5px 0;
}
#new-notebook-html .template-container .ck-toolbar.minimized,
#single-note-html .ck-toolbar.minimized,
#new-notebook-html #notebook-content .ck-toolbar.minimized,
#new-notebook-html .ticker-dashboard-view .ck-toolbar.minimized {
  height: 40px;
  -webkit-transition: height 1s;
  /* Safari */
  transition: height 1s;
  overflow: hidden;
}
#new-notebook-html .template-container .ck-toolbar .toggle-toolbar,
#single-note-html .ck-toolbar .toggle-toolbar,
#new-notebook-html #notebook-content .ck-toolbar .toggle-toolbar,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .toggle-toolbar {
  display: none;
}
#new-notebook-html .template-container .ck-toolbar.minimized .toggle-toolbar::after,
#single-note-html .ck-toolbar.minimized .toggle-toolbar::after,
#new-notebook-html #notebook-content .ck-toolbar.minimized .toggle-toolbar::after,
#new-notebook-html .ticker-dashboard-view .ck-toolbar.minimized .toggle-toolbar::after {
  content: "\f142";
  color: #517BA0;
}
#new-notebook-html .template-container .ck-toolbar.minimized .toggle-toolbar:hover,
#single-note-html .ck-toolbar.minimized .toggle-toolbar:hover,
#new-notebook-html #notebook-content .ck-toolbar.minimized .toggle-toolbar:hover,
#new-notebook-html .ticker-dashboard-view .ck-toolbar.minimized .toggle-toolbar:hover {
  background: #E0F0FC;
}
#new-notebook-html .template-container .ck-toolbar.maximized .toggle-toolbar,
#single-note-html .ck-toolbar.maximized .toggle-toolbar,
#new-notebook-html #notebook-content .ck-toolbar.maximized .toggle-toolbar,
#new-notebook-html .ticker-dashboard-view .ck-toolbar.maximized .toggle-toolbar {
  background: #92bce0;
}
#new-notebook-html .template-container .ck-toolbar.maximized .toggle-toolbar:after,
#single-note-html .ck-toolbar.maximized .toggle-toolbar:after,
#new-notebook-html #notebook-content .ck-toolbar.maximized .toggle-toolbar:after,
#new-notebook-html .ticker-dashboard-view .ck-toolbar.maximized .toggle-toolbar:after {
  content: "\f142";
  color: white;
}
#new-notebook-html .template-container .ck-toolbar.minimized .toggle-toolbar,
#single-note-html .ck-toolbar.minimized .toggle-toolbar,
#new-notebook-html #notebook-content .ck-toolbar.minimized .toggle-toolbar,
#new-notebook-html .ticker-dashboard-view .ck-toolbar.minimized .toggle-toolbar,
#new-notebook-html .template-container .ck-toolbar.maximized .toggle-toolbar,
#single-note-html .ck-toolbar.maximized .toggle-toolbar,
#new-notebook-html #notebook-content .ck-toolbar.maximized .toggle-toolbar,
#new-notebook-html .ticker-dashboard-view .ck-toolbar.maximized .toggle-toolbar {
  display: block;
  position: absolute;
  top: -1px;
  right: 0px;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 6px;
  width: 6px;
  text-align: center;
  border-right: 1px solid #ddd;
}
#new-notebook-html .template-container .ck-toolbar.maximized,
#single-note-html .ck-toolbar.maximized,
#new-notebook-html #notebook-content .ck-toolbar.maximized,
#new-notebook-html .ticker-dashboard-view .ck-toolbar.maximized {
  height: auto;
  overflow: visible;
  -webkit-transition: height 1s;
  /* Safari */
  transition: height 1s;
}
#new-notebook-html .template-container .ck-toolbar.maximized .cke_chrome,
#single-note-html .ck-toolbar.maximized .cke_chrome,
#new-notebook-html #notebook-content .ck-toolbar.maximized .cke_chrome,
#new-notebook-html .ticker-dashboard-view .ck-toolbar.maximized .cke_chrome {
  border: 1px solid #DDD;
}
#new-notebook-html .template-container .ck-toolbar,
#single-note-html .ck-toolbar,
#new-notebook-html #notebook-content .ck-toolbar,
#new-notebook-html .ticker-dashboard-view .ck-toolbar {
  position: relative;
  display: inline-block;
  overflow: visible;
  box-sizing: border-box;
}
#new-notebook-html .template-container .ck-toolbar .cke_toolbar,
#single-note-html .ck-toolbar .cke_toolbar,
#new-notebook-html #notebook-content .ck-toolbar .cke_toolbar,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_toolbar {
  margin: 3px 0 4px;
  padding: 3px 0;
  border-width: 0px 1px 0px 0px;
  min-height: 26px;
}
#new-notebook-html .template-container .ck-toolbar .cke_toolbar:last-child,
#single-note-html .ck-toolbar .cke_toolbar:last-child,
#new-notebook-html #notebook-content .ck-toolbar .cke_toolbar:last-child,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_toolbar:last-child {
  border-width: 0px;
}
#new-notebook-html .template-container .ck-toolbar .cke_toolgroup,
#single-note-html .ck-toolbar .cke_toolgroup,
#new-notebook-html #notebook-content .ck-toolbar .cke_toolgroup,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_toolgroup {
  background-color: #F9FCFF;
  margin: 0;
  border-radius: 0px;
  border-width: 0px;
}
#new-notebook-html .template-container .ck-toolbar .cke_combo.cke_combo__font,
#single-note-html .ck-toolbar .cke_combo.cke_combo__font,
#new-notebook-html #notebook-content .ck-toolbar .cke_combo.cke_combo__font,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_combo.cke_combo__font {
  padding-left: 2px;
  display: none;
}
#new-notebook-html .template-container .ck-toolbar .cke_combo.cke_combo__fontsize,
#single-note-html .ck-toolbar .cke_combo.cke_combo__fontsize,
#new-notebook-html #notebook-content .ck-toolbar .cke_combo.cke_combo__fontsize,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_combo.cke_combo__fontsize {
  padding-right: 2px;
}
#new-notebook-html .template-container .ck-toolbar .cke_combo_button,
#single-note-html .ck-toolbar .cke_combo_button,
#new-notebook-html #notebook-content .ck-toolbar .cke_combo_button,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_combo_button {
  margin: 0;
  background-color: transparent;
  border: 0;
}
#new-notebook-html .template-container .ck-toolbar .cke_combo_button .cke_combo_text,
#single-note-html .ck-toolbar .cke_combo_button .cke_combo_text,
#new-notebook-html #notebook-content .ck-toolbar .cke_combo_button .cke_combo_text,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_combo_button .cke_combo_text {
  width: auto;
}
#new-notebook-html .template-container .ck-toolbar .cke_button__insert-highlight_icon,
#single-note-html .ck-toolbar .cke_button__insert-highlight_icon,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__insert-highlight_icon,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__insert-highlight_icon {
  margin-right: 95px;
  margin-top: 2px;
}
#new-notebook-html .template-container .ck-toolbar .cke_button__insert-highlight_icon:after,
#single-note-html .ck-toolbar .cke_button__insert-highlight_icon:after,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__insert-highlight_icon:after,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__insert-highlight_icon:after {
  content: 'Insert Highlight';
  padding-left: 20px;
  line-height: 17px;
  color: #507a9f;
  font-weight: 600;
}
#new-notebook-html .template-container .ck-toolbar .cke_button__strike_icon,
#single-note-html .ck-toolbar .cke_button__strike_icon,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__strike_icon,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__strike_icon {
  background: url('images/strike-through.svg') no-repeat !important;
  margin-top: 0px !important;
  zoom: 112%;
  height: 18px;
}
#new-notebook-html .template-container .ck-toolbar .cke_button__link_icon,
#single-note-html .ck-toolbar .cke_button__link_icon,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__link_icon,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__link_icon {
  background: url('images/link-button.svg') no-repeat !important;
  margin-top: 0px !important;
  zoom: 112%;
  height: 18px;
}
#new-notebook-html .template-container .ck-toolbar .cke_button__unlink_icon,
#single-note-html .ck-toolbar .cke_button__unlink_icon,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__unlink_icon,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__unlink_icon {
  background: url('images/unlink-button.svg') no-repeat !important;
  margin-top: 0px !important;
  zoom: 112%;
  height: 18px;
}
#new-notebook-html .template-container .ck-toolbar .cke_button__paste,
#single-note-html .ck-toolbar .cke_button__paste,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__paste,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__paste,
#new-notebook-html .template-container .ck-toolbar .cke_button__highlight,
#single-note-html .ck-toolbar .cke_button__highlight,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__highlight,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__highlight,
#new-notebook-html .template-container .ck-toolbar .cke_button__pastetext,
#single-note-html .ck-toolbar .cke_button__pastetext,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__pastetext,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__pastetext,
#new-notebook-html .template-container .ck-toolbar .cke_button__pastefromword,
#single-note-html .ck-toolbar .cke_button__pastefromword,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__pastefromword,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__pastefromword,
#new-notebook-html .template-container .ck-toolbar .cke_button__image,
#single-note-html .ck-toolbar .cke_button__image,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__image,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__image,
#new-notebook-html .template-container .ck-toolbar .cke_button__embed,
#single-note-html .ck-toolbar .cke_button__embed,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__embed,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__embed,
#new-notebook-html .template-container .ck-toolbar .cke_button__copy,
#single-note-html .ck-toolbar .cke_button__copy,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__copy,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__copy,
#new-notebook-html .template-container .ck-toolbar .cke_button__cut,
#single-note-html .ck-toolbar .cke_button__cut,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__cut,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__cut,
#new-notebook-html .template-container .ck-toolbar .cke_button__selectall,
#single-note-html .ck-toolbar .cke_button__selectall,
#new-notebook-html #notebook-content .ck-toolbar .cke_button__selectall,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button__selectall {
  display: none;
}
#new-notebook-html .template-container .ck-toolbar .cke_chrome,
#single-note-html .ck-toolbar .cke_chrome,
#new-notebook-html #notebook-content .ck-toolbar .cke_chrome,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_chrome {
  border-radius: 0px;
  background-color: #F9FCFF;
}
#new-notebook-html .template-container .ck-toolbar .cke_bottom,
#single-note-html .ck-toolbar .cke_bottom,
#new-notebook-html #notebook-content .ck-toolbar .cke_bottom,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_bottom,
#new-notebook-html .template-container .ck-toolbar .cke_top,
#single-note-html .ck-toolbar .cke_top,
#new-notebook-html #notebook-content .ck-toolbar .cke_top,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_top {
  background: none;
  padding: 0px;
}
#new-notebook-html .template-container .ck-toolbar a.cke_button,
#single-note-html .ck-toolbar a.cke_button,
#new-notebook-html #notebook-content .ck-toolbar a.cke_button,
#new-notebook-html .ticker-dashboard-view .ck-toolbar a.cke_button {
  border-radius: 2px;
}
#new-notebook-html .template-container .ck-toolbar a.cke_button:last-child,
#single-note-html .ck-toolbar a.cke_button:last-child,
#new-notebook-html #notebook-content .ck-toolbar a.cke_button:last-child,
#new-notebook-html .ticker-dashboard-view .ck-toolbar a.cke_button:last-child {
  border-right: 0px;
}
#new-notebook-html .template-container .ck-toolbar a.cke_button_disabled:active,
#single-note-html .ck-toolbar a.cke_button_disabled:active,
#new-notebook-html #notebook-content .ck-toolbar a.cke_button_disabled:active,
#new-notebook-html .ticker-dashboard-view .ck-toolbar a.cke_button_disabled:active,
#new-notebook-html .template-container .ck-toolbar a.cke_button_disabled:focus,
#single-note-html .ck-toolbar a.cke_button_disabled:focus,
#new-notebook-html #notebook-content .ck-toolbar a.cke_button_disabled:focus,
#new-notebook-html .ticker-dashboard-view .ck-toolbar a.cke_button_disabled:focus,
#new-notebook-html .template-container .ck-toolbar a.cke_button_disabled:hover,
#single-note-html .ck-toolbar a.cke_button_disabled:hover,
#new-notebook-html #notebook-content .ck-toolbar a.cke_button_disabled:hover,
#new-notebook-html .ticker-dashboard-view .ck-toolbar a.cke_button_disabled:hover,
#new-notebook-html .template-container .ck-toolbar a.cke_button_off:active,
#single-note-html .ck-toolbar a.cke_button_off:active,
#new-notebook-html #notebook-content .ck-toolbar a.cke_button_off:active,
#new-notebook-html .ticker-dashboard-view .ck-toolbar a.cke_button_off:active,
#new-notebook-html .template-container .ck-toolbar a.cke_button_off:focus,
#single-note-html .ck-toolbar a.cke_button_off:focus,
#new-notebook-html #notebook-content .ck-toolbar a.cke_button_off:focus,
#new-notebook-html .ticker-dashboard-view .ck-toolbar a.cke_button_off:focus,
#new-notebook-html .template-container .ck-toolbar a.cke_button_off:hover,
#single-note-html .ck-toolbar a.cke_button_off:hover,
#new-notebook-html #notebook-content .ck-toolbar a.cke_button_off:hover,
#new-notebook-html .ticker-dashboard-view .ck-toolbar a.cke_button_off:hover {
  background-color: #E0F0FC;
}
#new-notebook-html .template-container .ck-toolbar .cke_button.cke_button__tasks,
#single-note-html .ck-toolbar .cke_button.cke_button__tasks,
#new-notebook-html #notebook-content .ck-toolbar .cke_button.cke_button__tasks,
#new-notebook-html .ticker-dashboard-view .ck-toolbar .cke_button.cke_button__tasks {
  display: none;
}
.note-msg-popup .left-side {
  overflow: auto !important;
  font-family: hel-light, "Helvetica Neue", sans-serif, Roboto;
}
.note-msg-popup .left-side .icon-undo {
  float: right;
  margin-right: 6px;
  margin-top: 8px;
  color: #3d7fba;
}
.note-msg-popup .left-side .selected {
  background: #3d7fba;
}
.note-msg-popup .left-side .selected .icon-undo {
  color: #ffffff;
}
.note-msg-popup .right-side {
  position: relative;
}
.note-msg-popup .right-side .icon-clear {
  color: #ccc;
  font-size: 14px;
  margin: 14px;
  position: absolute;
  right: 0;
}
.note-msg-popup .right-side .icon-clear:hover {
  color: #3d7fba;
  cursor: pointer;
}
.note-msg-popup .right-side .content img {
  max-width: 100%;
  height: auto !important;
}
.message-popup.note-msg-popup {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
.message-popup.note-msg-popup.onenote-popup .content-wrapper {
  color: #4a5258;
  text-align: left;
}
.message-popup.note-msg-popup.onenote-popup .content-wrapper .header {
  padding-bottom: 10px;
}
.message-popup.note-msg-popup.onenote-popup .radio-btn-wrapper {
  padding-bottom: 5px;
}
.message-popup.note-msg-popup.onenote-popup .radio-btn-wrapper .radio-button label {
  cursor: pointer;
}
.dashboard-del-ticker {
  width: 525px;
  top: 175px !important;
  left: 480px !important;
  padding: 45.5px 63.5px 47.3px 66.5px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 7px 14.5px 0 rgba(13, 35, 57, 0.58);
  font-size: 17px;
  font-family: hel-light, "Helvetica Neue", sans-serif, Roboto;
}
.dashboard-del-ticker .title {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: left;
  color: #f04848;
  margin-bottom: 20px;
}
.dashboard-del-ticker .title .icon-lock {
  width: 26px;
  fill: #f04848;
  padding-right: 10px;
  position: relative;
  bottom: -1px;
}
.dashboard-del-ticker .user {
  color: #3d7fba;
  letter-spacing: 0.1px;
}
.dashboard-del-ticker .message {
  color: #000;
  line-height: 2.06;
  font-weight: normal;
}
.dashboard-del-ticker .message span {
  color: #3d7fba;
}
.dashboard-del-ticker .line {
  height: 1px;
  background-color: #d3e9ff;
  margin: 32px 0;
}
.dashboard-del-ticker .content {
  color: #698094;
}
.dashboard-del-ticker .left-btn,
.dashboard-del-ticker .right-btn {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-sizing: border-box;
  width: 188px;
  height: 40px;
  margin: auto 0px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.2px;
  text-align: center;
}
.dashboard-del-ticker .left-btn:hover,
.dashboard-del-ticker .right-btn:hover {
  cursor: pointer;
}
.dashboard-del-ticker .left-btn {
  background-color: #e8eef7;
  color: #6c8193;
  float: left;
  line-height: 40px;
}
.dashboard-del-ticker .left-btn:hover {
  background-color: #d2e2f2;
}
.dashboard-del-ticker .right-btn {
  background-color: #3d7fba;
  color: #ffffff;
  float: right;
  line-height: 40px;
}
.dashboard-del-ticker .right-btn:hover {
  background-color: #326b9e;
}
.message-popup.collab-take-over {
  width: 525px;
  top: 175px;
  left: 480px;
  height: 321px;
  padding: 45.5px 63.5px 47.3px 66.5px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 7px 14.5px 0 rgba(13, 35, 57, 0.58);
  font-size: 17px;
  font-family: hel-light, "Helvetica Neue", sans-serif, Roboto;
}
.message-popup.collab-take-over .title {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: left;
  color: #f04848;
  margin-bottom: 20px;
}
.message-popup.collab-take-over .title .icon-lock {
  width: 26px;
  fill: #f04848;
  padding-right: 10px;
  position: relative;
  bottom: -1px;
}
.message-popup.collab-take-over .user {
  color: #3d7fba;
  letter-spacing: 0.1px;
}
.message-popup.collab-take-over .message {
  color: #000;
  line-height: 2.06;
  font-weight: normal;
}
.message-popup.collab-take-over .message span {
  color: #3d7fba;
}
.message-popup.collab-take-over .line {
  height: 1px;
  background-color: #d3e9ff;
  margin: 32px 0;
}
.message-popup.collab-take-over .content {
  color: #698094;
}
.message-popup.collab-take-over .left-btn,
.message-popup.collab-take-over .right-btn {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-sizing: border-box;
  width: 188px;
  height: 40px;
  margin: auto 0px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.2px;
  text-align: center;
}
.message-popup.collab-take-over .left-btn:hover,
.message-popup.collab-take-over .right-btn:hover {
  cursor: pointer;
}
.message-popup.collab-take-over .left-btn {
  background-color: #e8eef7;
  color: #6c8193;
  float: left;
  line-height: 40px;
}
.message-popup.collab-take-over .left-btn:hover {
  background-color: #d2e2f2;
}
.message-popup.collab-take-over .right-btn {
  background-color: #3d7fba;
  color: #ffffff;
  float: right;
  line-height: 40px;
}
.message-popup.collab-take-over .right-btn:hover {
  background-color: #326b9e;
}
.message-popup.note-msg-popup.note-err .message-content {
  font-family: hel-light, "Helvetica Neue", sans-serif, Roboto;
}
.calendar-events-popup {
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  width: 300px;
  border-radius: 4px;
}
.calendar-events-popup .date-header {
  padding: 5px;
}
.calendar-events-popup .title {
  border-bottom: 1px solid #d4e0ea;
  text-align: left !important;
  padding: 8px 15px;
  font-size: 13px;
}
.calendar-events-popup .content-wrapper {
  font-size: 12px;
  padding: 5px 15px;
}
.calendar-events-popup .events-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.calendar-events-popup .events-list .title {
  padding: 5px 0;
}
.calendar-events-popup .events-list .event {
  color: #3d7fba !important;
  padding: 3px 5px;
  text-align: left;
}
.calendar-events-popup .events-list .event a {
  white-space: nowrap;
  width: 238px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.calendar-events-popup .events-list .event:hover {
  cursor: pointer;
}
.calendar-events-popup .events-list .event.noevent {
  color: inherit !important;
}
.calendar-events-popup .events-list .event.noevent:hover {
  cursor: auto;
}
.select3-container--default .note-select-dropdown .select3-results__option[aria-selected=true] {
  background: #3d7fba;
}
.note-select-dropdown.select2-drop,
.note-select-dropdown.select3-dropdown {
  border-width: 0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.select3-container .note-filter-img {
  height: 14px;
  width: 14px;
  vertical-align: top;
  padding: 5px 0px;
  margin-left: 4px;
}
.select3-container .note-filter-text {
  line-height: 14px;
  display: inline-block;
  margin-left: 5px;
}
.note-select-dropdown .select3-results ul {
  padding: 8px;
  background: #333c4a;
}
.note-select-dropdown .select2-results li,
.note-select-dropdown .select3-results li {
  color: #ececec;
  fill: #ececec;
  line-height: 14px;
  background: #333c4a;
  border-radius: 3px;
  padding: 4px 2px 4px 0px;
}
.note-select-dropdown .select2-results li .select2-result-label,
.note-select-dropdown .select3-results li .select2-result-label,
.note-select-dropdown .select2-results li .select3-result-label,
.note-select-dropdown .select3-results li .select3-result-label {
  margin-left: 10px;
}
.note-select-dropdown .select2-results li .note-filter-img,
.note-select-dropdown .select3-results li .note-filter-img {
  padding: 0px;
  margin: 0 4px 0 2px;
}
.note-select-dropdown .select2-results .select2-highlighted,
.note-select-dropdown .select3-results .select3-results__option--highlighted {
  color: #aab18a;
  fill: #aab18a;
  background: #434f61;
}
#new-notebook-html #note-content .header-main,
#single-note-html #note-content .header-main,
#new-notebook-html #notebook-content .header-main,
#single-note-html #notebook-content .header-main,
#new-notebook-html .note-fullview .header-main,
#single-note-html .note-fullview .header-main {
  background-color: #F9FCFF;
}
#new-notebook-html #note-content .note-share-wrapper .toggle-toolbar::after,
#single-note-html #note-content .note-share-wrapper .toggle-toolbar::after,
#new-notebook-html #notebook-content .note-share-wrapper .toggle-toolbar::after,
#single-note-html #notebook-content .note-share-wrapper .toggle-toolbar::after,
#new-notebook-html .note-fullview .note-share-wrapper .toggle-toolbar::after,
#single-note-html .note-fullview .note-share-wrapper .toggle-toolbar::after,
#new-notebook-html #note-content .note-tickertags-wrapper .toggle-toolbar::after,
#single-note-html #note-content .note-tickertags-wrapper .toggle-toolbar::after,
#new-notebook-html #notebook-content .note-tickertags-wrapper .toggle-toolbar::after,
#single-note-html #notebook-content .note-tickertags-wrapper .toggle-toolbar::after,
#new-notebook-html .note-fullview .note-tickertags-wrapper .toggle-toolbar::after,
#single-note-html .note-fullview .note-tickertags-wrapper .toggle-toolbar::after {
  content: "\f142";
  color: #517BA0;
}
#new-notebook-html #note-content .note-share-wrapper .toggle-toolbar:hover,
#single-note-html #note-content .note-share-wrapper .toggle-toolbar:hover,
#new-notebook-html #notebook-content .note-share-wrapper .toggle-toolbar:hover,
#single-note-html #notebook-content .note-share-wrapper .toggle-toolbar:hover,
#new-notebook-html .note-fullview .note-share-wrapper .toggle-toolbar:hover,
#single-note-html .note-fullview .note-share-wrapper .toggle-toolbar:hover,
#new-notebook-html #note-content .note-tickertags-wrapper .toggle-toolbar:hover,
#single-note-html #note-content .note-tickertags-wrapper .toggle-toolbar:hover,
#new-notebook-html #notebook-content .note-tickertags-wrapper .toggle-toolbar:hover,
#single-note-html #notebook-content .note-tickertags-wrapper .toggle-toolbar:hover,
#new-notebook-html .note-fullview .note-tickertags-wrapper .toggle-toolbar:hover,
#single-note-html .note-fullview .note-tickertags-wrapper .toggle-toolbar:hover {
  background: #E0F0FC;
}
#new-notebook-html #note-content .note-share-wrapper .toggle-toolbar,
#single-note-html #note-content .note-share-wrapper .toggle-toolbar,
#new-notebook-html #notebook-content .note-share-wrapper .toggle-toolbar,
#single-note-html #notebook-content .note-share-wrapper .toggle-toolbar,
#new-notebook-html .note-fullview .note-share-wrapper .toggle-toolbar,
#single-note-html .note-fullview .note-share-wrapper .toggle-toolbar,
#new-notebook-html #note-content .note-tickertags-wrapper .toggle-toolbar,
#single-note-html #note-content .note-tickertags-wrapper .toggle-toolbar,
#new-notebook-html #notebook-content .note-tickertags-wrapper .toggle-toolbar,
#single-note-html #notebook-content .note-tickertags-wrapper .toggle-toolbar,
#new-notebook-html .note-fullview .note-tickertags-wrapper .toggle-toolbar,
#single-note-html .note-fullview .note-tickertags-wrapper .toggle-toolbar {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-size: 16px;
  line-height: 16px;
  padding: 9px 3px;
}
#new-notebook-html #note-content .tab-wrapper,
#single-note-html #note-content .tab-wrapper,
#new-notebook-html #notebook-content .tab-wrapper,
#single-note-html #notebook-content .tab-wrapper,
#new-notebook-html .note-fullview .tab-wrapper,
#single-note-html .note-fullview .tab-wrapper {
  font-size: 11px;
  display: none;
  padding: 6px 0px 0px 0px;
  margin: 0px 18px;
  border-bottom: 1px solid #ccd8e8;
}
#new-notebook-html #note-content .tab-wrapper .tab-btn.active,
#single-note-html #note-content .tab-wrapper .tab-btn.active,
#new-notebook-html #notebook-content .tab-wrapper .tab-btn.active,
#single-note-html #notebook-content .tab-wrapper .tab-btn.active,
#new-notebook-html .note-fullview .tab-wrapper .tab-btn.active,
#single-note-html .note-fullview .tab-wrapper .tab-btn.active {
  border-bottom: 2px solid #3d7fba;
  color: #3d7fba;
  font-weight: bold;
  cursor: default;
}
#new-notebook-html #note-content .tab-wrapper .tab-btn.active .attach-icon,
#single-note-html #note-content .tab-wrapper .tab-btn.active .attach-icon,
#new-notebook-html #notebook-content .tab-wrapper .tab-btn.active .attach-icon,
#single-note-html #notebook-content .tab-wrapper .tab-btn.active .attach-icon,
#new-notebook-html .note-fullview .tab-wrapper .tab-btn.active .attach-icon,
#single-note-html .note-fullview .tab-wrapper .tab-btn.active .attach-icon {
  fill: #3d7fba;
}
#new-notebook-html #note-content .tab-wrapper .tab-btn.active .download-icon,
#single-note-html #note-content .tab-wrapper .tab-btn.active .download-icon,
#new-notebook-html #notebook-content .tab-wrapper .tab-btn.active .download-icon,
#single-note-html #notebook-content .tab-wrapper .tab-btn.active .download-icon,
#new-notebook-html .note-fullview .tab-wrapper .tab-btn.active .download-icon,
#single-note-html .note-fullview .tab-wrapper .tab-btn.active .download-icon {
  fill: #3d7fba;
  width: 12px;
}
#new-notebook-html #note-content .tab-wrapper .tab-btn,
#single-note-html #note-content .tab-wrapper .tab-btn,
#new-notebook-html #notebook-content .tab-wrapper .tab-btn,
#single-note-html #notebook-content .tab-wrapper .tab-btn,
#new-notebook-html .note-fullview .tab-wrapper .tab-btn,
#single-note-html .note-fullview .tab-wrapper .tab-btn {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  color: #8B98A7;
}
#new-notebook-html #note-content .tab-wrapper .add-note-icon,
#single-note-html #note-content .tab-wrapper .add-note-icon,
#new-notebook-html #notebook-content .tab-wrapper .add-note-icon,
#single-note-html #notebook-content .tab-wrapper .add-note-icon,
#new-notebook-html .note-fullview .tab-wrapper .add-note-icon,
#single-note-html .note-fullview .tab-wrapper .add-note-icon {
  height: 12px;
  width: 12px;
  margin: 6px 8px 5px 3px;
  fill: #3d7fba;
}
#new-notebook-html #note-content .tab-wrapper .download-icon,
#single-note-html #note-content .tab-wrapper .download-icon,
#new-notebook-html #notebook-content .tab-wrapper .download-icon,
#single-note-html #notebook-content .tab-wrapper .download-icon,
#new-notebook-html .note-fullview .tab-wrapper .download-icon,
#single-note-html .note-fullview .tab-wrapper .download-icon {
  height: 12px;
  margin: 6px -4px 5px 4px;
  fill: #8B98A7;
  transform: rotate(180deg) scale(-1, 1);
}
#new-notebook-html #note-content .tab-wrapper .attach-icon,
#single-note-html #note-content .tab-wrapper .attach-icon,
#new-notebook-html #notebook-content .tab-wrapper .attach-icon,
#single-note-html #notebook-content .tab-wrapper .attach-icon,
#new-notebook-html .note-fullview .tab-wrapper .attach-icon,
#single-note-html .note-fullview .tab-wrapper .attach-icon {
  height: 20px;
  width: 16px;
  fill: #8B98A7;
}
#new-notebook-html #note-content .tab-wrapper .tab-text,
#single-note-html #note-content .tab-wrapper .tab-text,
#new-notebook-html #notebook-content .tab-wrapper .tab-text,
#single-note-html #notebook-content .tab-wrapper .tab-text,
#new-notebook-html .note-fullview .tab-wrapper .tab-text,
#single-note-html .note-fullview .tab-wrapper .tab-text {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  line-height: 18px;
  padding: 3px;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-notebook-html #note-content .tab-wrapper .tab-icon,
#single-note-html #note-content .tab-wrapper .tab-icon,
#new-notebook-html #notebook-content .tab-wrapper .tab-icon,
#single-note-html #notebook-content .tab-wrapper .tab-icon,
#new-notebook-html .note-fullview .tab-wrapper .tab-icon,
#single-note-html .note-fullview .tab-wrapper .tab-icon {
  vertical-align: top;
  height: 18px;
  padding: 3px;
}
#new-notebook-html #note-content .contacts-container,
#single-note-html #note-content .contacts-container,
#new-notebook-html #notebook-content .contacts-container,
#single-note-html #notebook-content .contacts-container,
#new-notebook-html .note-fullview .contacts-container,
#single-note-html .note-fullview .contacts-container {
  position: relative;
  overflow-y: auto;
  background: #ffffff;
}
#new-notebook-html #note-content .contacts-container .contact-save-msg,
#single-note-html #note-content .contacts-container .contact-save-msg,
#new-notebook-html #notebook-content .contacts-container .contact-save-msg,
#single-note-html #notebook-content .contacts-container .contact-save-msg,
#new-notebook-html .note-fullview .contacts-container .contact-save-msg,
#single-note-html .note-fullview .contacts-container .contact-save-msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: white;
  line-height: 30px;
  background: #3dbf6f;
  padding: 0 12px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
#new-notebook-html #note-content .contacts-container .contact-wrapper,
#single-note-html #note-content .contacts-container .contact-wrapper,
#new-notebook-html #notebook-content .contacts-container .contact-wrapper,
#single-note-html #notebook-content .contacts-container .contact-wrapper,
#new-notebook-html .note-fullview .contacts-container .contact-wrapper,
#single-note-html .note-fullview .contacts-container .contact-wrapper {
  height: 100%;
  padding: 30px 50px;
}
#new-notebook-html #note-content .contacts-container .no-contact,
#single-note-html #note-content .contacts-container .no-contact,
#new-notebook-html #notebook-content .contacts-container .no-contact,
#single-note-html #notebook-content .contacts-container .no-contact,
#new-notebook-html .note-fullview .contacts-container .no-contact,
#single-note-html .note-fullview .contacts-container .no-contact {
  height: 100%;
  background: #ffffff;
  text-align: center;
  padding-top: 200px;
  font-size: 24px;
  color: #3d7fba;
}
#new-notebook-html #note-content .contacts-container .right-column,
#single-note-html #note-content .contacts-container .right-column,
#new-notebook-html #notebook-content .contacts-container .right-column,
#single-note-html #notebook-content .contacts-container .right-column,
#new-notebook-html .note-fullview .contacts-container .right-column,
#single-note-html .note-fullview .contacts-container .right-column {
  margin-bottom: 20px;
  width: 700px;
}
#new-notebook-html #note-content .contacts-container .add-details-wrapper,
#single-note-html #note-content .contacts-container .add-details-wrapper,
#new-notebook-html #notebook-content .contacts-container .add-details-wrapper,
#single-note-html #notebook-content .contacts-container .add-details-wrapper,
#new-notebook-html .note-fullview .contacts-container .add-details-wrapper,
#single-note-html .note-fullview .contacts-container .add-details-wrapper {
  margin-bottom: 20px;
}
#new-notebook-html #note-content .contacts-container .add-detail,
#single-note-html #note-content .contacts-container .add-detail,
#new-notebook-html #notebook-content .contacts-container .add-detail,
#single-note-html #notebook-content .contacts-container .add-detail,
#new-notebook-html .note-fullview .contacts-container .add-detail,
#single-note-html .note-fullview .contacts-container .add-detail {
  margin: 10px 0;
  text-align: left;
  color: #74879A;
  font-size: 13px;
}
#new-notebook-html #note-content .contacts-container input,
#single-note-html #note-content .contacts-container input,
#new-notebook-html #notebook-content .contacts-container input,
#single-note-html #notebook-content .contacts-container input,
#new-notebook-html .note-fullview .contacts-container input,
#single-note-html .note-fullview .contacts-container input {
  margin-top: 4px;
  border: 2px solid #DFE8F0;
  padding: 8px 14px;
  font-size: 14px;
  width: 658px;
  border-radius: 3px;
}
#new-notebook-html #note-content .contacts-container textarea,
#single-note-html #note-content .contacts-container textarea,
#new-notebook-html #notebook-content .contacts-container textarea,
#single-note-html #notebook-content .contacts-container textarea,
#new-notebook-html .note-fullview .contacts-container textarea,
#single-note-html .note-fullview .contacts-container textarea {
  margin-top: 4px;
  border: 2px solid #DFE8F0;
  padding: 8px 14px;
  font-size: 14px;
  width: 658px;
  height: 60px;
}
#new-notebook-html #note-content .contacts-container .button-holder .add-contact-btn,
#single-note-html #note-content .contacts-container .button-holder .add-contact-btn,
#new-notebook-html #notebook-content .contacts-container .button-holder .add-contact-btn,
#single-note-html #notebook-content .contacts-container .button-holder .add-contact-btn,
#new-notebook-html .note-fullview .contacts-container .button-holder .add-contact-btn,
#single-note-html .note-fullview .contacts-container .button-holder .add-contact-btn,
#new-notebook-html #note-content .contacts-container .button-holder .save-contact-btn,
#single-note-html #note-content .contacts-container .button-holder .save-contact-btn,
#new-notebook-html #notebook-content .contacts-container .button-holder .save-contact-btn,
#single-note-html #notebook-content .contacts-container .button-holder .save-contact-btn,
#new-notebook-html .note-fullview .contacts-container .button-holder .save-contact-btn,
#single-note-html .note-fullview .contacts-container .button-holder .save-contact-btn {
  border: 1px solid #3079ed;
  color: #ffffff;
  background: #3d7fba;
}
#new-notebook-html #note-content .contacts-container .button-holder .cancel-btn,
#single-note-html #note-content .contacts-container .button-holder .cancel-btn,
#new-notebook-html #notebook-content .contacts-container .button-holder .cancel-btn,
#single-note-html #notebook-content .contacts-container .button-holder .cancel-btn,
#new-notebook-html .note-fullview .contacts-container .button-holder .cancel-btn,
#single-note-html .note-fullview .contacts-container .button-holder .cancel-btn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  white-space: nowrap;
}
#new-notebook-html #note-content .contacts-container .button-holder .note-msg-btn,
#single-note-html #note-content .contacts-container .button-holder .note-msg-btn,
#new-notebook-html #notebook-content .contacts-container .button-holder .note-msg-btn,
#single-note-html #notebook-content .contacts-container .button-holder .note-msg-btn,
#new-notebook-html .note-fullview .contacts-container .button-holder .note-msg-btn,
#single-note-html .note-fullview .contacts-container .button-holder .note-msg-btn {
  padding: 6px 9px;
  line-height: 18px;
  font-size: 16px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  width: 60px;
  text-align: center;
}
#new-notebook-html,
#single-note-html {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html .material-box-shadow,
#single-note-html .material-box-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#new-notebook-html .n-wrapper,
#single-note-html .n-wrapper {
  padding: 8px 12px;
}
#new-notebook-html .tgl,
#single-note-html .tgl {
  display: none;
}
#new-notebook-html .tgl,
#single-note-html .tgl,
#new-notebook-html .tgl:after,
#single-note-html .tgl:after,
#new-notebook-html .tgl:before,
#single-note-html .tgl:before,
#new-notebook-html .tgl *,
#single-note-html .tgl *,
#new-notebook-html .tgl *:after,
#single-note-html .tgl *:after,
#new-notebook-html .tgl *:before,
#single-note-html .tgl *:before,
#new-notebook-html .tgl + .tgl-btn,
#single-note-html .tgl + .tgl-btn {
  box-sizing: border-box;
}
#new-notebook-html .tgl::selection,
#single-note-html .tgl::selection,
#new-notebook-html .tgl:after::selection,
#single-note-html .tgl:after::selection,
#new-notebook-html .tgl:before::selection,
#single-note-html .tgl:before::selection,
#new-notebook-html .tgl *::selection,
#single-note-html .tgl *::selection,
#new-notebook-html .tgl *:after::selection,
#single-note-html .tgl *:after::selection,
#new-notebook-html .tgl *:before::selection,
#single-note-html .tgl *:before::selection,
#new-notebook-html .tgl + .tgl-btn::selection,
#single-note-html .tgl + .tgl-btn::selection {
  background: none;
}
#new-notebook-html .tgl + .tgl-btn,
#single-note-html .tgl + .tgl-btn {
  outline: 0;
  display: inline-block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
#new-notebook-html .tgl + .tgl-btn:after,
#single-note-html .tgl + .tgl-btn:after,
#new-notebook-html .tgl + .tgl-btn:before,
#single-note-html .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 44%;
  height: 100%;
}
#new-notebook-html .tgl + .tgl-btn:after,
#single-note-html .tgl + .tgl-btn:after {
  left: 0;
}
#new-notebook-html .tgl + .tgl-btn:before,
#single-note-html .tgl + .tgl-btn:before {
  display: none;
}
#new-notebook-html .tgl:checked + .tgl-btn:after,
#single-note-html .tgl:checked + .tgl-btn:after {
  left: 56%;
}
#new-notebook-html .tgl-light + .tgl-btn,
#single-note-html .tgl-light + .tgl-btn {
  background: #a5b3c7;
  border-radius: 12px;
  padding: 2px;
  transition: all .4s ease;
}
#new-notebook-html .tgl-light + .tgl-btn:after,
#single-note-html .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #ffffff;
  transition: all .2s ease;
}
#new-notebook-html .tgl-light + .tgl-btn.sq,
#single-note-html .tgl-light + .tgl-btn.sq {
  border-radius: 2px;
}
#new-notebook-html .tgl-light + .tgl-btn.sq:after,
#single-note-html .tgl-light + .tgl-btn.sq:after {
  border-radius: 2px;
}
#new-notebook-html .tgl-light:checked + .tgl-btn,
#single-note-html .tgl-light:checked + .tgl-btn {
  background: #3d7fba;
}
#new-notebook-html div.bigWhiteDrpdwn,
#single-note-html div.bigWhiteDrpdwn {
  position: absolute;
  box-sizing: border-box;
  padding: 6px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: 500;
  display: none;
}
#new-notebook-html div.bigWhiteDrpdwn .rectangle,
#single-note-html div.bigWhiteDrpdwn .rectangle {
  position: relative;
  z-index: 999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
#new-notebook-html div.bigWhiteDrpdwn .template-edit-btn,
#single-note-html div.bigWhiteDrpdwn .template-edit-btn {
  font-size: 10px;
  color: #698094;
  background: transparent;
  float: right;
  border: 1px solid #acc;
  line-height: 14px;
  height: 16px;
  margin: 0px 0px 0px 0px;
  border-radius: 2px;
  padding: 0px 6px;
  cursor: pointer;
}
#new-notebook-html div.bigWhiteDrpdwn .template-title,
#single-note-html div.bigWhiteDrpdwn .template-title {
  text-overflow: ellipsis;
  max-width: 160px;
  overflow: hidden;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-section,
#single-note-html div.bigWhiteDrpdwn .drpdwn-section,
#new-notebook-html div.bigWhiteDrpdwn .user-template-section,
#single-note-html div.bigWhiteDrpdwn .user-template-section {
  max-height: 300px;
  overflow-y: auto;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-section.team-section,
#single-note-html div.bigWhiteDrpdwn .drpdwn-section.team-section {
  max-height: 134px;
  overflow: auto;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-section.upload-content-section form,
#single-note-html div.bigWhiteDrpdwn .drpdwn-section.upload-content-section form {
  height: 23px;
  width: 182px;
  position: absolute;
  bottom: 10px;
  left: 11px;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-section.upload-content-section input,
#single-note-html div.bigWhiteDrpdwn .drpdwn-section.upload-content-section input {
  width: 182px;
  opacity: 0;
  height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-section,
#single-note-html div.bigWhiteDrpdwn .drpdwn-section {
  border-bottom: 1px solid #e8ecf1;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr {
  line-height: 15px;
  padding: 4px 12px;
  font-size: 11px;
  color: #5b6067;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr .head,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr .head {
  width: 13px;
  height: 13px;
  float: left;
  padding-right: 4px;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr .head svg,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr .head svg {
  fill: #ffffff;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr .upload-icon,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr .upload-icon {
  position: absolute;
  margin-left: -13px;
  margin-top: 1px;
  height: 10px;
  fill: #ffffff;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr.newnote,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr.newnote,
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr.upload-content,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr.upload-content {
  background-color: #2da65b;
  color: #ffffff;
  margin: 10px 15px;
  /* box-sizing: border-box; */
  padding: 5px 8px;
  line-height: normal;
  height: inherit;
  border-radius: 2px;
  cursor: pointer;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr.newnote:hover,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr.newnote:hover {
  background: #03824b;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr.upload-content,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr.upload-content {
  text-align: center;
  background-color: #3d7fba;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr.upload-content:hover,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr.upload-content:hover {
  background-color: #326b9e;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr.private:hover,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr.private:hover,
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-hdr.custom:hover,
#single-note-html div.bigWhiteDrpdwn .drpdwn-hdr.custom:hover {
  background: #2B5579;
  color: #ffffff;
  cursor: pointer;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-ele,
#single-note-html div.bigWhiteDrpdwn .drpdwn-ele {
  line-height: 15px;
  padding: 4px 12px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4280BB;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-ele.disabled,
#single-note-html div.bigWhiteDrpdwn .drpdwn-ele.disabled {
  opacity: 0.7;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-ele:hover,
#single-note-html div.bigWhiteDrpdwn .drpdwn-ele:hover {
  background: #2B5579;
  color: #ffffff;
  cursor: pointer;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-ele:hover .template-edit-btn,
#single-note-html div.bigWhiteDrpdwn .drpdwn-ele:hover .template-edit-btn {
  color: #ffffff;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-ele:hover .template-edit-btn:hover,
#single-note-html div.bigWhiteDrpdwn .drpdwn-ele:hover .template-edit-btn:hover {
  color: #2B5579;
  background: #ffffff;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-ele.disabled:hover,
#single-note-html div.bigWhiteDrpdwn .drpdwn-ele.disabled:hover {
  background: none;
  color: #5b6067;
  cursor: default;
}
#new-notebook-html div.bigWhiteDrpdwn .drpdwn-title,
#single-note-html div.bigWhiteDrpdwn .drpdwn-title {
  margin-left: 24px;
}
#new-notebook-html .main-header,
#single-note-html .main-header {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  line-height: 18px;
  border-bottom: 1px solid #2e3645;
  color: #ffffff;
}
#new-notebook-html .link-tooltip,
#single-note-html .link-tooltip {
  right: 70px;
  width: 190px;
  top: 32px;
  z-index: 10001;
}
#new-notebook-html .link-tooltip .note-share-link,
#single-note-html .link-tooltip .note-share-link {
  border: 1px solid transparent;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}
#new-notebook-html .link-tooltip textarea,
#single-note-html .link-tooltip textarea {
  resize: none;
  height: 25px;
  width: 100%;
  display: block;
}
#new-notebook-html .note-link-text,
#single-note-html .note-link-text {
  float: right;
  position: relative;
  margin-top: 8px;
}
#new-notebook-html .note-link-text .short-url-icon,
#single-note-html .note-link-text .short-url-icon {
  fill: #3d7fba;
}
#new-notebook-html .note-link-text .link-icon,
#single-note-html .note-link-text .link-icon {
  display: none;
  width: 15px;
  padding-right: 2px;
  position: relative;
  height: 10px;
  top: 6px;
}
#new-notebook-html .note-link-text textarea,
#single-note-html .note-link-text textarea {
  text-align: right;
  border: 1px solid transparent;
  padding: 0 5px;
  box-sizing: border-box;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  color: #3d7fba;
  resize: none;
  height: 18px;
  line-height: 18px;
}
#new-notebook-html .note-link-text ::-webkit-input-placeholder,
#single-note-html .note-link-text ::-webkit-input-placeholder {
  font-style: italic;
}
#new-notebook-html .note-link-text :-moz-placeholder,
#single-note-html .note-link-text :-moz-placeholder {
  font-style: italic;
}
#new-notebook-html .note-link-text ::-moz-placeholder,
#single-note-html .note-link-text ::-moz-placeholder {
  font-style: italic;
}
#new-notebook-html .note-link-text :-ms-input-placeholder,
#single-note-html .note-link-text :-ms-input-placeholder {
  font-style: italic;
}
#new-notebook-html .tooltip-wrapper,
#single-note-html .tooltip-wrapper {
  position: absolute;
}
#new-notebook-html .tooltip-wrapper .tooltip-arrow,
#single-note-html .tooltip-wrapper .tooltip-arrow {
  position: absolute;
  overflow: hidden;
}
#new-notebook-html .tooltip-wrapper .tooltip-arrow[data-orientation=bottom],
#single-note-html .tooltip-wrapper .tooltip-arrow[data-orientation=bottom],
#new-notebook-html .tooltip-wrapper .tooltip-arrow[data-orientation=top],
#single-note-html .tooltip-wrapper .tooltip-arrow[data-orientation=top] {
  width: 46px;
  height: 14px;
}
#new-notebook-html .tooltip-wrapper .tooltip-arrow:after,
#single-note-html .tooltip-wrapper .tooltip-arrow:after {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#new-notebook-html .tooltip-wrapper .tooltip-arrow[data-orientation=top]:after,
#single-note-html .tooltip-wrapper .tooltip-arrow[data-orientation=top]:after {
  top: 7px;
  left: 50%;
  margin-left: -7px;
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.15);
}
#new-notebook-html .tooltip-wrapper .tooltip-arrow:after,
#single-note-html .tooltip-wrapper .tooltip-arrow:after,
#new-notebook-html .tooltip-wrapper .tooltip-arrow[data-orientation=bottom]:before,
#single-note-html .tooltip-wrapper .tooltip-arrow[data-orientation=bottom]:before {
  background: #ffffff;
  content: "";
  position: absolute;
}
#new-notebook-html .tooltip-wrapper .tooltip-inner,
#single-note-html .tooltip-wrapper .tooltip-inner {
  min-width: 150px;
  margin: 13px 13px 12px;
  background: #ffffff;
  overflow: auto;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px 5px;
}
#new-notebook-html .tooltip-wrapper .tooltip-inner .tooltip-text,
#single-note-html .tooltip-wrapper .tooltip-inner .tooltip-text {
  border: 1px solid transparent;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}
#new-notebook-html .tooltip-wrapper .tooltip-inner .tooltip-notif,
#single-note-html .tooltip-wrapper .tooltip-inner .tooltip-notif {
  opacity: .7;
  color: rgba(49, 118, 0, 0.9);
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
  margin-top: 5px;
}
#new-notebook-html #note-fullloader,
#single-note-html #note-fullloader {
  position: absolute;
  width: auto;
  height: 100%;
  box-sizing: border-box;
  margin-left: 200px;
  background: rgba(255, 255, 255, 0.7);
}
#new-notebook-html #note-fullloader .retry-msg,
#single-note-html #note-fullloader .retry-msg {
  width: 245px;
  height: 32px;
  line-height: 32px;
  top: 50%;
  position: absolute;
  text-align: center;
  background-color: #ffffff;
  padding: 12px 0px;
}
#new-notebook-html #note-fullloader .retry-msg span.retry-link,
#single-note-html #note-fullloader .retry-msg span.retry-link {
  cursor: pointer;
  display: inline-block;
}
#new-notebook-html #note-fullloader .retry-msg span.retry-link .icon,
#single-note-html #note-fullloader .retry-msg span.retry-link .icon {
  height: 16px;
  width: 16px;
  fill: #3d7fba;
}
#new-notebook-html #note-fullloader .retry-msg span.retry-link:hover,
#single-note-html #note-fullloader .retry-msg span.retry-link:hover {
  text-decoration: underline;
}
#new-notebook-html #browse-column .fc-header.cal-wrap,
#single-note-html #browse-column .fc-header.cal-wrap,
#new-notebook-html #notebook-column #notebook-content .fc-header.cal-wrap,
#single-note-html #notebook-column #notebook-content .fc-header.cal-wrap,
#new-notebook-html #note-column #note-content .fc-header.cal-wrap,
#single-note-html #note-column #note-content .fc-header.cal-wrap {
  position: absolute !important;
  z-index: 99;
  width: 243px !important;
  background: #ffffff;
  color: #122538 !important;
}
#new-notebook-html #browse-column .fc-header.cal-wrap .fc-header-title h2,
#single-note-html #browse-column .fc-header.cal-wrap .fc-header-title h2,
#new-notebook-html #notebook-column #notebook-content .fc-header.cal-wrap .fc-header-title h2,
#single-note-html #notebook-column #notebook-content .fc-header.cal-wrap .fc-header-title h2,
#new-notebook-html #note-column #note-content .fc-header.cal-wrap .fc-header-title h2,
#single-note-html #note-column #note-content .fc-header.cal-wrap .fc-header-title h2 {
  font-size: 11px;
  padding: 4px;
  margin-bottom: 0;
}
#new-notebook-html #browse-column .fc-content.cal-wrap,
#single-note-html #browse-column .fc-content.cal-wrap,
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap,
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap,
#new-notebook-html #note-column #note-content .fc-content.cal-wrap,
#single-note-html #note-column #note-content .fc-content.cal-wrap {
  position: absolute !important;
  z-index: 99;
  width: 243px !important;
  background: #ffffff;
}
#new-notebook-html #browse-column .fc-content.cal-wrap .fc-button,
#single-note-html #browse-column .fc-content.cal-wrap .fc-button,
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-button,
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-button,
#new-notebook-html #note-column #note-content .fc-content.cal-wrap .fc-button,
#single-note-html #note-column #note-content .fc-content.cal-wrap .fc-button {
  padding: 0;
}
#new-notebook-html #browse-column .fc-content.cal-wrap .fc-event-inner,
#single-note-html #browse-column .fc-content.cal-wrap .fc-event-inner,
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-event-inner,
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-event-inner,
#new-notebook-html #note-column #note-content .fc-content.cal-wrap .fc-event-inner,
#single-note-html #note-column #note-content .fc-content.cal-wrap .fc-event-inner {
  color: #000 !important;
  padding: 2px 0;
}
#new-notebook-html #browse-column .fc-content.cal-wrap .fc-day div,
#single-note-html #browse-column .fc-content.cal-wrap .fc-day div,
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-day div,
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-day div,
#new-notebook-html #note-column #note-content .fc-content.cal-wrap .fc-day div,
#single-note-html #note-column #note-content .fc-content.cal-wrap .fc-day div {
  min-height: 0 !important;
}
#new-notebook-html #browse-column .fc-content.cal-wrap .fc-day:not(.fc-other-month),
#single-note-html #browse-column .fc-content.cal-wrap .fc-day:not(.fc-other-month),
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-day:not(.fc-other-month),
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-day:not(.fc-other-month),
#new-notebook-html #note-column #note-content .fc-content.cal-wrap .fc-day:not(.fc-other-month),
#single-note-html #note-column #note-content .fc-content.cal-wrap .fc-day:not(.fc-other-month) {
  color: #000 !important;
}
#new-notebook-html #browse-column .fc-content.cal-wrap .fc-event,
#single-note-html #browse-column .fc-content.cal-wrap .fc-event,
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-event,
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-event,
#new-notebook-html #note-column #note-content .fc-content.cal-wrap .fc-event,
#single-note-html #note-column #note-content .fc-content.cal-wrap .fc-event {
  border: 0;
  font-size: 7px !important;
  border-radius: inherit !important;
  color: #ffffff !important;
  width: 37px !important;
}
#new-notebook-html #browse-column .fc-content.cal-wrap .fc-event .confirmed_done,
#single-note-html #browse-column .fc-content.cal-wrap .fc-event .confirmed_done,
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-event .confirmed_done,
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-event .confirmed_done,
#new-notebook-html #note-column #note-content .fc-content.cal-wrap .fc-event .confirmed_done,
#single-note-html #note-column #note-content .fc-content.cal-wrap .fc-event .confirmed_done {
  font-size: 6px;
}
#new-notebook-html #browse-column .fc-content.cal-wrap .doc-event,
#single-note-html #browse-column .fc-content.cal-wrap .doc-event,
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap .doc-event,
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap .doc-event,
#new-notebook-html #note-column #note-content .fc-content.cal-wrap .doc-event,
#single-note-html #note-column #note-content .fc-content.cal-wrap .doc-event {
  cursor: pointer;
}
#new-notebook-html #browse-column .fc-content.cal-wrap .fc-day-number,
#single-note-html #browse-column .fc-content.cal-wrap .fc-day-number,
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-day-number,
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-day-number,
#new-notebook-html #note-column #note-content .fc-content.cal-wrap .fc-day-number,
#single-note-html #note-column #note-content .fc-content.cal-wrap .fc-day-number {
  color: #697f94;
  font-size: 12px;
}
#new-notebook-html #browse-column .fc-content.cal-wrap .fc-day-header,
#single-note-html #browse-column .fc-content.cal-wrap .fc-day-header,
#new-notebook-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-day-header,
#single-note-html #notebook-column #notebook-content .fc-content.cal-wrap .fc-day-header,
#new-notebook-html #note-column #note-content .fc-content.cal-wrap .fc-day-header,
#single-note-html #note-column #note-content .fc-content.cal-wrap .fc-day-header {
  border-left: 0;
  color: #697f94;
  font-size: 9px;
  padding: 2px 0;
}
#new-notebook-html #browse-column .fc-other-month .fc-day-number,
#single-note-html #browse-column .fc-other-month .fc-day-number,
#new-notebook-html #notebook-column #notebook-content .fc-other-month .fc-day-number,
#single-note-html #notebook-column #notebook-content .fc-other-month .fc-day-number,
#new-notebook-html #note-column #note-content .fc-other-month .fc-day-number,
#single-note-html #note-column #note-content .fc-other-month .fc-day-number {
  color: #9cb4ca;
  opacity: 1;
}
#new-notebook-html #browse-column .fc-state-default,
#single-note-html #browse-column .fc-state-default,
#new-notebook-html #notebook-column #notebook-content .fc-state-default,
#single-note-html #notebook-column #notebook-content .fc-state-default,
#new-notebook-html #note-column #note-content .fc-state-default,
#single-note-html #note-column #note-content .fc-state-default {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
#new-notebook-html #browse-column .fc-day-number,
#single-note-html #browse-column .fc-day-number,
#new-notebook-html #notebook-column #notebook-content .fc-day-number,
#single-note-html #notebook-column #notebook-content .fc-day-number,
#new-notebook-html #note-column #note-content .fc-day-number,
#single-note-html #note-column #note-content .fc-day-number {
  float: left;
}
#new-notebook-html #browse-column .fc-header-center,
#single-note-html #browse-column .fc-header-center,
#new-notebook-html #notebook-column #notebook-content .fc-header-center,
#single-note-html #notebook-column #notebook-content .fc-header-center,
#new-notebook-html #note-column #note-content .fc-header-center,
#single-note-html #note-column #note-content .fc-header-center {
  vertical-align: middle;
}
#new-notebook-html #browse-column .fc-header-left .fc-header-title,
#single-note-html #browse-column .fc-header-left .fc-header-title,
#new-notebook-html #notebook-column #notebook-content .fc-header-left .fc-header-title,
#single-note-html #notebook-column #notebook-content .fc-header-left .fc-header-title,
#new-notebook-html #note-column #note-content .fc-header-left .fc-header-title,
#single-note-html #note-column #note-content .fc-header-left .fc-header-title {
  width: 110px;
}
#new-notebook-html #browse-column .date-filter .fc-header.cal-wrap,
#single-note-html #browse-column .date-filter .fc-header.cal-wrap,
#new-notebook-html #notebook-column #notebook-content .date-filter .fc-header.cal-wrap,
#single-note-html #notebook-column #notebook-content .date-filter .fc-header.cal-wrap,
#new-notebook-html #note-column #note-content .date-filter .fc-header.cal-wrap,
#single-note-html #note-column #note-content .date-filter .fc-header.cal-wrap {
  width: 170px !important;
  top: -167px;
  left: -8px;
}
#new-notebook-html #browse-column .date-filter .fc-content.cal-wrap,
#single-note-html #browse-column .date-filter .fc-content.cal-wrap,
#new-notebook-html #notebook-column #notebook-content .date-filter .fc-content.cal-wrap,
#single-note-html #notebook-column #notebook-content .date-filter .fc-content.cal-wrap,
#new-notebook-html #note-column #note-content .date-filter .fc-content.cal-wrap,
#single-note-html #note-column #note-content .date-filter .fc-content.cal-wrap {
  width: 170px !important;
  top: -144px;
  left: -8px;
}
#new-notebook-html #browse-column .date-filter .fc-header-left .fc-header-title,
#single-note-html #browse-column .date-filter .fc-header-left .fc-header-title,
#new-notebook-html #notebook-column #notebook-content .date-filter .fc-header-left .fc-header-title,
#single-note-html #notebook-column #notebook-content .date-filter .fc-header-left .fc-header-title,
#new-notebook-html #note-column #note-content .date-filter .fc-header-left .fc-header-title,
#single-note-html #note-column #note-content .date-filter .fc-header-left .fc-header-title {
  width: 101px;
}
#new-notebook-html #browse-column div.newNote,
#single-note-html #browse-column div.newNote,
#new-notebook-html.fullscreen #notebook-content div.newNote,
#single-note-html.fullscreen #notebook-content div.newNote {
  display: inline-block;
  margin-left: 4px;
}
#new-notebook-html #browse-column div.bigWhiteBtn,
#single-note-html #browse-column div.bigWhiteBtn,
#new-notebook-html.fullscreen #notebook-content div.bigWhiteBtn,
#single-note-html.fullscreen #notebook-content div.bigWhiteBtn {
  height: 24px;
  color: white;
  background: #2da65b;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
}
#new-notebook-html #browse-column div.bigWhiteBtn#showNoteDrpdwn:hover,
#single-note-html #browse-column div.bigWhiteBtn#showNoteDrpdwn:hover,
#new-notebook-html.fullscreen #notebook-content div.bigWhiteBtn#showNoteDrpdwn:hover,
#single-note-html.fullscreen #notebook-content div.bigWhiteBtn#showNoteDrpdwn:hover {
  color: white;
  background: #03824b;
}
#new-notebook-html #browse-column div.bigWhiteBtn#newNoteBtn,
#single-note-html #browse-column div.bigWhiteBtn#newNoteBtn,
#new-notebook-html.fullscreen #notebook-content div.bigWhiteBtn#newNoteBtn,
#single-note-html.fullscreen #notebook-content div.bigWhiteBtn#newNoteBtn {
  width: 40px;
  float: left;
  position: absolute;
  top: 8px;
}
#new-notebook-html #browse-column div.bigWhiteBtn#newNoteBtn .new,
#single-note-html #browse-column div.bigWhiteBtn#newNoteBtn .new,
#new-notebook-html.fullscreen #notebook-content div.bigWhiteBtn#newNoteBtn .new,
#single-note-html.fullscreen #notebook-content div.bigWhiteBtn#newNoteBtn .new {
  display: inline;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html #browse-column div.bigWhiteBtn#newNoteBtn .plus-icon,
#single-note-html #browse-column div.bigWhiteBtn#newNoteBtn .plus-icon,
#new-notebook-html.fullscreen #notebook-content div.bigWhiteBtn#newNoteBtn .plus-icon,
#single-note-html.fullscreen #notebook-content div.bigWhiteBtn#newNoteBtn .plus-icon {
  display: none;
}
#new-notebook-html #browse-column div.bigWhiteBtn#showNoteDrpdwn,
#single-note-html #browse-column div.bigWhiteBtn#showNoteDrpdwn,
#new-notebook-html.fullscreen #notebook-content div.bigWhiteBtn#showNoteDrpdwn,
#single-note-html.fullscreen #notebook-content div.bigWhiteBtn#showNoteDrpdwn {
  position: absolute;
  top: 8px;
  right: 37px;
  width: 18px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 1px solid #00a05a;
}
#new-notebook-html #browse-column div.bigWhiteBtn#showNoteDrpdwn .fa,
#single-note-html #browse-column div.bigWhiteBtn#showNoteDrpdwn .fa,
#new-notebook-html.fullscreen #notebook-content div.bigWhiteBtn#showNoteDrpdwn .fa,
#single-note-html.fullscreen #notebook-content div.bigWhiteBtn#showNoteDrpdwn .fa {
  line-height: 24px;
}
#new-notebook-html #browse-column div.bigWhiteBtn#newNoteBtn.disable,
#single-note-html #browse-column div.bigWhiteBtn#newNoteBtn.disable,
#new-notebook-html.fullscreen #notebook-content div.bigWhiteBtn#newNoteBtn.disable,
#single-note-html.fullscreen #notebook-content div.bigWhiteBtn#newNoteBtn.disable,
#new-notebook-html #browse-column div.bigWhiteBtn#showNoteDrpdwn.disable,
#single-note-html #browse-column div.bigWhiteBtn#showNoteDrpdwn.disable,
#new-notebook-html.fullscreen #notebook-content div.bigWhiteBtn#showNoteDrpdwn.disable,
#single-note-html.fullscreen #notebook-content div.bigWhiteBtn#showNoteDrpdwn.disable {
  cursor: default;
  pointer-events: none;
}
#new-notebook-html.fullscreen,
#single-note-html.fullscreen {
  opacity: inherit;
}
#new-notebook-html.fullscreen #browse-column,
#single-note-html.fullscreen #browse-column {
  width: 0;
  z-index: 2;
}
#new-notebook-html.fullscreen #browse-column #highlight-column,
#single-note-html.fullscreen #browse-column #highlight-column {
  width: 440px;
}
#new-notebook-html.fullscreen #browse-column #newNoteDrpdwn,
#single-note-html.fullscreen #browse-column #newNoteDrpdwn {
  right: inherit !important;
}
#new-notebook-html.fullscreen #browse-column div.bigWhiteBtn#showNoteDrpdwn,
#single-note-html.fullscreen #browse-column div.bigWhiteBtn#showNoteDrpdwn {
  left: 50px;
  top: 8px !important;
}
#new-notebook-html.fullscreen #browse-column div.new-menu-2,
#single-note-html.fullscreen #browse-column div.new-menu-2 {
  display: none;
}
#new-notebook-html.fullscreen .main-menu-col,
#single-note-html.fullscreen .main-menu-col,
#new-notebook-html.fullscreen #notebook-index,
#single-note-html.fullscreen #notebook-index,
#new-notebook-html.fullscreen .big-inp-box,
#single-note-html.fullscreen .big-inp-box {
  display: none !important;
}
#new-notebook-html.fullscreen #notebook-column,
#single-note-html.fullscreen #notebook-column {
  margin-left: 0;
  z-index: 1;
}
#new-notebook-html.fullscreen #notebook-content,
#single-note-html.fullscreen #notebook-content {
  width: 100% !important;
}
#new-notebook-html.fullscreen #notebook-content .header-items,
#single-note-html.fullscreen #notebook-content .header-items {
  margin: 0 auto;
  position: relative;
  width: 80%;
}
#new-notebook-html.fullscreen #notebook-content .header-items .fullscreen-button,
#single-note-html.fullscreen #notebook-content .header-items .fullscreen-button {
  display: none !important;
}
#new-notebook-html.fullscreen #notebook-content .fullscreen-button-close,
#single-note-html.fullscreen #notebook-content .fullscreen-button-close {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0px;
}
#new-notebook-html.fullscreen #notebook-content .main-note-container,
#single-note-html.fullscreen #notebook-content .main-note-container {
  box-shadow: none;
  width: 80%;
  margin: 0 auto;
}
#new-notebook-html.fullscreen #notebook-content .fullscreen-ck,
#single-note-html.fullscreen #notebook-content .fullscreen-ck {
  width: initial;
  margin: 0 0 0 440px;
}
#new-notebook-html:not(.fullscreen) .newNote,
#single-note-html:not(.fullscreen) .newNote,
#new-notebook-html:not(.fullscreen) .fullscreen-button-close,
#single-note-html:not(.fullscreen) .fullscreen-button-close {
  display: none;
}
#new-notebook-html #browse-column,
#single-note-html #browse-column {
  width: 448px;
  height: 100%;
  position: relative;
  background: #272f3c;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html #browse-column .header,
#single-note-html #browse-column .header {
  line-height: normal !important;
}
#new-notebook-html #browse-column .global-search-box-holder,
#single-note-html #browse-column .global-search-box-holder {
  margin-left: 2px;
  margin-right: 2px;
  padding: 7px;
  position: relative;
  z-index: 2;
  line-height: 24px;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 275px;
  font-size: 12px;
  background: #ffffff;
  border-radius: 2px;
  overflow-y: auto;
  margin-left: 4px;
  text-align: left;
  box-shadow: 0 6px 12px 0 rgba(0, 22, 42, 0.65);
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  color: #698094;
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option {
  padding: 0px 4px;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.term,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.term {
  padding: 2px 4px;
  border: 1px solid;
  border-radius: 4px;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.term.ticker-term,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.term.ticker-term {
  width: 80px;
  padding: 2px 6px;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  margin-left: 6px;
  line-height: 14px;
  font-size: 11px;
  background: #3d7fba;
  border: 1px solid #3d7fba;
  display: inline-block;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.term.tag-term,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.term.tag-term {
  width: 60px;
  padding: 2px 6px;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d7fba;
  margin-left: 6px;
  line-height: 14px;
  font-size: 12px;
  background: transparent;
  border: 1px solid #3d7fba;
  display: inline-block;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.term.user-term,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.term.user-term {
  width: 60px;
  padding: 2px 6px;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #296dcc;
  margin-left: 6px;
  line-height: 14px;
  font-size: 12px;
  background: transparent;
  border: none;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.desc.user-desc,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.desc.user-desc {
  margin-right: 6px;
  text-transform: capitalize;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  line-height: 14px;
  font-size: 10px;
  color: #698094;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 145px;
  overflow: hidden;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.in,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.in,
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.sector,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.sector,
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.subsector,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.subsector,
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.region,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.region,
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.watchlist,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.watchlist,
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.category,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.category,
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.source,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.source,
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.label,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.label {
  border: 1px solid #698094;
  background-color: #E6E6FA;
  color: #698094;
  border-radius: 4px;
  margin: 0 5px;
  padding: 1px 2px;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.company-name,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item .intelligent_filter_option span.company-name {
  display: inline-block;
  width: 250px;
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#new-notebook-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item.active,
#single-note-html #browse-column .global-search-box-holder .intelligent_filter_dropdown li.textcomplete-item.active {
  background: #e8eef7;
}
#new-notebook-html #browse-column .global-search-box-holder .textoverlay,
#single-note-html #browse-column .global-search-box-holder .textoverlay {
  white-space: normal !important;
}
#new-notebook-html #browse-column .global-search-box-holder .textoverlay,
#single-note-html #browse-column .global-search-box-holder .textoverlay {
  display: inline-block;
  text-align: left;
}
#new-notebook-html #browse-column .global-search-box-holder .textoverlay .token,
#single-note-html #browse-column .global-search-box-holder .textoverlay .token {
  position: relative;
  margin-right: 4px;
  /*background: aquamarine;
      padding: 2px;
      border-radius: 4px;*/
}
#new-notebook-html #browse-column .global-search-box-holder .textoverlay .token:before,
#single-note-html #browse-column .global-search-box-holder .textoverlay .token:before {
  position: absolute;
  box-sizing: border-box;
  display: block;
  /*z-index: -1;*/
  content: '';
  top: -1px;
  left: 0;
  right: -2px;
  bottom: -1px;
  color: #000;
  background: #ccecdf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccecdf), color-stop(1, #e9f6f1));
  background: -moz-linear-gradient(center bottom, #ccecdf 0, #e9f6f1 100%);
  background: -ms-linear-gradient(bottom, #ccecdf, #e9f6f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f6f1', endColorstr='#ccecdf', GradientType=0);
  border: 1px solid #8cd5b7;
}
#new-notebook-html #browse-column .new-menu-2,
#single-note-html #browse-column .new-menu-2 {
  display: inline-block;
  position: relative;
  cursor: pointer;
  float: right;
  border: 3px;
}
#new-notebook-html #browse-column .new-menu-2:hover,
#single-note-html #browse-column .new-menu-2:hover {
  background-color: #e1edf7;
}
#new-notebook-html #browse-column .new-menu-2 .view-icon,
#single-note-html #browse-column .new-menu-2 .view-icon {
  fill: #3d7fba;
  height: 16px;
  width: 16px;
  margin: 3px 2px;
  padding: 2px;
}
#new-notebook-html #browse-column .new-menu-2 .new-drpdwn,
#single-note-html #browse-column .new-menu-2 .new-drpdwn {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  border-radius: 3px;
  width: 180px;
  z-index: 8;
  right: 0;
  top: 30px;
}
#new-notebook-html #browse-column .new-menu-2 .new-drpdwn .view-icon,
#single-note-html #browse-column .new-menu-2 .new-drpdwn .view-icon {
  fill: #3d7fba;
  height: 18px;
  width: 18px;
  margin: 3px 0;
}
#new-notebook-html #browse-column .new-menu-2 .new-drpdwn .new-icon,
#single-note-html #browse-column .new-menu-2 .new-drpdwn .new-icon {
  z-index: 9;
  position: relative;
  float: left;
  margin-right: 12px;
  min-width: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #1e374d;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
#new-notebook-html #browse-column .new-menu-2 .new-drpdwn .list,
#single-note-html #browse-column .new-menu-2 .new-drpdwn .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#new-notebook-html #browse-column .new-menu-2 .new-drpdwn li.type,
#single-note-html #browse-column .new-menu-2 .new-drpdwn li.type {
  color: #3d7fba;
  font-size: 13px;
  padding: 12px;
}
#new-notebook-html #browse-column .new-menu-2 .new-drpdwn li.type:hover,
#single-note-html #browse-column .new-menu-2 .new-drpdwn li.type:hover {
  background-color: #e8eef7;
  cursor: pointer;
}
#new-notebook-html #browse-column .big-inp-box,
#single-note-html #browse-column .big-inp-box {
  padding: 1px 6px 1px 6px;
  display: inline-block;
  width: 335px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #bbc6d5;
  background: #ffffff;
  color: #889bba;
}
#new-notebook-html #browse-column .big-inp-box .inp-wrapper,
#single-note-html #browse-column .big-inp-box .inp-wrapper {
  margin-right: 14px;
  overflow: hidden;
}
#new-notebook-html #browse-column .big-inp-box .inp-wrapper.active,
#single-note-html #browse-column .big-inp-box .inp-wrapper.active {
  margin-right: 30px;
}
#new-notebook-html #browse-column .big-inp-box .plain-input,
#single-note-html #browse-column .big-inp-box .plain-input,
#new-notebook-html #browse-column .big-inp-box .plain-input:active,
#single-note-html #browse-column .big-inp-box .plain-input:active {
  outline: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
  border: none;
}
#new-notebook-html #browse-column .big-inp-box ::-webkit-input-placeholder,
#single-note-html #browse-column .big-inp-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbc6d5;
}
#new-notebook-html #browse-column .big-inp-box :-moz-placeholder,
#single-note-html #browse-column .big-inp-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbc6d5;
}
#new-notebook-html #browse-column .big-inp-box ::-moz-placeholder,
#single-note-html #browse-column .big-inp-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbc6d5;
}
#new-notebook-html #browse-column .big-inp-box :-ms-input-placeholder,
#single-note-html #browse-column .big-inp-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbc6d5;
}
#new-notebook-html #browse-column .big-inp-box .search-icon,
#single-note-html #browse-column .big-inp-box .search-icon {
  float: left;
  cursor: pointer;
  margin: 5px 4px 0px 0px;
  font-size: 12px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html #browse-column .big-inp-box .search-icon .icon,
#single-note-html #browse-column .big-inp-box .search-icon .icon {
  height: 14px;
  width: 14px;
  fill: #889bba;
}
#new-notebook-html #browse-column .big-inp-box .clear-icon,
#single-note-html #browse-column .big-inp-box .clear-icon {
  float: right;
  cursor: pointer;
  margin: 6px 4px 0px 0px;
  font-size: 12px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html #browse-column .big-inp-box .clear-icon .icon,
#single-note-html #browse-column .big-inp-box .clear-icon .icon {
  height: 12px;
  width: 12px;
  fill: #ffffff;
}
#new-notebook-html #browse-column .small-inp-box,
#single-note-html #browse-column .small-inp-box {
  padding: 0 2px 0 2px;
  display: inline-block;
  width: 100%;
  background-color: #f9fcff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #a5b7cd;
}
#new-notebook-html #browse-column .small-inp-box .inp-wrapper,
#single-note-html #browse-column .small-inp-box .inp-wrapper {
  margin-right: 14px;
  overflow: hidden;
}
#new-notebook-html #browse-column .small-inp-box .inp-wrapper.active,
#single-note-html #browse-column .small-inp-box .inp-wrapper.active {
  margin-right: 30px;
}
#new-notebook-html #browse-column .small-inp-box .plain-input,
#single-note-html #browse-column .small-inp-box .plain-input,
#new-notebook-html #browse-column .small-inp-box .plain-input:active,
#single-note-html #browse-column .small-inp-box .plain-input:active {
  outline: 0;
  width: 96px;
  padding: 0;
  line-height: 20px;
  height: 20px;
  box-sizing: border-box;
  border: none;
  margin: 0;
  background: transparent;
  color: #a5b7cd;
  font-size: 11px;
  margin-left: 2px;
}
#new-notebook-html #browse-column .small-inp-box ::-webkit-input-placeholder,
#single-note-html #browse-column .small-inp-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbc6d5;
}
#new-notebook-html #browse-column .small-inp-box :-moz-placeholder,
#single-note-html #browse-column .small-inp-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbc6d5;
}
#new-notebook-html #browse-column .small-inp-box ::-moz-placeholder,
#single-note-html #browse-column .small-inp-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbc6d5;
}
#new-notebook-html #browse-column .small-inp-box :-ms-input-placeholder,
#single-note-html #browse-column .small-inp-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbc6d5;
}
#new-notebook-html #browse-column .small-inp-box .search-icon,
#single-note-html #browse-column .small-inp-box .search-icon,
#new-notebook-html #browse-column .small-inp-box .clear-icon,
#single-note-html #browse-column .small-inp-box .clear-icon {
  float: left;
  cursor: pointer;
  margin: 0;
  margin-left: 2px;
  margin-top: 4px;
  padding: 1px;
  font-size: 8px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html #browse-column .small-inp-box .search-icon .icon,
#single-note-html #browse-column .small-inp-box .search-icon .icon,
#new-notebook-html #browse-column .small-inp-box .clear-icon .icon,
#single-note-html #browse-column .small-inp-box .clear-icon .icon {
  height: 9px;
  width: 9px;
  fill: #889bba;
}
#new-notebook-html #browse-column .small-inp-box .search-icon .icon,
#single-note-html #browse-column .small-inp-box .search-icon .icon {
  fill: #889bba;
}
#new-notebook-html #browse-column .small-inp-box .clear-icon .icon,
#single-note-html #browse-column .small-inp-box .clear-icon .icon {
  fill: #698094;
}
#new-notebook-html #browse-column .global-search-box-holder.active .big-inp-box,
#single-note-html #browse-column .global-search-box-holder.active .big-inp-box {
  border: 1px solid #3d7fba;
  color: #698094;
}
#new-notebook-html #browse-column .global-search-box-holder.active .big-inp-box .plain-input,
#single-note-html #browse-column .global-search-box-holder.active .big-inp-box .plain-input,
#new-notebook-html #browse-column .global-search-box-holder.active .big-inp-box .plain-input:active,
#single-note-html #browse-column .global-search-box-holder.active .big-inp-box .plain-input:active,
#new-notebook-html #browse-column .global-search-box-holder.active .big-inp-box .icon,
#single-note-html #browse-column .global-search-box-holder.active .big-inp-box .icon {
  color: #698094;
  fill: #3d7fba;
}
#new-notebook-html #browse-column .left-btn-holder,
#single-note-html #browse-column .left-btn-holder {
  position: absolute;
  left: 0;
  top: 0;
}
#new-notebook-html #browse-column .right-btn-holder,
#single-note-html #browse-column .right-btn-holder {
  position: absolute;
  right: 0;
  top: 0;
}
#new-notebook-html #browse-column .green-icon,
#single-note-html #browse-column .green-icon {
  line-height: 24px;
  padding: 9px 0px;
  background: #69946e;
  text-align: center;
}
#new-notebook-html #browse-column .green-icon svg,
#single-note-html #browse-column .green-icon svg {
  fill: #ffffff;
  height: 24px;
  width: auto;
}
#new-notebook-html #browse-column .plain-icon,
#single-note-html #browse-column .plain-icon {
  line-height: 24px;
  padding: 9px 0px;
  text-align: center;
}
#new-notebook-html #browse-column .plain-icon svg,
#single-note-html #browse-column .plain-icon svg {
  fill: #3d7fba;
  height: 24px;
  width: auto;
}
#new-notebook-html #browse-column .small-icon,
#single-note-html #browse-column .small-icon {
  line-height: 18px;
  padding: 1px;
  text-align: center;
  cursor: pointer;
  display: inline;
  padding: 0 3px;
}
#new-notebook-html #browse-column .small-icon svg,
#single-note-html #browse-column .small-icon svg {
  fill: #3d7fba;
  height: 16px;
  width: auto;
  margin-top: 4px;
}
#new-notebook-html #browse-column .small-icon.preview-change,
#single-note-html #browse-column .small-icon.preview-change {
  padding: 0px 3px;
  display: inline-block;
  height: 24px;
}
#new-notebook-html #browse-column .small-icon.preview-change.active,
#single-note-html #browse-column .small-icon.preview-change.active {
  color: #3d7fba;
  background: #e8eef7;
}
#new-notebook-html #browse-column .tiny-icon,
#single-note-html #browse-column .tiny-icon {
  line-height: 12px;
  padding: 6px;
  text-align: center;
}
#new-notebook-html #browse-column .tiny-icon svg,
#single-note-html #browse-column .tiny-icon svg {
  fill: #3d7fba;
  height: 12px;
  width: auto;
}
#new-notebook-html #browse-column .preview-change:first-child,
#single-note-html #browse-column .preview-change:first-child {
  border-left: 1px solid #d4e0ea;
}
#new-notebook-html #browse-column #collapse-menu,
#single-note-html #browse-column #collapse-menu {
  width: 32px;
}
#new-notebook-html #browse-column #toggle-filter-menu,
#single-note-html #browse-column #toggle-filter-menu {
  width: 20px;
  cursor: pointer;
  padding-right: 2px;
}
#new-notebook-html #browse-column #toggle-filter-menu svg,
#single-note-html #browse-column #toggle-filter-menu svg {
  height: 10px;
}
#new-notebook-html #browse-column .main-menu-col,
#single-note-html #browse-column .main-menu-col {
  position: relative;
  width: 200px;
  z-index: 10;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector,
#single-note-html #browse-column .main-menu-col .note-filter-selector {
  padding: 8px 12px;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select2-container,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select2-container {
  width: 100%;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select2-container div,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select2-container div {
  background: #333c4a;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select2-container a.select2-choice,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select2-container a.select2-choice {
  background: #333c4a;
  line-height: 18px;
  padding: 3px 8px 3px;
  box-shadow: none;
  border: 1px solid #1e374d;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select2-container a.select2-choice div,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select2-container a.select2-choice div {
  border-left: 0;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select2-container span,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select2-container span {
  color: #aab18a;
  font-size: 10px;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select3-container,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select3-container {
  width: 100%;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select3-container .select3-selection,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select3-container .select3-selection {
  background: #333c4a;
  line-height: 18px;
  padding: 2px 8px 2px;
  box-shadow: none;
  border: 1px solid #1e374d;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select3-container .select3-selection div,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select3-container .select3-selection div {
  border-left: 0;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select3-container span,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select3-container span {
  color: #dfe9f4;
  font-size: 10px;
  line-height: 24px;
  padding-left: 0;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select3-container span.select3-selection__arrow,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select3-container span.select3-selection__arrow {
  height: 100%;
  top: 0px;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select3-container .select3-selection,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select3-container .select3-selection,
#new-notebook-html #browse-column .main-menu-col .note-filter-selector .select3-container.select3-container--open .select3-selection,
#single-note-html #browse-column .main-menu-col .note-filter-selector .select3-container.select3-container--open .select3-selection {
  padding: 0px 6px 0px;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu,
#single-note-html #browse-column .main-menu-col .note-filter-menu {
  padding: 0 12px;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .filter-title,
#single-note-html #browse-column .main-menu-col .note-filter-menu .filter-title {
  display: none;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .note-tags-filter .facet-holder li .text,
#single-note-html #browse-column .main-menu-col .note-filter-menu .note-tags-filter .facet-holder li .text {
  max-width: 102px;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .filter-search,
#single-note-html #browse-column .main-menu-col .note-filter-menu .filter-search {
  border: 1px solid #364051;
  background: #212934;
  height: 26px;
  box-sizing: border-box;
  width: 100%;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .filter-search input,
#single-note-html #browse-column .main-menu-col .note-filter-menu .filter-search input,
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .filter-search .plain-input,
#single-note-html #browse-column .main-menu-col .note-filter-menu .filter-search .plain-input {
  padding: 2px;
  background: #212934;
  color: #b9c4d3;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .filter-sort .sort-icon,
#single-note-html #browse-column .main-menu-col .note-filter-menu .filter-sort .sort-icon {
  height: 12px;
  width: 14px;
  fill: #ffffff;
  position: relative;
  top: 2px;
  margin-right: 4px;
  cursor: pointer;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .filter-sort span.active,
#single-note-html #browse-column .main-menu-col .note-filter-menu .filter-sort span.active {
  background: #333c4a;
  color: #ffffff;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .filter-sort span,
#single-note-html #browse-column .main-menu-col .note-filter-menu .filter-sort span {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  margin-top: 4px;
  cursor: pointer;
  color: #889bba;
  font-size: 10px;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder {
  background: #333c4a;
  margin: 4px 0 0 0;
  color: #8A9DBC;
  border-radius: 4px;
  padding: 4px;
  list-style: none;
  /*max-height: 150px;*/
  overflow-y: auto;
  overflow-x: hidden;
  width: inherit !important;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .jspContainer,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .jspContainer {
  width: inherit !important;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .selected,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .selected {
  background: #3d7fba;
  color: #ffffff;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .selected .count,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .selected .count {
  color: #ffffff;
  padding: 0;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .selected .text,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .selected .text {
  color: #ffffff;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder lh,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder lh,
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder li,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder li {
  height: 18px;
  line-height: 18px;
  display: list-item;
  cursor: pointer;
  padding: 2px 4px;
  margin-bottom: 2px;
  margin-left: -4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder li.none-i,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder li.none-i {
  display: none !important;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .count,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .count {
  font-size: 9px;
  margin-left: 10px;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .text,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .text {
  font-size: 11px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .ellipsis,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .ellipsis {
  margin-right: 24px;
  font-weight: 600;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .ellipsis.hide,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .ellipsis.hide {
  display: none;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder li:hover,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder li:hover {
  color: #2e87d8;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder li:hover .ellipsis_hover,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder li:hover .ellipsis_hover {
  display: block;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .no-result,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .no-result {
  font-size: 9px;
  font-style: italic;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .facet-holder .jspVerticalBar,
#single-note-html #browse-column .main-menu-col .note-filter-menu .facet-holder .jspVerticalBar {
  right: 2px;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .note-tickers-filter .facet-holder .text,
#single-note-html #browse-column .main-menu-col .note-filter-menu .note-tickers-filter .facet-holder .text {
  text-transform: uppercase;
}
#new-notebook-html #browse-column .main-menu-col .note-filter-menu .note-labels-filter .facet-holder .text,
#single-note-html #browse-column .main-menu-col .note-filter-menu .note-labels-filter .facet-holder .text {
  text-transform: uppercase;
}
#new-notebook-html #browse-column .sub-menu-col.low-index,
#single-note-html #browse-column .sub-menu-col.low-index {
  z-index: -1;
}
#new-notebook-html #browse-column .sub-menu-col,
#single-note-html #browse-column .sub-menu-col {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 99;
}
#new-notebook-html #browse-column .sub-menu-col .l-wrapper,
#single-note-html #browse-column .sub-menu-col .l-wrapper {
  background: #dfe9f4;
  height: 100%;
  position: relative;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view,
#single-note-html #browse-column .sub-menu-col .primary-filter-view {
  height: 24px;
  width: 100%;
  position: absolute;
  top: 0px;
  background: #c0d3e7;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head,
#single-note-html #browse-column .sub-menu-col .addon-filter-head {
  top: 24px;
  height: 16px;
  padding: 8px 0 4px;
  width: 174px;
  margin: 0 12px;
  position: absolute;
  border-bottom: 1px solid #a8b7cd;
  line-height: 16px;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-filter,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-filter,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-filter,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-filter,
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-addon,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-addon,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-addon,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-addon,
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .pin,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .pin,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .pin,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .pin {
  height: 16px;
  width: 16px;
  text-align: center;
  cursor: pointer;
  background: #91a7be;
  padding: 4px;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-filter svg,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-filter svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-filter svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-filter svg,
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-addon svg,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-addon svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-addon svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-addon svg,
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .pin svg,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .pin svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .pin svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .pin svg {
  height: 10px;
  width: auto;
  fill: #ffffff;
  margin-top: 3px;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-filter:hover,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-filter:hover,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-filter:hover,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-filter:hover,
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-addon:hover,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-addon:hover,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-addon:hover,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-addon:hover,
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .pin:hover,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .pin:hover,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .pin:hover,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .pin:hover {
  background: #f43200;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .pin,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .pin,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .pin,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .pin {
  background-color: transparent;
  color: #3d7fba;
  font-size: 12px;
  padding: 0 4px;
  margin: 4px 0;
  width: auto;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .pin svg,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .pin svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .pin svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .pin svg {
  fill: #3d7fba;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .pin:hover,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .pin:hover,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .pin:hover,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .pin:hover {
  background: none;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .pin.active,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .pin.active,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .pin.active,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .pin.active {
  background: #a1b3d0;
  color: #e8eef7;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .pin.active svg,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .pin.active svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .pin.active svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .pin.active svg {
  fill: #e8eef7;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-addon,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-addon,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-addon,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-addon {
  background-color: transparent;
  color: #3d7fba;
  font-size: 10px;
  padding: 0 4px;
  width: auto;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-addon svg,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-addon svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-addon svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-addon svg {
  fill: #3d7fba;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-addon:hover,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-addon:hover,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-addon:hover,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-addon:hover {
  background: none;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-addon.grey-disable,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-addon.grey-disable,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-addon.grey-disable,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-addon.grey-disable {
  color: #cecece;
  cursor: default;
  pointer-events: none;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .clear-addon.grey-disable svg,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .clear-addon.grey-disable svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .clear-addon.grey-disable svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .clear-addon.grey-disable svg {
  fill: #cecece;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .active-filter,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .active-filter,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .active-filter,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .active-filter {
  margin-left: 24px;
  border-bottom: 0;
  background: none;
  font-size: 15px;
  padding: 3px;
  display: none;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .active-filter .token,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .active-filter .token,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .active-filter .token,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .active-filter .token {
  display: inline-block;
  box-sizing: border-box;
  line-height: 18px;
  padding: 0 6px;
  border-radius: 2px;
  margin-right: 6px;
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: bold;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-ticker,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-ticker,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-ticker,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-ticker {
  background: #3d7fba;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-tag,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-tag,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-tag,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-tag {
  color: #698094;
  background: #f0f5fa;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-team,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-team,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-team,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-team {
  color: #1e374d;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-label,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-label,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-label,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-label {
  color: #1e374d;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-source,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-source,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-source,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-source {
  color: #1e374d;
}
#new-notebook-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-source:after,
#single-note-html #browse-column .sub-menu-col .primary-filter-view .active-filter .filter-source:after,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-source:after,
#single-note-html #browse-column .sub-menu-col .addon-filter-head .active-filter .filter-source:after {
  font-size: 9px;
  margin-left: 3px;
  content: "(source)";
  line-height: 10px;
  display: inline-block;
  vertical-align: middle;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view,
#single-note-html #browse-column .sub-menu-col .addon-filter-view {
  height: 100%;
  box-sizing: border-box;
  border-top: 52px solid #dfe9f4;
  overflow-y: auto;
  overflow-x: hidden;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter {
  padding-top: 12px;
  border-bottom: 1px solid #a8b7cd;
  margin-left: 12px;
  margin-right: 12px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap {
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  padding-bottom: 8px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .toggle-box,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .toggle-box {
  font-size: 6px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .title-box,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .title-box {
  font-size: 11px;
  text-transform: uppercase;
  font-family: hel-medium;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .btn-holder,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .btn-holder {
  display: none;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .confirm-btn,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .confirm-btn,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .cancel-btn,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .cancel-btn,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .expand-btn,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .expand-btn,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .collapse-btn,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .collapse-btn {
  display: inline-block;
  background-color: #f0f7ff;
  margin-left: 5px;
  height: 6px;
  width: 6px;
  padding: 2px;
  cursor: pointer;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .confirm-btn svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .confirm-btn svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .cancel-btn svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .cancel-btn svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .expand-btn svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .expand-btn svg,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .collapse-btn svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .collapse-btn svg {
  height: 6px;
  width: auto;
  fill: #a8b7cd;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .collapse-btn,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .collapse-btn {
  display: none;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .clear-btn,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .clear-btn {
  display: inline-block;
  height: 10px;
  width: 36px;
  padding: 1px;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .clear-btn svg,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .clear-btn svg {
  height: 8px;
  width: auto;
  display: none;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .confirm-btn,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .confirm-btn {
  display: none;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .cancel-btn,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-title-wrap .cancel-btn {
  display: none;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap {
  margin-top: 6px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap ul,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet {
  height: 16px;
  margin-bottom: 8px;
  line-height: 16px;
  position: relative;
  cursor: pointer;
  color: #3d5366;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .facet-only,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .facet-only {
  font-size: 9px;
  position: absolute;
  right: 2px;
  top: 2px;
  line-height: 10px;
  background: #3d7fba;
  color: #ffffff;
  padding: 0 6px;
  border: 1px solid #3d7fba;
  border-radius: 2px;
  display: none;
  font-weight: 300;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .facet-only:hover,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .facet-only:hover {
  background: transparent;
  color: #3d7fba;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .facet-checkbox,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .facet-checkbox {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
  overflow: hidden;
  margin-right: 6px;
  margin-left: 2px;
  opacity: 0.4;
  pointer-events: none;
  -webkit-appearance: none;
  background-size: 12px 12px;
  border: 1px solid #a8b9cd;
  cursor: pointer;
  background-color: white;
  border-radius: 2px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .facet-checkbox:checked,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .facet-checkbox:checked {
  background: #3699f2 url('../images/white-check-bold.svg') no-repeat;
  background-size: auto 13px;
  background-position: 2px 50%;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .text,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .text {
  margin-right: 6px;
  font-size: 11px;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 96px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .count,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet .count {
  font-size: 9px;
  display: inline-block;
  vertical-align: bottom;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet.__custom-date,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet.__custom-date {
  height: auto;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet.none-i,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet.none-i {
  display: none !important;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet.checked,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .facet.checked {
  font-weight: 900;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter {
  font-size: 10px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .from-section,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .from-section {
  display: inline-block;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .to-section,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .to-section {
  display: inline-block;
  vertical-align: top;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .custom-date-go,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .custom-date-go {
  margin-top: 8px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .custom-date-input,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .custom-date-input {
  width: 140px;
  height: 10px;
  background-color: #f9fcff;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .from-icon,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .from-icon,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .to-icon,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .to-icon {
  height: 15px;
  vertical-align: top;
  margin-left: 12px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .input-wrapper,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .date-filter .input-wrapper {
  position: relative;
  margin-top: 4px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .load-bar .show-less,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .load-bar .show-less,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .load-bar .show-more,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap .load-bar .show-more {
  background: #f0f7ff;
  color: #3d7fba;
  cursor: pointer;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  line-height: 18px;
  border-radius: 3px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.no-results,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.no-results {
  font-size: 11px;
  font-style: italic;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.ticker-submenu-filter .text,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.ticker-submenu-filter .text {
  text-transform: uppercase;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.tag-submenu-filter .text::before,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.tag-submenu-filter .text::before {
  content: "#";
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.min div:first-child,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.min div:first-child {
  max-height: 144px;
  overflow-y: hidden;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.min .show-less,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.min .show-less {
  display: none;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.max div:first-child,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.max div:first-child {
  height: auto;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.max .facet .text,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.max .facet .text {
  max-width: 80px;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.max .show-more,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter .filter-facet-wrap.max .show-more {
  display: none;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.edit .filter-title-wrap .btn-holder,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.edit .filter-title-wrap .btn-holder,
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.applied .filter-title-wrap .btn-holder,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.applied .filter-title-wrap .btn-holder {
  display: block;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.edit:not(.applied) .filter-facet-wrap .facet .facet-checkbox,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.edit:not(.applied) .filter-facet-wrap .facet .facet-checkbox {
  opacity: 1;
  pointer-events: auto;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.edit:not(.applied) .filter-facet-wrap .facet:hover,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.edit:not(.applied) .filter-facet-wrap .facet:hover {
  background: #c9daeb;
}
#new-notebook-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.edit:not(.applied) .filter-facet-wrap .facet:hover .facet-only,
#single-note-html #browse-column .sub-menu-col .addon-filter-view .facet-sub-filter.edit:not(.applied) .filter-facet-wrap .facet:hover .facet-only {
  display: block;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header,
#single-note-html #browse-column .sub-menu-col .active-search-header {
  border-bottom: 1px solid #ccd8e6;
  background: #ffffff;
  position: relative;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-icon-holder,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-icon-holder {
  height: 18px;
  padding: 3px 0px;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-icon-holder .fa,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-icon-holder .fa {
  font-size: 12px;
  line-height: 18px;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-text-holder,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-text-holder {
  padding: 11px 24px 5px 6px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #1e374d;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-type,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-type {
  font-size: 11px;
  line-height: 18px;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens {
  margin-bottom: 6px;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .token,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .token {
  display: inline-block;
  box-sizing: border-box;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 2px;
  margin-right: 6px;
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .filter-ticker,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .filter-ticker {
  background: #3d7fba;
  color: #ffffff;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .filter-tag,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .filter-tag {
  color: #698094;
  background: #f0f5fa;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .filter-team,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .filter-team {
  color: #1e374d;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .filter-label,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-text-holder .query-tokens .filter-label {
  color: #1e374d;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-clear,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-clear {
  cursor: pointer;
  color: #bbc6d5;
  padding: 3px;
  font-size: 8px;
  border: 2px solid #bbc6d5;
  border-radius: 20px;
  margin: 12px 6px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-clear .fa,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-clear .fa,
#new-notebook-html #browse-column .sub-menu-col .active-search-header .query-clear .fa::before,
#single-note-html #browse-column .sub-menu-col .active-search-header .query-clear .fa::before {
  line-height: 18px;
}
#new-notebook-html #browse-column .o-wrapper,
#single-note-html #browse-column .o-wrapper {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: auto;
}
#new-notebook-html #browse-column .o-wrapper .recent-holder,
#single-note-html #browse-column .o-wrapper .recent-holder {
  font-family: Helvetica Neue, sans-serif;
  padding: 24px 12px 16px 18px;
}
#new-notebook-html #browse-column .o-wrapper .recent-holder .title,
#single-note-html #browse-column .o-wrapper .recent-holder .title {
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
#new-notebook-html #browse-column .o-wrapper .recent-holder .recent-list,
#single-note-html #browse-column .o-wrapper .recent-holder .recent-list {
  padding: 8px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}
#new-notebook-html #browse-column .o-wrapper .recent-holder .recent-list li,
#single-note-html #browse-column .o-wrapper .recent-holder .recent-list li {
  color: #ccd8e7;
  font-size: 12px;
  line-height: 21px;
}
#new-notebook-html #browse-column .o-wrapper .recent-holder .recent-list li div.icon::before,
#single-note-html #browse-column .o-wrapper .recent-holder .recent-list li div.icon::before {
  float: left;
  font: normal normal normal 11px/1 FontAwesome;
  line-height: 21px;
  color: #abd5e7;
  padding-left: 3px;
}
#new-notebook-html #browse-column .o-wrapper .recent-holder .recent-list li div.text,
#single-note-html #browse-column .o-wrapper .recent-holder .recent-list li div.text {
  margin-left: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#new-notebook-html #browse-column .o-wrapper .recent-holder .recent-list li.standalone .icon::before,
#single-note-html #browse-column .o-wrapper .recent-holder .recent-list li.standalone .icon::before {
  content: "\f0f6";
}
#new-notebook-html #browse-column .o-wrapper .recent-holder .recent-list li.plotter .icon::before,
#single-note-html #browse-column .o-wrapper .recent-holder .recent-list li.plotter .icon::before {
  content: "\f080";
}
#new-notebook-html #browse-column .o-wrapper .recent-holder .recent-list li.document .icon::before,
#single-note-html #browse-column .o-wrapper .recent-holder .recent-list li.document .icon::before {
  content: "\f040";
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu {
  color: #b9c4d3;
  font-size: 12px;
  line-height: 18px;
  padding: 3px 8px 3px 6px;
  cursor: pointer;
  background: #272f3c;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head {
  overflow: hidden;
  cursor: pointer;
  display: inline;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head .icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head .icon {
  float: left;
  fill: #b9c4d3;
  height: 12px;
  width: 12px;
  margin-top: 3px;
  padding: 0 !important;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head .starred-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head .starred-icon,
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head .starred-icon *,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head .starred-icon * {
  fill: #b9c4d3;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head div.text,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head div.text {
  margin-left: 23px;
  white-space: nowrap;
  color: #a6b4c8;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  /*.counter::before{*/
  /*content:"(";*/
  /*}*/
  /*.counter::after{*/
  /*content:")";*/
  /*}*/
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head div.text .counter,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.head div.text .counter {
  float: right;
  margin-left: 6px;
  color: #ffffff;
  display: none !important;
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 16px;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.ml,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu div.ml {
  margin-left: 10px;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu #unread-count,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu #unread-count {
  font-size: 12px;
  color: #a6b4c8;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu ul.ul_item,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu ul.ul_item {
  /* padding: 0px 0px 5px 40px; */
  padding: 0px 0px 0px 30px;
  margin: 0px;
  color: white;
  border: none !important;
  background: none !important;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu ul.ul_item .li_item,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu ul.ul_item .li_item {
  list-style-type: none;
  line-height: 18px;
  font-size: 11px;
  cursor: pointer;
  color: #8A9DBC;
  margin: 8px 0;
  padding: 0;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu ul.ul_item .li_item .counter,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu ul.ul_item .li_item .counter {
  float: right;
  margin-left: 6px;
  color: #ffffff;
  display: none;
  background: #FF9700;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 16px;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu ul.ul_item .border_wrapper,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu ul.ul_item .border_wrapper {
  border-left: 2px solid #ffffff;
  color: #ffffff !important;
  padding-left: 16px !important;
  margin-left: -18px !important;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body {
  /*padding: 0px 0px 5px 40px;*/
  padding: 6px 0 6px 0px;
  padding-top: 0;
  margin: 0;
  color: white;
  border: none !important;
  background: none !important;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem {
  height: 18px;
  list-style-type: none;
  line-height: 18px;
  padding: 3px 0px;
  font-size: 12px;
  cursor: pointer;
  color: #a6b4c8;
  font-weight: 500;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem .head,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem .head {
  margin-right: 10px;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem:hover,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem:hover {
  color: #2e87d8;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem.active,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem.active {
  position: relative;
  color: #ffffff;
  height: 24px;
  box-sizing: border-box;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem.active::before,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem.active::before {
  content: '.';
  color: #3d7fba;
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 24px;
  background: #3d7fba;
  left: -7px;
  top: 0;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem.active::after,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem.active::after {
  content: '.';
  color: #3d7fba;
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 24px;
  background: #3d7fba;
  right: -8px;
  top: 0;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem:last-child,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .elem:last-child {
  padding: 3px 0px 0;
  height: 24px;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .blue_li_item,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.main-menu .body .blue_li_item {
  color: #3f7cb8;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.active,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.active {
  /*font-weight:bold;*/
  color: #ffffff;
  background: #3d7fba;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.active div.head div.text,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.active div.head div.text {
  color: #ffffff;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.active div.head div.icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu li.active div.head div.icon {
  color: #ffffff;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-accordion-header-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-accordion-header-icon {
  position: absolute;
  right: 8px;
  left: auto;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu #nn-allnotes .ui-accordion-header-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu #nn-allnotes .ui-accordion-header-icon,
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu #nn-tickers .ui-accordion-header-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu #nn-tickers .ui-accordion-header-icon,
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu #nn-tags .ui-accordion-header-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu #nn-tags .ui-accordion-header-icon,
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu #nn-teams .ui-accordion-header-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu #nn-teams .ui-accordion-header-icon {
  display: none;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .main-menu .ui-accordion-header-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .main-menu .ui-accordion-header-icon {
  display: none;
}
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-state-focus .ui-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-state-focus .ui-icon,
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-state-hover .ui-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-state-hover .ui-icon,
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-state-hover .ui-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-state-hover .ui-icon,
#new-notebook-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-state-default .ui-icon,
#single-note-html #browse-column .o-wrapper .accordion-holder .note-cat-menu .ui-state-default .ui-icon {
  background-image: url(../images/ui-icons_888888_256x240.png);
}
#new-notebook-html #browse-column .o-wrapper .dynamic-holder .face-filter,
#single-note-html #browse-column .o-wrapper .dynamic-holder .face-filter {
  display: none;
}
#new-notebook-html #browse-column .header,
#single-note-html #browse-column .header {
  line-height: 40px;
  height: 40px;
  padding: 0;
  border-bottom: 1px solid #ccd8e6;
  font-size: 15px;
  background: #f9fcff;
  position: relative;
  z-index: 11;
}
#new-notebook-html #browse-column .footer,
#single-note-html #browse-column .footer {
  line-height: 18px;
  font-size: 15px;
  color: #778498;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #364051;
}
#new-notebook-html #browse-column #newNoteDrpdwn,
#single-note-html #browse-column #newNoteDrpdwn {
  top: 27px;
  right: -153px;
  width: 220px;
  z-index: 1001;
}
#new-notebook-html #browse-column .header,
#single-note-html #browse-column .header,
#new-notebook-html #browse-column .footer,
#single-note-html #browse-column .footer {
  /*height:30p;*/
}
#new-notebook-html #browse-column .header div.bigText,
#single-note-html #browse-column .header div.bigText,
#new-notebook-html #browse-column .footer div.bigText,
#single-note-html #browse-column .footer div.bigText {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}
#new-notebook-html #browse-column .header div.subText,
#single-note-html #browse-column .header div.subText,
#new-notebook-html #browse-column .footer div.subText,
#single-note-html #browse-column .footer div.subText {
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
}
#new-notebook-html #browse-column .header div.subText a,
#single-note-html #browse-column .header div.subText a,
#new-notebook-html #browse-column .footer div.subText a,
#single-note-html #browse-column .footer div.subText a,
#new-notebook-html #browse-column .header div.subText a:visited,
#single-note-html #browse-column .header div.subText a:visited,
#new-notebook-html #browse-column .footer div.subText a:visited,
#single-note-html #browse-column .footer div.subText a:visited {
  color: #778498;
  text-decoration: none;
}
#new-notebook-html #browse-column .header .sentieosync,
#single-note-html #browse-column .header .sentieosync,
#new-notebook-html #browse-column .footer .sentieosync,
#single-note-html #browse-column .footer .sentieosync {
  display: none;
  overflow: hidden;
  padding: 6px 12px;
  border-bottom: 4px solid #2E3644;
}
#new-notebook-html #browse-column .header .sentieosync .sync-label,
#single-note-html #browse-column .header .sentieosync .sync-label,
#new-notebook-html #browse-column .footer .sentieosync .sync-label,
#single-note-html #browse-column .footer .sentieosync .sync-label {
  line-height: 18px;
  float: left;
  width: 25%;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: bold;
}
#new-notebook-html #browse-column .header .sentieosync #evernoteBtn.disabled,
#single-note-html #browse-column .header .sentieosync #evernoteBtn.disabled,
#new-notebook-html #browse-column .footer .sentieosync #evernoteBtn.disabled,
#single-note-html #browse-column .footer .sentieosync #evernoteBtn.disabled,
#new-notebook-html #browse-column .header .sentieosync #evernoteBtn.disabled a,
#single-note-html #browse-column .header .sentieosync #evernoteBtn.disabled a,
#new-notebook-html #browse-column .footer .sentieosync #evernoteBtn.disabled a,
#single-note-html #browse-column .footer .sentieosync #evernoteBtn.disabled a {
  fill: #bbc6d5;
  cursor: pointer;
}
#new-notebook-html #browse-column .header .sentieosync #evernoteBtn.enabled,
#single-note-html #browse-column .header .sentieosync #evernoteBtn.enabled,
#new-notebook-html #browse-column .footer .sentieosync #evernoteBtn.enabled,
#single-note-html #browse-column .footer .sentieosync #evernoteBtn.enabled {
  fill: #3dbf6f;
  cursor: pointer;
}
#new-notebook-html #browse-column .header .sentieosync #onenoteBtn.disabled,
#single-note-html #browse-column .header .sentieosync #onenoteBtn.disabled,
#new-notebook-html #browse-column .footer .sentieosync #onenoteBtn.disabled,
#single-note-html #browse-column .footer .sentieosync #onenoteBtn.disabled,
#new-notebook-html #browse-column .header .sentieosync #onenoteBtn.disabled a,
#single-note-html #browse-column .header .sentieosync #onenoteBtn.disabled a,
#new-notebook-html #browse-column .footer .sentieosync #onenoteBtn.disabled a,
#single-note-html #browse-column .footer .sentieosync #onenoteBtn.disabled a {
  fill: #bbc6d5;
  cursor: pointer;
}
#new-notebook-html #browse-column .header .sentieosync #onenoteBtn.enabled,
#single-note-html #browse-column .header .sentieosync #onenoteBtn.enabled,
#new-notebook-html #browse-column .footer .sentieosync #onenoteBtn.enabled,
#single-note-html #browse-column .footer .sentieosync #onenoteBtn.enabled {
  fill: #DC47D2;
  cursor: pointer;
}
#new-notebook-html #browse-column .header .sentieosync #syncBtn,
#single-note-html #browse-column .header .sentieosync #syncBtn,
#new-notebook-html #browse-column .footer .sentieosync #syncBtn,
#single-note-html #browse-column .footer .sentieosync #syncBtn {
  fill: #bbc6d5;
}
#new-notebook-html #browse-column .header .sentieosync .icon-wrap,
#single-note-html #browse-column .header .sentieosync .icon-wrap,
#new-notebook-html #browse-column .footer .sentieosync .icon-wrap,
#single-note-html #browse-column .footer .sentieosync .icon-wrap {
  width: 25%;
  float: left;
  text-align: center;
  fill: #bbc6d5;
  padding: 6px 0px;
}
#new-notebook-html #browse-column .header .sentieosync .icon-wrap .icon,
#single-note-html #browse-column .header .sentieosync .icon-wrap .icon,
#new-notebook-html #browse-column .footer .sentieosync .icon-wrap .icon,
#single-note-html #browse-column .footer .sentieosync .icon-wrap .icon {
  height: 20px;
  width: 20px;
}
#new-notebook-html #browse-column .header .sentieosync .icon-wrap:hover,
#single-note-html #browse-column .header .sentieosync .icon-wrap:hover,
#new-notebook-html #browse-column .footer .sentieosync .icon-wrap:hover,
#single-note-html #browse-column .footer .sentieosync .icon-wrap:hover {
  background: #364051;
}
#new-notebook-html #browse-column .header div.bigGreenBtn,
#single-note-html #browse-column .header div.bigGreenBtn,
#new-notebook-html #browse-column .footer div.bigGreenBtn,
#single-note-html #browse-column .footer div.bigGreenBtn {
  text-align: center;
  cursor: pointer;
  color: #bbc6d5;
  font-size: 12px;
  line-height: 18px;
  padding: 12px 18px;
  border-top: 1px solid #272f3c;
  border-bottom: 1px solid #272f3c;
  background: #2e3644;
}
#new-notebook-html #browse-column .header div.bigGreenBtn .icon-onenote,
#single-note-html #browse-column .header div.bigGreenBtn .icon-onenote,
#new-notebook-html #browse-column .footer div.bigGreenBtn .icon-onenote,
#single-note-html #browse-column .footer div.bigGreenBtn .icon-onenote {
  font-size: 16px;
}
#new-notebook-html #browse-column .header div.bigGreenBtn .icon-evernote,
#single-note-html #browse-column .header div.bigGreenBtn .icon-evernote,
#new-notebook-html #browse-column .footer div.bigGreenBtn .icon-evernote,
#single-note-html #browse-column .footer div.bigGreenBtn .icon-evernote {
  font-size: 16px;
}
#new-notebook-html #browse-column .header div.bigGreenBtn a,
#single-note-html #browse-column .header div.bigGreenBtn a,
#new-notebook-html #browse-column .footer div.bigGreenBtn a,
#single-note-html #browse-column .footer div.bigGreenBtn a,
#new-notebook-html #browse-column .header div.bigGreenBtn a:focus,
#single-note-html #browse-column .header div.bigGreenBtn a:focus,
#new-notebook-html #browse-column .footer div.bigGreenBtn a:focus,
#single-note-html #browse-column .footer div.bigGreenBtn a:focus,
#new-notebook-html #browse-column .header div.bigGreenBtn a:visited,
#single-note-html #browse-column .header div.bigGreenBtn a:visited,
#new-notebook-html #browse-column .footer div.bigGreenBtn a:visited,
#single-note-html #browse-column .footer div.bigGreenBtn a:visited {
  color: #bbc6d5;
  text-decoration: none;
}
#new-notebook-html #browse-column .header div.bigGreenBtn span,
#single-note-html #browse-column .header div.bigGreenBtn span,
#new-notebook-html #browse-column .footer div.bigGreenBtn span,
#single-note-html #browse-column .footer div.bigGreenBtn span {
  font-size: 12px;
  vertical-align: top;
}
#new-notebook-html #browse-column .header div.bigGreenBtn.enabled,
#single-note-html #browse-column .header div.bigGreenBtn.enabled,
#new-notebook-html #browse-column .footer div.bigGreenBtn.enabled,
#single-note-html #browse-column .footer div.bigGreenBtn.enabled {
  color: #3dbf6f;
}
#new-notebook-html #browse-column .header div.bigGreenBtn.enabled a,
#single-note-html #browse-column .header div.bigGreenBtn.enabled a,
#new-notebook-html #browse-column .footer div.bigGreenBtn.enabled a,
#single-note-html #browse-column .footer div.bigGreenBtn.enabled a,
#new-notebook-html #browse-column .header div.bigGreenBtn.enabled a:focus,
#single-note-html #browse-column .header div.bigGreenBtn.enabled a:focus,
#new-notebook-html #browse-column .footer div.bigGreenBtn.enabled a:focus,
#single-note-html #browse-column .footer div.bigGreenBtn.enabled a:focus,
#new-notebook-html #browse-column .header div.bigGreenBtn.enabled a:visited,
#single-note-html #browse-column .header div.bigGreenBtn.enabled a:visited,
#new-notebook-html #browse-column .footer div.bigGreenBtn.enabled a:visited,
#single-note-html #browse-column .footer div.bigGreenBtn.enabled a:visited {
  color: #3dbf6f;
}
#new-notebook-html #browse-column .header .dropdown-trigger .icon-2,
#single-note-html #browse-column .header .dropdown-trigger .icon-2,
#new-notebook-html #browse-column .footer .dropdown-trigger .icon-2,
#single-note-html #browse-column .footer .dropdown-trigger .icon-2,
#new-notebook-html #browse-column .header .preview-change .icon-2,
#single-note-html #browse-column .header .preview-change .icon-2,
#new-notebook-html #browse-column .footer .preview-change .icon-2,
#single-note-html #browse-column .footer .preview-change .icon-2 {
  height: 22px;
  width: 22px;
  fill: #666666;
}
#new-notebook-html #browse-column .header .preview-change .sm-pr,
#single-note-html #browse-column .header .preview-change .sm-pr,
#new-notebook-html #browse-column .footer .preview-change .sm-pr,
#single-note-html #browse-column .footer .preview-change .sm-pr,
#new-notebook-html #browse-column .header .preview-change .lg-pr,
#single-note-html #browse-column .header .preview-change .lg-pr,
#new-notebook-html #browse-column .footer .preview-change .lg-pr,
#single-note-html #browse-column .footer .preview-change .lg-pr,
#new-notebook-html #browse-column .header .preview-change .md-pr,
#single-note-html #browse-column .header .preview-change .md-pr,
#new-notebook-html #browse-column .footer .preview-change .md-pr,
#single-note-html #browse-column .footer .preview-change .md-pr {
  display: inline-block;
  height: 16px;
  width: 11px;
}
#new-notebook-html #browse-column .header .filter-trigger,
#single-note-html #browse-column .header .filter-trigger,
#new-notebook-html #browse-column .footer .filter-trigger,
#single-note-html #browse-column .footer .filter-trigger {
  color: #3d7fba;
  font-size: 11px;
  float: left;
  line-height: 24px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
#new-notebook-html #browse-column .header .filter-trigger .filter-icon,
#single-note-html #browse-column .header .filter-trigger .filter-icon,
#new-notebook-html #browse-column .footer .filter-trigger .filter-icon,
#single-note-html #browse-column .footer .filter-trigger .filter-icon {
  height: 11px;
  position: relative;
  width: 11px;
  fill: #3d7fba;
  top: 2px;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-top: 5px;
}
#new-notebook-html #browse-column .header .filter-trigger.active,
#single-note-html #browse-column .header .filter-trigger.active,
#new-notebook-html #browse-column .footer .filter-trigger.active,
#single-note-html #browse-column .footer .filter-trigger.active {
  font-weight: 900;
  color: #3d7fba;
  background: #e8eef7;
}
#new-notebook-html #browse-column .header .notemode-holder,
#single-note-html #browse-column .header .notemode-holder,
#new-notebook-html #browse-column .footer .notemode-holder,
#single-note-html #browse-column .footer .notemode-holder {
  overflow: hidden;
  padding: 3px;
  float: right;
}
#new-notebook-html #browse-column .header .notemode-holder .notemode-btn,
#single-note-html #browse-column .header .notemode-holder .notemode-btn,
#new-notebook-html #browse-column .footer .notemode-holder .notemode-btn,
#single-note-html #browse-column .footer .notemode-holder .notemode-btn {
  float: left;
  font-size: 11px;
  line-height: 18px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 5px;
  color: #698094;
  font-weight: 400;
}
#new-notebook-html #browse-column .header .notemode-holder .notemode-btn .counter,
#single-note-html #browse-column .header .notemode-holder .notemode-btn .counter,
#new-notebook-html #browse-column .footer .notemode-holder .notemode-btn .counter,
#single-note-html #browse-column .footer .notemode-holder .notemode-btn .counter {
  margin-left: 4px;
  font-size: 11px;
  margin-right: 4px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 2px;
  background: #5C7C9A;
  display: none;
  padding: 1px;
  height: 0px;
  width: 0px;
  color: transparent;
  border-radius: 10px;
}
#new-notebook-html #browse-column .header .notemode-holder .notemode-btn:hover,
#single-note-html #browse-column .header .notemode-holder .notemode-btn:hover,
#new-notebook-html #browse-column .footer .notemode-holder .notemode-btn:hover,
#single-note-html #browse-column .footer .notemode-holder .notemode-btn:hover {
  cursor: pointer;
}
#new-notebook-html #browse-column .header .notemode-holder .notemode-btn.active,
#single-note-html #browse-column .header .notemode-holder .notemode-btn.active,
#new-notebook-html #browse-column .footer .notemode-holder .notemode-btn.active,
#single-note-html #browse-column .footer .notemode-holder .notemode-btn.active {
  font-weight: 600;
  color: #3d7fba;
  background: #e8eef7;
}
#new-notebook-html #browse-column .header .notemode-holder #shared_unread_box,
#single-note-html #browse-column .header .notemode-holder #shared_unread_box,
#new-notebook-html #browse-column .footer .notemode-holder #shared_unread_box,
#single-note-html #browse-column .footer .notemode-holder #shared_unread_box {
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 8px;
  border-radius: 3px;
  height: 12px;
  width: 15px;
  color: white;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f62b2b), color-stop(100%, #d20202));
  background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
  background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
  background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
  background-image: -o-linear-gradient(top, #f62b2b, #d20202);
  background-image: linear-gradient(top, #f62b2b, #d20202);
  background-color: #f62b2b;
}
#new-notebook-html #browse-column .header .notemode-holder #shared_unread_box #shared_unread_count,
#single-note-html #browse-column .header .notemode-holder #shared_unread_box #shared_unread_count,
#new-notebook-html #browse-column .footer .notemode-holder #shared_unread_box #shared_unread_count,
#single-note-html #browse-column .footer .notemode-holder #shared_unread_box #shared_unread_count {
  margin: auto;
  margin-top: -3px;
}
#new-notebook-html #browse-column .header .notemode-holder.trashmode .notemode-btn,
#single-note-html #browse-column .header .notemode-holder.trashmode .notemode-btn,
#new-notebook-html #browse-column .footer .notemode-holder.trashmode .notemode-btn,
#single-note-html #browse-column .footer .notemode-holder.trashmode .notemode-btn,
#new-notebook-html #browse-column .header .notemode-holder.readOnlyMode .notemode-btn,
#single-note-html #browse-column .header .notemode-holder.readOnlyMode .notemode-btn,
#new-notebook-html #browse-column .footer .notemode-holder.readOnlyMode .notemode-btn,
#single-note-html #browse-column .footer .notemode-holder.readOnlyMode .notemode-btn {
  pointer-events: none;
  color: #bbc6d5;
}
#new-notebook-html #browse-column .header .notemode-holder.trashmode .notemode-btn.active,
#single-note-html #browse-column .header .notemode-holder.trashmode .notemode-btn.active,
#new-notebook-html #browse-column .footer .notemode-holder.trashmode .notemode-btn.active,
#single-note-html #browse-column .footer .notemode-holder.trashmode .notemode-btn.active,
#new-notebook-html #browse-column .header .notemode-holder.readOnlyMode .notemode-btn.active,
#single-note-html #browse-column .header .notemode-holder.readOnlyMode .notemode-btn.active,
#new-notebook-html #browse-column .footer .notemode-holder.readOnlyMode .notemode-btn.active,
#single-note-html #browse-column .footer .notemode-holder.readOnlyMode .notemode-btn.active {
  pointer-events: auto;
  color: #3d7fba;
}
#new-notebook-html #browse-column .header .uname,
#single-note-html #browse-column .header .uname,
#new-notebook-html #browse-column .footer .uname,
#single-note-html #browse-column .footer .uname {
  color: #ffffff;
  text-transform: Capitalize;
}
#new-notebook-html #browse-column .header .uname:after,
#single-note-html #browse-column .header .uname:after,
#new-notebook-html #browse-column .footer .uname:after,
#single-note-html #browse-column .footer .uname:after {
  content: "'s ";
  text-transform: lowercase;
}
#new-notebook-html #browse-column .header .email,
#single-note-html #browse-column .header .email,
#new-notebook-html #browse-column .footer .email,
#single-note-html #browse-column .footer .email {
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 12px;
}
#new-notebook-html #browse-column .header .allSearchBoxHolder,
#single-note-html #browse-column .header .allSearchBoxHolder,
#new-notebook-html #browse-column .footer .allSearchBoxHolder,
#single-note-html #browse-column .footer .allSearchBoxHolder {
  position: relative;
  height: 30px;
  padding: 7.5px 0;
}
#new-notebook-html #browse-column .header .allSearchBoxHolder .allButton,
#single-note-html #browse-column .header .allSearchBoxHolder .allButton,
#new-notebook-html #browse-column .footer .allSearchBoxHolder .allButton,
#single-note-html #browse-column .footer .allSearchBoxHolder .allButton {
  width: calc(49%);
  position: absolute;
  left: 0px;
  height: 30px;
  border-radius: 3px;
  font-weight: bold;
  background: #40404c;
}
#new-notebook-html #browse-column .header .allSearchBoxHolder .allButton span,
#single-note-html #browse-column .header .allSearchBoxHolder .allButton span,
#new-notebook-html #browse-column .footer .allSearchBoxHolder .allButton span,
#single-note-html #browse-column .footer .allSearchBoxHolder .allButton span {
  display: block;
  line-height: 30px;
  padding: 0px 12px;
}
#new-notebook-html #browse-column .header .allSearchBoxHolder .allButton span:hover,
#single-note-html #browse-column .header .allSearchBoxHolder .allButton span:hover,
#new-notebook-html #browse-column .footer .allSearchBoxHolder .allButton span:hover,
#single-note-html #browse-column .footer .allSearchBoxHolder .allButton span:hover {
  background: rgba(0, 0, 0, 0.15);
}
#new-notebook-html #browse-column .header .allSearchBoxHolder .searchBox.focused,
#single-note-html #browse-column .header .allSearchBoxHolder .searchBox.focused,
#new-notebook-html #browse-column .footer .allSearchBoxHolder .searchBox.focused,
#single-note-html #browse-column .footer .allSearchBoxHolder .searchBox.focused {
  width: 100%;
}
#new-notebook-html #browse-column .header .allSearchBoxHolder .searchBox,
#single-note-html #browse-column .header .allSearchBoxHolder .searchBox,
#new-notebook-html #browse-column .footer .allSearchBoxHolder .searchBox,
#single-note-html #browse-column .footer .allSearchBoxHolder .searchBox {
  width: calc(49%);
  position: absolute;
  right: 0px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background: #F3F3F4;
  color: #202024;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px inset;
}
#new-notebook-html #browse-column .header .allSearchBoxHolder .searchBox .noteSearchInputBox,
#single-note-html #browse-column .header .allSearchBoxHolder .searchBox .noteSearchInputBox,
#new-notebook-html #browse-column .footer .allSearchBoxHolder .searchBox .noteSearchInputBox,
#single-note-html #browse-column .footer .allSearchBoxHolder .searchBox .noteSearchInputBox {
  /*disable default*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
  /**/
  outline: none;
  font-size: 12px;
  padding: 6px 6px 6px 28px;
  line-height: 18px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#new-notebook-html #browse-column .header .allSearchBoxHolder .searchBox:before,
#single-note-html #browse-column .header .allSearchBoxHolder .searchBox:before,
#new-notebook-html #browse-column .footer .allSearchBoxHolder .searchBox:before,
#single-note-html #browse-column .footer .allSearchBoxHolder .searchBox:before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: '\f002';
  position: absolute;
  left: 10px;
  opacity: 0.5;
  pointer-events: none;
  line-height: 30px;
}
#new-notebook-html #browse-column .filter-tabs,
#single-note-html #browse-column .filter-tabs {
  padding-top: 12px;
}
#new-notebook-html #browse-column .filter-tabs .filter-menu-holder,
#single-note-html #browse-column .filter-tabs .filter-menu-holder {
  height: 35px;
  line-height: 35px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-notebook-html #browse-column .filter-tabs .filter-menu-holder .filter-menu-item,
#single-note-html #browse-column .filter-tabs .filter-menu-holder .filter-menu-item {
  display: block;
  -webkit-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0 1px;
  height: 100%;
  background: #40404c;
  /*unselected*/
  color: rgba(218, 218, 222, 0.75);
  border-bottom: 2px solid #2a2731;
  box-sizing: border-box;
}
#new-notebook-html #browse-column .filter-tabs .filter-menu-holder .filter-menu-item:first-child,
#single-note-html #browse-column .filter-tabs .filter-menu-holder .filter-menu-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 0;
}
#new-notebook-html #browse-column .filter-tabs .filter-menu-holder .filter-menu-item:last-child,
#single-note-html #browse-column .filter-tabs .filter-menu-holder .filter-menu-item:last-child {
  margin-right: 0;
  border-radius: 0 3px 0 0;
}
#new-notebook-html #browse-column .filter-tabs .filter-menu-holder .filter-menu-item.selected,
#single-note-html #browse-column .filter-tabs .filter-menu-holder .filter-menu-item.selected {
  background: #575763 !important;
  color: rgba(255, 255, 255, 0.97) !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #575763;
}
#new-notebook-html #browse-column .filter-tabs .filter-content-holder,
#single-note-html #browse-column .filter-tabs .filter-content-holder {
  /*border-radius: 0 0 3px 3px;*/
  border-top: 6px solid #575763;
  border-bottom: 2px solid #575763;
  color: #dadade;
}
#new-notebook-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list,
#single-note-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
}
#new-notebook-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li,
#single-note-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
  padding: 6px 6px 6px 12px;
  line-height: 18px;
  height: 18px;
  cursor: pointer;
}
#new-notebook-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li .text,
#single-note-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li .text {
  font-size: 12px;
  font-weight: bold;
  margin-right: 24px;
  margin-left: 12px;
}
#new-notebook-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li .count,
#single-note-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li .count {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
  min-width: 6px;
  text-align: right;
  padding: 0px 12px;
  border-radius: 3px;
}
#new-notebook-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li .label,
#single-note-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li .label {
  font-size: 14px;
  margin-left: -6px;
}
#new-notebook-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li:not(.selected):hover,
#single-note-html #browse-column .filter-tabs .filter-content-holder .filter-content .note-filter-list li:not(.selected):hover {
  background: rgba(0, 0, 0, 0.15);
}
#new-notebook-html #browse-column .note-filter-popup,
#single-note-html #browse-column .note-filter-popup {
  position: absolute;
  top: 49px;
  right: 0px;
  max-height: 328px;
  background: white;
  border-radius: 2px;
  font-weight: 500;
  z-index: 9;
  padding: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  font-size: 0;
}
#new-notebook-html #browse-column .note-filter-popup .label-text,
#single-note-html #browse-column .note-filter-popup .label-text {
  width: 72px;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  float: left;
  padding: 4px;
  color: #698094;
}
#new-notebook-html #browse-column .note-filter-popup .popup-title,
#single-note-html #browse-column .note-filter-popup .popup-title {
  color: #698094;
  background: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  height: 24px;
  line-height: 24px;
  padding: 6px 0px;
  font-size: 0;
  font-weight: 400;
}
#new-notebook-html #browse-column .note-filter-popup .popup-title .note-sort-title,
#single-note-html #browse-column .note-filter-popup .popup-title .note-sort-title {
  display: inline-block;
  width: 156px;
  padding-left: 24px;
  font-size: 12px;
  font-weight: 500;
}
#new-notebook-html #browse-column .note-filter-popup .popup-title .note-filter-title,
#single-note-html #browse-column .note-filter-popup .popup-title .note-filter-title {
  display: inline-block;
  width: 160px;
  font-size: 12px;
  font-weight: 500;
}
#new-notebook-html #browse-column .note-filter-popup .popup-title .note-filter-title.tickers,
#single-note-html #browse-column .note-filter-popup .popup-title .note-filter-title.tickers,
#new-notebook-html #browse-column .note-filter-popup .popup-title .note-filter-title.tags,
#single-note-html #browse-column .note-filter-popup .popup-title .note-filter-title.tags,
#new-notebook-html #browse-column .note-filter-popup .popup-title .note-filter-title.kind,
#single-note-html #browse-column .note-filter-popup .popup-title .note-filter-title.kind {
  width: 115px;
  padding-left: 18px;
}
#new-notebook-html #browse-column .note-filter-popup .popup-title .note-filter-title.labels,
#single-note-html #browse-column .note-filter-popup .popup-title .note-filter-title.labels,
#new-notebook-html #browse-column .note-filter-popup .popup-title .note-filter-title.allowed,
#single-note-html #browse-column .note-filter-popup .popup-title .note-filter-title.allowed {
  width: 150px;
  padding-left: 18px;
}
#new-notebook-html #browse-column .note-filter-popup .note-sort-view,
#single-note-html #browse-column .note-filter-popup .note-sort-view {
  color: #3d7fba;
  display: inline-block;
  width: 140px;
  vertical-align: top;
}
#new-notebook-html #browse-column .note-filter-popup .note-sort-view .sort-title-holder,
#single-note-html #browse-column .note-filter-popup .note-sort-view .sort-title-holder {
  height: 32px;
  margin-bottom: 6px;
}
#new-notebook-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder,
#single-note-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder {
  font-size: 11px;
  /*
                .sort-item.first::before{
                  .s-icon-psuedo;
                  content: "\e00b";
    content: "\e00b";
    position: absolute;
    left: -16px;
    top: 6px;
    font-size: 16px;
//    background: @fmc-white;
                  color:@fmc-border;
    padding: 2px;
                }
                */
}
#new-notebook-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder .sort-item,
#single-note-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder .sort-item {
  height: 20px;
  position: relative;
  padding: 4px 4px 4px 16px;
  line-height: 20px;
  display: block;
  cursor: pointer;
}
#new-notebook-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder .sort-item:hover,
#single-note-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder .sort-item:hover {
  background: #bbc6d5;
}
#new-notebook-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder .sort-item.first,
#single-note-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder .sort-item.first {
  font-weight: 500;
  border-left: 4px solid #277abf;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  background: #f9fcff;
  padding: 3px 12px;
  padding-right: 4px;
}
#new-notebook-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder .sort-item.first:hover::after,
#single-note-html #browse-column .note-filter-popup .note-sort-view .sort-opt-holder .sort-item.first:hover::after {
  background: transparent;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view,
#single-note-html #browse-column .note-filter-popup .note-filter-view {
  display: inline-block;
  min-height: 200px;
  box-sizing: border-box;
  vertical-align: top;
  border-left: 1px solid #d4e0ea;
  min-height: 224px;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder,
#single-note-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder {
  height: 32px;
  margin-bottom: 6px;
  padding-left: 12px;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens,
#single-note-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens {
  display: inline-block;
  padding: 4px;
  font-size: 12px;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .token,
#single-note-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .token {
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 18px;
  padding: 3px;
  border-radius: 3px;
  margin-right: 6px;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .filter-ticker,
#single-note-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .filter-ticker {
  border: 1px solid #3d7fba;
  background: #3d7fba;
  color: #ffffff;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .filter-tag,
#single-note-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .filter-tag {
  border: 1px solid #3d7fba;
  color: #3d7fba;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .filter-team,
#single-note-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .filter-team {
  color: #3d7fba;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .filter-label,
#single-note-html #browse-column .note-filter-popup .note-filter-view .filter-active-holder .query-tokens .filter-label {
  color: #ffffff;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col {
  float: left;
  position: relative;
  border-right: 1px solid #d4e0ea;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-title,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-title {
  font-size: 14px;
  color: #698094;
  line-height: 18px;
  margin-bottom: 6px;
  display: none;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder {
  height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .col-item,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .col-item {
  line-height: 18px;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .col-item:hover .facet-name,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .col-item:hover .facet-name {
  text-decoration: underline;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .facet-num,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .facet-num {
  margin-left: 4px;
  color: #999;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .facet-num::before,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .facet-num::before {
  content: "(";
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .facet-num::after,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder .facet-num::after {
  content: ")";
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder.no-click,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder.no-click {
  color: #1e374d;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder.no-click .col-item,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder.no-click .col-item {
  cursor: default;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder.no-click .col-item:hover .facet-name,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .col-item-holder.no-click .col-item:hover .facet-name {
  text-decoration: none;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .show-all,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .show-all {
  color: #879abb;
  margin-top: 18px;
  line-height: 18px;
  font-weight: bold;
  /*text-decoration:underline;*/
  cursor: pointer;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .show-all span,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .show-all span {
  border-bottom: 1px solid #879abb;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .has-more,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .has-more {
  position: absolute;
  height: 40px;
  width: 20px;
  right: 2px;
  bottom: 4px;
  font-size: 10px;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .col .has-more .waive,
#single-note-html #browse-column .note-filter-popup .note-filter-view .col .has-more .waive {
  position: absolute;
  -webkit-animation-name: drip;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drip;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
@-webkit-keyframes drip {
  0% {
    top: 0px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drip {
  0% {
    top: 0px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .tickers-col .col-item,
#single-note-html #browse-column .note-filter-popup .note-filter-view .tickers-col .col-item {
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #3d7fba;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .tickers-col,
#single-note-html #browse-column .note-filter-popup .note-filter-view .tickers-col,
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .tags-col,
#single-note-html #browse-column .note-filter-popup .note-filter-view .tags-col,
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .kind-col,
#single-note-html #browse-column .note-filter-popup .note-filter-view .kind-col {
  width: 115px;
  padding: 6px 0px 6px 18px;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .labels-col,
#single-note-html #browse-column .note-filter-popup .note-filter-view .labels-col {
  width: 150px;
  padding: 6px 0px 6px 18px;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .allowed-col,
#single-note-html #browse-column .note-filter-popup .note-filter-view .allowed-col {
  border-right: none;
  width: 150px;
  padding: 6px 0px 6px 18px;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .allowed-col .has-more,
#single-note-html #browse-column .note-filter-popup .note-filter-view .allowed-col .has-more {
  right: 20px;
}
#new-notebook-html #browse-column .note-filter-popup .note-filter-view .kind-col,
#single-note-html #browse-column .note-filter-popup .note-filter-view .kind-col {
  border-right: none;
}
#new-notebook-html #browse-column #highlight-column,
#single-note-html #browse-column #highlight-column {
  padding: 8px;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  top: 39px;
  position: absolute;
  left: -4px;
  font-size: 12px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
#new-notebook-html #browse-column #highlight-column .highlights,
#single-note-html #browse-column #highlight-column .highlights {
  height: 670px;
  overflow-y: auto;
}
#new-notebook-html #browse-column #highlight-column .note-ticker,
#single-note-html #browse-column #highlight-column .note-ticker {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  border: 1px solid #327cc0;
  background-color: #327cc0;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin: 6px 2px;
  padding: 0px 2px;
}
#new-notebook-html #browse-column #highlight-column .note-ticker.greeny,
#single-note-html #browse-column #highlight-column .note-ticker.greeny {
  background: #3cb300;
}
#new-notebook-html #browse-column #highlight-column .note-ticker.cyano,
#single-note-html #browse-column #highlight-column .note-ticker.cyano {
  background: #2EB8E6;
}
#new-notebook-html #browse-column #highlight-column .search-ticker,
#single-note-html #browse-column #highlight-column .search-ticker {
  height: 24px;
  line-height: 24px;
  margin-bottom: 8px;
  display: inline-block;
}
#new-notebook-html #browse-column #highlight-column .search-ticker .highlight-search-button,
#single-note-html #browse-column #highlight-column .search-ticker .highlight-search-button {
  background: white;
  margin-left: 8px;
  display: inline-block;
  cursor: pointer;
}
#new-notebook-html #browse-column #highlight-column .search-ticker .highlight-search-button .icon,
#single-note-html #browse-column #highlight-column .search-ticker .highlight-search-button .icon {
  position: absolute;
  right: 28px;
  top: 13px;
  fill: #ffffff;
  height: 14px;
  width: 14px;
  padding: 6px;
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
  cursor: pointer;
  border-radius: 4px;
}
#new-notebook-html #browse-column #highlight-column .search-ticker .highlight-search-button .icon:hover,
#single-note-html #browse-column #highlight-column .search-ticker .highlight-search-button .icon:hover {
  fill: #3d7fba;
  background: #ffffff;
}
#new-notebook-html #browse-column #highlight-column .search-ticker .noisy-wrapper,
#single-note-html #browse-column #highlight-column .search-ticker .noisy-wrapper {
  padding: 0px;
  background: white;
  display: inline-block;
}
#new-notebook-html #browse-column #highlight-column .search-ticker .noisy-wrapper .noisy-long-token,
#single-note-html #browse-column #highlight-column .search-ticker .noisy-wrapper .noisy-long-token {
  margin-top: 2px;
}
#new-notebook-html #browse-column #highlight-column .search-ticker .noisy-wrapper .noisy-long-list,
#single-note-html #browse-column #highlight-column .search-ticker .noisy-wrapper .noisy-long-list {
  height: 24px;
  padding: 0px;
}
#new-notebook-html #browse-column #highlight-column .search-ticker .noisy-wrapper input,
#single-note-html #browse-column #highlight-column .search-ticker .noisy-wrapper input {
  text-indent: 2px;
  line-height: 24px;
  border: none;
  width: 300px;
}
#new-notebook-html #browse-column #highlight-column #highlight-inner-box,
#single-note-html #browse-column #highlight-column #highlight-inner-box {
  background: #e8eef7;
  border-radius: 4px;
}
#new-notebook-html #browse-column #highlight-column #highlight-inner-box .load-more,
#single-note-html #browse-column #highlight-column #highlight-inner-box .load-more {
  margin-top: 15px;
}
#new-notebook-html #browse-column #highlight-column #highlight-inner-box .empty-highlight,
#single-note-html #browse-column #highlight-column #highlight-inner-box .empty-highlight {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  height: 100%;
  font-size: 14px;
}
#new-notebook-html #browse-column #highlight-column #highlight-inner-box .empty-labels,
#single-note-html #browse-column #highlight-column #highlight-inner-box .empty-labels,
#new-notebook-html #browse-column #highlight-column #highlight-inner-box .empty-groups,
#single-note-html #browse-column #highlight-column #highlight-inner-box .empty-groups {
  height: 140px;
  width: 100%;
  text-align: center;
  padding: 60px 12px;
  box-sizing: border-box;
}
#new-notebook-html #browse-column #highlight-column .filter-header,
#single-note-html #browse-column #highlight-column .filter-header {
  padding: 8px 8px 8px 8px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .time-filter .date-filter,
#single-note-html #browse-column #highlight-column .filter-header .time-filter .date-filter {
  margin: 8px 0 0 0;
}
#new-notebook-html #browse-column #highlight-column .filter-header .time-filter .date,
#single-note-html #browse-column #highlight-column .filter-header .time-filter .date {
  padding-bottom: 8px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .time-filter .date div,
#single-note-html #browse-column #highlight-column .filter-header .time-filter .date div {
  font-size: 8px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .time-filter .date:last-child,
#single-note-html #browse-column #highlight-column .filter-header .time-filter .date:last-child {
  font-size: 10px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .time-filter .date:last-child input,
#single-note-html #browse-column #highlight-column .filter-header .time-filter .date:last-child input {
  height: 12px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .time-filter .month-filter,
#single-note-html #browse-column #highlight-column .filter-header .time-filter .month-filter {
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html #browse-column #highlight-column .filter-header .time-filter .month,
#single-note-html #browse-column #highlight-column .filter-header .time-filter .month {
  height: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #9EBFDC;
  font-size: 10px;
  color: #578FC2;
  cursor: pointer;
}
#new-notebook-html #browse-column #highlight-column .filter-header .group-filter,
#single-note-html #browse-column #highlight-column .filter-header .group-filter {
  left: 292px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .group-filter .drpdwn-wrapper,
#single-note-html #browse-column #highlight-column .filter-header .group-filter .drpdwn-wrapper {
  padding: 12px 8px 0 8px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .group-filter .options,
#single-note-html #browse-column #highlight-column .filter-header .group-filter .options {
  max-height: 158px;
  overflow-y: auto;
}
#new-notebook-html #browse-column #highlight-column .filter-header .group-filter .group,
#single-note-html #browse-column #highlight-column .filter-header .group-filter .group {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  color: #5b6067;
  font-weight: bold;
  font-size: 10px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .group-filter .group input,
#single-note-html #browse-column #highlight-column .filter-header .group-filter .group input {
  position: relative;
  top: 2px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .group-filter .buttons,
#single-note-html #browse-column #highlight-column .filter-header .group-filter .buttons {
  margin: 4px 10px 12px 10px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .label-filter,
#single-note-html #browse-column #highlight-column .filter-header .label-filter {
  left: 205px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .label-filter .label,
#single-note-html #browse-column #highlight-column .filter-header .label-filter .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  color: #5b6067;
  font-weight: bold;
  font-size: 10px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .label-filter .options,
#single-note-html #browse-column #highlight-column .filter-header .label-filter .options {
  max-height: 160px;
  overflow-y: auto;
}
#new-notebook-html #browse-column #highlight-column .filter-header .label-filter .drpdwn-wrapper,
#single-note-html #browse-column #highlight-column .filter-header .label-filter .drpdwn-wrapper {
  padding: 12px 8px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .label-filter input,
#single-note-html #browse-column #highlight-column .filter-header .label-filter input {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .time-filter input,
#single-note-html #browse-column #highlight-column .filter-header .time-filter input {
  width: 121px;
  height: 24px;
  box-sizing: border-box;
  padding: 2px;
  font-size: 10px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .drpdwn,
#single-note-html #browse-column #highlight-column .filter-header .drpdwn {
  box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.5);
  position: absolute;
  background: white;
  width: 137px;
  border-radius: 2px;
  z-index: 9;
}
#new-notebook-html #browse-column #highlight-column .filter-header .drpdwn .drpdwn-wrapper,
#single-note-html #browse-column #highlight-column .filter-header .drpdwn .drpdwn-wrapper {
  padding: 8px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .drpdwn .buttons,
#single-note-html #browse-column #highlight-column .filter-header .drpdwn .buttons {
  margin: 8px 10px 0px 10px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .drpdwn .buttons .submit,
#single-note-html #browse-column #highlight-column .filter-header .drpdwn .buttons .submit,
#new-notebook-html #browse-column #highlight-column .filter-header .drpdwn .buttons .cancel,
#single-note-html #browse-column #highlight-column .filter-header .drpdwn .buttons .cancel {
  display: inline-block;
  padding: 2px;
  cursor: pointer;
}
#new-notebook-html #browse-column #highlight-column .filter-header .drpdwn .buttons .submit,
#single-note-html #browse-column #highlight-column .filter-header .drpdwn .buttons .submit {
  background: #3d7fba;
  color: #ffffff;
  border-radius: 2px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .drpdwn .buttons .cancel,
#single-note-html #browse-column #highlight-column .filter-header .drpdwn .buttons .cancel {
  margin-left: 10px;
  background-color: #F2F2F2;
  border-radius: 2px;
}
#new-notebook-html #browse-column #highlight-column .filter-header .highlight-filters,
#single-note-html #browse-column #highlight-column .filter-header .highlight-filters {
  height: 24px;
  line-height: 24px;
  margin-right: 9px;
  margin-bottom: 8px;
  background: #F9FCFF;
}
#new-notebook-html #browse-column #highlight-column .filter-header .highlight-filters .time,
#single-note-html #browse-column #highlight-column .filter-header .highlight-filters .time {
  border-right: 1px solid #DFE9F4;
}
#new-notebook-html #browse-column #highlight-column .filter-header .highlight-filters .inner-filters,
#single-note-html #browse-column #highlight-column .filter-header .highlight-filters .inner-filters {
  cursor: pointer;
  width: 47%;
  display: inline-block;
  padding-left: 4px;
  color: #889bba;
  font-weight: bold;
}
#new-notebook-html #browse-column #highlight-column .filter-header .highlight-filters .hl-filter-icon,
#single-note-html #browse-column #highlight-column .filter-header .highlight-filters .hl-filter-icon {
  height: 10px;
  margin-right: 5px;
  width: 10px;
  fill: #3d7fba;
}
#new-notebook-html #browse-column #highlight-column .highlight-body,
#single-note-html #browse-column #highlight-column .highlight-body {
  margin: 0px 8px 0px 0px;
  cursor: move;
  padding: 0px 8px;
  background-color: white;
  border-top: 1px solid #bbc6d5;
  border-radius: 2px;
}
#new-notebook-html #browse-column #highlight-column .highlight-body:hover,
#single-note-html #browse-column #highlight-column .highlight-body:hover {
  background-color: #c7def3;
}
#new-notebook-html #browse-column #highlight-column .highlight-box,
#single-note-html #browse-column #highlight-column .highlight-box {
  margin-top: 10px;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .ticker-tag-bar,
#single-note-html #browse-column #highlight-column .highlight-box .ticker-tag-bar {
  width: 94%;
  height: 32px;
  padding: 0px 8px;
  background: #F9FCFF;
  display: inline-block;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .select-all-highlights,
#single-note-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .select-all-highlights {
  display: inline-block;
  color: #3d7fba;
  line-height: 32px;
  float: right;
  text-decoration: underline;
  cursor: pointer;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .select-all-checkbox,
#single-note-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .select-all-checkbox {
  top: -11px;
  left: 6px;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .tickers,
#single-note-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .tickers {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .title,
#single-note-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 120px;
  line-height: 32px;
  color: #3d7fba;
  font-weight: bold;
  padding-left: 8px;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .extra-ticker-msg,
#single-note-html #browse-column #highlight-column .highlight-box .ticker-tag-bar .extra-ticker-msg {
  line-height: 32px;
  color: #3d7fba;
  padding-left: 6px;
  font-size: 10px;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-annotation,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-annotation {
  padding: 4px 0px 4px 0px;
  line-height: 18px;
  height: 18px;
  color: #204C74;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-content,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-content {
  padding: 4px 0px 8px 0px;
  line-height: 18px;
  color: #204C74;
  max-height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-comments,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-comments {
  display: inline-block;
  padding-left: 12px;
  margin: 10px 0 0 8px;
  border-left: 3px solid #D8E1EC;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-comments .comments,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-comments .comments {
  padding: 4px 0px;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-comments .comment-initials,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-comments .comment-initials {
  display: inline-block;
  padding: 6px 0;
  width: 20px;
  height: 20px;
  float: left;
  box-sizing: border-box;
  font-size: 10px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #3d7fba;
  border: 1px solid #ccd8e6;
  border-radius: 3px;
  text-align: center;
  line-height: 7px;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-comments .content,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-comments .content {
  color: black;
  padding-left: 8px;
  max-width: 348px;
  line-height: 20px;
  display: inline-block;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .facet-checkbox,
#single-note-html #browse-column #highlight-column .highlight-box .facet-checkbox {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
  overflow: hidden;
  margin-right: 6px;
  -webkit-appearance: none;
  background-size: 12px 12px;
  border: 1px solid #a8b9cd;
  cursor: pointer;
  background-color: white;
  border-radius: 2px;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .facet-checkbox:checked,
#single-note-html #browse-column #highlight-column .highlight-box .facet-checkbox:checked {
  background: #3699f2 url('../images/white-check-bold.svg') no-repeat;
  background-size: auto 13px;
  background-position: 2px 50%;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-header,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-header {
  height: 16px;
  line-height: 16px;
  padding: 8px 0px 4px 0px;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-header .tags,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-header .tags {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-header .high-tag,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-header .high-tag {
  padding: 3px 4px;
  margin-right: 6px;
  font-size: 10px;
  border-radius: 2px;
  background-color: #852c2c;
  box-shadow: 0px 1px 3px 0px rgba(30, 55, 77, 0.33);
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-header .highlight-date,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-header .highlight-date {
  color: #8C9DAF;
}
#new-notebook-html #browse-column #highlight-column .highlight-box .highlight-header .highlight-owner,
#single-note-html #browse-column #highlight-column .highlight-box .highlight-header .highlight-owner {
  color: #3d7fba;
  margin: 0px 8px;
}
#new-notebook-html #browse-column #highlight-column #highlight-bottom-bar,
#single-note-html #browse-column #highlight-column #highlight-bottom-bar {
  position: absolute;
  bottom: 1px;
  width: 97%;
}
#new-notebook-html #browse-column #highlight-column #highlight-bottom-bar #close-highlights,
#single-note-html #browse-column #highlight-column #highlight-bottom-bar #close-highlights {
  height: 40px;
  line-height: 40px;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  background: #ff7272;
  border-radius: 4px;
  text-align: center;
}
#new-notebook-html #browse-column #highlight-column #highlight-bottom-bar .insert-highlight,
#single-note-html #browse-column #highlight-column #highlight-bottom-bar .insert-highlight {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 50%;
  float: right;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  background: #3699F2;
  border-radius: 4px;
  text-align: center;
}
#new-notebook-html #browse-column #highlight-column #highlight-bottom-bar .cancel-highlight,
#single-note-html #browse-column #highlight-column #highlight-bottom-bar .cancel-highlight {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 49%;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  background: #97ADC4;
  border-radius: 4px;
  text-align: center;
}
#new-notebook-html #notebook-index,
#single-note-html #notebook-index {
  width: 248px;
  position: relative;
  background: #ffffff;
  height: calc(100% - 40px);
  box-sizing: border-box;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html #notebook-index.dashboard-view,
#single-note-html #notebook-index.dashboard-view {
  background: #DEE8F3;
}
#new-notebook-html #notebook-index .header.clean,
#single-note-html #notebook-index .header.clean {
  display: none;
}
#new-notebook-html #notebook-index .header.slim-header,
#single-note-html #notebook-index .header.slim-header {
  background: white;
  z-index: 1;
  height: 24px;
  line-height: 24px;
}
#new-notebook-html #notebook-index .slim-filter,
#single-note-html #notebook-index .slim-filter {
  cursor: pointer;
}
#new-notebook-html #notebook-index .slim-filter .slim-filter-text,
#single-note-html #notebook-index .slim-filter .slim-filter-text {
  display: inline-block;
  line-height: 18px;
  font-size: 11px;
  padding: 3px 0;
  color: #3d7fba;
  margin-left: 5px;
}
#new-notebook-html #notebook-index .slim-filter .slim-filter-icon,
#single-note-html #notebook-index .slim-filter .slim-filter-icon {
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-top: 2px;
}
#new-notebook-html #notebook-index .slim-filter .slim-filter-icon svg,
#single-note-html #notebook-index .slim-filter .slim-filter-icon svg {
  fill: #3d7fba;
  height: 13px;
  width: 13px;
  margin-top: 4px;
}
#new-notebook-html #notebook-index .thesis-sheet,
#single-note-html #notebook-index .thesis-sheet {
  background-color: #e8f9e7;
  border-bottom: 1px solid #ccd8e6;
  cursor: pointer;
  padding: 14px;
  display: none;
}
#new-notebook-html #notebook-index .thesis-sheet .title,
#single-note-html #notebook-index .thesis-sheet .title {
  font-size: 13px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  display: inline-block;
  color: #1e374d;
}
#new-notebook-html #notebook-index .thesis-sheet .sections,
#single-note-html #notebook-index .thesis-sheet .sections {
  font-size: 12px;
}
#new-notebook-html #notebook-index .thesis-sheet .section-name,
#single-note-html #notebook-index .thesis-sheet .section-name {
  padding: 2px 0;
  max-width: 200px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
}
#new-notebook-html #notebook-index .thesis-sheet .section-name:before,
#single-note-html #notebook-index .thesis-sheet .section-name:before {
  content: '\203a';
  margin-right: 5px;
}
#new-notebook-html #notebook-index .thesis-sheet .section-name:hover,
#single-note-html #notebook-index .thesis-sheet .section-name:hover {
  font-weight: bold;
}
#new-notebook-html #notebook-index .thesis-sheet .thesis-icon,
#single-note-html #notebook-index .thesis-sheet .thesis-icon {
  fill: #1e374d;
  height: 13px;
  width: 13px;
  position: relative;
  bottom: -2px;
}
#new-notebook-html #notebook-index .thesis-sheet.blue,
#single-note-html #notebook-index .thesis-sheet.blue {
  background: #E3F2FF;
}
#new-notebook-html #notebook-index .thesis-sheet.medium-style,
#single-note-html #notebook-index .thesis-sheet.medium-style {
  height: 32px;
}
#new-notebook-html #notebook-index .thesis-sheet.medium-style .title,
#single-note-html #notebook-index .thesis-sheet.medium-style .title {
  line-height: 26px;
}
#new-notebook-html #notebook-index .thesis-sheet.medium-style .thesis-summary-row,
#single-note-html #notebook-index .thesis-sheet.medium-style .thesis-summary-row {
  line-height: 26px;
}
#new-notebook-html #notebook-index .thesis-sheet.medium-style .sections,
#single-note-html #notebook-index .thesis-sheet.medium-style .sections {
  display: none !important;
}
#new-notebook-html #notebook-index .thesis-sheet.title-style,
#single-note-html #notebook-index .thesis-sheet.title-style {
  height: 22px;
  padding: 6px;
}
#new-notebook-html #notebook-index .thesis-sheet.title-style .title,
#single-note-html #notebook-index .thesis-sheet.title-style .title {
  font-size: 12px;
  line-height: 16px;
}
#new-notebook-html #notebook-index .thesis-sheet.title-style .thesis-icon,
#single-note-html #notebook-index .thesis-sheet.title-style .thesis-icon {
  height: 12px;
}
#new-notebook-html #notebook-index .thesis-sheet.title-style .thesis-summary-row,
#single-note-html #notebook-index .thesis-sheet.title-style .thesis-summary-row {
  line-height: 20px;
}
#new-notebook-html #notebook-index .thesis-sheet.title-style .sections,
#single-note-html #notebook-index .thesis-sheet.title-style .sections {
  display: none !important;
}
#new-notebook-html #notebook-index .note-preview-container,
#single-note-html #notebook-index .note-preview-container {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  overflow: hidden;
  /*plotter & collab notes preview */
  /*plotter & collab notes preview end*/
  /*doc notes preview end*/
  /*doc notes preview end*/
}
#new-notebook-html #notebook-index .note-preview-container .notes-load-more,
#single-note-html #notebook-index .note-preview-container .notes-load-more {
  cursor: pointer;
  float: left;
  width: 100%;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  height: 24px;
  padding-top: 10px;
}
#new-notebook-html #notebook-index .note-preview-container .notes-load-more .load-text,
#single-note-html #notebook-index .note-preview-container .notes-load-more .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#new-notebook-html #notebook-index .note-preview-container .active-note,
#single-note-html #notebook-index .note-preview-container .active-note {
  background-color: #eff2f7;
}
#new-notebook-html #notebook-index .note-preview-container .active-doc,
#single-note-html #notebook-index .note-preview-container .active-doc {
  background-color: #eff2f7;
}
#new-notebook-html #notebook-index .note-preview-container .white,
#single-note-html #notebook-index .note-preview-container .white {
  background-color: #ffffff;
}
#new-notebook-html #notebook-index .note-preview-container .unread,
#single-note-html #notebook-index .note-preview-container .unread {
  background-color: #fafdff;
}
#new-notebook-html #notebook-index .note-preview-container .pusher,
#single-note-html #notebook-index .note-preview-container .pusher {
  background-color: beige;
}
#new-notebook-html #notebook-index .note-preview-container .lock-text,
#single-note-html #notebook-index .note-preview-container .lock-text {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .editmode .lock-text,
#single-note-html #notebook-index .note-preview-container .editmode .lock-text {
  display: inline-block;
  font-size: 11px;
  bottom: -1px;
  margin-top: -10px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  left: 0;
  color: #ffffff;
  position: relative;
  padding: 4px 14px 3px 14px;
  border-radius: 0 3px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 202px;
}
#new-notebook-html #notebook-index .note-preview-container .editmode .lock-text.me,
#single-note-html #notebook-index .note-preview-container .editmode .lock-text.me {
  background-color: #2da65b;
}
#new-notebook-html #notebook-index .note-preview-container .editmode .lock-text.me::before,
#single-note-html #notebook-index .note-preview-container .editmode .lock-text.me::before {
  content: 'You are editing this note';
}
#new-notebook-html #notebook-index .note-preview-container .editmode .lock-text.other,
#single-note-html #notebook-index .note-preview-container .editmode .lock-text.other {
  background-color: #f36d6d;
}
#new-notebook-html #notebook-index .note-preview-container .editmode .lock-text.other::after,
#single-note-html #notebook-index .note-preview-container .editmode .lock-text.other::after {
  content: ' is editing this note';
}
#new-notebook-html #notebook-index .note-preview-container .hide-note-bar,
#single-note-html #notebook-index .note-preview-container .hide-note-bar {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .new-note-bar,
#single-note-html #notebook-index .note-preview-container .new-note-bar {
  top: 48px;
  left: -50px;
  width: 100px;
  height: 15px;
  background: darkgrey;
  padding: 3px 0 3px 22px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#new-notebook-html #notebook-index .note-preview-container .blue.active-note,
#single-note-html #notebook-index .note-preview-container .blue.active-note,
#new-notebook-html #notebook-index .note-preview-container .white.active-note,
#single-note-html #notebook-index .note-preview-container .white.active-note {
  background-color: #E3F2FF;
}
#new-notebook-html #notebook-index .note-preview-container .blue,
#single-note-html #notebook-index .note-preview-container .blue {
  background-color: #E3F2FF;
}
#new-notebook-html #notebook-index .note-preview-container .blue .note-tags,
#single-note-html #notebook-index .note-preview-container .blue .note-tags {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis {
  background: #e8f9e7;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis .summary-row,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis .summary-row {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis .thesis-sections,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis .thesis-sections {
  font-size: 12px;
  -webkit-transition: height 4s;
  /* For Safari 3.1 to 6.0 */
  transition: height 0.3s;
  height: 0;
  overflow: hidden;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis .section-name,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis .section-name {
  padding: 2px 0;
  max-width: 200px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis .section-name:hover,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis .section-name:hover {
  font-weight: bold;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis .section-name:before,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis .section-name:before {
  content: '\203a';
  margin-right: 5px;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis .fetch-single-note,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis .fetch-single-note,
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis .delete,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis .delete,
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis .restore,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis .restore {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis.blue,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis.blue {
  background-color: #E3F2FF;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container.thesis.blue .thesis-sections,
#single-note-html #notebook-index .note-preview-container .list-item-container.thesis.blue .thesis-sections {
  max-height: 300px;
}
#new-notebook-html #notebook-index .note-preview-container .list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container .list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container .list-item-container .text-snippet {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container:hover,
#single-note-html #notebook-index .note-preview-container:hover {
  background-color: fmc-bg-2;
}
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .text-note,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .text-note {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container,
#single-note-html #notebook-index .note-preview-container .research-list-item-container,
#new-notebook-html #notebook-index .note-preview-container .list-item-container,
#single-note-html #notebook-index .note-preview-container .list-item-container,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container {
  /* In Use */
  position: relative;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #ccd8e6;
  font-size: 13px;
  /*background: white;*/
  /*new styles*/
  /*common preview */
  /*common preview end*/
  /*new styles end*/
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container .list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container .list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .text-note,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .text-note,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .text-note,
#single-note-html #notebook-index .note-preview-container .list-item-container .text-note,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .text-note,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .text-note {
  font-size: 11px;
  line-height: 1.4em;
  color: #698094;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row {
  margin-bottom: 7px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder {
  width: 14px;
  height: 14px;
  float: right;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .unread-spot,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .unread-spot,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .unread-spot,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .unread-spot,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .unread-spot,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .unread-spot {
  position: absolute;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #3699f2;
  left: 0px;
  margin-left: 5px;
  display: none;
  border-radius: 10px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .note-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .note-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .note-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .note-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .note-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .note-icon {
  height: 14px;
  width: 20px;
  line-height: 14px;
  padding: 0;
  text-align: center;
  color: #1e374d;
  fill: #1e374d;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .note-icon .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .note-icon .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .note-icon .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .note-icon .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .note-icon .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .note-icon .icon {
  font-size: 17px;
  line-height: 18px;
  margin: 0 0;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .note-icon svg.icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .note-icon svg.icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .note-icon svg.icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .note-icon svg.icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .note-icon svg.icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .note-icon svg.icon {
  height: 16px;
  width: auto;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .note-icon .thesis-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .note-icon .thesis-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .note-icon .thesis-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .note-icon .thesis-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .note-icon .thesis-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .note-icon .thesis-icon {
  height: 13px;
  position: relative;
  bottom: -2px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .highlight,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .highlight,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .highlight,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .highlight,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .highlight,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .highlight {
  border-color: #f7a700;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .notebook,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .notebook,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .notebook,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .notebook,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .notebook,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .notebook {
  display: none;
  border-color: #47e4c2;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .notebook.source-onenote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .notebook.source-onenote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .notebook.source-onenote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .notebook.source-onenote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .notebook.source-onenote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .notebook.source-onenote,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .notebook.source-evernote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .notebook.source-evernote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .notebook.source-evernote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .notebook.source-evernote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .notebook.source-evernote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .notebook.source-evernote {
  display: block;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .plotter,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .plotter,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .plotter,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .plotter,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .plotter,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .plotter {
  border-color: #d2000c;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .single-note-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .single-note-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .single-note-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .single-note-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .single-note-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .single-note-icon {
  height: 10px;
  width: auto;
  fill: #3d7fba;
  margin-left: 1px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .note-unstarred-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .note-unstarred-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .note-unstarred-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .note-unstarred-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .note-unstarred-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .note-unstarred-icon {
  height: 12px;
  width: auto;
  fill: #3d7fba;
  margin-right: 3px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .note-starred-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .note-starred-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .note-starred-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .note-starred-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .note-starred-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .note-starred-icon {
  height: 12px;
  width: auto;
  fill: #f5a623;
  margin-right: 3px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .trash-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .trash-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .trash-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .trash-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .trash-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .trash-icon {
  height: 11px;
  width: auto;
  fill: #3d7fba;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred {
  cursor: pointer;
  float: right;
  padding: 1px 0;
  width: 15px;
  height: 15px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .icon {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  fill: #3d7fba;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .starrednote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .starrednote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .starrednote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .starrednote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .starrednote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .starrednote,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .starrednote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .starrednote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .starrednote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .starrednote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .starrednote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .starrednote,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .starrednote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .starrednote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .starrednote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .starrednote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .starrednote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .starrednote,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .starrednote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .starrednote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .starrednote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .starrednote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .starrednote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .starrednote,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .starrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .starrednote .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .starrednote .icon {
  color: #FFDB2A;
  fill: #FFDB2A;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .notstarrednote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .notstarrednote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .notstarrednote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .notstarrednote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .notstarrednote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .notstarrednote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .notstarrednote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .notstarrednote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .notstarrednote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .notstarrednote,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .notstarrednote,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .notstarrednote,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .notstarrednote,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred .notstarrednote .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .notstarrednote .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred .notstarrednote .icon {
  color: #3d7fba;
  fill: #3d7fba;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-doc-link,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-doc-link,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-doc-link,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-doc-link,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-doc-link,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-doc-link,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-single-note,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-single-note,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-single-note,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-single-note,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-single-note,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-single-note {
  width: 15px;
  height: 15px;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 0px;
  float: right;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-doc-link .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-doc-link .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-doc-link .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-doc-link .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-doc-link .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-doc-link .icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-single-note .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-single-note .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-single-note .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-single-note .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-single-note .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-single-note .icon {
  line-height: 18px;
  color: #3d7fba;
  fill: #3d7fba;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete.hidden,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .delete.hidden,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete.hidden,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .delete.hidden,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete.hidden,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .delete.hidden,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore.hidden,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .restore.hidden,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore.hidden,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .restore.hidden,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore.hidden,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .restore.hidden,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred.hidden,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .notstarred.hidden,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred.hidden,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .notstarred.hidden,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred.hidden,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .notstarred.hidden,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred.hidden,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .starred.hidden,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred.hidden,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .starred.hidden,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred.hidden,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .starred.hidden,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .btn-holder .fetch-single-note.hidden {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder {
  margin-right: 16px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .note-owner,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .note-owner,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .note-owner,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .note-owner,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .note-owner,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .note-owner {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .note-title,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .note-title,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .note-title,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .note-title,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .note-title,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .note-title {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1e374d;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .note-subt,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .note-subt,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .note-subt,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .note-subt,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .note-subt,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .note-subt {
  font-size: 9px;
  line-height: 12px;
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .ired,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .ired,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .ired,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .ired,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .ired,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .ired {
  color: #AD0505;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .ired:before,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .ired:before,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .ired:before,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .ired:before,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .ired:before,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .ired:before {
  font-size: 12px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .igreen,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .igreen,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .igreen,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .igreen,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .igreen,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .igreen {
  color: #06cd54;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .igreen:before,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .igreen:before,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .igreen:before,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .igreen:before,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .igreen:before,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .igreen:before {
  font-size: 12px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .iblue,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .iblue,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .iblue,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .iblue,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .iblue,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .iblue {
  color: #3E7BB5;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .iblue:before,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-row .title-holder .iblue:before,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .iblue:before,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-row .title-holder .iblue:before,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .iblue:before,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-row .title-holder .iblue:before {
  font-size: 12px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .summary-row,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .summary-row,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .summary-row,
#single-note-html #notebook-index .note-preview-container .list-item-container .summary-row,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .summary-row,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .summary-row {
  min-height: 28px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container h1,
#single-note-html #notebook-index .note-preview-container .research-list-item-container h1,
#new-notebook-html #notebook-index .note-preview-container .list-item-container h1,
#single-note-html #notebook-index .note-preview-container .list-item-container h1,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container h1,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container h1 {
  font-size: 12px !important;
  /*line-height: 40px !important;*/
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container h2,
#single-note-html #notebook-index .note-preview-container .research-list-item-container h2,
#new-notebook-html #notebook-index .note-preview-container .list-item-container h2,
#single-note-html #notebook-index .note-preview-container .list-item-container h2,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container h2,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container h2 {
  font-size: 12px !important;
  /*line-height: 38px !important;*/
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container h3,
#single-note-html #notebook-index .note-preview-container .research-list-item-container h3,
#new-notebook-html #notebook-index .note-preview-container .list-item-container h3,
#single-note-html #notebook-index .note-preview-container .list-item-container h3,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container h3,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container h3 {
  font-size: 12px !important;
  /*line-height: 30px !important;*/
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container h4,
#single-note-html #notebook-index .note-preview-container .research-list-item-container h4,
#new-notebook-html #notebook-index .note-preview-container .list-item-container h4,
#single-note-html #notebook-index .note-preview-container .list-item-container h4,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container h4,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container h4 {
  font-size: 12px !important;
  /*line-height: 24px !important;*/
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container h5,
#single-note-html #notebook-index .note-preview-container .research-list-item-container h5,
#new-notebook-html #notebook-index .note-preview-container .list-item-container h5,
#single-note-html #notebook-index .note-preview-container .list-item-container h5,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container h5,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container h5 {
  font-size: 12px !important;
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-doc .docu-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-doc .docu-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-doc .docu-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-doc .docu-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-doc .docu-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-doc .docu-icon {
  margin-left: 5px;
  margin-right: 3px;
  font-size: 9px;
  padding-top: 2px;
  color: black;
  width: 10px;
  height: 100%;
  padding-bottom: 0px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-doc .doc-title,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-doc .doc-title,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-doc .doc-title,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-doc .doc-title,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-doc .doc-title,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-doc .doc-title {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  /*margin-left: 18px;*/
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: black;
  font-size: 11px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-doc .hide-how-toggle,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-doc .hide-how-toggle,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-doc .hide-how-toggle,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-doc .hide-how-toggle,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-doc .hide-how-toggle,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-doc .hide-how-toggle {
  height: 11px;
  margin-left: 258px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 10px;
  width: 14px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .title-doc,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .title-doc,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .title-doc,
#single-note-html #notebook-index .note-preview-container .list-item-container .title-doc,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .title-doc,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .title-doc {
  height: 12px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container .list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .count-row {
  cursor: pointer;
  clear: both;
  margin-top: 5px;
  margin-left: 2px;
  color: #698094;
  font-weight: bold;
  font-size: 10px;
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .count-row .filingdate_doc,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .count-row .filingdate_doc,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .count-row .filingdate_doc,
#single-note-html #notebook-index .note-preview-container .list-item-container .count-row .filingdate_doc,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .count-row .filingdate_doc,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .count-row .filingdate_doc {
  margin-right: 6px;
  font-weight: bold;
  float: left;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container .list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .text-snippet {
  /*max-height: 35px;*/
  clear: both;
  overflow: hidden;
  cursor: pointer;
  width: 92%;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .text-snippet .text,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .text-snippet .text,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .text-snippet .text,
#single-note-html #notebook-index .note-preview-container .list-item-container .text-snippet .text,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .text-snippet .text,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .text-snippet .text {
  font-size: 11px;
  color: #507697;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 48px;
  line-height: 16px;
  text-overflow: -o-ellipsis-lastline;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .tickers-associated,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .tickers-associated,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .tickers-associated,
#single-note-html #notebook-index .note-preview-container .list-item-container .tickers-associated,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .tickers-associated,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .tickers-associated {
  margin-bottom: 11px;
  margin-top: 3px;
  margin-left: 5px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .highlight-owner,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .highlight-owner,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .highlight-owner,
#single-note-html #notebook-index .note-preview-container .list-item-container .highlight-owner,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .highlight-owner,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .highlight-owner {
  color: #585858;
  font-weight: bold;
  margin-bottom: 4px;
  margin-right: 3px;
  font-size: 9px;
  margin-left: 5px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .timestamp,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .timestamp,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .timestamp,
#single-note-html #notebook-index .note-preview-container .list-item-container .timestamp,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .timestamp,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .timestamp {
  margin-right: 10px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .doc-items,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .doc-items,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .doc-items,
#single-note-html #notebook-index .note-preview-container .list-item-container .doc-items,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .doc-items,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .doc-items {
  padding-bottom: 5px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item {
  padding: 14px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .text-note,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .text-note,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .text-note,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .text-note,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .text-note,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .text-note {
  width: 90%;
  float: left;
  /*height: 14px;*/
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .note-text,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .note-text,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text {
  font-size: 11px;
  color: #506f8a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 32px;
  line-height: 16px;
  text-overflow: -o-ellipsis-lastline;
  font-weight: 300;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text p,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text p,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .note-text p,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .note-text p,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text p,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text p,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text div,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text div,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .note-text div,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .note-text div,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text div,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text div {
  padding: 0px;
  margin: 0px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text br,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text br,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .note-text br,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .note-text br,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text br,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text br {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text img,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-text img,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .note-text img,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .note-text img,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text img,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-text img {
  max-width: 85%;
  max-height: 25%;
  display: inherit;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .color-tags,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .color-tags,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .color-tags,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .color-tags,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .color-tags,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .color-tags {
  float: left;
  max-height: 42px;
  overflow: hidden;
  line-height: 14px;
  margin-top: 7px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .hash-tags,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .hash-tags,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .hash-tags,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .hash-tags,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .hash-tags,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .hash-tags {
  color: #3d7fba;
  float: left;
  max-height: 14px;
  overflow: hidden;
  margin-top: 6px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .hash-tags .note-tags,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .hash-tags .note-tags,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .hash-tags .note-tags,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .hash-tags .note-tags,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .hash-tags .note-tags,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .hash-tags .note-tags {
  color: #3d7fba;
  cursor: pointer;
  line-height: 12px;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 3px;
  font-size: 9px;
  margin-right: 6px;
  background: #edf4fb;
  border: 1px solid #edf4fb;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text {
  display: inline-block;
  padding: 0px 6px;
  text-transform: capitalize;
  color: #666;
  border-radius: 2px;
  font-size: 10px;
  line-height: 14px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-bbffff-label,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-bbffff-label,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-bbffff-label,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-bbffff-label,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-bbffff-label,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-bbffff-label {
  color: #4f8383;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ffbbff-label,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ffbbff-label,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ffbbff-label,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ffbbff-label,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ffbbff-label,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ffbbff-label {
  color: #8f5b8f;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ffffbb-label {
  color: #696932;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ffffbb-label,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ffffbb-label {
  color: #696932;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ff9999-label,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ff9999-label,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ff9999-label,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ff9999-label,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ff9999-label,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ff9999-label {
  color: #852c2c;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ffdeb3-label,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-ffdeb3-label,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ffdeb3-label,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-ffdeb3-label,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ffdeb3-label,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-ffdeb3-label {
  color: #7d623e;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-bbffbb-label,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .label-tags .label-text.bg-bbffbb-label,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-bbffbb-label,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .label-tags .label-text.bg-bbffbb-label,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-bbffbb-label,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .label-tags .label-text.bg-bbffbb-label {
  color: #4a814a;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names {
  max-height: 16px;
  overflow: hidden;
  float: left;
  margin-top: 6px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names .ticker .note-ticker,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names .ticker .note-ticker,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names .ticker .note-ticker,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names .ticker .note-ticker,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names .ticker .note-ticker,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names .ticker .note-ticker {
  margin-right: 3px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names .ticker .note-ticker.greeny,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names .ticker .note-ticker.greeny,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names .ticker .note-ticker.greeny,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names .ticker .note-ticker.greeny,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names .ticker .note-ticker.greeny,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names .ticker .note-ticker.greeny {
  background: #3cb300;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names .ticker .note-ticker.cyano,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names .ticker .note-ticker.cyano,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names .ticker .note-ticker.cyano,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names .ticker .note-ticker.cyano,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names .ticker .note-ticker.cyano,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names .ticker .note-ticker.cyano {
  background: #2EB8E6;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names .ticker .ticker-chevron,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .ticker-names .ticker .ticker-chevron,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names .ticker .ticker-chevron,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .ticker-names .ticker .ticker-chevron,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names .ticker .ticker-chevron,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .ticker-names .ticker .ticker-chevron {
  line-height: 14px;
  border: 0;
  font-family: hel-bold, "Helvetica Neue", sans-serif, Roboto;
  margin-bottom: 3px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .all-atachments,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .all-atachments,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .all-atachments,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .all-atachments,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .all-atachments,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .all-atachments {
  max-height: 46px;
  overflow: hidden;
  font-size: 9px;
  float: left;
  margin-top: 7px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .all-atachments .atachment,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .all-atachments .atachment,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .all-atachments .atachment,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .all-atachments .atachment,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .all-atachments .atachment,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .all-atachments .atachment {
  height: 12px;
  float: left;
  margin-right: 8px;
  background: #ffffff;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  color: #3d7fba;
  padding-left: 3px;
  padding-right: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 95%;
  margin-bottom: 2px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .all-atachments a,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .all-atachments a,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .all-atachments a,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .all-atachments a,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .all-atachments a,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .all-atachments a {
  color: #3d7fba;
  text-decoration: none;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .icon {
  margin-right: 3px;
  width: 8px;
  height: 14px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .date-name,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .date-name,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name {
  /*height: 15px;*/
  /*width: 285px;*/
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name .note-updated-date,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name .note-updated-date,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .date-name .note-updated-date,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .date-name .note-updated-date,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name .note-updated-date,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name .note-updated-date {
  /*margin-left: 5px;*/
  float: right;
  display: none;
  margin-right: 6px;
  color: #437FB7;
  /*float: left;*/
  /*margin-left: 36px;*/
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name .list-note-title,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name .list-note-title,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .date-name .list-note-title,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .date-name .list-note-title,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name .list-note-title,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name .list-note-title {
  /*float:left;*/
  color: #585858;
  font-weight: bold;
  font-size: 10px;
  float: left;
  padding-bottom: 1px;
  text-transform: capitalize;
  width: 170px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /*font-weight:bold;*/
  margin-left: 2px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name .list-note-title p:first-child,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name .list-note-title p:first-child,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .date-name .list-note-title p:first-child,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .date-name .list-note-title p:first-child,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name .list-note-title p:first-child,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name .list-note-title p:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name .highlight-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .date-name .highlight-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .date-name .highlight-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .date-name .highlight-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name .highlight-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .date-name .highlight-icon {
  float: right;
  /*display:none;*/
  margin-right: 6px;
  /*margin-top: 2px;*/
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .dsp,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .dsp,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .dsp,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .dsp,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .dsp,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .dsp {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .doc-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .doc-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .doc-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .doc-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .doc-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .doc-icon {
  float: right;
  margin-left: 5px;
  margin-right: 3px;
  font-size: 9px;
  height: 0px;
  padding-top: 1px;
  color: #437FB7;
  width: 10px;
  height: 100%;
  padding-bottom: 0px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .doc-name,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .doc-name,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .doc-name,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .doc-name,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .doc-name,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .doc-name {
  /*float: right;*/
  padding-left: 2px;
  /*padding-top: 6px;*/
  clear: both;
  /*margin-right: 7px;*/
  /*width: 135px;*/
  color: #366692;
  /*color: #366692;*/
  /*margin-top: 4px;*/
  cursor: pointer;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  text-decoration: underline;
  margin-top: 2px;
  float: left;
  /*margin-right: 63px;*/
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .doc-name .icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .doc-name .icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .doc-name .icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .doc-name .icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .doc-name .icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .doc-name .icon {
  padding-top: 4px;
  overflow: hidden;
  position: relative;
  top: -3px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .doc-name .doc,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .doc-name .doc,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .doc-name .doc,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .doc-name .doc,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .doc-name .doc,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .doc-name .doc {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
  /*padding-top: 6px;*/
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .design,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .design,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .design,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .design,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .design,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .design {
  clear: both;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 10px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .design .color-border,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .design .color-border,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .design .color-border,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .design .color-border,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .design .color-border,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .design .color-border {
  width: 5px;
  height: 33px;
  float: left;
  margin-right: 4px;
  background-color: green;
  border-radius: 5px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .design .note-backtab,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .design .note-backtab,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .design .note-backtab,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .design .note-backtab,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .design .note-backtab,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .design .note-backtab {
  float: right;
  margin-right: 26px;
  margin-top: 4px;
  display: none;
  width: 14px;
  color: #437FB7;
  cursor: pointer;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item #shared-users,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item #shared-users,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item #shared-users,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item #shared-users,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item #shared-users,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item #shared-users {
  overflow: hidden;
  height: 100%;
  max-width: 42%;
  /*padding-top: 3px;*/
  padding-right: 3px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item #shared-users .shared-users,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item #shared-users .shared-users,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item #shared-users .shared-users,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item #shared-users .shared-users,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item #shared-users .shared-users,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item #shared-users .shared-users {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  padding-left: 3px;
  padding-right: 2px;
  color: #3d7fba;
  line-height: 14px;
  font-size: 11px;
  cursor: pointer;
  max-width: 75%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .tag-date,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .tag-date,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .tag-date,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .tag-date,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .tag-date,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .tag-date {
  clear: both;
  height: 15px;
  font-size: 11px;
  margin-top: 6px;
  color: #506f8a;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .tag-date .user-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .tag-date .user-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .tag-date .user-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .tag-date .user-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .tag-date .user-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .tag-date .user-icon,
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .tag-date .group-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .tag-date .group-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .tag-date .group-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .tag-date .group-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .tag-date .group-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .tag-date .group-icon {
  fill: #3d7fba;
  float: right;
  height: 10px;
  margin-top: 1px;
  padding-right: 2px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .tag-date .user-icon,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .tag-date .user-icon,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .tag-date .user-icon,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .tag-date .user-icon,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .tag-date .user-icon,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .tag-date .user-icon {
  padding-left: 4px;
}
#new-notebook-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-updated-date,
#single-note-html #notebook-index .note-preview-container .research-list-item-container .list-item .note-updated-date,
#new-notebook-html #notebook-index .note-preview-container .list-item-container .list-item .note-updated-date,
#single-note-html #notebook-index .note-preview-container .list-item-container .list-item .note-updated-date,
#new-notebook-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-updated-date,
#single-note-html #notebook-index .note-preview-container .doc-list-item-container .list-item .note-updated-date {
  float: left;
  margin-top: 3px;
}
#new-notebook-html #notebook-index .note-preview-container .simplebar-scroll-content,
#single-note-html #notebook-index .note-preview-container .simplebar-scroll-content {
  width: 100% !important;
}
#new-notebook-html #notebook-index .note-preview-container .simplebar-track,
#single-note-html #notebook-index .note-preview-container .simplebar-track {
  background-color: transparent !important;
}
#new-notebook-html #notebook-index .note-preview-container.title-style,
#single-note-html #notebook-index .note-preview-container.title-style {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  overflow: hidden;
  overflow-x: hidden;
  /*plotter & collab notes preview */
  /*plotter & collab notes preview end*/
  /*doc notes preview end*/
  /*doc notes preview end*/
}
#new-notebook-html #notebook-index .note-preview-container.title-style .notes-load-more,
#single-note-html #notebook-index .note-preview-container.title-style .notes-load-more {
  cursor: pointer;
  float: left;
  width: 100%;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  height: 24px;
  padding-top: 10px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .notes-load-more .load-text,
#single-note-html #notebook-index .note-preview-container.title-style .notes-load-more .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#new-notebook-html #notebook-index .note-preview-container.title-style .active-note,
#single-note-html #notebook-index .note-preview-container.title-style .active-note {
  background-color: #eff2f7;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .active-doc,
#single-note-html #notebook-index .note-preview-container.title-style .active-doc {
  background-color: #eff2f7;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .white,
#single-note-html #notebook-index .note-preview-container.title-style .white {
  background-color: #ffffff;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .unread,
#single-note-html #notebook-index .note-preview-container.title-style .unread {
  background-color: #fafdff;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .blue.active-note,
#single-note-html #notebook-index .note-preview-container.title-style .blue.active-note,
#new-notebook-html #notebook-index .note-preview-container.title-style .white.active-note,
#single-note-html #notebook-index .note-preview-container.title-style .white.active-note {
  background-color: #E3F2FF;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .blue,
#single-note-html #notebook-index .note-preview-container.title-style .blue {
  background-color: #E3F2FF;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .blue .note-tags,
#single-note-html #notebook-index .note-preview-container.title-style .blue .note-tags {
  background-color: #ffffff !important;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .count-row3,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .count-row3,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .text-snippet {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .text-note,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .text-note {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .title-row,
#single-note-html #notebook-index .note-preview-container.title-style .title-row {
  margin-bottom: 0;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .title-row .btn-holder,
#single-note-html #notebook-index .note-preview-container.title-style .title-row .btn-holder {
  height: 100%;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .title-row .btn-holder > div,
#single-note-html #notebook-index .note-preview-container.title-style .title-row .btn-holder > div {
  display: inline-block;
  padding: 5px 1px !important;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .title-row .btn-holder > div .single-note-icon,
#single-note-html #notebook-index .note-preview-container.title-style .title-row .btn-holder > div .single-note-icon {
  height: 11px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .title-row .btn-holder > div .icon-undo,
#single-note-html #notebook-index .note-preview-container.title-style .title-row .btn-holder > div .icon-undo {
  position: relative;
  top: -1px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .title-row .btn-holder > div .note-unstarred-icon,
#single-note-html #notebook-index .note-preview-container.title-style .title-row .btn-holder > div .note-unstarred-icon {
  height: 13px;
  margin-top: -1px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .title-row:hover .btn-holder,
#single-note-html #notebook-index .note-preview-container.title-style .title-row:hover .btn-holder {
  width: 20%;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .summary-row,
#single-note-html #notebook-index .note-preview-container.title-style .summary-row {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container {
  position: relative;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #ccd8e6;
  /*common preview end*/
  /*new styles end*/
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .text-note,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .text-note,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .text-note,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .text-note,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .text-note,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .text-note {
  font-size: 11px;
  line-height: 1.4em;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row {
  height: 20px;
  line-height: 20px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .unread-spot,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .unread-spot,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .unread-spot,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .unread-spot,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .unread-spot,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .unread-spot {
  position: absolute;
  top: 12px;
  height: 6px;
  width: 6px;
  background: #3699f2;
  left: 0px;
  margin-left: 6px;
  display: none;
  border-radius: 10px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .note-icon,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .note-icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .note-icon,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .note-icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .note-icon,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .note-icon {
  height: 10px;
  width: 10px;
  text-align: center;
  color: #1e374d;
  margin-top: 2px;
  margin-right: 10px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .note-icon .icon,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .note-icon .icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .note-icon .icon,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .note-icon .icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .note-icon .icon,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .note-icon .icon {
  color: black;
  font-size: 14px;
  line-height: 10px;
  margin: 0 0;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .note-icon svg.icon,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .note-icon svg.icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .note-icon svg.icon,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .note-icon svg.icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .note-icon svg.icon,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .note-icon svg.icon {
  height: 18px;
  width: auto;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .restore,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .restore,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .restore,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .restore,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .restore,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .restore,
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .fetch-doc-link,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .fetch-doc-link,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .fetch-doc-link,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .fetch-doc-link,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .fetch-doc-link,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .fetch-doc-link {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .delete.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .delete.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .delete.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .delete.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .delete.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .delete.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .restore.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .restore.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .restore.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .restore.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .restore.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .restore.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .notstarred.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .notstarred.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .notstarred.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .notstarred.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .notstarred.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .notstarred.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .starred.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .starred.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .starred.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .starred.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .starred.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .starred.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .fetch-doc-link.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .fetch-single-note.hidden,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .fetch-single-note.hidden {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .delete,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .btn-holder .delete,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .delete,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .btn-holder .delete,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .delete,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .btn-holder .delete {
  display: none !important;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .title-holder,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .title-holder,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .title-holder,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .title-holder,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .title-holder,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .title-holder {
  margin-right: 10px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .title-holder .note-owner,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .title-holder .note-owner,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .title-holder .note-owner,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .title-holder .note-owner,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .title-holder .note-owner,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .title-holder .note-owner {
  font-size: 12px;
  font-weight: bold;
  float: left;
  display: block;
  margin-right: 5px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .title-holder .note-title,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .title-holder .note-title,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .title-holder .note-title,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .title-holder .note-title,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .title-holder .note-title,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .title-holder .note-title {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1e374d;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .title-holder .note-subt,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-row .title-holder .note-subt,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .title-holder .note-subt,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-row .title-holder .note-subt,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .title-holder .note-subt,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-row .title-holder .note-subt {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .summary-row,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .summary-row,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .summary-row,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .summary-row,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .summary-row,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .summary-row {
  min-height: 7px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container h1,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container h1,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container h1,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container h1,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container h1,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container h1 {
  font-size: 12px !important;
  /*line-height: 40px !important;*/
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container h2,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container h2,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container h2,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container h2,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container h2,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container h2 {
  font-size: 12px !important;
  /*line-height: 38px !important;*/
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container h3,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container h3,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container h3,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container h3,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container h3,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container h3 {
  font-size: 12px !important;
  /*line-height: 30px !important;*/
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container h4,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container h4,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container h4,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container h4,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container h4,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container h4 {
  font-size: 12px !important;
  /*line-height: 24px !important;*/
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container h5,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container h5,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container h5,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container h5,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container h5,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container h5 {
  font-size: 12px !important;
  margin-bottom: 5px !important;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-doc .docu-icon,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-doc .docu-icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-doc .docu-icon,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-doc .docu-icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-doc .docu-icon,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-doc .docu-icon {
  margin-left: 5px;
  margin-right: 3px;
  font-size: 9px;
  padding-top: 2px;
  color: black;
  width: 10px;
  height: 100%;
  padding-bottom: 0px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-doc .doc-title,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-doc .doc-title,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-doc .doc-title,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-doc .doc-title,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-doc .doc-title,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-doc .doc-title {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  /*margin-left: 18px;*/
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: black;
  font-size: 11px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-doc .hide-how-toggle,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-doc .hide-how-toggle,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-doc .hide-how-toggle,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-doc .hide-how-toggle,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-doc .hide-how-toggle,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-doc .hide-how-toggle {
  height: 11px;
  margin-left: 258px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 10px;
  width: 14px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-doc,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .title-doc,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .title-doc,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .title-doc,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-doc,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .title-doc {
  height: 12px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .count-row,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .count-row,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .count-row {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .text-snippet,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .text-snippet,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .text-snippet {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item {
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  font: 11px hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 9px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .text-note,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .text-note,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .text-note,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .text-note,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .text-note,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .text-note {
  display: none;
  /*height: 14px;*/
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .icon,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .icon,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .icon,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .icon {
  margin-right: 3px;
  width: 12px;
  height: 12px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .dsp,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .dsp,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .dsp,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .dsp,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .dsp,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .dsp {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .doc-icon,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .doc-icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .doc-icon,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .doc-icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .doc-icon,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .doc-icon {
  float: right;
  margin-left: 5px;
  margin-right: 3px;
  font-size: 9px;
  height: 0px;
  padding-top: 1px;
  color: #437FB7;
  width: 10px;
  height: 100%;
  padding-bottom: 0px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .doc-name,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .doc-name,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .doc-name,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .doc-name,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .doc-name,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .doc-name {
  /*float: right;*/
  padding-left: 2px;
  /*padding-top: 6px;*/
  clear: both;
  /*margin-right: 7px;*/
  /*width: 135px;*/
  color: #366692;
  /*color: #366692;*/
  /*margin-top: 4px;*/
  cursor: pointer;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  text-decoration: underline;
  margin-top: 2px;
  float: left;
  /*margin-right: 63px;*/
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .doc-name .icon,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .doc-name .icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .doc-name .icon,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .doc-name .icon,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .doc-name .icon,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .doc-name .icon {
  padding-top: 4px;
  overflow: hidden;
  position: relative;
  top: -3px;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .doc-name .doc,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .doc-name .doc,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .doc-name .doc,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .doc-name .doc,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .doc-name .doc,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .doc-name .doc {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 7px;
  /*padding-top: 6px;*/
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .design,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .design,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .design,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .design,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .design,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .design {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item #shared-users,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item #shared-users,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item #shared-users,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item #shared-users,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item #shared-users,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item #shared-users {
  /*width: 98%;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  width: 45%;
  /*padding-top: 3px;*/
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item #shared-users .shared-users,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item #shared-users .shared-users,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item #shared-users .shared-users,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item #shared-users .shared-users,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item #shared-users .shared-users,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item #shared-users .shared-users {
  /*letter-spacing: 1px;*/
  margin-bottom: 4px;
  /*margin-top: 1px;*/
  margin-right: 4px;
  /*background: #d0dce9;*/
  color: #366692;
  line-height: 14px;
  /*border: 1px solid;*/
  /*border-radius: 10px;*/
  /*padding: 1px;*/
  font-size: 10px;
  /*padding-left: 3px;*/
  /*padding-right: 4px;*/
  cursor: pointer;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .tag-date,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .tag-date,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .tag-date,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .tag-date,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .tag-date,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .tag-date {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .delete_note,
#single-note-html #notebook-index .note-preview-container.title-style .research-list-item-container .list-item .delete_note,
#new-notebook-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .delete_note,
#single-note-html #notebook-index .note-preview-container.title-style .list-item-container .list-item .delete_note,
#new-notebook-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .delete_note,
#single-note-html #notebook-index .note-preview-container.title-style .doc-list-item-container .list-item .delete_note {
  position: absolute;
  top: 0;
  right: 0;
  color: #BCBCBC;
  font-size: 12px;
  float: right;
  padding-bottom: 4px;
  width: 12px;
  margin-right: 28px;
  cursor: pointer;
}
#new-notebook-html #notebook-index .note-preview-container.medium-style .list-item-container .list-item .summary-row,
#single-note-html #notebook-index .note-preview-container.medium-style .list-item-container .list-item .summary-row {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.medium-style .list-item-container .list-item .summary-row .text-note,
#single-note-html #notebook-index .note-preview-container.medium-style .list-item-container .list-item .summary-row .text-note {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.medium-style .list-item-container .list-item .summary-row .text-snippet,
#single-note-html #notebook-index .note-preview-container.medium-style .list-item-container .list-item .summary-row .text-snippet {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.readOnlyMode .doc-list-item-container .title-row .btn-holder,
#single-note-html #notebook-index .note-preview-container.readOnlyMode .doc-list-item-container .title-row .btn-holder {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.readOnlyMode .list-item-container .title-row .btn-holder,
#single-note-html #notebook-index .note-preview-container.readOnlyMode .list-item-container .title-row .btn-holder {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.trashmode .doc-list-item-container .title-row .btn-holder .fetch-single-note,
#single-note-html #notebook-index .note-preview-container.trashmode .doc-list-item-container .title-row .btn-holder .fetch-single-note {
  display: none;
}
#new-notebook-html #notebook-index .note-preview-container.trashmode .list-item-container .title-row .btn-holder .fetch-single-note,
#single-note-html #notebook-index .note-preview-container.trashmode .list-item-container .title-row .btn-holder .fetch-single-note {
  display: none;
}
#new-notebook-html #notebook-contact-list,
#single-note-html #notebook-contact-list {
  width: 248px;
  background: white;
}
#new-notebook-html #notebook-contact-list .header .new-contact,
#single-note-html #notebook-contact-list .header .new-contact {
  color: #3d7fba;
  font-size: 12px;
  padding: 7px;
  float: left;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: 6px;
  font-weight: bold;
  cursor: pointer;
}
#new-notebook-html #notebook-contact-list .contact-list-container,
#single-note-html #notebook-contact-list .contact-list-container {
  overflow-y: auto;
}
#new-notebook-html #notebook-contact-list .contact-list-container .contact,
#single-note-html #notebook-contact-list .contact-list-container .contact {
  border-bottom: 1px solid #ccd8e6;
  padding: 10px;
  cursor: pointer;
}
#new-notebook-html #notebook-contact-list .contact-list-container .contact .full_name,
#single-note-html #notebook-contact-list .contact-list-container .contact .full_name {
  font-weight: bold;
  font-size: 14px;
}
#new-notebook-html #notebook-contact-list .contact-list-container .contact .contact_email,
#single-note-html #notebook-contact-list .contact-list-container .contact .contact_email {
  font-size: 12px;
}
#new-notebook-html #notebook-contact-list .contact-list-container .contact.blue,
#single-note-html #notebook-contact-list .contact-list-container .contact.blue {
  background: #E3F2FF;
}
#new-notebook-html #notebook-column,
#single-note-html #notebook-column {
  margin-left: 448px;
}
#new-notebook-html #notebook-column #note-comment-view,
#single-note-html #notebook-column #note-comment-view {
  border-left: 1px solid #ddd;
  position: absolute;
  top: 72px;
  right: 8px;
  width: 285px;
  background: #ffffff;
  padding: 0;
  box-sizing: border-box;
  z-index: 7;
}
#new-notebook-html #notebook-column #note-comment-view #comments_section,
#single-note-html #notebook-column #note-comment-view #comments_section {
  bottom: 0;
}
#new-notebook-html #notebook-column #note-comment-view .textcomplete-dropdown,
#single-note-html #notebook-column #note-comment-view .textcomplete-dropdown {
  top: 80px !important;
  left: -100px;
}
#new-notebook-html #notebook-column #notebook-content-2,
#single-note-html #notebook-column #notebook-content-2 {
  position: relative;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  border-left: 1px solid #ccd8e6;
  box-sizing: border-box;
  background: #f2f2f2;
}
#new-notebook-html #notebook-column #notebook-content-2 .view-type-container,
#single-note-html #notebook-column #notebook-content-2 .view-type-container {
  padding-left: 10px;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main,
#single-note-html #notebook-column #notebook-content-2 .header-main {
  background-color: #F9FCFF;
  box-sizing: border-box;
  padding: 6px 12px;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container {
  color: #5b6067;
  height: 28px;
  margin: 0px 8px;
  position: relative;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container .menu2,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container .menu2 {
  font-weight: bold;
  line-height: 28px;
  cursor: pointer;
  color: #3d7fba;
  font-size: 12px;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container .icon,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container .icon {
  height: 28px;
  width: 28px;
  fill: #3d7fba;
  border-radius: 2px;
  border: 1px solid #3d7fba;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container .icon:hover,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container .icon:hover {
  cursor: pointer;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities {
  background-color: #ffffff;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  border-radius: 3px;
  display: none;
  position: absolute;
  right: 0;
  top: 38px;
  width: 180px;
  z-index: 8;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list .type,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list .type {
  color: #3d7fba;
  font-size: 13px;
  padding: 12px;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list .type:hover,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list .type:hover {
  background-color: #e8eef7;
  color: #3d7fba;
  cursor: pointer;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list .type .new-icon,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list .type .new-icon {
  font-size: 15px;
  height: auto;
  padding: 0;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list .type .new-icon:hover,
#single-note-html #notebook-column #notebook-content-2 .header-main .utilities-container .utilities .list .type .new-icon:hover {
  background: 0;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .new-icon,
#single-note-html #notebook-column #notebook-content-2 .header-main .new-icon {
  float: right;
  height: auto;
  padding: 5px;
}
#new-notebook-html #notebook-column #notebook-content-2 .header-main .new-icon:hover,
#single-note-html #notebook-column #notebook-content-2 .header-main .new-icon:hover {
  background: 0;
  color: #3d7fba;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container,
#single-note-html #notebook-column #notebook-content-2 .list-note-container {
  height: 100%;
  overflow: auto;
  position: relative;
  padding: 8px;
  box-sizing: border-box;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-header,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-header {
  height: 32px;
  padding: 6px 12px;
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-header .title-bar,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-header .title-bar {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 155px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-header .last-update-notif:hover,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-header .last-update-notif:hover {
  opacity: 0.2;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-header .last-update-notif,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-header .last-update-notif {
  line-height: 24px;
  font-size: 12px;
  color: #656565;
  position: absolute;
  top: 12px;
  right: 18px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader {
  min-height: 20px;
  max-height: 48px;
  line-height: 20px;
  padding: 12px;
  border-bottom: 1px solid #d4e0ea;
  position: relative;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails {
  font-size: 13px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .note-owner,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .note-owner {
  display: inline-block;
  line-height: 20px;
  font-weight: 500;
  margin-right: 6px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .plain-text,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .plain-text {
  display: inline-block;
  line-height: 20px;
  font-weight: 900;
  margin-right: 6px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .note-user,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .note-user {
  color: #3d7fba;
  display: inline-block;
  margin-right: 6px;
  line-height: 20px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .show-all,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .show-all {
  width: 24px;
  display: inline-block;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .show-all::before,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .show-all::before {
  font-size: 13px;
  line-height: 20px;
  background: #ccd8e6;
  color: #698094;
  padding: 0px 4px;
  border-radius: 3px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .all-shared-users,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .all-shared-users {
  position: absolute;
  top: 26px;
  max-width: 180px;
  right: 10px;
  overflow: auto;
  white-space: normal;
  display: none;
  line-height: 18px;
  background: #ffffff;
  border: 1px solid #ccd8e6;
  border-top: 0px;
  padding: 0px 6px 6px 6px;
  margin-top: 6px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .few-shared-users,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-sharedetails .few-shared-users {
  display: inline-block;
  line-height: 24px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .mb6,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .mb6 {
  margin-bottom: 6px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .tickers,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .tickers,
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .tags,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .tags {
  display: inline-block;
  max-height: 21px;
  overflow: hidden;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .note-tag::before,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .note-tag::before {
  content: '#';
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .note-tag,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .note-tag {
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #3d7fba;
  color: #3d7fba;
  border-radius: 3px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0px 4px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .note-ticker,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-subheader .note-tickertags .note-ticker {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  border: 1px solid #327cc0;
  background-color: #327cc0;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0px 4px;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content {
  padding: 12px;
  font-size: 14px;
  line-height: 1.42;
  tab-size: 4;
  font-weight: 300;
  /*  doc note styles begin */
  /*  doc note stlyes end */
  /*  typed note styles begin */
  /*  typed note styles end */
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content ul,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content ul {
  list-style-type: disc;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl {
  list-style: none;
  display: block;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content ol,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content ol {
  list-style-type: decimal;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content ul,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content ul,
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content ol,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content ol {
  margin: 0 0 0 2em;
  padding: 0;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl {
  margin: 0 0 0 0;
  padding: 0 0 0 2em;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl li:before,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl li:before {
  content: "";
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 2px solid #5A5A5A;
  margin: 0.1em;
  margin-left: -2em;
  font-family: FontAwesome;
  line-height: 1em;
  border-radius: 3px;
  cursor: pointer;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl li:hover:after,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl li:hover:after {
  content: "\f05a";
  display: none;
  float: right;
  font-size: 14px;
  width: 1em;
  height: 1em;
  margin: 0.1em;
  margin-right: -1.2em;
  font-family: sentieo;
  line-height: 1em;
  border-radius: 3px;
  cursor: pointer;
  color: #5A5A5A;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl li.checked,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl li.checked {
  text-decoration: line-through;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl li.checked:before,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content cl li.checked:before {
  content: "\2713";
  color: #5A5A5A;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content img,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content img {
  max-width: 100%;
  height: auto !important;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content #plotter_graph_open_text,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content #plotter_graph_open_text {
  float: left;
  cursor: pointer;
}
#new-notebook-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content #plotter_graph_open,
#single-note-html #notebook-column #notebook-content-2 .list-note-container .note-view-wrapper .note-view-content #plotter_graph_open {
  cursor: pointer;
}
#new-notebook-html #notebook-column #notebook-content,
#single-note-html #notebook-column #notebook-content {
  width: 100%;
  height: 100%;
  position: relative;
  border-left: 1px solid #ccd8e6;
  box-sizing: border-box;
  background: #DEE8F3;
}
#new-notebook-html #note-column,
#single-note-html #note-column {
  width: 1280px;
  margin: 0 auto;
}
#new-notebook-html #note-column #note-comment-view,
#single-note-html #note-column #note-comment-view {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -100px;
  width: 280px;
}
#new-notebook-html #note-column #note-comment-view .top-users-bar,
#single-note-html #note-column #note-comment-view .top-users-bar {
  background-color: #F9FCFF !important;
}
#new-notebook-html #note-column #note-comment-view .box-title,
#single-note-html #note-column #note-comment-view .box-title {
  color: #3d7fba !important;
  font-size: 11px !important;
  cursor: pointer;
}
#new-notebook-html #note-column #note-comment-view .box-title .counter,
#single-note-html #note-column #note-comment-view .box-title .counter {
  font-size: 0.9em;
  display: none;
  margin-left: 4px;
  vertical-align: top;
}
#new-notebook-html #note-column #note-comment-view .box-title .counter:before,
#single-note-html #note-column #note-comment-view .box-title .counter:before {
  content: "(";
  vertical-align: top;
}
#new-notebook-html #note-column #note-comment-view .box-title .counter:after,
#single-note-html #note-column #note-comment-view .box-title .counter:after {
  content: ")";
  vertical-align: top;
}
#new-notebook-html #note-column #note-content,
#single-note-html #note-column #note-content {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html #note-column #note-content .ck-toolbar .cke_button__insert-highlight,
#single-note-html #note-column #note-content .ck-toolbar .cke_button__insert-highlight {
  display: none;
}
#new-notebook-html #note-column #note-content .header-main .active-note-upload:hover,
#single-note-html #note-column #note-content .header-main .active-note-upload:hover {
  background: 0;
  color: #3d7fba;
}
#new-notebook-html #note-column #note-content .ck-note-msg,
#single-note-html #note-column #note-content .ck-note-msg {
  z-index: 2;
}
#new-notebook-html #note-column #note-content .utilities-container .tilted,
#single-note-html #note-column #note-content .utilities-container .tilted {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
#new-notebook-html #notebook-column,
#single-note-html #notebook-column,
#new-notebook-html #note-column,
#single-note-html #note-column {
  position: relative;
  /*width:980px;*/
}
#new-notebook-html #notebook-column .n-wrapper,
#single-note-html #notebook-column .n-wrapper,
#new-notebook-html #note-column .n-wrapper,
#single-note-html #note-column .n-wrapper {
  padding: 6px 12px;
}
#new-notebook-html #notebook-column .header,
#single-note-html #notebook-column .header,
#new-notebook-html #note-column .header,
#single-note-html #note-column .header {
  border-bottom: 1px solid #ccd8e6;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  /**/
  /*
                .note-sort-view{
                    position: absolute;
                    top:50px;
                    left:253px;
                    max-height:328px;
                    background:white;
                    border:2px solid #7D90AE;
                    border-radius:4px;
                    font-weight: normal;
                    z-index:9;
                    .n-triangle{
                        position: absolute;
                        top:-14px;
                        left:20px;
                        height:0px;
                        width:0px;
                        border: 14px solid;
                        border-top:0px;
                        border-color:transparent transparent #7D90AE transparent;
                    }
                    .wrapper{
//                        padding:18px;
                        overflow:hidden;
                    }
                  .col{
                    .col-item-holder{
                      padding:12px 12px;
                      .col-item{
                          line-height:18px;
                          cursor:pointer;
                      }
                      .sort-status{
                        float:left;
                        height: 18px;
                        width: 18px;
                      }
                      .sort-status.first{
                        background:url('../images/seagreen-check.svg');
                      }
                      .sort-name{
                          font-size:12px;
                          font-weight:normal;
                          color:@linky-seagreen;
                          margin-left:28px;
                      }
                    }
                    .col-item-holder.date{
                      border-bottom:1px solid rgba(125, 144, 174, 0.8);
                    }
                    .col-item-holder.alpha{
                    }
                  }
                }
                .note-filter-view{
                    position: absolute;
                    top:50px;
                    left:215px;
                    background:white;
                    border:2px solid #7D90AE;
                    border-radius:4px;
                    font-weight: normal;
                    z-index:9;
                    .n-triangle{
                        position: absolute;
                        top:-14px;
                        left:20px;
                        height:0px;
                        width:0px;
                        border: 14px solid;
                        border-top:0px;
                        border-color:transparent transparent #7D90AE transparent;
                    }
                    .wrapper{
                        padding:12px;
                        overflow:hidden;
                    }
                    .row{
                        margin-bottom:12px;
                        overflow:hidden;
                        .row-title{
                            font-size:14px;
                            line-height:24px;
                            color:@linky-seagreen;
                        }
                        .checkbox-holder{
                            float:left;
                            width:146px;
                            padding:6px 0px 6px 6px;
                            margin-left:12px;
                            border:1px solid @linky-seagreen;
                            color:@linky-seagreen;
                            border-radius:3px;
                            cursor:pointer;
                            .check-mark{
                                -webkit-appearance: none;
                                height: 18px;
                                margin-top: 0px;
                                float: left;
                                width: 18px;
                                background: url('../images/box_gray.png') no-repeat;
                                background-size: 18px 18px;
                                border: 0px;
                                padding: 0px;
                                margin: 0px;
                                cursor: pointer;
                            }
                            .check-mark[type=checkbox]:checked{
                                background: url('../images/checkbox_white.png') no-repeat;
                                background-size: 18px 18px;
                            }
                            .check-label{
                                display:inline-block;
                                font-size:12px;
                                font-weight:bold;
                                margin-left:6px;
                            }
                        }
                        .checkbox-holder.active, .checkbox-holder.defgray{
                            color:@fmc-white;
                            background:@linky-seagreen;
                        }
                        .checkbox-holder.nml{
                            margin-left:0px;
                        }
                        input.text-box{
                            border:1px solid @linky-seagreen;
                            color: @linky-seagreen;
                            padding:6px 12px;
                            height:18px;
                            line-height:18px;
                            width:460px;
                            border-radius:3px;
                        }
                        ::-webkit-input-placeholder {color:rgba(135, 154, 187, 0.7); font-style:italic;}
                        :-moz-placeholder { color:rgba(135, 154, 187, 0.7); font-style:italic;}
                        ::-moz-placeholder { color:rgba(135, 154, 187, 0.7); font-style:italic;}
                        :-ms-input-placeholder {  color:rgba(135, 154, 187, 0.7); font-style:italic;}
                        .save-btn{
                            float:left;
                            border:1px solid @linky-seagreen;
                            background: @linky-seagreen;
                            color:@fmc-white;
                            padding:12px 12px;
                            height:18px;
                            line-height:18px;
                            width:211px;
                            border-radius:3px;
                            text-align:center;
                            cursor:pointer;
                        }
                        .cancel-btn{
                            float:left;
                            border:1px solid @linky-seagreen;
                            color: @linky-seagreen;
                            background:@fmc-white;
                            padding:12px 12px;
                            height:18px;
                            line-height:18px;
                            width:211px;
                            border-radius:3px;
                            margin-left:13px;
                            text-align:center;
                            cursor:pointer;
                        }
                    }
                    .row:last-child{
                        margin-bottom:0px;
                    }
                }
      */
}
#new-notebook-html #notebook-column .header .ck-toolbar,
#single-note-html #notebook-column .header .ck-toolbar,
#new-notebook-html #note-column .header .ck-toolbar,
#single-note-html #note-column .header .ck-toolbar {
  clear: both;
}
#new-notebook-html #notebook-column .header .icon-text,
#single-note-html #notebook-column .header .icon-text,
#new-notebook-html #note-column .header .icon-text,
#single-note-html #note-column .header .icon-text {
  float: left;
  margin-left: 6px;
  border-radius: 4px;
  height: 30px;
  padding: 5px 5px;
  width: 92px;
  text-align: center;
  border: 1px solid #a2b1ca;
  font-size: 17px;
  color: #879abb;
  box-sizing: border-box;
  cursor: pointer;
}
#new-notebook-html #notebook-column .header .icon-text .fa::before,
#single-note-html #notebook-column .header .icon-text .fa::before,
#new-notebook-html #note-column .header .icon-text .fa::before,
#single-note-html #note-column .header .icon-text .fa::before {
  line-height: 16px;
}
#new-notebook-html #notebook-column .header .icon-text .fa::after,
#single-note-html #notebook-column .header .icon-text .fa::after,
#new-notebook-html #note-column .header .icon-text .fa::after,
#single-note-html #note-column .header .icon-text .fa::after {
  font-size: 12px;
  margin-left: 6px;
  line-height: 16px;
}
#new-notebook-html #notebook-column .header .icon-text.unlocked .fa-lock,
#single-note-html #notebook-column .header .icon-text.unlocked .fa-lock,
#new-notebook-html #note-column .header .icon-text.unlocked .fa-lock,
#single-note-html #note-column .header .icon-text.unlocked .fa-lock {
  display: none;
}
#new-notebook-html #notebook-column .header .icon-text.unlocked .fa-unlock::after,
#single-note-html #notebook-column .header .icon-text.unlocked .fa-unlock::after,
#new-notebook-html #note-column .header .icon-text.unlocked .fa-unlock::after,
#single-note-html #note-column .header .icon-text.unlocked .fa-unlock::after {
  content: 'Unlocked';
}
#new-notebook-html #notebook-column .header .icon-text.locked .fa-unlock,
#single-note-html #notebook-column .header .icon-text.locked .fa-unlock,
#new-notebook-html #note-column .header .icon-text.locked .fa-unlock,
#single-note-html #note-column .header .icon-text.locked .fa-unlock {
  display: none;
}
#new-notebook-html #notebook-column .header .icon-text.locked .fa-lock::after,
#single-note-html #notebook-column .header .icon-text.locked .fa-lock::after,
#new-notebook-html #note-column .header .icon-text.locked .fa-lock::after,
#single-note-html #note-column .header .icon-text.locked .fa-lock::after {
  content: 'Locked';
}
#new-notebook-html #notebook-column .header .icon,
#single-note-html #notebook-column .header .icon,
#new-notebook-html #note-column .header .icon,
#single-note-html #note-column .header .icon {
  float: left;
  margin-left: 6px;
  border-radius: 4px;
  height: 30px;
  padding: 5px 0px;
  width: 32px;
  border: 1px solid #a2b1ca;
  font-size: 16px;
  color: #879abb;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
#new-notebook-html #notebook-column .header .icon .fa::before,
#single-note-html #notebook-column .header .icon .fa::before,
#new-notebook-html #note-column .header .icon .fa::before,
#single-note-html #note-column .header .icon .fa::before {
  line-height: 16px;
}
#new-notebook-html #notebook-column .header .icon.active,
#single-note-html #notebook-column .header .icon.active,
#new-notebook-html #note-column .header .icon.active,
#single-note-html #note-column .header .icon.active {
  background-color: #879abb;
  color: #ffffff;
}
#new-notebook-html #notebook-column .header .icon.no-border,
#single-note-html #notebook-column .header .icon.no-border,
#new-notebook-html #note-column .header .icon.no-border,
#single-note-html #note-column .header .icon.no-border {
  border: 1px solid #ffffff;
  cursor: default;
  color: #cdcdcd;
}
#new-notebook-html #notebook-column .header .new-icon,
#single-note-html #notebook-column .header .new-icon,
#new-notebook-html #note-column .header .new-icon,
#single-note-html #note-column .header .new-icon,
#new-notebook-html #notebook-column .header .label-icon,
#single-note-html #notebook-column .header .label-icon,
#new-notebook-html #note-column .header .label-icon,
#single-note-html #note-column .header .label-icon {
  z-index: 9;
  position: relative;
  float: left;
  height: 40px;
  padding: 12px 8px;
  min-width: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #1e374d;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
#new-notebook-html #notebook-column .header .new-icon .icon2,
#single-note-html #notebook-column .header .new-icon .icon2,
#new-notebook-html #note-column .header .new-icon .icon2,
#single-note-html #note-column .header .new-icon .icon2,
#new-notebook-html #notebook-column .header .label-icon .icon2,
#single-note-html #notebook-column .header .label-icon .icon2,
#new-notebook-html #note-column .header .label-icon .icon2,
#single-note-html #note-column .header .label-icon .icon2 {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
  margin-right: 12px;
}
#new-notebook-html #notebook-column .header .new-icon .icon3,
#single-note-html #notebook-column .header .new-icon .icon3,
#new-notebook-html #note-column .header .new-icon .icon3,
#single-note-html #note-column .header .new-icon .icon3,
#new-notebook-html #notebook-column .header .label-icon .icon3,
#single-note-html #notebook-column .header .label-icon .icon3,
#new-notebook-html #note-column .header .label-icon .icon3,
#single-note-html #note-column .header .label-icon .icon3 {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
}
#new-notebook-html #notebook-column .header .new-icon .del-icon,
#single-note-html #notebook-column .header .new-icon .del-icon,
#new-notebook-html #note-column .header .new-icon .del-icon,
#single-note-html #note-column .header .new-icon .del-icon,
#new-notebook-html #notebook-column .header .label-icon .del-icon,
#single-note-html #notebook-column .header .label-icon .del-icon,
#new-notebook-html #note-column .header .label-icon .del-icon,
#single-note-html #note-column .header .label-icon .del-icon,
#new-notebook-html #notebook-column .header .new-icon .mail-icon,
#single-note-html #notebook-column .header .new-icon .mail-icon,
#new-notebook-html #note-column .header .new-icon .mail-icon,
#single-note-html #note-column .header .new-icon .mail-icon,
#new-notebook-html #notebook-column .header .label-icon .mail-icon,
#single-note-html #notebook-column .header .label-icon .mail-icon,
#new-notebook-html #note-column .header .label-icon .mail-icon,
#single-note-html #note-column .header .label-icon .mail-icon {
  margin-right: 0px;
  width: 16px;
  height: 16px;
  fill: #3d7fba;
}
#new-notebook-html #notebook-column .header .info,
#single-note-html #notebook-column .header .info,
#new-notebook-html #note-column .header .info,
#single-note-html #note-column .header .info {
  fill: #879abb;
  border: 0px;
}
#new-notebook-html #notebook-column .header .new-shared-icon,
#single-note-html #notebook-column .header .new-shared-icon,
#new-notebook-html #note-column .header .new-shared-icon,
#single-note-html #note-column .header .new-shared-icon,
#new-notebook-html #notebook-column .header .note-information-button,
#single-note-html #notebook-column .header .note-information-button,
#new-notebook-html #note-column .header .note-information-button,
#single-note-html #note-column .header .note-information-button {
  font-size: 12px;
  color: #47586A;
  font-weight: 600;
  float: left;
  border: 1px solid #acc;
  line-height: 28px;
  height: 28pxx;
  border-radius: 2px;
  padding: 0px 6px;
  cursor: pointer;
}
#new-notebook-html #notebook-column .header .new-shared-icon span.label,
#single-note-html #notebook-column .header .new-shared-icon span.label,
#new-notebook-html #note-column .header .new-shared-icon span.label,
#single-note-html #note-column .header .new-shared-icon span.label,
#new-notebook-html #notebook-column .header .note-information-button span.label,
#single-note-html #notebook-column .header .note-information-button span.label,
#new-notebook-html #note-column .header .note-information-button span.label,
#single-note-html #note-column .header .note-information-button span.label {
  color: #3d7fba;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 48px;
  vertical-align: bottom;
}
#new-notebook-html #notebook-column .header .new-shared-icon i,
#single-note-html #notebook-column .header .new-shared-icon i,
#new-notebook-html #note-column .header .new-shared-icon i,
#single-note-html #note-column .header .new-shared-icon i,
#new-notebook-html #notebook-column .header .note-information-button i,
#single-note-html #notebook-column .header .note-information-button i,
#new-notebook-html #note-column .header .note-information-button i,
#single-note-html #note-column .header .note-information-button i {
  color: #5b6067;
}
#new-notebook-html #notebook-column .header #noteInformationBtn,
#single-note-html #notebook-column .header #noteInformationBtn,
#new-notebook-html #note-column .header #noteInformationBtn,
#single-note-html #note-column .header #noteInformationBtn {
  background-color: Transparent;
  color: #698094;
  font-weight: 700;
}
#new-notebook-html #notebook-column .header label.new-icon,
#single-note-html #notebook-column .header label.new-icon,
#new-notebook-html #note-column .header label.new-icon,
#single-note-html #note-column .header label.new-icon,
#new-notebook-html #notebook-column .header label.active.new-icon,
#single-note-html #notebook-column .header label.active.new-icon,
#new-notebook-html #note-column .header label.active.new-icon,
#single-note-html #note-column .header label.active.new-icon {
  background: transparent;
  color: inherit;
}
#new-notebook-html #notebook-column .header label.new-icon:hover,
#single-note-html #notebook-column .header label.new-icon:hover,
#new-notebook-html #note-column .header label.new-icon:hover,
#single-note-html #note-column .header label.new-icon:hover,
#new-notebook-html #notebook-column .header label.active.new-icon:hover,
#single-note-html #notebook-column .header label.active.new-icon:hover,
#new-notebook-html #note-column .header label.active.new-icon:hover,
#single-note-html #note-column .header label.active.new-icon:hover {
  background: #bbc6d5;
}
#new-notebook-html #notebook-column .header label.new-icon,
#single-note-html #notebook-column .header label.new-icon,
#new-notebook-html #note-column .header label.new-icon,
#single-note-html #note-column .header label.new-icon {
  width: 42px;
  padding: 0;
  /**/
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}
#new-notebook-html #notebook-column .header label.new-icon select,
#single-note-html #notebook-column .header label.new-icon select,
#new-notebook-html #note-column .header label.new-icon select,
#single-note-html #note-column .header label.new-icon select {
  padding: 0px 0px;
  width: 42px;
  height: 42px;
  z-index: 999;
  position: absolute;
  left: 0;
  margin: 0;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#new-notebook-html #notebook-column .header label.new-icon select option,
#single-note-html #notebook-column .header label.new-icon select option,
#new-notebook-html #note-column .header label.new-icon select option,
#single-note-html #note-column .header label.new-icon select option {
  color: #1e374d;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #new-notebook-html #notebook-column .header label.new-icon select,
  #single-note-html #notebook-column .header label.new-icon select,
  #new-notebook-html #note-column .header label.new-icon select,
  #single-note-html #note-column .header label.new-icon select {
    padding-right: 18px;
    padding-left: 6px;
  }
}
#new-notebook-html #notebook-column .header label.new-icon:before,
#single-note-html #notebook-column .header label.new-icon:before,
#new-notebook-html #note-column .header label.new-icon:before,
#single-note-html #note-column .header label.new-icon:before,
#new-notebook-html #notebook-column .header label.new-icon.v-false:before,
#single-note-html #notebook-column .header label.new-icon.v-false:before,
#new-notebook-html #note-column .header label.new-icon.v-false:before,
#single-note-html #note-column .header label.new-icon.v-false:before {
  content: "\f234";
}
#new-notebook-html #notebook-column .header label.new-icon.active:before,
#single-note-html #notebook-column .header label.new-icon.active:before,
#new-notebook-html #note-column .header label.new-icon.active:before,
#single-note-html #note-column .header label.new-icon.active:before,
#new-notebook-html #notebook-column .header label.new-icon.v-organization:before,
#single-note-html #notebook-column .header label.new-icon.v-organization:before,
#new-notebook-html #note-column .header label.new-icon.v-organization:before,
#single-note-html #note-column .header label.new-icon.v-organization:before {
  content: "\f0c0";
}
#new-notebook-html #notebook-column .header label.new-icon.v-global:before,
#single-note-html #notebook-column .header label.new-icon.v-global:before,
#new-notebook-html #note-column .header label.new-icon.v-global:before,
#single-note-html #note-column .header label.new-icon.v-global:before {
  content: "\f0ac";
}
#new-notebook-html #notebook-column .header label.new-icon:before,
#single-note-html #notebook-column .header label.new-icon:before,
#new-notebook-html #note-column .header label.new-icon:before,
#single-note-html #note-column .header label.new-icon:before,
#new-notebook-html #notebook-column .header label.new-icon:after,
#single-note-html #notebook-column .header label.new-icon:after,
#new-notebook-html #note-column .header label.new-icon:after,
#single-note-html #note-column .header label.new-icon:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 12px;
  z-index: 0;
  line-height: 18px;
}
#new-notebook-html #notebook-column .header label.new-icon:after,
#single-note-html #notebook-column .header label.new-icon:after,
#new-notebook-html #note-column .header label.new-icon:after,
#single-note-html #note-column .header label.new-icon:after {
  content: "\f0dc";
  font-size: 0.75em;
  right: 2px;
}
#new-notebook-html #notebook-column .header label.new-icon:before,
#single-note-html #notebook-column .header label.new-icon:before,
#new-notebook-html #note-column .header label.new-icon:before,
#single-note-html #note-column .header label.new-icon:before {
  left: 6px;
  z-index: 0;
}
#new-notebook-html #notebook-column .header label.new-icon,
#single-note-html #notebook-column .header label.new-icon,
#new-notebook-html #note-column .header label.new-icon,
#single-note-html #note-column .header label.new-icon {
  position: relative;
}
#new-notebook-html #notebook-column .header .label-icon,
#single-note-html #notebook-column .header .label-icon,
#new-notebook-html #note-column .header .label-icon,
#single-note-html #note-column .header .label-icon {
  padding: 12px 8px;
}
#new-notebook-html #notebook-column .header .label-icon .label,
#single-note-html #notebook-column .header .label-icon .label,
#new-notebook-html #note-column .header .label-icon .label,
#single-note-html #note-column .header .label-icon .label {
  vertical-align: top;
  font-size: 12px;
}
#new-notebook-html #notebook-column .header .new-icon.active,
#single-note-html #notebook-column .header .new-icon.active,
#new-notebook-html #note-column .header .new-icon.active,
#single-note-html #note-column .header .new-icon.active,
#new-notebook-html #notebook-column .header .label-icon.active,
#single-note-html #notebook-column .header .label-icon.active,
#new-notebook-html #note-column .header .label-icon.active,
#single-note-html #note-column .header .label-icon.active {
  background: #698094;
  color: #ffffff;
}
#new-notebook-html #notebook-column .header .new-icon.active .icon-2,
#single-note-html #notebook-column .header .new-icon.active .icon-2,
#new-notebook-html #note-column .header .new-icon.active .icon-2,
#single-note-html #note-column .header .new-icon.active .icon-2,
#new-notebook-html #notebook-column .header .label-icon.active .icon-2,
#single-note-html #notebook-column .header .label-icon.active .icon-2,
#new-notebook-html #note-column .header .label-icon.active .icon-2,
#single-note-html #note-column .header .label-icon.active .icon-2 {
  fill: #ffffff;
}
#new-notebook-html #notebook-column .header .quill-editbar.readOnly,
#single-note-html #notebook-column .header .quill-editbar.readOnly,
#new-notebook-html #note-column .header .quill-editbar.readOnly,
#single-note-html #note-column .header .quill-editbar.readOnly {
  pointer-events: none !important;
  opacity: 0.5;
}
#new-notebook-html #notebook-column .header .active-note-upload,
#single-note-html #notebook-column .header .active-note-upload,
#new-notebook-html #note-column .header .active-note-upload,
#single-note-html #note-column .header .active-note-upload {
  position: relative;
  width: 30px;
  cursor: pointer;
}
#new-notebook-html #notebook-column .header .active-note-upload .fa,
#single-note-html #notebook-column .header .active-note-upload .fa,
#new-notebook-html #note-column .header .active-note-upload .fa,
#single-note-html #note-column .header .active-note-upload .fa {
  position: absolute;
  left: 0;
  width: 30px;
}
#new-notebook-html #notebook-column .header .active-note-upload .upload-btn,
#single-note-html #notebook-column .header .active-note-upload .upload-btn,
#new-notebook-html #note-column .header .active-note-upload .upload-btn,
#single-note-html #note-column .header .active-note-upload .upload-btn {
  width: 30px;
  opacity: 0;
  height: 18px;
  display: inline-block;
  margin-left: -36px;
}
#new-notebook-html #notebook-column .header .active-note-upload .label-span,
#single-note-html #notebook-column .header .active-note-upload .label-span,
#new-notebook-html #note-column .header .active-note-upload .label-span,
#single-note-html #note-column .header .active-note-upload .label-span {
  position: absolute;
  right: 20px;
  top: 0px;
  line-height: 28px;
  font-size: 12px;
}
#new-notebook-html #notebook-column .header .active-note-upload.newDes,
#single-note-html #notebook-column .header .active-note-upload.newDes,
#new-notebook-html #note-column .header .active-note-upload.newDes,
#single-note-html #note-column .header .active-note-upload.newDes {
  padding: 0;
  border-left: 0;
}
#new-notebook-html #notebook-column .header .active-note-upload.newDes .icon2,
#single-note-html #notebook-column .header .active-note-upload.newDes .icon2,
#new-notebook-html #note-column .header .active-note-upload.newDes .icon2,
#single-note-html #note-column .header .active-note-upload.newDes .icon2 {
  width: 16px;
  height: 16px;
  fill: #3d7fba;
  position: absolute;
  left: 7px;
  top: 12px;
  margin-right: 6px;
}
#new-notebook-html #notebook-column .header .active-note-upload.newDes form,
#single-note-html #notebook-column .header .active-note-upload.newDes form,
#new-notebook-html #note-column .header .active-note-upload.newDes form,
#single-note-html #note-column .header .active-note-upload.newDes form {
  height: 40px;
  width: 32px;
}
#new-notebook-html #notebook-column .header .active-note-upload.newDes .upload-btn,
#single-note-html #notebook-column .header .active-note-upload.newDes .upload-btn,
#new-notebook-html #note-column .header .active-note-upload.newDes .upload-btn,
#single-note-html #note-column .header .active-note-upload.newDes .upload-btn {
  width: 30px;
  opacity: 0;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0px;
  cursor: pointer;
}
#new-notebook-html #notebook-column .header .active-note-upload.newDes .label-span,
#single-note-html #notebook-column .header .active-note-upload.newDes .label-span,
#new-notebook-html #note-column .header .active-note-upload.newDes .label-span,
#single-note-html #note-column .header .active-note-upload.newDes .label-span {
  position: absolute;
  top: 9px;
  left: 32px;
  line-height: 24px;
  font-size: 12px;
}
#new-notebook-html #notebook-column .header .active-note-upload.loading-info,
#single-note-html #notebook-column .header .active-note-upload.loading-info,
#new-notebook-html #note-column .header .active-note-upload.loading-info,
#single-note-html #note-column .header .active-note-upload.loading-info {
  background: 78px 6px url('../images/loading.gif') no-repeat;
}
#new-notebook-html #notebook-column .header .active-note-upload.newDes.loading-info,
#single-note-html #notebook-column .header .active-note-upload.newDes.loading-info,
#new-notebook-html #note-column .header .active-note-upload.newDes.loading-info,
#single-note-html #note-column .header .active-note-upload.newDes.loading-info {
  background: 15px 0px url('../images/loading.gif') no-repeat;
}
#new-notebook-html #notebook-column .header .status-msg,
#single-note-html #notebook-column .header .status-msg,
#new-notebook-html #note-column .header .status-msg,
#single-note-html #note-column .header .status-msg {
  position: absolute;
  right: 75px;
  top: 49px;
  padding: 2px 9px;
  display: block;
  font-size: 10px;
  background: red;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  display: none;
}
#new-notebook-html #notebook-column .header .title,
#single-note-html #notebook-column .header .title,
#new-notebook-html #note-column .header .title,
#single-note-html #note-column .header .title {
  postion: relative;
  color: #666;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  padding: 6px 0px;
  cursor: default;
}
#new-notebook-html #notebook-column .header .note-cat-view,
#single-note-html #notebook-column .header .note-cat-view,
#new-notebook-html #note-column .header .note-cat-view,
#single-note-html #note-column .header .note-cat-view {
  position: absolute;
  top: 50px;
  left: 96px;
  max-height: 328px;
  background: white;
  border: 2px solid #7D90AE;
  border-radius: 4px;
  font-weight: normal;
  z-index: 9;
}
#new-notebook-html #notebook-column .header .note-cat-view .n-triangle,
#single-note-html #notebook-column .header .note-cat-view .n-triangle,
#new-notebook-html #note-column .header .note-cat-view .n-triangle,
#single-note-html #note-column .header .note-cat-view .n-triangle {
  position: absolute;
  top: -14px;
  left: 182px;
  height: 0px;
  width: 0px;
  border: 14px solid;
  border-top: 0px;
  border-color: transparent transparent #7D90AE transparent;
}
#new-notebook-html #notebook-column .header .note-cat-view .wrapper,
#single-note-html #notebook-column .header .note-cat-view .wrapper,
#new-notebook-html #note-column .header .note-cat-view .wrapper,
#single-note-html #note-column .header .note-cat-view .wrapper {
  overflow: hidden;
  border-left: 1px solid rgba(125, 144, 174, 0.8);
}
#new-notebook-html #notebook-column .header .note-cat-view .wrapper-title,
#single-note-html #notebook-column .header .note-cat-view .wrapper-title,
#new-notebook-html #note-column .header .note-cat-view .wrapper-title,
#single-note-html #note-column .header .note-cat-view .wrapper-title {
  font-size: 14px;
  font-weight: bold;
  color: #595959;
  line-height: 18px;
  padding: 18px 0px 0px 18px;
}
#new-notebook-html #notebook-column .header .note-cat-view .col,
#single-note-html #notebook-column .header .note-cat-view .col,
#new-notebook-html #note-column .header .note-cat-view .col,
#single-note-html #note-column .header .note-cat-view .col {
  float: left;
}
#new-notebook-html #notebook-column .header .note-cat-view .col .col-title,
#single-note-html #notebook-column .header .note-cat-view .col .col-title,
#new-notebook-html #note-column .header .note-cat-view .col .col-title,
#single-note-html #note-column .header .note-cat-view .col .col-title {
  font-size: 14px;
  font-weight: bold;
  color: #595959;
  line-height: 18px;
  margin-bottom: 6px;
}
#new-notebook-html #notebook-column .header .note-cat-view .col .col-item-holder,
#single-note-html #notebook-column .header .note-cat-view .col .col-item-holder,
#new-notebook-html #note-column .header .note-cat-view .col .col-item-holder,
#single-note-html #note-column .header .note-cat-view .col .col-item-holder {
  font-size: 13px;
  font-weight: normal;
  color: #879abb;
}
#new-notebook-html #notebook-column .header .note-cat-view .col .col-item-holder .col-item,
#single-note-html #notebook-column .header .note-cat-view .col .col-item-holder .col-item,
#new-notebook-html #note-column .header .note-cat-view .col .col-item-holder .col-item,
#single-note-html #note-column .header .note-cat-view .col .col-item-holder .col-item {
  line-height: 18px;
  cursor: pointer;
}
#new-notebook-html #notebook-column .header .note-cat-view .col .col-item-holder .col-item:hover .facet-name,
#single-note-html #notebook-column .header .note-cat-view .col .col-item-holder .col-item:hover .facet-name,
#new-notebook-html #note-column .header .note-cat-view .col .col-item-holder .col-item:hover .facet-name,
#single-note-html #note-column .header .note-cat-view .col .col-item-holder .col-item:hover .facet-name {
  text-decoration: underline;
}
#new-notebook-html #notebook-column .header .note-cat-view .col .col-item-holder .facet-num,
#single-note-html #notebook-column .header .note-cat-view .col .col-item-holder .facet-num,
#new-notebook-html #note-column .header .note-cat-view .col .col-item-holder .facet-num,
#single-note-html #note-column .header .note-cat-view .col .col-item-holder .facet-num {
  margin-left: 4px;
}
#new-notebook-html #notebook-column .header .note-cat-view .col .col-item-holder .facet-num::before,
#single-note-html #notebook-column .header .note-cat-view .col .col-item-holder .facet-num::before,
#new-notebook-html #note-column .header .note-cat-view .col .col-item-holder .facet-num::before,
#single-note-html #note-column .header .note-cat-view .col .col-item-holder .facet-num::before {
  content: "(";
}
#new-notebook-html #notebook-column .header .note-cat-view .col .col-item-holder .facet-num::after,
#single-note-html #notebook-column .header .note-cat-view .col .col-item-holder .facet-num::after,
#new-notebook-html #note-column .header .note-cat-view .col .col-item-holder .facet-num::after,
#single-note-html #note-column .header .note-cat-view .col .col-item-holder .facet-num::after {
  content: ")";
}
#new-notebook-html #notebook-column .header .note-cat-view .col .show-all,
#single-note-html #notebook-column .header .note-cat-view .col .show-all,
#new-notebook-html #note-column .header .note-cat-view .col .show-all,
#single-note-html #note-column .header .note-cat-view .col .show-all {
  color: #879abb;
  margin-top: 18px;
  line-height: 18px;
  font-weight: bold;
  cursor: pointer;
}
#new-notebook-html #notebook-column .header .note-cat-view .col .show-all span,
#single-note-html #notebook-column .header .note-cat-view .col .show-all span,
#new-notebook-html #note-column .header .note-cat-view .col .show-all span,
#single-note-html #note-column .header .note-cat-view .col .show-all span {
  border-bottom: 1px solid #879abb;
}
#new-notebook-html #notebook-column .header .note-cat-view .notebooks-col,
#single-note-html #notebook-column .header .note-cat-view .notebooks-col,
#new-notebook-html #note-column .header .note-cat-view .notebooks-col,
#single-note-html #note-column .header .note-cat-view .notebooks-col {
  width: 140px;
  padding: 18px 0px 18px 18px;
}
#new-notebook-html #notebook-column .header .note-cat-view .sortby-col,
#single-note-html #notebook-column .header .note-cat-view .sortby-col,
#new-notebook-html #note-column .header .note-cat-view .sortby-col,
#single-note-html #note-column .header .note-cat-view .sortby-col {
  width: 160px;
  padding: 18px 18px 18px 18px;
}
#new-notebook-html #notebook-column .header .note-cat-view .sortby-col .col-item-holder.date,
#single-note-html #notebook-column .header .note-cat-view .sortby-col .col-item-holder.date,
#new-notebook-html #note-column .header .note-cat-view .sortby-col .col-item-holder.date,
#single-note-html #note-column .header .note-cat-view .sortby-col .col-item-holder.date {
  border-bottom: 1px solid rgba(125, 144, 174, 0.8);
  padding-bottom: 12px;
  padding-top: 18px;
}
#new-notebook-html #notebook-column .header .note-cat-view .sortby-col .col-item-holder.alpha,
#single-note-html #notebook-column .header .note-cat-view .sortby-col .col-item-holder.alpha,
#new-notebook-html #note-column .header .note-cat-view .sortby-col .col-item-holder.alpha,
#single-note-html #note-column .header .note-cat-view .sortby-col .col-item-holder.alpha {
  padding-top: 12px;
}
#new-notebook-html #notebook-column .header .note-cat-view .sortby-col .sort-status,
#single-note-html #notebook-column .header .note-cat-view .sortby-col .sort-status,
#new-notebook-html #note-column .header .note-cat-view .sortby-col .sort-status,
#single-note-html #note-column .header .note-cat-view .sortby-col .sort-status {
  float: left;
  height: 18px;
  width: 18px;
}
#new-notebook-html #notebook-column .header .note-cat-view .sortby-col .sort-status.first,
#single-note-html #notebook-column .header .note-cat-view .sortby-col .sort-status.first,
#new-notebook-html #note-column .header .note-cat-view .sortby-col .sort-status.first,
#single-note-html #note-column .header .note-cat-view .sortby-col .sort-status.first {
  background: url('../images/seagreen-check.svg');
}
#new-notebook-html #notebook-column .header .note-cat-view .sortby-col .sort-name,
#single-note-html #notebook-column .header .note-cat-view .sortby-col .sort-name,
#new-notebook-html #note-column .header .note-cat-view .sortby-col .sort-name,
#single-note-html #note-column .header .note-cat-view .sortby-col .sort-name {
  font-size: 12px;
  font-weight: normal;
  color: #879abb;
  margin-left: 28px;
}
#new-notebook-html #notebook-column .header .note-cat-view .tickers-col,
#single-note-html #notebook-column .header .note-cat-view .tickers-col,
#new-notebook-html #note-column .header .note-cat-view .tickers-col,
#single-note-html #note-column .header .note-cat-view .tickers-col,
#new-notebook-html #notebook-column .header .note-cat-view .tags-col,
#single-note-html #notebook-column .header .note-cat-view .tags-col,
#new-notebook-html #note-column .header .note-cat-view .tags-col,
#single-note-html #note-column .header .note-cat-view .tags-col {
  width: 115px;
  padding: 18px 0px 18px 18px;
}
#new-notebook-html #notebook-column .header .note-cat-view .kind-col,
#single-note-html #notebook-column .header .note-cat-view .kind-col,
#new-notebook-html #note-column .header .note-cat-view .kind-col,
#single-note-html #note-column .header .note-cat-view .kind-col,
#new-notebook-html #notebook-column .header .note-cat-view .allowed-col,
#single-note-html #notebook-column .header .note-cat-view .allowed-col,
#new-notebook-html #note-column .header .note-cat-view .allowed-col,
#single-note-html #note-column .header .note-cat-view .allowed-col,
#new-notebook-html #notebook-column .header .note-cat-view .labels-col,
#single-note-html #notebook-column .header .note-cat-view .labels-col,
#new-notebook-html #note-column .header .note-cat-view .labels-col,
#single-note-html #note-column .header .note-cat-view .labels-col {
  width: 150px;
  padding: 18px 18px 18px 0px;
}
#new-notebook-html #notebook-column .header .close-view,
#single-note-html #notebook-column .header .close-view,
#new-notebook-html #note-column .header .close-view,
#single-note-html #note-column .header .close-view {
  font-size: 14px;
  line-height: 18px;
  padding: 6px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
#new-notebook-html #notebook-column .header .close-view fa::before,
#single-note-html #notebook-column .header .close-view fa::before,
#new-notebook-html #note-column .header .close-view fa::before,
#single-note-html #note-column .header .close-view fa::before {
  line-height: 18px;
}
#new-notebook-html #notebook-column .header .big-btn,
#single-note-html #notebook-column .header .big-btn,
#new-notebook-html #note-column .header .big-btn,
#single-note-html #note-column .header .big-btn {
  height: 30px;
  width: 214px;
  border: 1px solid #3d7fba;
  font-weight: bold;
  padding: 5px 0px;
  line-height: 18px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  color: #3d7fba;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html #notebook-column .header .big-btn#everNoteBtn,
#single-note-html #notebook-column .header .big-btn#everNoteBtn,
#new-notebook-html #note-column .header .big-btn#everNoteBtn,
#single-note-html #note-column .header .big-btn#everNoteBtn {
  width: 164px;
  margin-right: 12px;
}
#new-notebook-html #notebook-column .header .big-btn#everNoteBtn a,
#single-note-html #notebook-column .header .big-btn#everNoteBtn a,
#new-notebook-html #note-column .header .big-btn#everNoteBtn a,
#single-note-html #note-column .header .big-btn#everNoteBtn a,
#new-notebook-html #notebook-column .header .big-btn#everNoteBtn a:focus,
#single-note-html #notebook-column .header .big-btn#everNoteBtn a:focus,
#new-notebook-html #note-column .header .big-btn#everNoteBtn a:focus,
#single-note-html #note-column .header .big-btn#everNoteBtn a:focus,
#new-notebook-html #notebook-column .header .big-btn#everNoteBtn a:visited,
#single-note-html #notebook-column .header .big-btn#everNoteBtn a:visited,
#new-notebook-html #note-column .header .big-btn#everNoteBtn a:visited,
#single-note-html #note-column .header .big-btn#everNoteBtn a:visited {
  color: #3d7fba;
  text-decoration: none;
}
#new-notebook-html #notebook-column .header .big-btn#listNotesBtn,
#single-note-html #notebook-column .header .big-btn#listNotesBtn,
#new-notebook-html #note-column .header .big-btn#listNotesBtn,
#single-note-html #note-column .header .big-btn#listNotesBtn {
  width: 36px;
  font-size: 18px;
  line-height: 18px;
}
#new-notebook-html #notebook-column .header .big-inp-box,
#single-note-html #notebook-column .header .big-inp-box,
#new-notebook-html #note-column .header .big-inp-box,
#single-note-html #note-column .header .big-inp-box {
  margin-left: 12px;
  padding: 0px 20px 0px 6px;
  width: 214px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
  background: #ffffff;
  color: #879abb;
}
#new-notebook-html #notebook-column .header .big-inp-box .plain-input,
#single-note-html #notebook-column .header .big-inp-box .plain-input,
#new-notebook-html #note-column .header .big-inp-box .plain-input,
#single-note-html #note-column .header .big-inp-box .plain-input,
#new-notebook-html #notebook-column .header .big-inp-box .plain-input:active,
#single-note-html #notebook-column .header .big-inp-box .plain-input:active,
#new-notebook-html #note-column .header .big-inp-box .plain-input:active,
#single-note-html #note-column .header .big-inp-box .plain-input:active {
  outline: 0;
  width: 100%;
  padding: 5px 6px;
  line-height: 18px;
  box-sizing: border-box;
  border: none;
  margin: 0px;
}
#new-notebook-html #notebook-column .header .big-inp-box ::-webkit-input-placeholder,
#single-note-html #notebook-column .header .big-inp-box ::-webkit-input-placeholder,
#new-notebook-html #note-column .header .big-inp-box ::-webkit-input-placeholder,
#single-note-html #note-column .header .big-inp-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #879abb;
}
#new-notebook-html #notebook-column .header .big-inp-box :-moz-placeholder,
#single-note-html #notebook-column .header .big-inp-box :-moz-placeholder,
#new-notebook-html #note-column .header .big-inp-box :-moz-placeholder,
#single-note-html #note-column .header .big-inp-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #879abb;
}
#new-notebook-html #notebook-column .header .big-inp-box ::-moz-placeholder,
#single-note-html #notebook-column .header .big-inp-box ::-moz-placeholder,
#new-notebook-html #note-column .header .big-inp-box ::-moz-placeholder,
#single-note-html #note-column .header .big-inp-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #879abb;
}
#new-notebook-html #notebook-column .header .big-inp-box :-ms-input-placeholder,
#single-note-html #notebook-column .header .big-inp-box :-ms-input-placeholder,
#new-notebook-html #note-column .header .big-inp-box :-ms-input-placeholder,
#single-note-html #note-column .header .big-inp-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #879abb;
}
#new-notebook-html #notebook-column .header .big-inp-box .search-icon,
#single-note-html #notebook-column .header .big-inp-box .search-icon,
#new-notebook-html #note-column .header .big-inp-box .search-icon,
#single-note-html #note-column .header .big-inp-box .search-icon {
  float: right;
  cursor: pointer;
  margin: 7px -14px 0 0;
  font-size: 12px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html #notebook-column .header .select-box-holder,
#single-note-html #notebook-column .header .select-box-holder,
#new-notebook-html #note-column .header .select-box-holder,
#single-note-html #note-column .header .select-box-holder {
  float: right;
}
#new-notebook-html #notebook-column .header .select-box-holder .select-box,
#single-note-html #notebook-column .header .select-box-holder .select-box,
#new-notebook-html #note-column .header .select-box-holder .select-box,
#single-note-html #note-column .header .select-box-holder .select-box {
  height: 30px;
  line-height: 24px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  width: 160px;
  color: #ccd8e6;
  border: 1px solid #ccd8e6;
  margin-left: 12px;
}
#new-notebook-html #notebook-column .header .select-box-holder .select-box:hover,
#single-note-html #notebook-column .header .select-box-holder .select-box:hover,
#new-notebook-html #note-column .header .select-box-holder .select-box:hover,
#single-note-html #note-column .header .select-box-holder .select-box:hover,
#new-notebook-html #notebook-column .header .select-box-holder .select-box:focus,
#single-note-html #notebook-column .header .select-box-holder .select-box:focus,
#new-notebook-html #note-column .header .select-box-holder .select-box:focus,
#single-note-html #note-column .header .select-box-holder .select-box:focus {
  border: 1px solid #3d7fba;
  color: #666666;
}
#new-notebook-html #notebook-column .annotation_mention_list,
#single-note-html #notebook-column .annotation_mention_list,
#new-notebook-html #note-column .annotation_mention_list,
#single-note-html #note-column .annotation_mention_list {
  background: white;
  border-radius: 3px;
  box-shadow: 0px 1px 5px -2px #1e374d;
  letter-spacing: 0px;
  margin-top: 0;
  max-width: 450px;
  min-width: 350px;
  overflow-y: scroll;
  padding-left: 0;
}
#new-notebook-html #notebook-column .annotation_mention_list .textcomplete-item,
#single-note-html #notebook-column .annotation_mention_list .textcomplete-item,
#new-notebook-html #note-column .annotation_mention_list .textcomplete-item,
#single-note-html #note-column .annotation_mention_list .textcomplete-item {
  clear: both;
  cursor: pointer;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 14px;
  min-height: 30px;
  overflow: hidden;
  padding: 6px 12px;
}
#new-notebook-html #notebook-column .annotation_mention_list .textcomplete-item .mention_full_name,
#single-note-html #notebook-column .annotation_mention_list .textcomplete-item .mention_full_name,
#new-notebook-html #note-column .annotation_mention_list .textcomplete-item .mention_full_name,
#single-note-html #note-column .annotation_mention_list .textcomplete-item .mention_full_name {
  color: #717d8a;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 14px;
  line-height: 24px;
  margin-right: 6px;
  text-transform: capitalize;
}
#new-notebook-html #notebook-column .annotation_mention_list .textcomplete-item .mention_id,
#single-note-html #notebook-column .annotation_mention_list .textcomplete-item .mention_id,
#new-notebook-html #note-column .annotation_mention_list .textcomplete-item .mention_id,
#single-note-html #note-column .annotation_mention_list .textcomplete-item .mention_id {
  color: #7f9fbd;
  line-height: 24px;
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html #notebook-column .annotation_mention_list .textcomplete-item .mention_initials,
#single-note-html #notebook-column .annotation_mention_list .textcomplete-item .mention_initials,
#new-notebook-html #note-column .annotation_mention_list .textcomplete-item .mention_initials,
#single-note-html #note-column .annotation_mention_list .textcomplete-item .mention_initials {
  background: #e8eef7;
  border-radius: 30px;
  border: 1px solid #e8eef7;
  color: #698094;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  margin-right: 18px;
  text-align: center;
  text-transform: uppercase;
  width: 26px;
}
#new-notebook-html #notebook-column .annotation_mention_list .textcomplete-item.active,
#single-note-html #notebook-column .annotation_mention_list .textcomplete-item.active,
#new-notebook-html #note-column .annotation_mention_list .textcomplete-item.active,
#single-note-html #note-column .annotation_mention_list .textcomplete-item.active {
  background: #e8eef7;
}
#new-notebook-html #notebook-column .annotation_mention_list .textcomplete-item.active .mention_initials,
#single-note-html #notebook-column .annotation_mention_list .textcomplete-item.active .mention_initials,
#new-notebook-html #note-column .annotation_mention_list .textcomplete-item.active .mention_initials,
#single-note-html #note-column .annotation_mention_list .textcomplete-item.active .mention_initials {
  background: #ffffff;
}
#new-notebook-html #notebook-column .note-notification,
#single-note-html #notebook-column .note-notification,
#new-notebook-html #note-column .note-notification,
#single-note-html #note-column .note-notification {
  position: absolute;
  right: 10px;
  bottom: 150px;
}
#new-notebook-html #notebook-column .note-notification .notif,
#single-note-html #notebook-column .note-notification .notif,
#new-notebook-html #note-column .note-notification .notif,
#single-note-html #note-column .note-notification .notif {
  padding: 25px 30px 25px 55px;
  box-sizing: border-box;
  width: 405px;
  margin: 16px 0;
  height: 80px;
  border-radius: 4px;
  background-color: #3dbf6f;
  box-shadow: 0 4px 12px 0 rgba(18, 50, 79, 0.26);
}
#new-notebook-html #notebook-column .note-notification .notif .content,
#single-note-html #notebook-column .note-notification .notif .content,
#new-notebook-html #note-column .note-notification .notif .content,
#single-note-html #note-column .note-notification .notif .content,
#new-notebook-html #notebook-column .note-notification .notif .icons,
#single-note-html #notebook-column .note-notification .notif .icons,
#new-notebook-html #note-column .note-notification .notif .icons,
#single-note-html #note-column .note-notification .notif .icons {
  display: inline-block;
  vertical-align: middle;
}
#new-notebook-html #notebook-column .note-notification .notif .message,
#single-note-html #notebook-column .note-notification .notif .message,
#new-notebook-html #note-column .note-notification .notif .message,
#single-note-html #note-column .note-notification .notif .message {
  color: #ffffff;
  display: block;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-notebook-html #notebook-column .note-notification .notif .notif-icon,
#single-note-html #notebook-column .note-notification .notif .notif-icon,
#new-notebook-html #note-column .note-notification .notif .notif-icon,
#single-note-html #note-column .note-notification .notif .notif-icon {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 14px;
  width: 14px;
  background: #ffffff;
  margin-right: 15px;
}
#new-notebook-html #notebook-column .note-notification .notif .success,
#single-note-html #notebook-column .note-notification .notif .success,
#new-notebook-html #note-column .note-notification .notif .success,
#single-note-html #note-column .note-notification .notif .success {
  fill: #3dbf6f;
}
#new-notebook-html #notebook-column .note-notification .notif .fail,
#single-note-html #notebook-column .note-notification .notif .fail,
#new-notebook-html #note-column .note-notification .notif .fail,
#single-note-html #note-column .note-notification .notif .fail {
  fill: #f04848;
}
#new-notebook-html #notebook-column .note-notification .success,
#single-note-html #notebook-column .note-notification .success,
#new-notebook-html #note-column .note-notification .success,
#single-note-html #note-column .note-notification .success {
  background: #3dbf6f;
}
#new-notebook-html #notebook-column .note-notification .fail,
#single-note-html #notebook-column .note-notification .fail,
#new-notebook-html #note-column .note-notification .fail,
#single-note-html #note-column .note-notification .fail {
  background: #f04848;
}
#new-notebook-html #notebook-column .note-notification .neutral,
#single-note-html #notebook-column .note-notification .neutral,
#new-notebook-html #note-column .note-notification .neutral,
#single-note-html #note-column .note-notification .neutral {
  background: #ffffff;
}
#new-notebook-html #notebook-column .note-notification .neutral .message,
#single-note-html #notebook-column .note-notification .neutral .message,
#new-notebook-html #note-column .note-notification .neutral .message,
#single-note-html #note-column .note-notification .neutral .message {
  color: #3d7fba;
}
#new-notebook-html #notebook-column .note-attachment-wrapper,
#single-note-html #notebook-column .note-attachment-wrapper,
#new-notebook-html #note-column .note-attachment-wrapper,
#single-note-html #note-column .note-attachment-wrapper {
  padding: 6px;
  border-top: 1px solid #ccd8e6;
  background: #ffffff;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 8px;
}
#new-notebook-html #notebook-column .note-attachment-wrapper img.thumbnail,
#single-note-html #notebook-column .note-attachment-wrapper img.thumbnail,
#new-notebook-html #note-column .note-attachment-wrapper img.thumbnail,
#single-note-html #note-column .note-attachment-wrapper img.thumbnail {
  width: auto;
  height: 50px;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .attachment-option,
#single-note-html #notebook-column .note-attachment-wrapper .attachment-option,
#new-notebook-html #note-column .note-attachment-wrapper .attachment-option,
#single-note-html #note-column .note-attachment-wrapper .attachment-option {
  list-style-type: none;
  box-shadow: 0 -6px 30px 0 rgba(0, 22, 42, 0.65);
  border-radius: 3px;
  font-size: 13px;
  width: 150px;
  cursor: pointer;
  background-color: #ffffff;
  position: absolute;
  bottom: 80px;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .attachment-option .download-link,
#single-note-html #notebook-column .note-attachment-wrapper .attachment-option .download-link,
#new-notebook-html #note-column .note-attachment-wrapper .attachment-option .download-link,
#single-note-html #note-column .note-attachment-wrapper .attachment-option .download-link {
  text-decoration: none;
  color: #3d7fba;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .attachment-option .type,
#single-note-html #notebook-column .note-attachment-wrapper .attachment-option .type,
#new-notebook-html #note-column .note-attachment-wrapper .attachment-option .type,
#single-note-html #note-column .note-attachment-wrapper .attachment-option .type {
  color: #3d7fba;
  font-size: 13px;
  padding: 12px;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .attachment-option .type:hover,
#single-note-html #notebook-column .note-attachment-wrapper .attachment-option .type:hover,
#new-notebook-html #note-column .note-attachment-wrapper .attachment-option .type:hover,
#single-note-html #note-column .note-attachment-wrapper .attachment-option .type:hover {
  background-color: #f7f8f9;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .fa.icon,
#single-note-html #notebook-column .note-attachment-wrapper .fa.icon,
#new-notebook-html #note-column .note-attachment-wrapper .fa.icon,
#single-note-html #note-column .note-attachment-wrapper .fa.icon {
  font-size: 24px;
  line-height: 40px;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment,
#single-note-html #note-column .note-attachment-wrapper .note-attachment {
  background: #f8f8f8;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 2px;
  width: 155px;
  margin-right: 12px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment .icon-img-holder,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment .icon-img-holder,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment .icon-img-holder,
#single-note-html #note-column .note-attachment-wrapper .note-attachment .icon-img-holder {
  float: left;
  width: 50px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment .icon-img-holder,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment .icon-img-holder,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment .icon-img-holder,
#single-note-html #note-column .note-attachment-wrapper .note-attachment .icon-img-holder,
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment .icon-img-holder:visited,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment .icon-img-holder:visited,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment .icon-img-holder:visited,
#single-note-html #note-column .note-attachment-wrapper .note-attachment .icon-img-holder:visited,
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment .icon-img-holder:active,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment .icon-img-holder:active,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment .icon-img-holder:active,
#single-note-html #note-column .note-attachment-wrapper .note-attachment .icon-img-holder:active {
  text-decoration: none;
  color: #333;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment .detail-holder,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment .detail-holder,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment .detail-holder,
#single-note-html #note-column .note-attachment-wrapper .note-attachment .detail-holder {
  float: left;
  color: #666;
  width: 90px;
  height: 40px;
  border-left: 1px solid #999;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment .detail-holder .title-holder,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment .detail-holder .title-holder,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment .detail-holder .title-holder,
#single-note-html #note-column .note-attachment-wrapper .note-attachment .detail-holder .title-holder {
  margin-left: 5px;
  font-size: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment .detail-holder .sub-text-holder,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment .detail-holder .sub-text-holder,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment .detail-holder .sub-text-holder,
#single-note-html #note-column .note-attachment-wrapper .note-attachment .detail-holder .sub-text-holder {
  margin-left: 5px;
  font-size: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 16px;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment .delete-attachment-btn,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment .delete-attachment-btn,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment .delete-attachment-btn,
#single-note-html #note-column .note-attachment-wrapper .note-attachment .delete-attachment-btn {
  display: none;
  bottom: 28px;
  padding: 3px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment .delete-attachment-btn .fa-close,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment .delete-attachment-btn .fa-close,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment .delete-attachment-btn .fa-close,
#single-note-html #note-column .note-attachment-wrapper .note-attachment .delete-attachment-btn .fa-close {
  position: relative;
  right: 7px;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment:hover,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment:hover,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment:hover,
#single-note-html #note-column .note-attachment-wrapper .note-attachment:hover {
  background: #ffffff;
}
#new-notebook-html #notebook-column .note-attachment-wrapper .note-attachment:hover .delete-attachment-btn,
#single-note-html #notebook-column .note-attachment-wrapper .note-attachment:hover .delete-attachment-btn,
#new-notebook-html #note-column .note-attachment-wrapper .note-attachment:hover .delete-attachment-btn,
#single-note-html #note-column .note-attachment-wrapper .note-attachment:hover .delete-attachment-btn {
  background: #ffffff;
  display: block;
  opacity: 1;
}
#new-notebook-html #notebook-column .note-attachment-wrapper:hover .delete-attachment-btn,
#single-note-html #notebook-column .note-attachment-wrapper:hover .delete-attachment-btn,
#new-notebook-html #note-column .note-attachment-wrapper:hover .delete-attachment-btn,
#single-note-html #note-column .note-attachment-wrapper:hover .delete-attachment-btn {
  display: block;
  opacity: 0.5;
}
#new-notebook-html #notebook-column #note-comment-view #share_plotter,
#single-note-html #notebook-column #note-comment-view #share_plotter,
#new-notebook-html #note-column #note-comment-view #share_plotter,
#single-note-html #note-column #note-comment-view #share_plotter {
  width: 140px;
  color: #ffffff;
  background-color: #464f5f;
  float: left;
  margin-left: 140px;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 6px 12px;
}
#new-notebook-html #notebook-column #note-comment-view .passive_msg,
#single-note-html #notebook-column #note-comment-view .passive_msg,
#new-notebook-html #note-column #note-comment-view .passive_msg,
#single-note-html #note-column #note-comment-view .passive_msg {
  font-size: 12px;
  color: #698094;
  text-align: justify;
  font-family: Helvetica Neue, sans-serif;
  line-height: 18px;
  padding: 12px 18px;
  background: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html #notebook-column #note-comment-view .comment-input,
#single-note-html #notebook-column #note-comment-view .comment-input,
#new-notebook-html #note-column #note-comment-view .comment-input,
#single-note-html #note-column #note-comment-view .comment-input {
  background-color: #d4e0ea;
  box-sizing: border-box;
  height: 156px;
  padding: 15px;
}
#new-notebook-html #notebook-column #note-comment-view .comment-input .comment-form .textoverlay-wrapper,
#single-note-html #notebook-column #note-comment-view .comment-input .comment-form .textoverlay-wrapper,
#new-notebook-html #note-column #note-comment-view .comment-input .comment-form .textoverlay-wrapper,
#single-note-html #note-column #note-comment-view .comment-input .comment-form .textoverlay-wrapper {
  width: 100% !important;
}
#new-notebook-html #notebook-column #note-comment-view .comment-input .comment-form .textoverlay-wrapper #comment-text,
#single-note-html #notebook-column #note-comment-view .comment-input .comment-form .textoverlay-wrapper #comment-text,
#new-notebook-html #note-column #note-comment-view .comment-input .comment-form .textoverlay-wrapper #comment-text,
#single-note-html #note-column #note-comment-view .comment-input .comment-form .textoverlay-wrapper #comment-text {
  width: inherit !important;
}
#new-notebook-html #notebook-column #note-comment-view .comment-input .comment-form #comment-text,
#single-note-html #notebook-column #note-comment-view .comment-input .comment-form #comment-text,
#new-notebook-html #note-column #note-comment-view .comment-input .comment-form #comment-text,
#single-note-html #note-column #note-comment-view .comment-input .comment-form #comment-text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 12px;
  color: #1e374d;
  background-color: #ffffff;
  height: 90px;
  margin: 0;
  padding: 6px 12px;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
#new-notebook-html #notebook-column #note-comment-view .comment-input #send_comment,
#single-note-html #notebook-column #note-comment-view .comment-input #send_comment,
#new-notebook-html #note-column #note-comment-view .comment-input #send_comment,
#single-note-html #note-column #note-comment-view .comment-input #send_comment {
  background-color: #3d7fba;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  padding: 4px 24px;
  margin-top: 13px;
  float: right;
  border: 0;
}
#new-notebook-html #notebook-column #note-comment-view .comment-input #send_comment:hover,
#single-note-html #notebook-column #note-comment-view .comment-input #send_comment:hover,
#new-notebook-html #note-column #note-comment-view .comment-input #send_comment:hover,
#single-note-html #note-column #note-comment-view .comment-input #send_comment:hover {
  background-color: #326b9e;
  cursor: pointer;
}
#new-notebook-html #notebook-column #note-comment-view .comment-input .comment-info,
#single-note-html #notebook-column #note-comment-view .comment-input .comment-info,
#new-notebook-html #note-column #note-comment-view .comment-input .comment-info,
#single-note-html #note-column #note-comment-view .comment-input .comment-info {
  color: #666;
  float: right;
  font-size: 10px;
  padding-top: 21px;
}
#new-notebook-html #notebook-column #note-comment-view .comment-input.disabled,
#single-note-html #notebook-column #note-comment-view .comment-input.disabled,
#new-notebook-html #note-column #note-comment-view .comment-input.disabled,
#single-note-html #note-column #note-comment-view .comment-input.disabled {
  opacity: 0.9;
  pointer-events: none;
}
#new-notebook-html #notebook-column #note-comment-view .comment-input.disabled #comment-text,
#single-note-html #notebook-column #note-comment-view .comment-input.disabled #comment-text,
#new-notebook-html #note-column #note-comment-view .comment-input.disabled #comment-text,
#single-note-html #note-column #note-comment-view .comment-input.disabled #comment-text {
  color: #999;
}
#new-notebook-html #notebook-column #note-comment-view .comments_section,
#single-note-html #notebook-column #note-comment-view .comments_section,
#new-notebook-html #note-column #note-comment-view .comments_section,
#single-note-html #note-column #note-comment-view .comments_section {
  padding: 0;
  outline: none;
  bottom: 0px;
  background-color: #ffffff;
  position: absolute;
  top: 156px;
  overflow: auto;
  width: 100%;
}
#new-notebook-html #notebook-column #note-comment-view .comment,
#single-note-html #notebook-column #note-comment-view .comment,
#new-notebook-html #note-column #note-comment-view .comment,
#single-note-html #note-column #note-comment-view .comment {
  padding: 6px 12px 12px;
  border-bottom: 1px solid #d4e0ea;
  background: #f6f9fb;
  position: relative;
}
#new-notebook-html #notebook-column #note-comment-view .comment .fullname,
#single-note-html #notebook-column #note-comment-view .comment .fullname,
#new-notebook-html #note-column #note-comment-view .comment .fullname,
#single-note-html #note-column #note-comment-view .comment .fullname {
  margin-left: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #4381bc;
  display: inline-block;
}
#new-notebook-html #notebook-column #note-comment-view .comment .timestamp,
#single-note-html #notebook-column #note-comment-view .comment .timestamp,
#new-notebook-html #note-column #note-comment-view .comment .timestamp,
#single-note-html #note-column #note-comment-view .comment .timestamp {
  color: #97a1a8;
  font-size: 11px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  position: absolute;
  right: 8px;
  bottom: 4px;
}
#new-notebook-html #notebook-column #note-comment-view .comment .comment_text,
#single-note-html #notebook-column #note-comment-view .comment .comment_text,
#new-notebook-html #note-column #note-comment-view .comment .comment_text,
#single-note-html #note-column #note-comment-view .comment .comment_text {
  color: #1e374d;
  font-family: hel-light, "Helvetica Neue", sans-serif, Roboto;
  font-size: 13px;
  padding: 5px;
  line-height: 18px;
  margin-bottom: 10px;
}
#new-notebook-html #notebook-column #note-comment-view .comment .buttons,
#single-note-html #notebook-column #note-comment-view .comment .buttons,
#new-notebook-html #note-column #note-comment-view .comment .buttons,
#single-note-html #note-column #note-comment-view .comment .buttons {
  display: inline-block;
  margin-left: 12px;
}
#new-notebook-html #notebook-column #note-comment-view .comment .buttons .btn,
#single-note-html #notebook-column #note-comment-view .comment .buttons .btn,
#new-notebook-html #note-column #note-comment-view .comment .buttons .btn,
#single-note-html #note-column #note-comment-view .comment .buttons .btn {
  color: #ffffff;
  font-size: 9px;
  padding: 3px;
  background-color: #698094;
  height: 18px;
  font-family: Helvetica Neue, sans-serif;
  display: none;
  box-sizing: border-box;
  border: 1px solid #1e374d;
  width: 45px;
  text-align: center;
  cursor: pointer;
}
#new-notebook-html #notebook-column #note-comment-view .comment .edit-btn,
#single-note-html #notebook-column #note-comment-view .comment .edit-btn,
#new-notebook-html #note-column #note-comment-view .comment .edit-btn,
#single-note-html #note-column #note-comment-view .comment .edit-btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
}
#new-notebook-html #notebook-column #note-comment-view .comment .edit-btn:hover,
#single-note-html #notebook-column #note-comment-view .comment .edit-btn:hover,
#new-notebook-html #note-column #note-comment-view .comment .edit-btn:hover,
#single-note-html #note-column #note-comment-view .comment .edit-btn:hover {
  background: #1e374d;
}
#new-notebook-html #notebook-column #note-comment-view .comment .delete-btn,
#single-note-html #notebook-column #note-comment-view .comment .delete-btn,
#new-notebook-html #note-column #note-comment-view .comment .delete-btn,
#single-note-html #note-column #note-comment-view .comment .delete-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#new-notebook-html #notebook-column #note-comment-view .comment:hover .edit-btn,
#single-note-html #notebook-column #note-comment-view .comment:hover .edit-btn,
#new-notebook-html #note-column #note-comment-view .comment:hover .edit-btn,
#single-note-html #note-column #note-comment-view .comment:hover .edit-btn,
#new-notebook-html #notebook-column #note-comment-view .comment:hover .delete-btn,
#single-note-html #notebook-column #note-comment-view .comment:hover .delete-btn,
#new-notebook-html #note-column #note-comment-view .comment:hover .delete-btn,
#single-note-html #note-column #note-comment-view .comment:hover .delete-btn {
  display: inline-block;
}
#new-notebook-html #notebook-column #note-comment-view .top-users-bar,
#single-note-html #notebook-column #note-comment-view .top-users-bar,
#new-notebook-html #note-column #note-comment-view .top-users-bar,
#single-note-html #note-column #note-comment-view .top-users-bar {
  background-color: #e8eef7;
  padding: 6px 12px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html #notebook-column #note-comment-view .top-users-bar .box-title,
#single-note-html #notebook-column #note-comment-view .top-users-bar .box-title,
#new-notebook-html #note-column #note-comment-view .top-users-bar .box-title,
#single-note-html #note-column #note-comment-view .top-users-bar .box-title {
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #698094;
}
#new-notebook-html #notebook-column #note-comment-view .shared_users,
#single-note-html #notebook-column #note-comment-view .shared_users,
#new-notebook-html #note-column #note-comment-view .shared_users,
#single-note-html #note-column #note-comment-view .shared_users {
  display: inline-block;
}
#new-notebook-html #notebook-column #note-comment-view .name_tag,
#single-note-html #notebook-column #note-comment-view .name_tag,
#new-notebook-html #note-column #note-comment-view .name_tag,
#single-note-html #note-column #note-comment-view .name_tag {
  margin: 10px 10px 5px 0;
  font-size: 12px;
  font-family: Helvetica Neue, sans-serif;
  padding: 6px;
  background-color: #ffffff;
  font-weight: bold;
  color: #698094;
  border: 1px solid #698094;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
}
#new-notebook-html #notebook-column #note-comment-view .name_tag.anonymous,
#single-note-html #notebook-column #note-comment-view .name_tag.anonymous,
#new-notebook-html #note-column #note-comment-view .name_tag.anonymous,
#single-note-html #note-column #note-comment-view .name_tag.anonymous {
  font-size: 22px;
  line-height: 22px;
  padding: 2px;
}
#new-notebook-html #notebook-column #note-comment-view .top-users-bar .name_tag,
#single-note-html #notebook-column #note-comment-view .top-users-bar .name_tag,
#new-notebook-html #note-column #note-comment-view .top-users-bar .name_tag,
#single-note-html #note-column #note-comment-view .top-users-bar .name_tag {
  cursor: pointer;
}
#new-notebook-html #notebook-column #note-comment-view .plus-btn,
#single-note-html #notebook-column #note-comment-view .plus-btn,
#new-notebook-html #note-column #note-comment-view .plus-btn,
#single-note-html #note-column #note-comment-view .plus-btn {
  display: inline-block;
  background-color: #464f5f;
  cursor: pointer;
}
#new-notebook-html #notebook-column #note-comment-view.disabled .comment-input #comment-text,
#single-note-html #notebook-column #note-comment-view.disabled .comment-input #comment-text,
#new-notebook-html #note-column #note-comment-view.disabled .comment-input #comment-text,
#single-note-html #note-column #note-comment-view.disabled .comment-input #comment-text {
  background: #dedede;
}
#new-notebook-html #notebook-column #note-fullview,
#single-note-html #notebook-column #note-fullview,
#new-notebook-html #note-column #note-fullview,
#single-note-html #note-column #note-fullview {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .n-wrapper .title,
#single-note-html #notebook-column #note-fullview .note-templates-view .n-wrapper .title,
#new-notebook-html #note-column #note-fullview .note-templates-view .n-wrapper .title,
#single-note-html #note-column #note-fullview .note-templates-view .n-wrapper .title {
  font-size: 20px;
  font-family: hel-light, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions {
  position: absolute;
  top: 0;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ol,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ol,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ul,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ul {
  box-shadow: 0 5px 12px 0 rgba(0, 22, 42, 0.65);
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-radius: 3px;
  overflow: hidden;
  font-size: 11px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol li,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol li,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ol li,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ol li,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul li,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul li,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ul li,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ul li {
  border-bottom: 1px solid #d4e0ea;
  border-radius: 3px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol li > div,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol li > div,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ol li > div,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ol li > div,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul li > div,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul li > div,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ul li > div,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ul li > div {
  padding: 6px 12px;
  background: #ffffff;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol li:last-child,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol li:last-child,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ol li:last-child,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ol li:last-child,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul li:last-child,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul li:last-child,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ul li:last-child,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ul li:last-child {
  border-bottom: none;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol li.active div,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ol li.active div,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ol li.active div,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ol li.active div,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul li.active div,
#single-note-html #notebook-column #note-fullview .note-templates-view .mention-suggestions ul li.active div,
#new-notebook-html #note-column #note-fullview .note-templates-view .mention-suggestions ul li.active div,
#single-note-html #note-column #note-fullview .note-templates-view .mention-suggestions ul li.active div {
  color: #ffffff;
  background: #3d7fba;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .template-container,
#single-note-html #notebook-column #note-fullview .note-templates-view .template-container,
#new-notebook-html #note-column #note-fullview .note-templates-view .template-container,
#single-note-html #note-column #note-fullview .note-templates-view .template-container {
  position: relative;
  padding: 8px 8px 0px 8px;
  background-color: #DEE8F3;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .template-container .ck-wrapper,
#single-note-html #notebook-column #note-fullview .note-templates-view .template-container .ck-wrapper,
#new-notebook-html #note-column #note-fullview .note-templates-view .template-container .ck-wrapper,
#single-note-html #note-column #note-fullview .note-templates-view .template-container .ck-wrapper {
  background-color: #FFFFFF;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar {
  overflow: visible;
  box-sizing: border-box;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_toolbar,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_toolbar,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_toolbar,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_toolbar {
  margin: 3px 0 4px;
  padding: 3px 0;
  border-width: 0px 1px 0px 0px;
  min-height: 26px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_toolbar:last-child,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_toolbar:last-child,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_toolbar:last-child,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_toolbar:last-child {
  border-width: 0px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar #cke_22.cke_toolbar,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar #cke_22.cke_toolbar,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar #cke_22.cke_toolbar,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar #cke_22.cke_toolbar {
  display: none;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar #cke_27,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar #cke_27,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar #cke_27,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar #cke_27 {
  display: none;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_toolgroup,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_toolgroup,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_toolgroup,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_toolgroup {
  margin: 0;
  border-radius: 0px;
  border-width: 0px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_combo.cke_combo__font,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_combo.cke_combo__font,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_combo.cke_combo__font,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_combo.cke_combo__font {
  padding-left: 2px;
  display: none;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__tasks,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__tasks,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__tasks,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__tasks,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__embed,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__embed,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__embed,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__embed {
  display: none;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_combo.cke_combo__fontsize,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_combo.cke_combo__fontsize,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_combo.cke_combo__fontsize,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_combo.cke_combo__fontsize {
  padding-right: 2px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_combo_button,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_combo_button,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_combo_button,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_combo_button {
  margin: 0;
  background-color: transparent;
  border: 0;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_combo_button .cke_combo_text,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_combo_button .cke_combo_text,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_combo_button .cke_combo_text,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_combo_button .cke_combo_text {
  width: auto;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__paste,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__paste,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__paste,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__paste,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__pastetext,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__pastetext,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__pastetext,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__pastetext,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__highlight,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__highlight,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__highlight,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__highlight,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__pastefromword,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__pastefromword,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__pastefromword,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__pastefromword,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__strike,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__strike,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__strike,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__strike,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__image,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_button__image,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__image,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_button__image,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar #cke_36,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar #cke_36,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar #cke_36,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar #cke_36,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar #cke_43,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar #cke_43,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar #cke_43,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar #cke_43 {
  display: none;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_chrome,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_chrome,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_chrome,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_chrome {
  border-radius: 0px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_bottom,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_bottom,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_bottom,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_bottom,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_top,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar .cke_top,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_top,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar .cke_top {
  background: none;
  padding: 0px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button {
  border-radius: 0;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button:last-child,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button:last-child,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button:last-child,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button:last-child {
  border-right: 0px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:active,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:active,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:active,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:active,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:focus,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:focus,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:hover,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:hover,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:hover,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_disabled:hover,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:active,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:active,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:active,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:active,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:focus,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:focus,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:hover,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:hover,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:hover,
#single-note-html #note-column #note-fullview .note-templates-view .ck-toolbar a.cke_button_off:hover {
  background-color: #E0F0FC;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper {
  position: relative;
  transform: translateZ(0);
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-editor,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-editor,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-editor,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-editor,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-editor,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-editor,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-editor,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-editor {
  height: auto;
  padding: 12px 15px;
  box-sizing: border-box;
  min-height: 300px;
  width: 100%;
  font-size: 13px;
  line-height: 1.42em;
  overflow-y: auto ;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar {
  line-height: 30px;
  font-size: 20px;
  color: #1e374d;
  background: #ffffff;
  padding: 12px 18px 0 18px;
  height: 31px;
  transform: translateZ(0);
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar input.add_input,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar input.add_input,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar input.add_input,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar input.add_input,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar input.add_input,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar input.add_input,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar input.add_input,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar input.add_input,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar input.add_input,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar input.add_input,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar input.add_input,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar input.add_input,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar input.add_input,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar input.add_input,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar input.add_input,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar input.add_input {
  border: 0px;
  height: 30px;
  width: 100%;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .brdr-btm,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .brdr-btm,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .brdr-btm,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .brdr-btm,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .brdr-btm,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .brdr-btm,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .brdr-btm,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .brdr-btm,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .brdr-btm,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .brdr-btm,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .brdr-btm,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .brdr-btm,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .brdr-btm,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .brdr-btm,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .brdr-btm,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .brdr-btm {
  border-bottom: 1px solid #ccd8e8;
  margin-top: 30px;
  margin-bottom: -36px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p:focus,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p:focus,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p:focus,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p:focus,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p:focus,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p:focus,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p:focus,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p:focus {
  outline: 0;
  max-width: 100%;
  margin: 0;
  display: block;
  margin-right: 148px;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p:focus,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p:focus,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p:focus,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p:focus,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p:focus,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p:focus,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p:focus,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p:focus,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p:focus,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p:focus {
  overflow-x: auto;
  text-overflow: initial;
  white-space: nowrap;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p[placeholder]:empty:before,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p[placeholder]:empty:before,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p[placeholder]:empty:before,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar p[placeholder]:empty:before,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p[placeholder]:empty:before,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p[placeholder]:empty:before,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p[placeholder]:empty:before,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar p[placeholder]:empty:before,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p[placeholder]:empty:before,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p[placeholder]:empty:before,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p[placeholder]:empty:before,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar p[placeholder]:empty:before,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p[placeholder]:empty:before,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p[placeholder]:empty:before,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p[placeholder]:empty:before,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar p[placeholder]:empty:before {
  content: attr(placeholder);
  color: #889bba;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .last-update-notif:hover,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .last-update-notif:hover,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .last-update-notif:hover,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .last-update-notif:hover,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .last-update-notif:hover,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .last-update-notif:hover,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .last-update-notif:hover,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .last-update-notif:hover,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .last-update-notif:hover,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .last-update-notif:hover,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .last-update-notif:hover,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .last-update-notif:hover,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .last-update-notif:hover,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .last-update-notif:hover,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .last-update-notif:hover,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .last-update-notif:hover {
  opacity: 0.2;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .last-update-notif,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .last-update-notif,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .last-update-notif,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .last-update-notif,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .last-update-notif,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .last-update-notif,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .last-update-notif,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .last-update-notif,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .last-update-notif,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .last-update-notif,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .last-update-notif,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .last-update-notif,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .last-update-notif,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .last-update-notif,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .last-update-notif,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .last-update-notif {
  line-height: 32px;
  font-size: 12px;
  color: #656565;
  position: absolute;
  top: -7px;
  right: 28px;
  display: none;
}
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .show-history,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .show-history,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .show-history,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .ck-titlebar .show-history,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .show-history,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .show-history,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .show-history,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .ck-titlebar .show-history,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .show-history,
#single-note-html #notebook-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .show-history,
#new-notebook-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .show-history,
#single-note-html #note-column #note-fullview .note-templates-view .ck-wrapper .note-titlebar .show-history,
#new-notebook-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .show-history,
#single-note-html #notebook-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .show-history,
#new-notebook-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .show-history,
#single-note-html #note-column #note-fullview .note-templates-view .note-wrapper .note-titlebar .show-history {
  display: block;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#new-notebook-html #notebook-column #note-content .header #noteDocView,
#single-note-html #notebook-column #note-content .header #noteDocView,
#new-notebook-html #note-column #note-content .header #noteDocView,
#single-note-html #note-column #note-content .header #noteDocView,
#new-notebook-html #notebook-column #notebook-content .header #noteDocView,
#single-note-html #notebook-column #notebook-content .header #noteDocView,
#new-notebook-html #note-column #notebook-content .header #noteDocView,
#single-note-html #note-column #notebook-content .header #noteDocView {
  border: 1px solid #ddd;
  border-radius: 2px;
  font-weight: 600;
  height: auto;
  margin-left: 12px;
  padding: 5px 5px;
  line-height: 18px;
}
#new-notebook-html #notebook-column #note-content .header #noteDocView:hover,
#single-note-html #notebook-column #note-content .header #noteDocView:hover,
#new-notebook-html #note-column #note-content .header #noteDocView:hover,
#single-note-html #note-column #note-content .header #noteDocView:hover,
#new-notebook-html #notebook-column #notebook-content .header #noteDocView:hover,
#single-note-html #notebook-column #notebook-content .header #noteDocView:hover,
#new-notebook-html #note-column #notebook-content .header #noteDocView:hover,
#single-note-html #note-column #notebook-content .header #noteDocView:hover {
  background: 0;
  border-color: #3d7fba;
}
#new-notebook-html #notebook-column #note-content .header #noteDocView.active,
#single-note-html #notebook-column #note-content .header #noteDocView.active,
#new-notebook-html #note-column #note-content .header #noteDocView.active,
#single-note-html #note-column #note-content .header #noteDocView.active,
#new-notebook-html #notebook-column #notebook-content .header #noteDocView.active,
#single-note-html #notebook-column #notebook-content .header #noteDocView.active,
#new-notebook-html #note-column #notebook-content .header #noteDocView.active,
#single-note-html #note-column #notebook-content .header #noteDocView.active {
  color: #ffffff;
  background-color: #3d7fba;
  border-color: transparent;
}
#new-notebook-html #notebook-column #note-content .header #noteDocView.active:hover,
#single-note-html #notebook-column #note-content .header #noteDocView.active:hover,
#new-notebook-html #note-column #note-content .header #noteDocView.active:hover,
#single-note-html #note-column #note-content .header #noteDocView.active:hover,
#new-notebook-html #notebook-column #notebook-content .header #noteDocView.active:hover,
#single-note-html #notebook-column #notebook-content .header #noteDocView.active:hover,
#new-notebook-html #note-column #notebook-content .header #noteDocView.active:hover,
#single-note-html #note-column #notebook-content .header #noteDocView.active:hover {
  color: #3d7fba;
  background-color: #ffffff;
  border-color: #3d7fba;
}
#new-notebook-html #notebook-column #note-content .header #noteDocView .label,
#single-note-html #notebook-column #note-content .header #noteDocView .label,
#new-notebook-html #note-column #note-content .header #noteDocView .label,
#single-note-html #note-column #note-content .header #noteDocView .label,
#new-notebook-html #notebook-column #notebook-content .header #noteDocView .label,
#single-note-html #notebook-column #notebook-content .header #noteDocView .label,
#new-notebook-html #note-column #notebook-content .header #noteDocView .label,
#single-note-html #note-column #notebook-content .header #noteDocView .label {
  font-size: 11px;
}
#new-notebook-html #notebook-column #note-content .edit-in-sn-icon,
#single-note-html #notebook-column #note-content .edit-in-sn-icon,
#new-notebook-html #note-column #note-content .edit-in-sn-icon,
#single-note-html #note-column #note-content .edit-in-sn-icon,
#new-notebook-html #notebook-column #notebook-content .edit-in-sn-icon,
#single-note-html #notebook-column #notebook-content .edit-in-sn-icon,
#new-notebook-html #note-column #notebook-content .edit-in-sn-icon,
#single-note-html #note-column #notebook-content .edit-in-sn-icon {
  height: 14px;
  width: 14px;
  fill: #ffffff;
  margin-left: 4px;
}
#new-notebook-html #notebook-column #note-content .fullscreen-button,
#single-note-html #notebook-column #note-content .fullscreen-button,
#new-notebook-html #note-column #note-content .fullscreen-button,
#single-note-html #note-column #note-content .fullscreen-button,
#new-notebook-html #notebook-column #notebook-content .fullscreen-button,
#single-note-html #notebook-column #notebook-content .fullscreen-button,
#new-notebook-html #note-column #notebook-content .fullscreen-button,
#single-note-html #note-column #notebook-content .fullscreen-button,
#new-notebook-html #notebook-column #note-content .fullscreen-button-close,
#single-note-html #notebook-column #note-content .fullscreen-button-close,
#new-notebook-html #note-column #note-content .fullscreen-button-close,
#single-note-html #note-column #note-content .fullscreen-button-close,
#new-notebook-html #notebook-column #notebook-content .fullscreen-button-close,
#single-note-html #notebook-column #notebook-content .fullscreen-button-close,
#new-notebook-html #note-column #notebook-content .fullscreen-button-close,
#single-note-html #note-column #notebook-content .fullscreen-button-close {
  float: right;
  margin: 8px 10px 0 8px;
  cursor: pointer;
}
#new-notebook-html #notebook-column #note-content .fullscreen-button .fullscreen-icon,
#single-note-html #notebook-column #note-content .fullscreen-button .fullscreen-icon,
#new-notebook-html #note-column #note-content .fullscreen-button .fullscreen-icon,
#single-note-html #note-column #note-content .fullscreen-button .fullscreen-icon,
#new-notebook-html #notebook-column #notebook-content .fullscreen-button .fullscreen-icon,
#single-note-html #notebook-column #notebook-content .fullscreen-button .fullscreen-icon,
#new-notebook-html #note-column #notebook-content .fullscreen-button .fullscreen-icon,
#single-note-html #note-column #notebook-content .fullscreen-button .fullscreen-icon,
#new-notebook-html #notebook-column #note-content .fullscreen-button-close .fullscreen-icon,
#single-note-html #notebook-column #note-content .fullscreen-button-close .fullscreen-icon,
#new-notebook-html #note-column #note-content .fullscreen-button-close .fullscreen-icon,
#single-note-html #note-column #note-content .fullscreen-button-close .fullscreen-icon,
#new-notebook-html #notebook-column #notebook-content .fullscreen-button-close .fullscreen-icon,
#single-note-html #notebook-column #notebook-content .fullscreen-button-close .fullscreen-icon,
#new-notebook-html #note-column #notebook-content .fullscreen-button-close .fullscreen-icon,
#single-note-html #note-column #notebook-content .fullscreen-button-close .fullscreen-icon,
#new-notebook-html #notebook-column #note-content .fullscreen-button .close-fullscreen-icon,
#single-note-html #notebook-column #note-content .fullscreen-button .close-fullscreen-icon,
#new-notebook-html #note-column #note-content .fullscreen-button .close-fullscreen-icon,
#single-note-html #note-column #note-content .fullscreen-button .close-fullscreen-icon,
#new-notebook-html #notebook-column #notebook-content .fullscreen-button .close-fullscreen-icon,
#single-note-html #notebook-column #notebook-content .fullscreen-button .close-fullscreen-icon,
#new-notebook-html #note-column #notebook-content .fullscreen-button .close-fullscreen-icon,
#single-note-html #note-column #notebook-content .fullscreen-button .close-fullscreen-icon,
#new-notebook-html #notebook-column #note-content .fullscreen-button-close .close-fullscreen-icon,
#single-note-html #notebook-column #note-content .fullscreen-button-close .close-fullscreen-icon,
#new-notebook-html #note-column #note-content .fullscreen-button-close .close-fullscreen-icon,
#single-note-html #note-column #note-content .fullscreen-button-close .close-fullscreen-icon,
#new-notebook-html #notebook-column #notebook-content .fullscreen-button-close .close-fullscreen-icon,
#single-note-html #notebook-column #notebook-content .fullscreen-button-close .close-fullscreen-icon,
#new-notebook-html #note-column #notebook-content .fullscreen-button-close .close-fullscreen-icon,
#single-note-html #note-column #notebook-content .fullscreen-button-close .close-fullscreen-icon {
  height: 13px;
  width: 13px;
  padding: 4px;
  border-radius: 3px;
  fill: #3d7fba;
}
#new-notebook-html #notebook-column #note-content .icon-more,
#single-note-html #notebook-column #note-content .icon-more,
#new-notebook-html #note-column #note-content .icon-more,
#single-note-html #note-column #note-content .icon-more,
#new-notebook-html #notebook-column #notebook-content .icon-more,
#single-note-html #notebook-column #notebook-content .icon-more,
#new-notebook-html #note-column #notebook-content .icon-more,
#single-note-html #note-column #notebook-content .icon-more {
  height: 13px;
  width: 13px;
  padding: 4px;
  border-radius: 3px;
  fill: #3d7fba;
}
#new-notebook-html #notebook-column #note-content .insert-highlight,
#single-note-html #notebook-column #note-content .insert-highlight,
#new-notebook-html #note-column #note-content .insert-highlight,
#single-note-html #note-column #note-content .insert-highlight,
#new-notebook-html #notebook-column #notebook-content .insert-highlight,
#single-note-html #notebook-column #notebook-content .insert-highlight,
#new-notebook-html #note-column #notebook-content .insert-highlight,
#single-note-html #note-column #notebook-content .insert-highlight,
#new-notebook-html #notebook-column #note-content .insert-contact,
#single-note-html #notebook-column #note-content .insert-contact,
#new-notebook-html #note-column #note-content .insert-contact,
#single-note-html #note-column #note-content .insert-contact,
#new-notebook-html #notebook-column #notebook-content .insert-contact,
#single-note-html #notebook-column #notebook-content .insert-contact,
#new-notebook-html #note-column #notebook-content .insert-contact,
#single-note-html #note-column #notebook-content .insert-contact,
#new-notebook-html #notebook-column #note-content .lock-notif,
#single-note-html #notebook-column #note-content .lock-notif,
#new-notebook-html #note-column #note-content .lock-notif,
#single-note-html #note-column #note-content .lock-notif,
#new-notebook-html #notebook-column #notebook-content .lock-notif,
#single-note-html #notebook-column #notebook-content .lock-notif,
#new-notebook-html #note-column #notebook-content .lock-notif,
#single-note-html #note-column #notebook-content .lock-notif,
#new-notebook-html #notebook-column #note-content .unlock,
#single-note-html #notebook-column #note-content .unlock,
#new-notebook-html #note-column #note-content .unlock,
#single-note-html #note-column #note-content .unlock,
#new-notebook-html #notebook-column #notebook-content .unlock,
#single-note-html #notebook-column #notebook-content .unlock,
#new-notebook-html #note-column #notebook-content .unlock,
#single-note-html #note-column #notebook-content .unlock,
#new-notebook-html #notebook-column #note-content .request-collab,
#single-note-html #notebook-column #note-content .request-collab,
#new-notebook-html #note-column #note-content .request-collab,
#single-note-html #note-column #note-content .request-collab,
#new-notebook-html #notebook-column #notebook-content .request-collab,
#single-note-html #notebook-column #notebook-content .request-collab,
#new-notebook-html #note-column #notebook-content .request-collab,
#single-note-html #note-column #notebook-content .request-collab,
#new-notebook-html #notebook-column #note-content .collab-mode,
#single-note-html #notebook-column #note-content .collab-mode,
#new-notebook-html #note-column #note-content .collab-mode,
#single-note-html #note-column #note-content .collab-mode,
#new-notebook-html #notebook-column #notebook-content .collab-mode,
#single-note-html #notebook-column #notebook-content .collab-mode,
#new-notebook-html #note-column #notebook-content .collab-mode,
#single-note-html #note-column #notebook-content .collab-mode,
#new-notebook-html #notebook-column #note-content .note-collab,
#single-note-html #notebook-column #note-content .note-collab,
#new-notebook-html #note-column #note-content .note-collab,
#single-note-html #note-column #note-content .note-collab,
#new-notebook-html #notebook-column #notebook-content .note-collab,
#single-note-html #notebook-column #notebook-content .note-collab,
#new-notebook-html #note-column #notebook-content .note-collab,
#single-note-html #note-column #notebook-content .note-collab,
#new-notebook-html #notebook-column #note-content .last-update,
#single-note-html #notebook-column #note-content .last-update,
#new-notebook-html #note-column #note-content .last-update,
#single-note-html #note-column #note-content .last-update,
#new-notebook-html #notebook-column #notebook-content .last-update,
#single-note-html #notebook-column #notebook-content .last-update,
#new-notebook-html #note-column #notebook-content .last-update,
#single-note-html #note-column #notebook-content .last-update,
#new-notebook-html #notebook-column #note-content .no-internet,
#single-note-html #notebook-column #note-content .no-internet,
#new-notebook-html #note-column #note-content .no-internet,
#single-note-html #note-column #note-content .no-internet,
#new-notebook-html #notebook-column #notebook-content .no-internet,
#single-note-html #notebook-column #notebook-content .no-internet,
#new-notebook-html #note-column #notebook-content .no-internet,
#single-note-html #note-column #notebook-content .no-internet {
  color: #3d7fba;
  font-weight: 400;
  font-size: 12px;
  padding: 0 4px;
  margin: 12px 4px 8px 4px;
  cursor: pointer;
  border-right: 1px solid #ccd8e6;
  display: inline-block;
  float: right;
}
#new-notebook-html #notebook-column #note-content .insert-highlight span,
#single-note-html #notebook-column #note-content .insert-highlight span,
#new-notebook-html #note-column #note-content .insert-highlight span,
#single-note-html #note-column #note-content .insert-highlight span,
#new-notebook-html #notebook-column #notebook-content .insert-highlight span,
#single-note-html #notebook-column #notebook-content .insert-highlight span,
#new-notebook-html #note-column #notebook-content .insert-highlight span,
#single-note-html #note-column #notebook-content .insert-highlight span,
#new-notebook-html #notebook-column #note-content .insert-contact span,
#single-note-html #notebook-column #note-content .insert-contact span,
#new-notebook-html #note-column #note-content .insert-contact span,
#single-note-html #note-column #note-content .insert-contact span,
#new-notebook-html #notebook-column #notebook-content .insert-contact span,
#single-note-html #notebook-column #notebook-content .insert-contact span,
#new-notebook-html #note-column #notebook-content .insert-contact span,
#single-note-html #note-column #notebook-content .insert-contact span,
#new-notebook-html #notebook-column #note-content .lock-notif span,
#single-note-html #notebook-column #note-content .lock-notif span,
#new-notebook-html #note-column #note-content .lock-notif span,
#single-note-html #note-column #note-content .lock-notif span,
#new-notebook-html #notebook-column #notebook-content .lock-notif span,
#single-note-html #notebook-column #notebook-content .lock-notif span,
#new-notebook-html #note-column #notebook-content .lock-notif span,
#single-note-html #note-column #notebook-content .lock-notif span,
#new-notebook-html #notebook-column #note-content .unlock span,
#single-note-html #notebook-column #note-content .unlock span,
#new-notebook-html #note-column #note-content .unlock span,
#single-note-html #note-column #note-content .unlock span,
#new-notebook-html #notebook-column #notebook-content .unlock span,
#single-note-html #notebook-column #notebook-content .unlock span,
#new-notebook-html #note-column #notebook-content .unlock span,
#single-note-html #note-column #notebook-content .unlock span,
#new-notebook-html #notebook-column #note-content .request-collab span,
#single-note-html #notebook-column #note-content .request-collab span,
#new-notebook-html #note-column #note-content .request-collab span,
#single-note-html #note-column #note-content .request-collab span,
#new-notebook-html #notebook-column #notebook-content .request-collab span,
#single-note-html #notebook-column #notebook-content .request-collab span,
#new-notebook-html #note-column #notebook-content .request-collab span,
#single-note-html #note-column #notebook-content .request-collab span,
#new-notebook-html #notebook-column #note-content .collab-mode span,
#single-note-html #notebook-column #note-content .collab-mode span,
#new-notebook-html #note-column #note-content .collab-mode span,
#single-note-html #note-column #note-content .collab-mode span,
#new-notebook-html #notebook-column #notebook-content .collab-mode span,
#single-note-html #notebook-column #notebook-content .collab-mode span,
#new-notebook-html #note-column #notebook-content .collab-mode span,
#single-note-html #note-column #notebook-content .collab-mode span,
#new-notebook-html #notebook-column #note-content .note-collab span,
#single-note-html #notebook-column #note-content .note-collab span,
#new-notebook-html #note-column #note-content .note-collab span,
#single-note-html #note-column #note-content .note-collab span,
#new-notebook-html #notebook-column #notebook-content .note-collab span,
#single-note-html #notebook-column #notebook-content .note-collab span,
#new-notebook-html #note-column #notebook-content .note-collab span,
#single-note-html #note-column #notebook-content .note-collab span,
#new-notebook-html #notebook-column #note-content .last-update span,
#single-note-html #notebook-column #note-content .last-update span,
#new-notebook-html #note-column #note-content .last-update span,
#single-note-html #note-column #note-content .last-update span,
#new-notebook-html #notebook-column #notebook-content .last-update span,
#single-note-html #notebook-column #notebook-content .last-update span,
#new-notebook-html #note-column #notebook-content .last-update span,
#single-note-html #note-column #notebook-content .last-update span,
#new-notebook-html #notebook-column #note-content .no-internet span,
#single-note-html #notebook-column #note-content .no-internet span,
#new-notebook-html #note-column #note-content .no-internet span,
#single-note-html #note-column #note-content .no-internet span,
#new-notebook-html #notebook-column #notebook-content .no-internet span,
#single-note-html #notebook-column #notebook-content .no-internet span,
#new-notebook-html #note-column #notebook-content .no-internet span,
#single-note-html #note-column #notebook-content .no-internet span {
  position: relative;
  bottom: 3px;
}
#new-notebook-html #notebook-column #note-content .insert-highlight .insert-hl-icon,
#single-note-html #notebook-column #note-content .insert-highlight .insert-hl-icon,
#new-notebook-html #note-column #note-content .insert-highlight .insert-hl-icon,
#single-note-html #note-column #note-content .insert-highlight .insert-hl-icon,
#new-notebook-html #notebook-column #notebook-content .insert-highlight .insert-hl-icon,
#single-note-html #notebook-column #notebook-content .insert-highlight .insert-hl-icon,
#new-notebook-html #note-column #notebook-content .insert-highlight .insert-hl-icon,
#single-note-html #note-column #notebook-content .insert-highlight .insert-hl-icon,
#new-notebook-html #notebook-column #note-content .insert-contact .insert-hl-icon,
#single-note-html #notebook-column #note-content .insert-contact .insert-hl-icon,
#new-notebook-html #note-column #note-content .insert-contact .insert-hl-icon,
#single-note-html #note-column #note-content .insert-contact .insert-hl-icon,
#new-notebook-html #notebook-column #notebook-content .insert-contact .insert-hl-icon,
#single-note-html #notebook-column #notebook-content .insert-contact .insert-hl-icon,
#new-notebook-html #note-column #notebook-content .insert-contact .insert-hl-icon,
#single-note-html #note-column #notebook-content .insert-contact .insert-hl-icon,
#new-notebook-html #notebook-column #note-content .lock-notif .insert-hl-icon,
#single-note-html #notebook-column #note-content .lock-notif .insert-hl-icon,
#new-notebook-html #note-column #note-content .lock-notif .insert-hl-icon,
#single-note-html #note-column #note-content .lock-notif .insert-hl-icon,
#new-notebook-html #notebook-column #notebook-content .lock-notif .insert-hl-icon,
#single-note-html #notebook-column #notebook-content .lock-notif .insert-hl-icon,
#new-notebook-html #note-column #notebook-content .lock-notif .insert-hl-icon,
#single-note-html #note-column #notebook-content .lock-notif .insert-hl-icon,
#new-notebook-html #notebook-column #note-content .unlock .insert-hl-icon,
#single-note-html #notebook-column #note-content .unlock .insert-hl-icon,
#new-notebook-html #note-column #note-content .unlock .insert-hl-icon,
#single-note-html #note-column #note-content .unlock .insert-hl-icon,
#new-notebook-html #notebook-column #notebook-content .unlock .insert-hl-icon,
#single-note-html #notebook-column #notebook-content .unlock .insert-hl-icon,
#new-notebook-html #note-column #notebook-content .unlock .insert-hl-icon,
#single-note-html #note-column #notebook-content .unlock .insert-hl-icon,
#new-notebook-html #notebook-column #note-content .request-collab .insert-hl-icon,
#single-note-html #notebook-column #note-content .request-collab .insert-hl-icon,
#new-notebook-html #note-column #note-content .request-collab .insert-hl-icon,
#single-note-html #note-column #note-content .request-collab .insert-hl-icon,
#new-notebook-html #notebook-column #notebook-content .request-collab .insert-hl-icon,
#single-note-html #notebook-column #notebook-content .request-collab .insert-hl-icon,
#new-notebook-html #note-column #notebook-content .request-collab .insert-hl-icon,
#single-note-html #note-column #notebook-content .request-collab .insert-hl-icon,
#new-notebook-html #notebook-column #note-content .collab-mode .insert-hl-icon,
#single-note-html #notebook-column #note-content .collab-mode .insert-hl-icon,
#new-notebook-html #note-column #note-content .collab-mode .insert-hl-icon,
#single-note-html #note-column #note-content .collab-mode .insert-hl-icon,
#new-notebook-html #notebook-column #notebook-content .collab-mode .insert-hl-icon,
#single-note-html #notebook-column #notebook-content .collab-mode .insert-hl-icon,
#new-notebook-html #note-column #notebook-content .collab-mode .insert-hl-icon,
#single-note-html #note-column #notebook-content .collab-mode .insert-hl-icon,
#new-notebook-html #notebook-column #note-content .note-collab .insert-hl-icon,
#single-note-html #notebook-column #note-content .note-collab .insert-hl-icon,
#new-notebook-html #note-column #note-content .note-collab .insert-hl-icon,
#single-note-html #note-column #note-content .note-collab .insert-hl-icon,
#new-notebook-html #notebook-column #notebook-content .note-collab .insert-hl-icon,
#single-note-html #notebook-column #notebook-content .note-collab .insert-hl-icon,
#new-notebook-html #note-column #notebook-content .note-collab .insert-hl-icon,
#single-note-html #note-column #notebook-content .note-collab .insert-hl-icon,
#new-notebook-html #notebook-column #note-content .last-update .insert-hl-icon,
#single-note-html #notebook-column #note-content .last-update .insert-hl-icon,
#new-notebook-html #note-column #note-content .last-update .insert-hl-icon,
#single-note-html #note-column #note-content .last-update .insert-hl-icon,
#new-notebook-html #notebook-column #notebook-content .last-update .insert-hl-icon,
#single-note-html #notebook-column #notebook-content .last-update .insert-hl-icon,
#new-notebook-html #note-column #notebook-content .last-update .insert-hl-icon,
#single-note-html #note-column #notebook-content .last-update .insert-hl-icon,
#new-notebook-html #notebook-column #note-content .no-internet .insert-hl-icon,
#single-note-html #notebook-column #note-content .no-internet .insert-hl-icon,
#new-notebook-html #note-column #note-content .no-internet .insert-hl-icon,
#single-note-html #note-column #note-content .no-internet .insert-hl-icon,
#new-notebook-html #notebook-column #notebook-content .no-internet .insert-hl-icon,
#single-note-html #notebook-column #notebook-content .no-internet .insert-hl-icon,
#new-notebook-html #note-column #notebook-content .no-internet .insert-hl-icon,
#single-note-html #note-column #notebook-content .no-internet .insert-hl-icon {
  height: 16px;
  width: 16px;
  fill: #3d7fba;
}
#new-notebook-html #notebook-column #note-content .last-update,
#single-note-html #notebook-column #note-content .last-update,
#new-notebook-html #note-column #note-content .last-update,
#single-note-html #note-column #note-content .last-update,
#new-notebook-html #notebook-column #notebook-content .last-update,
#single-note-html #notebook-column #notebook-content .last-update,
#new-notebook-html #note-column #notebook-content .last-update,
#single-note-html #note-column #notebook-content .last-update {
  cursor: default;
}
#new-notebook-html #notebook-column #note-content .note-collab-wrapper,
#single-note-html #notebook-column #note-content .note-collab-wrapper,
#new-notebook-html #note-column #note-content .note-collab-wrapper,
#single-note-html #note-column #note-content .note-collab-wrapper,
#new-notebook-html #notebook-column #notebook-content .note-collab-wrapper,
#single-note-html #notebook-column #notebook-content .note-collab-wrapper,
#new-notebook-html #note-column #notebook-content .note-collab-wrapper,
#single-note-html #note-column #notebook-content .note-collab-wrapper {
  float: left;
  margin-top: 3px;
}
#new-notebook-html #notebook-column #note-content .note-collab-wrapper .last-update,
#single-note-html #notebook-column #note-content .note-collab-wrapper .last-update,
#new-notebook-html #note-column #note-content .note-collab-wrapper .last-update,
#single-note-html #note-column #note-content .note-collab-wrapper .last-update,
#new-notebook-html #notebook-column #notebook-content .note-collab-wrapper .last-update,
#single-note-html #notebook-column #notebook-content .note-collab-wrapper .last-update,
#new-notebook-html #note-column #notebook-content .note-collab-wrapper .last-update,
#single-note-html #note-column #notebook-content .note-collab-wrapper .last-update {
  border-right: 0;
}
#new-notebook-html #notebook-column #note-content .lock-notif,
#single-note-html #notebook-column #note-content .lock-notif,
#new-notebook-html #note-column #note-content .lock-notif,
#single-note-html #note-column #note-content .lock-notif,
#new-notebook-html #notebook-column #notebook-content .lock-notif,
#single-note-html #notebook-column #notebook-content .lock-notif,
#new-notebook-html #note-column #notebook-content .lock-notif,
#single-note-html #note-column #notebook-content .lock-notif {
  font-size: 12px;
  color: #f36d6d;
  cursor: default;
}
#new-notebook-html #notebook-column #note-content .request-collab,
#single-note-html #notebook-column #note-content .request-collab,
#new-notebook-html #note-column #note-content .request-collab,
#single-note-html #note-column #note-content .request-collab,
#new-notebook-html #notebook-column #notebook-content .request-collab,
#single-note-html #notebook-column #notebook-content .request-collab,
#new-notebook-html #note-column #notebook-content .request-collab,
#single-note-html #note-column #notebook-content .request-collab,
#new-notebook-html #notebook-column #note-content .lock-notif,
#single-note-html #notebook-column #note-content .lock-notif,
#new-notebook-html #note-column #note-content .lock-notif,
#single-note-html #note-column #note-content .lock-notif,
#new-notebook-html #notebook-column #notebook-content .lock-notif,
#single-note-html #notebook-column #notebook-content .lock-notif,
#new-notebook-html #note-column #notebook-content .lock-notif,
#single-note-html #note-column #notebook-content .lock-notif {
  float: left;
}
#new-notebook-html #notebook-column #note-content .request-collab,
#single-note-html #notebook-column #note-content .request-collab,
#new-notebook-html #note-column #note-content .request-collab,
#single-note-html #note-column #note-content .request-collab,
#new-notebook-html #notebook-column #notebook-content .request-collab,
#single-note-html #notebook-column #notebook-content .request-collab,
#new-notebook-html #note-column #notebook-content .request-collab,
#single-note-html #note-column #notebook-content .request-collab {
  cursor: pointer;
  border-right: none;
  padding-left: 2px;
}
#new-notebook-html #notebook-column #note-content .collab-mode,
#single-note-html #notebook-column #note-content .collab-mode,
#new-notebook-html #note-column #note-content .collab-mode,
#single-note-html #note-column #note-content .collab-mode,
#new-notebook-html #notebook-column #notebook-content .collab-mode,
#single-note-html #notebook-column #notebook-content .collab-mode,
#new-notebook-html #note-column #notebook-content .collab-mode,
#single-note-html #note-column #notebook-content .collab-mode,
#new-notebook-html #notebook-column #note-content .unlock,
#single-note-html #notebook-column #note-content .unlock,
#new-notebook-html #note-column #note-content .unlock,
#single-note-html #note-column #note-content .unlock,
#new-notebook-html #notebook-column #notebook-content .unlock,
#single-note-html #notebook-column #notebook-content .unlock,
#new-notebook-html #note-column #notebook-content .unlock,
#single-note-html #note-column #notebook-content .unlock {
  border-radius: 3px;
  padding: 8px 18px;
  font-size: 13px;
  background-color: #3d7fba;
  text-align: center;
  color: #f9fcff;
  line-height: 9px;
  margin: 0;
  margin-top: 8px;
}
#new-notebook-html #notebook-column #note-content .collab-mode:hover,
#single-note-html #notebook-column #note-content .collab-mode:hover,
#new-notebook-html #note-column #note-content .collab-mode:hover,
#single-note-html #note-column #note-content .collab-mode:hover,
#new-notebook-html #notebook-column #notebook-content .collab-mode:hover,
#single-note-html #notebook-column #notebook-content .collab-mode:hover,
#new-notebook-html #note-column #notebook-content .collab-mode:hover,
#single-note-html #note-column #notebook-content .collab-mode:hover,
#new-notebook-html #notebook-column #note-content .unlock:hover,
#single-note-html #notebook-column #note-content .unlock:hover,
#new-notebook-html #note-column #note-content .unlock:hover,
#single-note-html #note-column #note-content .unlock:hover,
#new-notebook-html #notebook-column #notebook-content .unlock:hover,
#single-note-html #notebook-column #notebook-content .unlock:hover,
#new-notebook-html #note-column #notebook-content .unlock:hover,
#single-note-html #note-column #notebook-content .unlock:hover {
  background-color: #326b9e;
}
#new-notebook-html #notebook-column #note-content .icon-lock,
#single-note-html #notebook-column #note-content .icon-lock,
#new-notebook-html #note-column #note-content .icon-lock,
#single-note-html #note-column #note-content .icon-lock,
#new-notebook-html #notebook-column #notebook-content .icon-lock,
#single-note-html #notebook-column #notebook-content .icon-lock,
#new-notebook-html #note-column #notebook-content .icon-lock,
#single-note-html #note-column #notebook-content .icon-lock {
  height: 14px;
  width: 13px;
  fill: #f36d6d;
}
#new-notebook-html #notebook-column #note-content .note-collab,
#single-note-html #notebook-column #note-content .note-collab,
#new-notebook-html #note-column #note-content .note-collab,
#single-note-html #note-column #note-content .note-collab,
#new-notebook-html #notebook-column #notebook-content .note-collab,
#single-note-html #notebook-column #notebook-content .note-collab,
#new-notebook-html #note-column #notebook-content .note-collab,
#single-note-html #note-column #notebook-content .note-collab {
  padding-right: 16px;
  font-size: 7px;
}
#new-notebook-html #notebook-column #note-content .note-collab > div:after,
#single-note-html #notebook-column #note-content .note-collab > div:after,
#new-notebook-html #note-column #note-content .note-collab > div:after,
#single-note-html #note-column #note-content .note-collab > div:after,
#new-notebook-html #notebook-column #notebook-content .note-collab > div:after,
#single-note-html #notebook-column #notebook-content .note-collab > div:after,
#new-notebook-html #note-column #notebook-content .note-collab > div:after,
#single-note-html #note-column #notebook-content .note-collab > div:after {
  clear: both;
  content: '';
  display: block;
}
#new-notebook-html #notebook-column #note-content .note-collab .toggle,
#single-note-html #notebook-column #note-content .note-collab .toggle,
#new-notebook-html #note-column #note-content .note-collab .toggle,
#single-note-html #note-column #note-content .note-collab .toggle,
#new-notebook-html #notebook-column #notebook-content .note-collab .toggle,
#single-note-html #notebook-column #notebook-content .note-collab .toggle,
#new-notebook-html #note-column #notebook-content .note-collab .toggle,
#single-note-html #note-column #notebook-content .note-collab .toggle,
#new-notebook-html #notebook-column #note-content .note-collab .label,
#single-note-html #notebook-column #note-content .note-collab .label,
#new-notebook-html #note-column #note-content .note-collab .label,
#single-note-html #note-column #note-content .note-collab .label,
#new-notebook-html #notebook-column #notebook-content .note-collab .label,
#single-note-html #notebook-column #notebook-content .note-collab .label,
#new-notebook-html #note-column #notebook-content .note-collab .label,
#single-note-html #note-column #notebook-content .note-collab .label {
  display: inline-block;
}
#new-notebook-html #notebook-column #note-content .note-collab .toggle,
#single-note-html #notebook-column #note-content .note-collab .toggle,
#new-notebook-html #note-column #note-content .note-collab .toggle,
#single-note-html #note-column #note-content .note-collab .toggle,
#new-notebook-html #notebook-column #notebook-content .note-collab .toggle,
#single-note-html #notebook-column #notebook-content .note-collab .toggle,
#new-notebook-html #note-column #notebook-content .note-collab .toggle,
#single-note-html #note-column #notebook-content .note-collab .toggle {
  position: relative;
  height: 16px;
  width: 32px;
}
#new-notebook-html #notebook-column #note-content .note-collab .label,
#single-note-html #notebook-column #note-content .note-collab .label,
#new-notebook-html #note-column #note-content .note-collab .label,
#single-note-html #note-column #note-content .note-collab .label,
#new-notebook-html #notebook-column #notebook-content .note-collab .label,
#single-note-html #notebook-column #notebook-content .note-collab .label,
#new-notebook-html #note-column #notebook-content .note-collab .label,
#single-note-html #note-column #notebook-content .note-collab .label {
  position: relative;
  height: 11px;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #3d7fba;
  padding-left: 7px;
  vertical-align: top;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl,
#single-note-html #notebook-column #note-content .note-collab .tgl,
#new-notebook-html #note-column #note-content .note-collab .tgl,
#single-note-html #note-column #note-content .note-collab .tgl,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl,
#single-note-html #notebook-column #notebook-content .note-collab .tgl,
#new-notebook-html #note-column #notebook-content .note-collab .tgl,
#single-note-html #note-column #notebook-content .note-collab .tgl {
  display: none;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl,
#single-note-html #notebook-column #note-content .note-collab .tgl,
#new-notebook-html #note-column #note-content .note-collab .tgl,
#single-note-html #note-column #note-content .note-collab .tgl,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl,
#single-note-html #notebook-column #notebook-content .note-collab .tgl,
#new-notebook-html #note-column #notebook-content .note-collab .tgl,
#single-note-html #note-column #notebook-content .note-collab .tgl,
#new-notebook-html #notebook-column #note-content .note-collab .tgl:after,
#single-note-html #notebook-column #note-content .note-collab .tgl:after,
#new-notebook-html #note-column #note-content .note-collab .tgl:after,
#single-note-html #note-column #note-content .note-collab .tgl:after,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl:after,
#single-note-html #notebook-column #notebook-content .note-collab .tgl:after,
#new-notebook-html #note-column #notebook-content .note-collab .tgl:after,
#single-note-html #note-column #notebook-content .note-collab .tgl:after,
#new-notebook-html #notebook-column #note-content .note-collab .tgl:before,
#single-note-html #notebook-column #note-content .note-collab .tgl:before,
#new-notebook-html #note-column #note-content .note-collab .tgl:before,
#single-note-html #note-column #note-content .note-collab .tgl:before,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl:before,
#single-note-html #notebook-column #notebook-content .note-collab .tgl:before,
#new-notebook-html #note-column #notebook-content .note-collab .tgl:before,
#single-note-html #note-column #notebook-content .note-collab .tgl:before,
#new-notebook-html #notebook-column #note-content .note-collab .tgl *,
#single-note-html #notebook-column #note-content .note-collab .tgl *,
#new-notebook-html #note-column #note-content .note-collab .tgl *,
#single-note-html #note-column #note-content .note-collab .tgl *,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl *,
#single-note-html #notebook-column #notebook-content .note-collab .tgl *,
#new-notebook-html #note-column #notebook-content .note-collab .tgl *,
#single-note-html #note-column #notebook-content .note-collab .tgl *,
#new-notebook-html #notebook-column #note-content .note-collab .tgl *:after,
#single-note-html #notebook-column #note-content .note-collab .tgl *:after,
#new-notebook-html #note-column #note-content .note-collab .tgl *:after,
#single-note-html #note-column #note-content .note-collab .tgl *:after,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl *:after,
#single-note-html #notebook-column #notebook-content .note-collab .tgl *:after,
#new-notebook-html #note-column #notebook-content .note-collab .tgl *:after,
#single-note-html #note-column #notebook-content .note-collab .tgl *:after,
#new-notebook-html #notebook-column #note-content .note-collab .tgl *:before,
#single-note-html #notebook-column #note-content .note-collab .tgl *:before,
#new-notebook-html #note-column #note-content .note-collab .tgl *:before,
#single-note-html #note-column #note-content .note-collab .tgl *:before,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl *:before,
#single-note-html #notebook-column #notebook-content .note-collab .tgl *:before,
#new-notebook-html #note-column #notebook-content .note-collab .tgl *:before,
#single-note-html #note-column #notebook-content .note-collab .tgl *:before,
#new-notebook-html #notebook-column #note-content .note-collab .tgl + .tgl-btn,
#single-note-html #notebook-column #note-content .note-collab .tgl + .tgl-btn,
#new-notebook-html #note-column #note-content .note-collab .tgl + .tgl-btn,
#single-note-html #note-column #note-content .note-collab .tgl + .tgl-btn,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn,
#single-note-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn,
#new-notebook-html #note-column #notebook-content .note-collab .tgl + .tgl-btn,
#single-note-html #note-column #notebook-content .note-collab .tgl + .tgl-btn {
  box-sizing: border-box;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl::selection,
#single-note-html #notebook-column #note-content .note-collab .tgl::selection,
#new-notebook-html #note-column #note-content .note-collab .tgl::selection,
#single-note-html #note-column #note-content .note-collab .tgl::selection,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl::selection,
#single-note-html #notebook-column #notebook-content .note-collab .tgl::selection,
#new-notebook-html #note-column #notebook-content .note-collab .tgl::selection,
#single-note-html #note-column #notebook-content .note-collab .tgl::selection,
#new-notebook-html #notebook-column #note-content .note-collab .tgl:after::selection,
#single-note-html #notebook-column #note-content .note-collab .tgl:after::selection,
#new-notebook-html #note-column #note-content .note-collab .tgl:after::selection,
#single-note-html #note-column #note-content .note-collab .tgl:after::selection,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl:after::selection,
#single-note-html #notebook-column #notebook-content .note-collab .tgl:after::selection,
#new-notebook-html #note-column #notebook-content .note-collab .tgl:after::selection,
#single-note-html #note-column #notebook-content .note-collab .tgl:after::selection,
#new-notebook-html #notebook-column #note-content .note-collab .tgl:before::selection,
#single-note-html #notebook-column #note-content .note-collab .tgl:before::selection,
#new-notebook-html #note-column #note-content .note-collab .tgl:before::selection,
#single-note-html #note-column #note-content .note-collab .tgl:before::selection,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl:before::selection,
#single-note-html #notebook-column #notebook-content .note-collab .tgl:before::selection,
#new-notebook-html #note-column #notebook-content .note-collab .tgl:before::selection,
#single-note-html #note-column #notebook-content .note-collab .tgl:before::selection,
#new-notebook-html #notebook-column #note-content .note-collab .tgl *::selection,
#single-note-html #notebook-column #note-content .note-collab .tgl *::selection,
#new-notebook-html #note-column #note-content .note-collab .tgl *::selection,
#single-note-html #note-column #note-content .note-collab .tgl *::selection,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl *::selection,
#single-note-html #notebook-column #notebook-content .note-collab .tgl *::selection,
#new-notebook-html #note-column #notebook-content .note-collab .tgl *::selection,
#single-note-html #note-column #notebook-content .note-collab .tgl *::selection,
#new-notebook-html #notebook-column #note-content .note-collab .tgl *:after::selection,
#single-note-html #notebook-column #note-content .note-collab .tgl *:after::selection,
#new-notebook-html #note-column #note-content .note-collab .tgl *:after::selection,
#single-note-html #note-column #note-content .note-collab .tgl *:after::selection,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl *:after::selection,
#single-note-html #notebook-column #notebook-content .note-collab .tgl *:after::selection,
#new-notebook-html #note-column #notebook-content .note-collab .tgl *:after::selection,
#single-note-html #note-column #notebook-content .note-collab .tgl *:after::selection,
#new-notebook-html #notebook-column #note-content .note-collab .tgl *:before::selection,
#single-note-html #notebook-column #note-content .note-collab .tgl *:before::selection,
#new-notebook-html #note-column #note-content .note-collab .tgl *:before::selection,
#single-note-html #note-column #note-content .note-collab .tgl *:before::selection,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl *:before::selection,
#single-note-html #notebook-column #notebook-content .note-collab .tgl *:before::selection,
#new-notebook-html #note-column #notebook-content .note-collab .tgl *:before::selection,
#single-note-html #note-column #notebook-content .note-collab .tgl *:before::selection,
#new-notebook-html #notebook-column #note-content .note-collab .tgl + .tgl-btn::selection,
#single-note-html #notebook-column #note-content .note-collab .tgl + .tgl-btn::selection,
#new-notebook-html #note-column #note-content .note-collab .tgl + .tgl-btn::selection,
#single-note-html #note-column #note-content .note-collab .tgl + .tgl-btn::selection,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn::selection,
#single-note-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn::selection,
#new-notebook-html #note-column #notebook-content .note-collab .tgl + .tgl-btn::selection,
#single-note-html #note-column #notebook-content .note-collab .tgl + .tgl-btn::selection {
  background: none;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl + .tgl-btn,
#single-note-html #notebook-column #note-content .note-collab .tgl + .tgl-btn,
#new-notebook-html #note-column #note-content .note-collab .tgl + .tgl-btn,
#single-note-html #note-column #note-content .note-collab .tgl + .tgl-btn,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn,
#single-note-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn,
#new-notebook-html #note-column #notebook-content .note-collab .tgl + .tgl-btn,
#single-note-html #note-column #notebook-content .note-collab .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl + .tgl-btn:after,
#single-note-html #notebook-column #note-content .note-collab .tgl + .tgl-btn:after,
#new-notebook-html #note-column #note-content .note-collab .tgl + .tgl-btn:after,
#single-note-html #note-column #note-content .note-collab .tgl + .tgl-btn:after,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn:after,
#single-note-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn:after,
#new-notebook-html #note-column #notebook-content .note-collab .tgl + .tgl-btn:after,
#single-note-html #note-column #notebook-content .note-collab .tgl + .tgl-btn:after,
#new-notebook-html #notebook-column #note-content .note-collab .tgl + .tgl-btn:before,
#single-note-html #notebook-column #note-content .note-collab .tgl + .tgl-btn:before,
#new-notebook-html #note-column #note-content .note-collab .tgl + .tgl-btn:before,
#single-note-html #note-column #note-content .note-collab .tgl + .tgl-btn:before,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn:before,
#single-note-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn:before,
#new-notebook-html #note-column #notebook-content .note-collab .tgl + .tgl-btn:before,
#single-note-html #note-column #notebook-content .note-collab .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 44%;
  height: 100%;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl + .tgl-btn:after,
#single-note-html #notebook-column #note-content .note-collab .tgl + .tgl-btn:after,
#new-notebook-html #note-column #note-content .note-collab .tgl + .tgl-btn:after,
#single-note-html #note-column #note-content .note-collab .tgl + .tgl-btn:after,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn:after,
#single-note-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn:after,
#new-notebook-html #note-column #notebook-content .note-collab .tgl + .tgl-btn:after,
#single-note-html #note-column #notebook-content .note-collab .tgl + .tgl-btn:after {
  left: 0;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl + .tgl-btn:before,
#single-note-html #notebook-column #note-content .note-collab .tgl + .tgl-btn:before,
#new-notebook-html #note-column #note-content .note-collab .tgl + .tgl-btn:before,
#single-note-html #note-column #note-content .note-collab .tgl + .tgl-btn:before,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn:before,
#single-note-html #notebook-column #notebook-content .note-collab .tgl + .tgl-btn:before,
#new-notebook-html #note-column #notebook-content .note-collab .tgl + .tgl-btn:before,
#single-note-html #note-column #notebook-content .note-collab .tgl + .tgl-btn:before {
  display: none;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl:checked + .tgl-btn:after,
#single-note-html #notebook-column #note-content .note-collab .tgl:checked + .tgl-btn:after,
#new-notebook-html #note-column #note-content .note-collab .tgl:checked + .tgl-btn:after,
#single-note-html #note-column #note-content .note-collab .tgl:checked + .tgl-btn:after,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl:checked + .tgl-btn:after,
#single-note-html #notebook-column #notebook-content .note-collab .tgl:checked + .tgl-btn:after,
#new-notebook-html #note-column #notebook-content .note-collab .tgl:checked + .tgl-btn:after,
#single-note-html #note-column #notebook-content .note-collab .tgl:checked + .tgl-btn:after {
  left: 56%;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl-light + .tgl-btn,
#single-note-html #notebook-column #note-content .note-collab .tgl-light + .tgl-btn,
#new-notebook-html #note-column #note-content .note-collab .tgl-light + .tgl-btn,
#single-note-html #note-column #note-content .note-collab .tgl-light + .tgl-btn,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl-light + .tgl-btn,
#single-note-html #notebook-column #notebook-content .note-collab .tgl-light + .tgl-btn,
#new-notebook-html #note-column #notebook-content .note-collab .tgl-light + .tgl-btn,
#single-note-html #note-column #notebook-content .note-collab .tgl-light + .tgl-btn {
  background: #a5b3c7;
  border-radius: 12px;
  padding: 2px;
  transition: all .4s ease;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl-light + .tgl-btn:after,
#single-note-html #notebook-column #note-content .note-collab .tgl-light + .tgl-btn:after,
#new-notebook-html #note-column #note-content .note-collab .tgl-light + .tgl-btn:after,
#single-note-html #note-column #note-content .note-collab .tgl-light + .tgl-btn:after,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl-light + .tgl-btn:after,
#single-note-html #notebook-column #notebook-content .note-collab .tgl-light + .tgl-btn:after,
#new-notebook-html #note-column #notebook-content .note-collab .tgl-light + .tgl-btn:after,
#single-note-html #note-column #notebook-content .note-collab .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #ffffff;
  transition: all .2s ease;
}
#new-notebook-html #notebook-column #note-content .note-collab .tgl-light:checked + .tgl-btn,
#single-note-html #notebook-column #note-content .note-collab .tgl-light:checked + .tgl-btn,
#new-notebook-html #note-column #note-content .note-collab .tgl-light:checked + .tgl-btn,
#single-note-html #note-column #note-content .note-collab .tgl-light:checked + .tgl-btn,
#new-notebook-html #notebook-column #notebook-content .note-collab .tgl-light:checked + .tgl-btn,
#single-note-html #notebook-column #notebook-content .note-collab .tgl-light:checked + .tgl-btn,
#new-notebook-html #note-column #notebook-content .note-collab .tgl-light:checked + .tgl-btn,
#single-note-html #note-column #notebook-content .note-collab .tgl-light:checked + .tgl-btn {
  background: #3d7fba;
}
#new-notebook-html #notebook-column #note-content .note-collab .collab-help,
#single-note-html #notebook-column #note-content .note-collab .collab-help,
#new-notebook-html #note-column #note-content .note-collab .collab-help,
#single-note-html #note-column #note-content .note-collab .collab-help,
#new-notebook-html #notebook-column #notebook-content .note-collab .collab-help,
#single-note-html #notebook-column #notebook-content .note-collab .collab-help,
#new-notebook-html #note-column #notebook-content .note-collab .collab-help,
#single-note-html #note-column #notebook-content .note-collab .collab-help {
  display: inline-block;
}
#new-notebook-html #notebook-column #note-content .note-collab .icon-collab-help,
#single-note-html #notebook-column #note-content .note-collab .icon-collab-help,
#new-notebook-html #note-column #note-content .note-collab .icon-collab-help,
#single-note-html #note-column #note-content .note-collab .icon-collab-help,
#new-notebook-html #notebook-column #notebook-content .note-collab .icon-collab-help,
#single-note-html #notebook-column #notebook-content .note-collab .icon-collab-help,
#new-notebook-html #note-column #notebook-content .note-collab .icon-collab-help,
#single-note-html #note-column #notebook-content .note-collab .icon-collab-help {
  fill: #3d7fba;
  padding-left: 7px;
  width: 16px;
  height: 16px;
}
#new-notebook-html #notebook-column #note-content .team-editing-status,
#single-note-html #notebook-column #note-content .team-editing-status,
#new-notebook-html #note-column #note-content .team-editing-status,
#single-note-html #note-column #note-content .team-editing-status,
#new-notebook-html #notebook-column #notebook-content .team-editing-status,
#single-note-html #notebook-column #notebook-content .team-editing-status,
#new-notebook-html #note-column #notebook-content .team-editing-status,
#single-note-html #note-column #notebook-content .team-editing-status {
  float: right;
  width: 174px;
  height: 24px;
  border-radius: 2px;
  background-color: #e8eef7;
  padding: 3px 10px;
  margin-top: 5px;
}
#new-notebook-html #notebook-column #note-content .team-editing-status .icon-visible,
#single-note-html #notebook-column #note-content .team-editing-status .icon-visible,
#new-notebook-html #note-column #note-content .team-editing-status .icon-visible,
#single-note-html #note-column #note-content .team-editing-status .icon-visible,
#new-notebook-html #notebook-column #notebook-content .team-editing-status .icon-visible,
#single-note-html #notebook-column #notebook-content .team-editing-status .icon-visible,
#new-notebook-html #note-column #notebook-content .team-editing-status .icon-visible,
#single-note-html #note-column #notebook-content .team-editing-status .icon-visible {
  width: 14px;
  height: 14px;
  fill: #3d7fba;
  margin: 5px 0 0 5px;
  position: absolute;
}
#new-notebook-html #notebook-column #note-content .team-editing-status .status,
#single-note-html #notebook-column #note-content .team-editing-status .status,
#new-notebook-html #note-column #note-content .team-editing-status .status,
#single-note-html #note-column #note-content .team-editing-status .status,
#new-notebook-html #notebook-column #notebook-content .team-editing-status .status,
#single-note-html #notebook-column #notebook-content .team-editing-status .status,
#new-notebook-html #note-column #notebook-content .team-editing-status .status,
#single-note-html #note-column #notebook-content .team-editing-status .status {
  height: 11.5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
  color: #3d7fba;
  margin-left: 25px;
  margin-top: 6px;
  display: inline-block;
}
#new-notebook-html #notebook-column #note-content .insert-highlight,
#single-note-html #notebook-column #note-content .insert-highlight,
#new-notebook-html #note-column #note-content .insert-highlight,
#single-note-html #note-column #note-content .insert-highlight,
#new-notebook-html #notebook-column #notebook-content .insert-highlight,
#single-note-html #notebook-column #notebook-content .insert-highlight,
#new-notebook-html #note-column #notebook-content .insert-highlight,
#single-note-html #note-column #notebook-content .insert-highlight {
  padding: 0 6px;
  margin: 12px 4px 8px 4px;
}
#new-notebook-html #notebook-column #note-content .no-internet,
#single-note-html #notebook-column #note-content .no-internet,
#new-notebook-html #note-column #note-content .no-internet,
#single-note-html #note-column #note-content .no-internet,
#new-notebook-html #notebook-column #notebook-content .no-internet,
#single-note-html #notebook-column #notebook-content .no-internet,
#new-notebook-html #note-column #notebook-content .no-internet,
#single-note-html #note-column #notebook-content .no-internet {
  color: brown;
  display: none;
  float: left;
}
#new-notebook-html #notebook-column #note-content .thesis-btn-bg,
#single-note-html #notebook-column #note-content .thesis-btn-bg,
#new-notebook-html #note-column #note-content .thesis-btn-bg,
#single-note-html #note-column #note-content .thesis-btn-bg,
#new-notebook-html #notebook-column #notebook-content .thesis-btn-bg,
#single-note-html #notebook-column #notebook-content .thesis-btn-bg,
#new-notebook-html #note-column #notebook-content .thesis-btn-bg,
#single-note-html #note-column #notebook-content .thesis-btn-bg {
  float: right;
  width: 200px;
  height: 40px;
  display: none;
}
#new-notebook-html #notebook-column #note-content .utilities-container,
#single-note-html #notebook-column #note-content .utilities-container,
#new-notebook-html #note-column #note-content .utilities-container,
#single-note-html #note-column #note-content .utilities-container,
#new-notebook-html #notebook-column #notebook-content .utilities-container,
#single-note-html #notebook-column #notebook-content .utilities-container,
#new-notebook-html #note-column #notebook-content .utilities-container,
#single-note-html #note-column #notebook-content .utilities-container {
  color: #5b6067;
  height: 40px;
  margin: 0 8px;
  position: relative;
}
#new-notebook-html #notebook-column #note-content .utilities-container .menu2,
#single-note-html #notebook-column #note-content .utilities-container .menu2,
#new-notebook-html #note-column #note-content .utilities-container .menu2,
#single-note-html #note-column #note-content .utilities-container .menu2,
#new-notebook-html #notebook-column #notebook-content .utilities-container .menu2,
#single-note-html #notebook-column #notebook-content .utilities-container .menu2,
#new-notebook-html #note-column #notebook-content .utilities-container .menu2,
#single-note-html #note-column #notebook-content .utilities-container .menu2 {
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #3d7fba;
  font-size: 12px;
  margin-top: 10px;
}
#new-notebook-html #notebook-column #note-content .utilities-container .icon,
#single-note-html #notebook-column #note-content .utilities-container .icon,
#new-notebook-html #note-column #note-content .utilities-container .icon,
#single-note-html #note-column #note-content .utilities-container .icon,
#new-notebook-html #notebook-column #notebook-content .utilities-container .icon,
#single-note-html #notebook-column #notebook-content .utilities-container .icon,
#new-notebook-html #note-column #notebook-content .utilities-container .icon,
#single-note-html #note-column #notebook-content .utilities-container .icon {
  height: 28px;
  width: 28px;
  fill: #3d7fba;
  border-radius: 2px;
  border: 1px solid #3d7fba;
}
#new-notebook-html #notebook-column #note-content .utilities-container .icon:hover,
#single-note-html #notebook-column #note-content .utilities-container .icon:hover,
#new-notebook-html #note-column #note-content .utilities-container .icon:hover,
#single-note-html #note-column #note-content .utilities-container .icon:hover,
#new-notebook-html #notebook-column #notebook-content .utilities-container .icon:hover,
#single-note-html #notebook-column #notebook-content .utilities-container .icon:hover,
#new-notebook-html #note-column #notebook-content .utilities-container .icon:hover,
#single-note-html #note-column #notebook-content .utilities-container .icon:hover {
  cursor: pointer;
}
#new-notebook-html #notebook-column #note-content .utilities-container .utilities,
#single-note-html #notebook-column #note-content .utilities-container .utilities,
#new-notebook-html #note-column #note-content .utilities-container .utilities,
#single-note-html #note-column #note-content .utilities-container .utilities,
#new-notebook-html #notebook-column #notebook-content .utilities-container .utilities,
#single-note-html #notebook-column #notebook-content .utilities-container .utilities,
#new-notebook-html #note-column #notebook-content .utilities-container .utilities,
#single-note-html #note-column #notebook-content .utilities-container .utilities {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  display: none;
  position: absolute;
  right: 0;
  top: 38px;
  width: 180px;
  z-index: 8;
}
#new-notebook-html #notebook-column #note-content .utilities-container .utilities .list,
#single-note-html #notebook-column #note-content .utilities-container .utilities .list,
#new-notebook-html #note-column #note-content .utilities-container .utilities .list,
#single-note-html #note-column #note-content .utilities-container .utilities .list,
#new-notebook-html #notebook-column #notebook-content .utilities-container .utilities .list,
#single-note-html #notebook-column #notebook-content .utilities-container .utilities .list,
#new-notebook-html #note-column #notebook-content .utilities-container .utilities .list,
#single-note-html #note-column #notebook-content .utilities-container .utilities .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#new-notebook-html #notebook-column #note-content .utilities-container .utilities .list .type,
#single-note-html #notebook-column #note-content .utilities-container .utilities .list .type,
#new-notebook-html #note-column #note-content .utilities-container .utilities .list .type,
#single-note-html #note-column #note-content .utilities-container .utilities .list .type,
#new-notebook-html #notebook-column #notebook-content .utilities-container .utilities .list .type,
#single-note-html #notebook-column #notebook-content .utilities-container .utilities .list .type,
#new-notebook-html #note-column #notebook-content .utilities-container .utilities .list .type,
#single-note-html #note-column #notebook-content .utilities-container .utilities .list .type {
  color: #3d7fba;
  font-size: 13px;
  padding: 12px;
}
#new-notebook-html #notebook-column #note-content .utilities-container .utilities .list .type:hover,
#single-note-html #notebook-column #note-content .utilities-container .utilities .list .type:hover,
#new-notebook-html #note-column #note-content .utilities-container .utilities .list .type:hover,
#single-note-html #note-column #note-content .utilities-container .utilities .list .type:hover,
#new-notebook-html #notebook-column #notebook-content .utilities-container .utilities .list .type:hover,
#single-note-html #notebook-column #notebook-content .utilities-container .utilities .list .type:hover,
#new-notebook-html #note-column #notebook-content .utilities-container .utilities .list .type:hover,
#single-note-html #note-column #notebook-content .utilities-container .utilities .list .type:hover {
  background-color: #e8eef7;
  color: #3d7fba;
  cursor: pointer;
}
#new-notebook-html #notebook-column #note-content .utilities-container .utilities .list .type .new-icon,
#single-note-html #notebook-column #note-content .utilities-container .utilities .list .type .new-icon,
#new-notebook-html #note-column #note-content .utilities-container .utilities .list .type .new-icon,
#single-note-html #note-column #note-content .utilities-container .utilities .list .type .new-icon,
#new-notebook-html #notebook-column #notebook-content .utilities-container .utilities .list .type .new-icon,
#single-note-html #notebook-column #notebook-content .utilities-container .utilities .list .type .new-icon,
#new-notebook-html #note-column #notebook-content .utilities-container .utilities .list .type .new-icon,
#single-note-html #note-column #notebook-content .utilities-container .utilities .list .type .new-icon {
  font-size: 15px;
  height: auto;
  padding: 0;
}
#new-notebook-html #notebook-column #note-content .utilities-container .utilities .list .type .new-icon:hover,
#single-note-html #notebook-column #note-content .utilities-container .utilities .list .type .new-icon:hover,
#new-notebook-html #note-column #note-content .utilities-container .utilities .list .type .new-icon:hover,
#single-note-html #note-column #note-content .utilities-container .utilities .list .type .new-icon:hover,
#new-notebook-html #notebook-column #notebook-content .utilities-container .utilities .list .type .new-icon:hover,
#single-note-html #notebook-column #notebook-content .utilities-container .utilities .list .type .new-icon:hover,
#new-notebook-html #note-column #notebook-content .utilities-container .utilities .list .type .new-icon:hover,
#single-note-html #note-column #notebook-content .utilities-container .utilities .list .type .new-icon:hover {
  background: 0;
}
#new-notebook-html #notebook-column #note-content .utilities-container .utilities .list .minimize-editor .toggle,
#single-note-html #notebook-column #note-content .utilities-container .utilities .list .minimize-editor .toggle,
#new-notebook-html #note-column #note-content .utilities-container .utilities .list .minimize-editor .toggle,
#single-note-html #note-column #note-content .utilities-container .utilities .list .minimize-editor .toggle,
#new-notebook-html #notebook-column #notebook-content .utilities-container .utilities .list .minimize-editor .toggle,
#single-note-html #notebook-column #notebook-content .utilities-container .utilities .list .minimize-editor .toggle,
#new-notebook-html #note-column #notebook-content .utilities-container .utilities .list .minimize-editor .toggle,
#single-note-html #note-column #notebook-content .utilities-container .utilities .list .minimize-editor .toggle {
  width: 36px;
  /* box-sizing: border-box; */
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
}
#new-notebook-html #notebook-column #note-content .utilities-container .utilities .list .minimize-editor .toggle .tgl-btn,
#single-note-html #notebook-column #note-content .utilities-container .utilities .list .minimize-editor .toggle .tgl-btn,
#new-notebook-html #note-column #note-content .utilities-container .utilities .list .minimize-editor .toggle .tgl-btn,
#single-note-html #note-column #note-content .utilities-container .utilities .list .minimize-editor .toggle .tgl-btn,
#new-notebook-html #notebook-column #notebook-content .utilities-container .utilities .list .minimize-editor .toggle .tgl-btn,
#single-note-html #notebook-column #notebook-content .utilities-container .utilities .list .minimize-editor .toggle .tgl-btn,
#new-notebook-html #note-column #notebook-content .utilities-container .utilities .list .minimize-editor .toggle .tgl-btn,
#single-note-html #note-column #notebook-content .utilities-container .utilities .list .minimize-editor .toggle .tgl-btn {
  height: 16px;
  width: 30px;
}
#new-notebook-html #notebook-column #note-content .ck-note-msg,
#single-note-html #notebook-column #note-content .ck-note-msg,
#new-notebook-html #note-column #note-content .ck-note-msg,
#single-note-html #note-column #note-content .ck-note-msg,
#new-notebook-html #notebook-column #notebook-content .ck-note-msg,
#single-note-html #notebook-column #notebook-content .ck-note-msg,
#new-notebook-html #note-column #notebook-content .ck-note-msg,
#single-note-html #note-column #notebook-content .ck-note-msg {
  display: none;
  position: absolute;
  top: 80px;
  right: 22px;
  padding: 8px 30px;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  background: #f04848;
  font-size: 14px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show,
#single-note-html #notebook-column #note-content #shared-users-add-show,
#new-notebook-html #note-column #note-content #shared-users-add-show,
#single-note-html #note-column #note-content #shared-users-add-show,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show,
#single-note-html #notebook-column #notebook-content #shared-users-add-show,
#new-notebook-html #note-column #notebook-content #shared-users-add-show,
#single-note-html #note-column #notebook-content #shared-users-add-show {
  /*background:#D3E0EC;*/
  height: 30px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .share-user-msg-text,
#single-note-html #notebook-column #note-content #shared-users-add-show .share-user-msg-text,
#new-notebook-html #note-column #note-content #shared-users-add-show .share-user-msg-text,
#single-note-html #note-column #note-content #shared-users-add-show .share-user-msg-text,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .share-user-msg-text,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .share-user-msg-text,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .share-user-msg-text,
#single-note-html #note-column #notebook-content #shared-users-add-show .share-user-msg-text {
  border-left: 2px solid #EBEFF4;
  height: 30px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper {
  position: relative;
  overflow: hidden;
  height: 30px;
  border: 1px solid transparent;
  margin-top: -1px;
  display: none;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized,
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded {
  overflow: hidden;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized .all-users,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized .all-users,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized .all-users,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized .all-users,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .all-users,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .all-users,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .all-users,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .all-users,
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded .all-users,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded .all-users,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded .all-users,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded .all-users,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .all-users,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .all-users,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .all-users,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .all-users {
  margin-right: 16px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse,
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse {
  position: absolute;
  top: 6px;
  right: 3px;
  color: #698094;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized {
  height: 30px;
  border: 1px solid transparent;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::before,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::before,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::before,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::before,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::before,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::before,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::before,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::before {
  margin-right: 4px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::after,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::after,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::after,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::after,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::after,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::after,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::after,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.minimized .expand-collapse::after {
  content: "\f107";
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded {
  background-color: white;
  z-index: 9999;
  border: 1px solid rgba(212, 224, 234, 0.7);
  border-radius: 3px;
  box-shadow: 0 2px 5px -2px #1e374d;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::before,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::before,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::before,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::before,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::before,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::before,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::before,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::before {
  margin-right: 4px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::after,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::after,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::after,
#single-note-html #note-column #note-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::after,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::after,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::after,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::after,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users-wrapper.expanded .expand-collapse::after {
  content: "\f106";
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .owner-wrapper .item-new,
#single-note-html #notebook-column #note-content #shared-users-add-show .owner-wrapper .item-new,
#new-notebook-html #note-column #note-content #shared-users-add-show .owner-wrapper .item-new,
#single-note-html #note-column #note-content #shared-users-add-show .owner-wrapper .item-new,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .owner-wrapper .item-new,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .owner-wrapper .item-new,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .owner-wrapper .item-new,
#single-note-html #note-column #notebook-content #shared-users-add-show .owner-wrapper .item-new {
  float: left;
  font-size: 12px;
  color: #5C7C9A;
  font-weight: 500;
  line-height: 18px;
  padding: 3px 6px;
  border-radius: 2px;
  margin-top: 3px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .owner-wrapper .item-new .close-button,
#single-note-html #notebook-column #note-content #shared-users-add-show .owner-wrapper .item-new .close-button,
#new-notebook-html #note-column #note-content #shared-users-add-show .owner-wrapper .item-new .close-button,
#single-note-html #note-column #note-content #shared-users-add-show .owner-wrapper .item-new .close-button,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .owner-wrapper .item-new .close-button,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .owner-wrapper .item-new .close-button,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .owner-wrapper .item-new .close-button,
#single-note-html #note-column #notebook-content #shared-users-add-show .owner-wrapper .item-new .close-button {
  display: none;
  width: 6px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 4px 3px 0 6px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users,
#single-note-html #note-column #note-content #shared-users-add-show .all-users,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users {
  /*width: 70.3%;*/
  float: left;
  padding: 3px 0 6px 0;
  overflow: hidden;
  /*height: 26px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users .show-user,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users .show-user,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users .show-user,
#single-note-html #note-column #note-content #shared-users-add-show .all-users .show-user,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users .show-user,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users .show-user,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users .show-user,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users .show-user {
  color: #595959;
  font-size: 10px;
  line-height: 18px;
  padding-right: 5px;
  padding-top: 4px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users .show-user:first-child,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users .show-user:first-child,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users .show-user:first-child,
#single-note-html #note-column #note-content #shared-users-add-show .all-users .show-user:first-child,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users .show-user:first-child,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users .show-user:first-child,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users .show-user:first-child,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users .show-user:first-child {
  padding-left: 10px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users .item-new,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users .item-new,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users .item-new,
#single-note-html #note-column #note-content #shared-users-add-show .all-users .item-new,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users .item-new,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users .item-new,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users .item-new,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users .item-new {
  background: #EBEFF4;
  float: left;
  font-size: 12px;
  color: #5C7C9A;
  font-weight: 500;
  line-height: 12px;
  padding: 3px 6px;
  border-radius: 2px;
  margin-bottom: 6px;
  margin-left: 6px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .all-users .item-new .close-button,
#single-note-html #notebook-column #note-content #shared-users-add-show .all-users .item-new .close-button,
#new-notebook-html #note-column #note-content #shared-users-add-show .all-users .item-new .close-button,
#single-note-html #note-column #note-content #shared-users-add-show .all-users .item-new .close-button,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .all-users .item-new .close-button,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .all-users .item-new .close-button,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .all-users .item-new .close-button,
#single-note-html #note-column #notebook-content #shared-users-add-show .all-users .item-new .close-button {
  width: 6px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 4px 3px 0 6px;
}
#new-notebook-html #notebook-column #note-content #shared-users-add-show .user-add input,
#single-note-html #notebook-column #note-content #shared-users-add-show .user-add input,
#new-notebook-html #note-column #note-content #shared-users-add-show .user-add input,
#single-note-html #note-column #note-content #shared-users-add-show .user-add input,
#new-notebook-html #notebook-column #notebook-content #shared-users-add-show .user-add input,
#single-note-html #notebook-column #notebook-content #shared-users-add-show .user-add input,
#new-notebook-html #note-column #notebook-content #shared-users-add-show .user-add input,
#single-note-html #note-column #notebook-content #shared-users-add-show .user-add input {
  width: 100px;
  max-width: 180px;
  background-color: #ffffff;
  color: #3d7fba;
  float: left;
  font-size: 11px;
  line-height: 18px;
  padding: 3px 5px;
  border-radius: 3px;
  margin-left: 6px;
  margin-top: 2px;
  outline: none;
  border: 1px solid #7db1E3;
  box-shadow: none;
  -webkit-transition: none;
}
#new-notebook-html #notebook-column #note-content.ck-note .open-doc-link,
#single-note-html #notebook-column #note-content.ck-note .open-doc-link,
#new-notebook-html #note-column #note-content.ck-note .open-doc-link,
#single-note-html #note-column #note-content.ck-note .open-doc-link,
#new-notebook-html #notebook-column #notebook-content.ck-note .open-doc-link,
#single-note-html #notebook-column #notebook-content.ck-note .open-doc-link,
#new-notebook-html #note-column #notebook-content.ck-note .open-doc-link,
#single-note-html #note-column #notebook-content.ck-note .open-doc-link,
#new-notebook-html #notebook-column #note-content.ck-note .doc-additional-bar,
#single-note-html #notebook-column #note-content.ck-note .doc-additional-bar,
#new-notebook-html #note-column #note-content.ck-note .doc-additional-bar,
#single-note-html #note-column #note-content.ck-note .doc-additional-bar,
#new-notebook-html #notebook-column #notebook-content.ck-note .doc-additional-bar,
#single-note-html #notebook-column #notebook-content.ck-note .doc-additional-bar,
#new-notebook-html #note-column #notebook-content.ck-note .doc-additional-bar,
#single-note-html #note-column #notebook-content.ck-note .doc-additional-bar {
  display: none;
}
#new-notebook-html #notebook-column #note-content.ck-note .utilities-container,
#single-note-html #notebook-column #note-content.ck-note .utilities-container,
#new-notebook-html #note-column #note-content.ck-note .utilities-container,
#single-note-html #note-column #note-content.ck-note .utilities-container,
#new-notebook-html #notebook-column #notebook-content.ck-note .utilities-container,
#single-note-html #notebook-column #notebook-content.ck-note .utilities-container,
#new-notebook-html #note-column #notebook-content.ck-note .utilities-container,
#single-note-html #note-column #notebook-content.ck-note .utilities-container {
  display: block;
}
#new-notebook-html #notebook-column #note-content.highlight-note #saveTemplateBtn,
#single-note-html #notebook-column #note-content.highlight-note #saveTemplateBtn,
#new-notebook-html #note-column #note-content.highlight-note #saveTemplateBtn,
#single-note-html #note-column #note-content.highlight-note #saveTemplateBtn,
#new-notebook-html #notebook-column #notebook-content.highlight-note #saveTemplateBtn,
#single-note-html #notebook-column #notebook-content.highlight-note #saveTemplateBtn,
#new-notebook-html #note-column #notebook-content.highlight-note #saveTemplateBtn,
#single-note-html #note-column #notebook-content.highlight-note #saveTemplateBtn,
#new-notebook-html #notebook-column #note-content.highlight-note .show-history,
#single-note-html #notebook-column #note-content.highlight-note .show-history,
#new-notebook-html #note-column #note-content.highlight-note .show-history,
#single-note-html #note-column #note-content.highlight-note .show-history,
#new-notebook-html #notebook-column #notebook-content.highlight-note .show-history,
#single-note-html #notebook-column #notebook-content.highlight-note .show-history,
#new-notebook-html #note-column #notebook-content.highlight-note .show-history,
#single-note-html #note-column #notebook-content.highlight-note .show-history,
#new-notebook-html #notebook-column #note-content.highlight-note .create-note-copy,
#single-note-html #notebook-column #note-content.highlight-note .create-note-copy,
#new-notebook-html #note-column #note-content.highlight-note .create-note-copy,
#single-note-html #note-column #note-content.highlight-note .create-note-copy,
#new-notebook-html #notebook-column #notebook-content.highlight-note .create-note-copy,
#single-note-html #notebook-column #notebook-content.highlight-note .create-note-copy,
#new-notebook-html #note-column #notebook-content.highlight-note .create-note-copy,
#single-note-html #note-column #notebook-content.highlight-note .create-note-copy,
#new-notebook-html #notebook-column #note-content.highlight-note .minimize-editor,
#single-note-html #notebook-column #note-content.highlight-note .minimize-editor,
#new-notebook-html #note-column #note-content.highlight-note .minimize-editor,
#single-note-html #note-column #note-content.highlight-note .minimize-editor,
#new-notebook-html #notebook-column #notebook-content.highlight-note .minimize-editor,
#single-note-html #notebook-column #notebook-content.highlight-note .minimize-editor,
#new-notebook-html #note-column #notebook-content.highlight-note .minimize-editor,
#single-note-html #note-column #notebook-content.highlight-note .minimize-editor {
  display: none;
}
#new-notebook-html #notebook-column #note-content.highlight-note .utilities-container,
#single-note-html #notebook-column #note-content.highlight-note .utilities-container,
#new-notebook-html #note-column #note-content.highlight-note .utilities-container,
#single-note-html #note-column #note-content.highlight-note .utilities-container,
#new-notebook-html #notebook-column #notebook-content.highlight-note .utilities-container,
#single-note-html #notebook-column #notebook-content.highlight-note .utilities-container,
#new-notebook-html #note-column #notebook-content.highlight-note .utilities-container,
#single-note-html #note-column #notebook-content.highlight-note .utilities-container {
  display: block;
}
#new-notebook-html #notebook-column #note-content.ro-note #saveTemplateBtn,
#single-note-html #notebook-column #note-content.ro-note #saveTemplateBtn,
#new-notebook-html #note-column #note-content.ro-note #saveTemplateBtn,
#single-note-html #note-column #note-content.ro-note #saveTemplateBtn,
#new-notebook-html #notebook-column #notebook-content.ro-note #saveTemplateBtn,
#single-note-html #notebook-column #notebook-content.ro-note #saveTemplateBtn,
#new-notebook-html #note-column #notebook-content.ro-note #saveTemplateBtn,
#single-note-html #note-column #notebook-content.ro-note #saveTemplateBtn,
#new-notebook-html #notebook-column #note-content.ro-note .show-history,
#single-note-html #notebook-column #note-content.ro-note .show-history,
#new-notebook-html #note-column #note-content.ro-note .show-history,
#single-note-html #note-column #note-content.ro-note .show-history,
#new-notebook-html #notebook-column #notebook-content.ro-note .show-history,
#single-note-html #notebook-column #notebook-content.ro-note .show-history,
#new-notebook-html #note-column #notebook-content.ro-note .show-history,
#single-note-html #note-column #notebook-content.ro-note .show-history,
#new-notebook-html #notebook-column #note-content.ro-note .create-note-copy,
#single-note-html #notebook-column #note-content.ro-note .create-note-copy,
#new-notebook-html #note-column #note-content.ro-note .create-note-copy,
#single-note-html #note-column #note-content.ro-note .create-note-copy,
#new-notebook-html #notebook-column #notebook-content.ro-note .create-note-copy,
#single-note-html #notebook-column #notebook-content.ro-note .create-note-copy,
#new-notebook-html #note-column #notebook-content.ro-note .create-note-copy,
#single-note-html #note-column #notebook-content.ro-note .create-note-copy,
#new-notebook-html #notebook-column #note-content.ro-note .minimize-editor,
#single-note-html #notebook-column #note-content.ro-note .minimize-editor,
#new-notebook-html #note-column #note-content.ro-note .minimize-editor,
#single-note-html #note-column #note-content.ro-note .minimize-editor,
#new-notebook-html #notebook-column #notebook-content.ro-note .minimize-editor,
#single-note-html #notebook-column #notebook-content.ro-note .minimize-editor,
#new-notebook-html #note-column #notebook-content.ro-note .minimize-editor,
#single-note-html #note-column #notebook-content.ro-note .minimize-editor {
  display: none;
}
#new-notebook-html #notebook-column #note-content.ro-note .utilities-container,
#single-note-html #notebook-column #note-content.ro-note .utilities-container,
#new-notebook-html #note-column #note-content.ro-note .utilities-container,
#single-note-html #note-column #note-content.ro-note .utilities-container,
#new-notebook-html #notebook-column #notebook-content.ro-note .utilities-container,
#single-note-html #notebook-column #notebook-content.ro-note .utilities-container,
#new-notebook-html #note-column #notebook-content.ro-note .utilities-container,
#single-note-html #note-column #notebook-content.ro-note .utilities-container {
  display: block;
}
#new-notebook-html #notebook-column #note-content.attachment-note .utilities-container,
#single-note-html #notebook-column #note-content.attachment-note .utilities-container,
#new-notebook-html #note-column #note-content.attachment-note .utilities-container,
#single-note-html #note-column #note-content.attachment-note .utilities-container,
#new-notebook-html #notebook-column #notebook-content.attachment-note .utilities-container,
#single-note-html #notebook-column #notebook-content.attachment-note .utilities-container,
#new-notebook-html #note-column #notebook-content.attachment-note .utilities-container,
#single-note-html #note-column #notebook-content.attachment-note .utilities-container,
#new-notebook-html #notebook-column #note-content.attachment-note .create-note-copy,
#single-note-html #notebook-column #note-content.attachment-note .create-note-copy,
#new-notebook-html #note-column #note-content.attachment-note .create-note-copy,
#single-note-html #note-column #note-content.attachment-note .create-note-copy,
#new-notebook-html #notebook-column #notebook-content.attachment-note .create-note-copy,
#single-note-html #notebook-column #notebook-content.attachment-note .create-note-copy,
#new-notebook-html #note-column #notebook-content.attachment-note .create-note-copy,
#single-note-html #note-column #notebook-content.attachment-note .create-note-copy,
#new-notebook-html #notebook-column #note-content.attachment-note .minimize-editor,
#single-note-html #notebook-column #note-content.attachment-note .minimize-editor,
#new-notebook-html #note-column #note-content.attachment-note .minimize-editor,
#single-note-html #note-column #note-content.attachment-note .minimize-editor,
#new-notebook-html #notebook-column #notebook-content.attachment-note .minimize-editor,
#single-note-html #notebook-column #notebook-content.attachment-note .minimize-editor,
#new-notebook-html #note-column #notebook-content.attachment-note .minimize-editor,
#single-note-html #note-column #notebook-content.attachment-note .minimize-editor {
  display: none;
}
#new-notebook-html #notebook-column #note-content.contact .utilities-container,
#single-note-html #notebook-column #note-content.contact .utilities-container,
#new-notebook-html #note-column #note-content.contact .utilities-container,
#single-note-html #note-column #note-content.contact .utilities-container,
#new-notebook-html #notebook-column #notebook-content.contact .utilities-container,
#single-note-html #notebook-column #notebook-content.contact .utilities-container,
#new-notebook-html #note-column #notebook-content.contact .utilities-container,
#single-note-html #note-column #notebook-content.contact .utilities-container {
  display: none;
}
#new-notebook-html #notebook-column #note-content.thesis .note-collab,
#single-note-html #notebook-column #note-content.thesis .note-collab,
#new-notebook-html #note-column #note-content.thesis .note-collab,
#single-note-html #note-column #note-content.thesis .note-collab,
#new-notebook-html #notebook-column #notebook-content.thesis .note-collab,
#single-note-html #notebook-column #notebook-content.thesis .note-collab,
#new-notebook-html #note-column #notebook-content.thesis .note-collab,
#single-note-html #note-column #notebook-content.thesis .note-collab,
#new-notebook-html #notebook-column #note-content.thesis .non-quill-editbar,
#single-note-html #notebook-column #note-content.thesis .non-quill-editbar,
#new-notebook-html #note-column #note-content.thesis .non-quill-editbar,
#single-note-html #note-column #note-content.thesis .non-quill-editbar,
#new-notebook-html #notebook-column #notebook-content.thesis .non-quill-editbar,
#single-note-html #notebook-column #notebook-content.thesis .non-quill-editbar,
#new-notebook-html #note-column #notebook-content.thesis .non-quill-editbar,
#single-note-html #note-column #notebook-content.thesis .non-quill-editbar,
#new-notebook-html #notebook-column #note-content.thesis .utilities-container,
#single-note-html #notebook-column #note-content.thesis .utilities-container,
#new-notebook-html #note-column #note-content.thesis .utilities-container,
#single-note-html #note-column #note-content.thesis .utilities-container,
#new-notebook-html #notebook-column #notebook-content.thesis .utilities-container,
#single-note-html #notebook-column #notebook-content.thesis .utilities-container,
#new-notebook-html #note-column #notebook-content.thesis .utilities-container,
#single-note-html #note-column #notebook-content.thesis .utilities-container,
#new-notebook-html #notebook-column #note-content.thesis .fullscreen-button,
#single-note-html #notebook-column #note-content.thesis .fullscreen-button,
#new-notebook-html #note-column #note-content.thesis .fullscreen-button,
#single-note-html #note-column #note-content.thesis .fullscreen-button,
#new-notebook-html #notebook-column #notebook-content.thesis .fullscreen-button,
#single-note-html #notebook-column #notebook-content.thesis .fullscreen-button,
#new-notebook-html #note-column #notebook-content.thesis .fullscreen-button,
#single-note-html #note-column #notebook-content.thesis .fullscreen-button,
#new-notebook-html #notebook-column #note-content.thesis .collab-el,
#single-note-html #notebook-column #note-content.thesis .collab-el,
#new-notebook-html #note-column #note-content.thesis .collab-el,
#single-note-html #note-column #note-content.thesis .collab-el,
#new-notebook-html #notebook-column #notebook-content.thesis .collab-el,
#single-note-html #notebook-column #notebook-content.thesis .collab-el,
#new-notebook-html #note-column #notebook-content.thesis .collab-el,
#single-note-html #note-column #notebook-content.thesis .collab-el {
  display: none;
}
#new-notebook-html #notebook-column #note-content.thesis .thesis-btn-bg,
#single-note-html #notebook-column #note-content.thesis .thesis-btn-bg,
#new-notebook-html #note-column #note-content.thesis .thesis-btn-bg,
#single-note-html #note-column #note-content.thesis .thesis-btn-bg,
#new-notebook-html #notebook-column #notebook-content.thesis .thesis-btn-bg,
#single-note-html #notebook-column #notebook-content.thesis .thesis-btn-bg,
#new-notebook-html #note-column #notebook-content.thesis .thesis-btn-bg,
#single-note-html #note-column #notebook-content.thesis .thesis-btn-bg {
  display: inline-block;
}
#new-notebook-html #notebook-content .select2-choice,
#single-note-html #notebook-content .select2-choice,
#new-notebook-html #notebook-content-2 .select2-choice,
#single-note-html #notebook-content-2 .select2-choice,
#new-notebook-html #note-content .select2-choice,
#single-note-html #note-content .select2-choice,
#new-notebook-html #notebook-content .select3-choice,
#single-note-html #notebook-content .select3-choice,
#new-notebook-html #notebook-content-2 .select3-choice,
#single-note-html #notebook-content-2 .select3-choice,
#new-notebook-html #note-content .select3-choice,
#single-note-html #note-content .select3-choice {
  padding: 2px 6px;
  color: #3d7fba;
  border: none;
  width: auto;
}
#new-notebook-html #notebook-content .select2-choice div,
#single-note-html #notebook-content .select2-choice div,
#new-notebook-html #notebook-content-2 .select2-choice div,
#single-note-html #notebook-content-2 .select2-choice div,
#new-notebook-html #note-content .select2-choice div,
#single-note-html #note-content .select2-choice div,
#new-notebook-html #notebook-content .select3-choice div,
#single-note-html #notebook-content .select3-choice div,
#new-notebook-html #notebook-content-2 .select3-choice div,
#single-note-html #notebook-content-2 .select3-choice div,
#new-notebook-html #note-content .select3-choice div,
#single-note-html #note-content .select3-choice div {
  border-left: none;
}
#new-notebook-html #notebook-content .highlight-view,
#single-note-html #notebook-content .highlight-view,
#new-notebook-html #notebook-content-2 .highlight-view,
#single-note-html #notebook-content-2 .highlight-view,
#new-notebook-html #note-content .highlight-view,
#single-note-html #note-content .highlight-view {
  border-radius: 2px;
  overflow: hidden;
}
#new-notebook-html #notebook-content .highlight-view .type-container,
#single-note-html #notebook-content .highlight-view .type-container,
#new-notebook-html #notebook-content-2 .highlight-view .type-container,
#single-note-html #notebook-content-2 .highlight-view .type-container,
#new-notebook-html #note-content .highlight-view .type-container,
#single-note-html #note-content .highlight-view .type-container {
  background: transparent;
  color: #3d7fba;
  font-size: 11px;
  font-weight: 500;
  width: auto;
  border: none;
}
#new-notebook-html #notebook-content .highlight-view .type-container .type,
#single-note-html #notebook-content .highlight-view .type-container .type,
#new-notebook-html #notebook-content-2 .highlight-view .type-container .type,
#single-note-html #notebook-content-2 .highlight-view .type-container .type,
#new-notebook-html #note-content .highlight-view .type-container .type,
#single-note-html #note-content .highlight-view .type-container .type {
  color: #ccc;
  border: 1px solid #ddd;
  font-weight: bold;
}
#new-notebook-html #notebook-content .highlight-view .type-container .type.active,
#single-note-html #notebook-content .highlight-view .type-container .type.active,
#new-notebook-html #notebook-content-2 .highlight-view .type-container .type.active,
#single-note-html #notebook-content-2 .highlight-view .type-container .type.active,
#new-notebook-html #note-content .highlight-view .type-container .type.active,
#single-note-html #note-content .highlight-view .type-container .type.active {
  color: #3d7fba;
}
#new-notebook-html #notebook-content .highlight-labels-filter-view,
#single-note-html #notebook-content .highlight-labels-filter-view,
#new-notebook-html #notebook-content-2 .highlight-labels-filter-view,
#single-note-html #notebook-content-2 .highlight-labels-filter-view,
#new-notebook-html #note-content .highlight-labels-filter-view,
#single-note-html #note-content .highlight-labels-filter-view {
  border-radius: 2px;
  position: relative;
  top: -2px;
  overflow: hidden;
}
#new-notebook-html #notebook-content .highlight-labels-filter-view .type-container,
#single-note-html #notebook-content .highlight-labels-filter-view .type-container,
#new-notebook-html #notebook-content-2 .highlight-labels-filter-view .type-container,
#single-note-html #notebook-content-2 .highlight-labels-filter-view .type-container,
#new-notebook-html #note-content .highlight-labels-filter-view .type-container,
#single-note-html #note-content .highlight-labels-filter-view .type-container {
  width: 150px;
  background: transparent;
  color: #3d7fba;
  font-size: 11px;
  font-weight: 500;
  border: none;
}
#new-notebook-html #notebook-content .highlight-labels-filter-view .type-container .type,
#single-note-html #notebook-content .highlight-labels-filter-view .type-container .type,
#new-notebook-html #notebook-content-2 .highlight-labels-filter-view .type-container .type,
#single-note-html #notebook-content-2 .highlight-labels-filter-view .type-container .type,
#new-notebook-html #note-content .highlight-labels-filter-view .type-container .type,
#single-note-html #note-content .highlight-labels-filter-view .type-container .type {
  color: #ccc;
  border: 1px solid #ddd;
  font-weight: bold;
}
#new-notebook-html #notebook-content .highlight-labels-filter-view .type-container .type.active,
#single-note-html #notebook-content .highlight-labels-filter-view .type-container .type.active,
#new-notebook-html #notebook-content-2 .highlight-labels-filter-view .type-container .type.active,
#single-note-html #notebook-content-2 .highlight-labels-filter-view .type-container .type.active,
#new-notebook-html #note-content .highlight-labels-filter-view .type-container .type.active,
#single-note-html #note-content .highlight-labels-filter-view .type-container .type.active {
  color: #3d7fba;
}
#new-notebook-html #notebook-content .type.toggle-box,
#single-note-html #notebook-content .type.toggle-box,
#new-notebook-html #notebook-content-2 .type.toggle-box,
#single-note-html #notebook-content-2 .type.toggle-box,
#new-notebook-html #note-content .type.toggle-box,
#single-note-html #note-content .type.toggle-box {
  background-color: #DFE9F4;
  border: 1px solid #ccd8e6;
  border-radius: 2px;
  margin: 5px 0;
  height: 10px;
  cursor: pointer;
  width: 18px;
  position: relative;
  display: inline-block;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
#new-notebook-html #notebook-content .type.toggle-box button,
#single-note-html #notebook-content .type.toggle-box button,
#new-notebook-html #notebook-content-2 .type.toggle-box button,
#single-note-html #notebook-content-2 .type.toggle-box button,
#new-notebook-html #note-content .type.toggle-box button,
#single-note-html #note-content .type.toggle-box button {
  cursor: pointer;
  outline: 0;
  display: block;
  padding: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  transition: left 0.3s;
  border: none;
  top: 1px;
}
#new-notebook-html #notebook-content .note-opened,
#single-note-html #notebook-content .note-opened,
#new-notebook-html #notebook-content-2 .note-opened,
#single-note-html #notebook-content-2 .note-opened,
#new-notebook-html #note-content .note-opened,
#single-note-html #note-content .note-opened {
  height: 100%;
  width: 100%;
  background: white;
  top: 43px;
  position: absolute;
}
#new-notebook-html #notebook-content .note-opened .go-to-tab,
#single-note-html #notebook-content .note-opened .go-to-tab,
#new-notebook-html #notebook-content-2 .note-opened .go-to-tab,
#single-note-html #notebook-content-2 .note-opened .go-to-tab,
#new-notebook-html #note-content .note-opened .go-to-tab,
#single-note-html #note-content .note-opened .go-to-tab {
  top: 50%;
  margin-top: -12px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #3d7fba;
  cursor: pointer;
}
#new-notebook-html #notebook-content .note-opened .go-to-tab .pop-in-note .tilted,
#single-note-html #notebook-content .note-opened .go-to-tab .pop-in-note .tilted,
#new-notebook-html #notebook-content-2 .note-opened .go-to-tab .pop-in-note .tilted,
#single-note-html #notebook-content-2 .note-opened .go-to-tab .pop-in-note .tilted,
#new-notebook-html #note-content .note-opened .go-to-tab .pop-in-note .tilted,
#single-note-html #note-content .note-opened .go-to-tab .pop-in-note .tilted {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
#new-notebook-html #notebook-content .note-opened .go-to-tab .icon,
#single-note-html #notebook-content .note-opened .go-to-tab .icon,
#new-notebook-html #notebook-content-2 .note-opened .go-to-tab .icon,
#single-note-html #notebook-content-2 .note-opened .go-to-tab .icon,
#new-notebook-html #note-content .note-opened .go-to-tab .icon,
#single-note-html #note-content .note-opened .go-to-tab .icon {
  height: 16px;
  width: 16px;
  fill: #3d7fba;
}
#new-notebook-html #notebook-content .note-opened .notif-msg,
#single-note-html #notebook-content .note-opened .notif-msg,
#new-notebook-html #notebook-content-2 .note-opened .notif-msg,
#single-note-html #notebook-content-2 .note-opened .notif-msg,
#new-notebook-html #note-content .note-opened .notif-msg,
#single-note-html #note-content .note-opened .notif-msg {
  top: 50%;
  margin-top: -12px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #3d7fba;
  cursor: pointer;
}
#new-notebook-html #notebook-content .note-opened .retry-msg,
#single-note-html #notebook-content .note-opened .retry-msg,
#new-notebook-html #notebook-content-2 .note-opened .retry-msg,
#single-note-html #notebook-content-2 .note-opened .retry-msg,
#new-notebook-html #note-content .note-opened .retry-msg,
#single-note-html #note-content .note-opened .retry-msg {
  width: 317px;
  height: 32px;
  line-height: 32px;
  top: 50%;
  position: absolute;
  text-align: center;
  background-color: #ffffff;
  padding: 12px 0px;
  left: 50%;
  margin-left: -155px;
}
#new-notebook-html #notebook-content .note-opened .retry-msg span.retry-link,
#single-note-html #notebook-content .note-opened .retry-msg span.retry-link,
#new-notebook-html #notebook-content-2 .note-opened .retry-msg span.retry-link,
#single-note-html #notebook-content-2 .note-opened .retry-msg span.retry-link,
#new-notebook-html #note-content .note-opened .retry-msg span.retry-link,
#single-note-html #note-content .note-opened .retry-msg span.retry-link {
  color: #3d7fba;
  cursor: pointer;
  display: inline-block;
}
#new-notebook-html #notebook-content .note-opened .retry-msg span.retry-link .icon,
#single-note-html #notebook-content .note-opened .retry-msg span.retry-link .icon,
#new-notebook-html #notebook-content-2 .note-opened .retry-msg span.retry-link .icon,
#single-note-html #notebook-content-2 .note-opened .retry-msg span.retry-link .icon,
#new-notebook-html #note-content .note-opened .retry-msg span.retry-link .icon,
#single-note-html #note-content .note-opened .retry-msg span.retry-link .icon {
  height: 16px;
  width: 16px;
  fill: #3d7fba;
}
#new-notebook-html #notebook-content .note-opened .retry-msg span.retry-link:hover,
#single-note-html #notebook-content .note-opened .retry-msg span.retry-link:hover,
#new-notebook-html #notebook-content-2 .note-opened .retry-msg span.retry-link:hover,
#single-note-html #notebook-content-2 .note-opened .retry-msg span.retry-link:hover,
#new-notebook-html #note-content .note-opened .retry-msg span.retry-link:hover,
#single-note-html #note-content .note-opened .retry-msg span.retry-link:hover {
  text-decoration: underline;
}
#single-note-html #note-column .header .new-shared-icon span.label {
  max-width: 168px;
}
.label-check-wrapper {
  cursor: pointer;
  padding: 4px 8px 4px 28px;
  border: 1px solid #a5b3c7;
  position: relative;
  flex-flow: row wrap;
  border-radius: 3px;
  margin-bottom: 12px;
  margin-right: 12px;
}
.label-check-wrapper .plain-text {
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #3d7fba;
  text-transform: capitalize;
}
.label-check-wrapper input[type=checkbox] {
  visibility: hidden;
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 8px 1px 8px;
  height: 13px;
}
.label-check-wrapper .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 4px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #a5b3c7;
}
.label-check-wrapper .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.label-check-wrapper .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.label-check-wrapper .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.label-check-wrapper .checkbox input[type=checkbox]:checked span {
  background-color: #3d7fba;
}
.note-file-loading {
  display: none;
  font-weight: bold;
  z-index: 100;
  border-radius: 4px;
  padding: 7px;
  background-color: #4482bd;
  color: white;
  position: absolute;
  bottom: 70px;
  right: 30px;
  font-size: 12px;
}
/* Draggabilly adds is-dragging */
.grid-item.is-dragging,
.grid-item.is-positioning-post-drag {
  background: #C90;
  z-index: 2;
  /* keep dragged item on top */
}
.packery-drop-placeholder {
  outline: 1px solid #444;
  outline-offset: -6px;
  /* transition position changing */
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
#notebook-column #note-fullview .add-series-graph_outer {
  position: absolute;
  z-index: 1;
  background: white;
  border: 1px solid #7e91ad;
  border-radius: 5px;
  top: 100px;
  width: 452px;
  display: block;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options {
  background: white;
  position: relative;
  border-radius: 5px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .content {
  /*max-height: 237px;*/
  overflow-y: auto;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .quick-cols-outer {
  overflow: auto;
  padding: 18px 18px 18px 18px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .quick-cols-outer .quick-add-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #666;
  clear: both;
  padding-bottom: 12px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .quick-col {
  float: left;
  margin-right: 12px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .quick-col .quickgraph[type=checkbox] {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: url(../images/box_gray.png) no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .quick-col .quickgraph[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .graph_options {
  padding: 18px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .graph_options .additional-metric-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #666;
  clear: both;
  padding-bottom: 12px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .full-col {
  width: 100%;
  /*padding-bottom:10px;*/
  font-size: 12px;
  overflow: hidden;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .full-col .new-series-control {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #EEEEEE;
  padding: 0 12px 0px 12px;
  margin-top: 12px;
  font-size: 9px;
  /*overflow: auto;*/
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .full-col .new-series-control .metric-drop-container {
  padding-top: 12px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .full-col .hrbar {
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
  background: #BCBCBC;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .full-col .grey-button {
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 0px 5px 0px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4D4D4D;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  float: left;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .full-col .large-button {
  width: 188px;
  color: white;
  border: 1px solid #7e91ad;
  background-color: #3d7fba;
  float: left;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  height: 32px;
  font-family: Arial;
  border-radius: 3px;
  cursor: pointer;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .full-col .small-button {
  width: 188px;
  color: #7e91ad;
  border: 1px solid #7e91ad;
  background-color: white;
  float: right;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  height: 32px;
  font-family: Arial;
  border-radius: 3px;
  margin-left: 11px;
  cursor: pointer;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .full-col .div_seprator {
  height: 1px;
  border: 0;
  background-color: transparent;
  margin: 18px 0px 0px 0px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .full_drop {
  box-sizing: border-box;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .save-graph {
  background: #eee;
  box-sizing: border-box;
  padding: 18px 12px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container ul {
  padding-left: 5px;
  margin: 6px;
  margin-top: 8px;
  font-size: 10px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container li {
  float: none;
  overflow: auto;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  font-family: Arial;
  padding: 6px 6px;
  border: 1px solid #999999;
  border-radius: 3px;
  margin-bottom: 12px;
  min-width: 116px;
  cursor: pointer;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container li:last-child {
  margin-bottom: 0px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .defgray {
  color: #ffffff;
  background: #7e91ad;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container label {
  float: left;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .metric-drop-container {
  /*width:50%;*/
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .metric-drop-container .metric-dropdown {
  width: 100%;
  background: none;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .metric-drop-container .ta-input-form {
  /*padding-top: 12px;*/
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .metric-drop-container .ta-single-parameter-form {
  width: 48%;
  display: inline-block;
  padding-top: 12px;
  margin-right: 4%;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .metric-drop-container .ta-single-parameter-form input {
  width: 45px;
  float: right;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 3px 6px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .metric-drop-container .ta-single-parameter-form input:active,
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .metric-drop-container .ta-single-parameter-form input:focus {
  color: #666;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .metric-drop-container .ta-single-parameter-form .parameter-name {
  font-size: 12px;
  font-family: Arial;
  line-height: 18px;
  color: #666;
  padding: 3px 0px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .metric-drop-container .ta-single-parameter-form:nth-child(even) {
  margin-right: 0;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .of-divider {
  float: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .ticker-input-container {
  width: 45%;
  margin-right: 4%;
  overflow: auto;
  /*float: left;*/
  display: inline-block;
  padding-top: 12px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .ticker-input-container .inputheading {
  float: left;
  font-size: 12px;
  font-family: Arial;
  line-height: 18px;
  color: #666;
  padding: 3px 0px;
  text-transform: capitalize;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .ticker-input-container input {
  width: 80px;
  float: right;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 3px 6px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .ticker-input-container input:active,
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #graph-controls-container .ticker-input-container input:focus {
  color: #666;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #stream-container {
  /*height:451px;*/
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #stream-container .header {
  /*height:32px;*/
  height: 7%;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #stream-container .doctab {
  position: relative;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #stream-container .button {
  float: left;
  width: 24.7%;
  font-size: 12px;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #stream-container .button .button-text {
  /*margin-top:7px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50%;
  width: 70%;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #stream-container .br {
  border-right: 1px solid #B6B6B6;
  cursor: pointer;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #stream-container #articlestab {
  cursor: pointer;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #stream-container .activetab {
  -moz-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  background-color: #EEEEEE;
}
#notebook-column #note-fullview .add-series-graph_outer #add_chart_options #stream-container .content {
  height: 93%;
  /*overflow-y:auto;*/
}
#new-notebook-html .websocket-disconnect-error,
#single-note-html .websocket-disconnect-error {
  background: #f04848;
  border: 1px solid #d4e0ea;
  border-radius: 3px;
  font-size: 16px;
  position: absolute;
  padding: 5px 10px;
  right: 20px;
  top: 6px;
  z-index: 999;
}
.collab-icon {
  height: 13px !important;
}
.highlight-filter-dropdown {
  word-wrap: break-word;
  text-overflow: inherit;
  white-space: normal;
  font-size: 10px;
}
.hyperlink-popup {
  position: absolute;
  display: block;
  white-space: normal;
  padding: 10px;
  z-index: 1000;
  top: 100%;
  right: 0;
  font-size: 14px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: 500;
  background-color: white;
  line-height: normal;
  word-wrap: break-word;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-width: 600px;
}
.hyperlink-popup a:link,
.hyperlink-popup a:visited {
  color: #15c;
}
.note-text-popup {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 7px 14.5px 0 rgba(13, 35, 57, 0.58);
  height: 514px;
  width: 712px;
}
.note-text-popup .title {
  background-color: #f5faff;
  box-shadow: 0 1px 0 0 #d2e2f2;
  color: #527495;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
}
.note-text-popup .content {
  padding: 0 20px;
}
.note-text-popup .content .section {
  box-sizing: border-box;
  height: 200px;
  border: solid 1px #d2e2f2;
  overflow-y: auto;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px;
}
.note-text-popup .content [contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
  color: #bbc6d5;
}
.note-text-popup .content .border {
  height: 1px;
  background-color: #d2e2f2;
  margin-top: 25px;
}
.note-text-popup .sub-header {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #0f283e;
}
.note-text-popup .footer {
  background-color: #f5faff;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  padding: 16px;
  text-align: right;
}
.note-text-popup .footer .btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 14px 0;
  text-align: center;
  width: 158px;
  color: #527495;
}
.note-text-popup .footer .btn.success {
  border-radius: 3px;
  background-color: #3d7fba;
  color: #ffffff;
}
.note-text-popup .close {
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 23px;
}
.note-text-popup .close .icon {
  height: 13px;
  width: 13px;
  fill: #a7bdd2;
}
.clipboard-notification-popup {
  position: absolute;
  display: block;
  white-space: normal;
  padding: 10px;
  z-index: 1000;
  top: 100%;
  right: 0;
  font-size: 13px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: 500;
  background-color: white;
  line-height: normal;
  word-wrap: break-word;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-width: 600px;
}
.clipboard-notification-popup a:link,
.clipboard-notification-popup a:visited {
  color: #15c;
}
.dynamic-holder {
  font-family: Helvetica Neue, sans-serif;
  overflow-y: scroll;
  padding-top: 3px;
}
.dynamic-holder .l1-facet-sub-filter {
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.dynamic-holder .l1-facet-sub-filter .filter-title-wrap .title-box__menu.menu_active {
  display: inline-block;
}
.dynamic-holder .l1-facet-sub-filter .filter-title-wrap .title-box__menu.menu_active .facet-menu-head {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: helvetica Nue;
  line-height: 5px;
  padding: 4px 0;
  display: inline-block;
}
.dynamic-holder .l1-facet-sub-filter .filter-title-wrap .title-box__menu.menu_active .facet-menu-body {
  color: #698094;
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
  z-index: 3;
  width: 100px;
}
.dynamic-holder .l1-facet-sub-filter .filter-title-wrap .title-box__menu.menu_active .facet-menu-body .facet-menu-item {
  position: relative;
  padding: 5px 7px 5px 30px;
}
.dynamic-holder .l1-facet-sub-filter .filter-title-wrap .title-box__menu.menu_active .facet-menu-body .facet-menu-item:first-child {
  border-bottom: 1px solid #ccd8e6;
}
.dynamic-holder .l1-facet-sub-filter .filter-title-wrap .title-box__menu.menu_active .facet-menu-body .facet-menu-item.search:before {
  content: "\f002";
  font-size: 14px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #778498;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 7px;
}
.dynamic-holder .l1-facet-sub-filter .filter-title-wrap .title-box__menu.menu_active .facet-menu-body .facet-menu-item.show:before {
  content: "\f06e";
  font-size: 14px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #778498;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 7px;
}
.dynamic-holder .l1-facet-sub-filter .filter-title-wrap .title-box__menu.menu_active .facet-menu-body .facet-menu-item.hide:before {
  content: "\f070";
  font-size: 14px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #778498;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 7px;
}
.dynamic-holder .l1-facet-sub-filter .filter-title-wrap .title-box__menu.menu_active .facet-menu-body:before {
  content: "";
  border: 10px solid #ffffff;
  border-top: none;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -9px;
  right: 5px;
}
.dynamic-holder .l1-facet-sub-filter.dragging:hover {
  border-top: 2px solid #3d7fba;
}
.dynamic-holder .l1-facet-sub-filter.dragging:hover .note-filter-img {
  margin-top: -6px;
}
.dynamic-holder .l1-facet-sub-filter.dragging:hover .facet-menu-head {
  color: #1e374d !important;
}
.dynamic-holder .l1-facet-sub-filter.dragging:hover .title-box__menu {
  margin-top: -4px;
}
.dynamic-holder .l1-facet-sub-filter.dragging:hover .title-box__title {
  margin-top: -6px;
  color: #1e374d;
}
.dynamic-holder .l1-facet-sub-filter.dragging:hover .filter-title-wrap {
  height: 16px;
  color: #1e374d;
  opacity: 0.8;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.43);
}
.dynamic-holder .l1-facet-sub-filter .filter-search {
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.dynamic-holder .l1-facet-sub-filter .filter-search:before {
  content: "\f002";
  font-size: 14px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #778498;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 8px;
  transform: rotateY(180deg);
}
.dynamic-holder .l1-facet-sub-filter .filter-search .plain-input {
  color: #778498;
  border-radius: 3px;
  background-color: #212934;
  border: solid 1px #364051;
  padding-left: 25px;
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  padding: 8px 0 8px 25px;
}
.dynamic-holder .l1-facet-sub-filter .filter-search .plain-input::placeholder {
  color: #778498;
}
.dynamic-holder .l1-facet-sub-filter .filter-search .plain-input::-webkit-input-placeholder,
.dynamic-holder .l1-facet-sub-filter .filter-search .plain-input::-moz-placeholder,
.dynamic-holder .l1-facet-sub-filter .filter-search .plain-input:-ms-input-placeholder,
.dynamic-holder .l1-facet-sub-filter .filter-search .plain-input:-moz-placeholder {
  color: #778498;
}
.dynamic-holder .l1-facet-sub-filter .filter-search.none {
  display: none;
}
.dynamic-holder .l1-facet-sub-filter .filter-search .close-search {
  float: right;
  font-size: 9px;
  color: #3699f2;
  cursor: pointer;
  padding-top: 5px;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap {
  cursor: pointer;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  color: #a6b4c8;
  flex: 1;
  box-sizing: border-box;
  margin: 10px 0 0 0;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter {
  min-height: 24px;
  color: #a6b4c8;
  display: flex;
  word-wrap: break-word;
  padding-left: 4px;
  position: relative;
  font-size: 11px;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.pinned .pin-before,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.pinned .pin-before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.pinned .pin-before + .text,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.pinned .pin-before + .text {
  margin-left: 5px;
  width: 105px;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.pinned .pin-before:before,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.pinned .pin-before:before {
  display: inline-block;
  content: "\f08d";
  font-size: 12px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ff3e3e;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 6px;
  top: 4px;
  padding-top: 3px;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.pinned:hover .pin-before:after,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.pinned:hover .pin-before:after {
  content: "\f056";
  display: inline-block;
  font-size: 9px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 7px;
  padding-top: 3px;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.active,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.active {
  color: #ffffff;
  color: #fff;
  background-color: #364051;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple .text,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter .text {
  line-height: 24px;
  width: 130px;
  min-width: 105px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple .count,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter .count {
  min-width: 20px;
  line-height: 24px;
  text-align: center;
  min-width: 16px;
  box-sizing: border-box;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple .tuple-menu,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter .tuple-menu {
  width: 18px;
  height: 20px;
  cursor: pointer;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple .tuple-menu:before,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter .tuple-menu:before {
  content: "...";
  font-weight: bold;
  color: #ccd7e6;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  line-height: 3px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  width: 18px;
  height: 15px;
  display: none;
  position: absolute;
  right: 3px;
  top: 6px;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple:hover,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter:hover {
  color: #fff;
  background-color: #364051;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple:hover .tuple-menu:before,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter:hover .tuple-menu:before {
  display: inline-block;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.dragging-pin,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.dragging-pin {
  border-top: 2px solid #3d7fba;
  min-height: 16px;
  height: 16px !important;
  line-height: 16px;
  border-radius: 2px;
  color: #1e374d;
  background: #ffffff;
  opacity: 0.8;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.dragging-pin .text,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.dragging-pin .text,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.dragging-pin .count,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.dragging-pin .count {
  margin-top: -4px;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.dragging-pin .pin-before:before,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.dragging-pin .pin-before:before {
  top: -1px;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .l1_filter_tuple.dragging-pin .pin-before:after,
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .all_filter.dragging-pin .pin-before:after {
  display: none;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .show_more_container {
  padding-left: 4px;
}
.dynamic-holder .l1-facet-sub-filter .filter-facet-wrap .show_more_container .label {
  font-size: 10px;
  line-height: 2.44;
  letter-spacing: 0.5px;
  text-align: left;
  color: #7c8a9e;
}
.dynamic-holder .l1-facet-sub-filter--active {
  margin-bottom: 5px;
}
.dynamic-holder .l1-facet-sub-filter--active .filter-title-wrap {
  color: #fff;
}
.dynamic-holder .l1-facet-sub-filter--active .filter-title-wrap .title-box__arrow:after {
  content: "\f0d7";
}
.dynamic-holder .l1-facet-sub-filter--active .filter-facet-wrap {
  display: block;
}
.dynamic-holder .l1-facet-sub-filter--highlight .filter-title-wrap {
  color: #fff;
}
.dynamic-holder .l1-facet-sub-filter:hover .filter-title-wrap {
  color: #fff;
  background-color: #364051;
}
.dynamic-holder .l1-facet-sub-filter:hover .filter-title-wrap .title-box__menu {
  display: inline-block;
}
.dynamic-holder .l1-facet-sub-filter:hover .filter-title-wrap .title-box__menu .facet-menu-head {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: helvetica Nue;
  line-height: 5px;
  padding: 4px 0;
  display: inline-block;
}
.dynamic-holder .l1-facet-sub-filter:hover .filter-title-wrap .title-box__menu .facet-menu-item {
  cursor: pointer;
}
.dynamic-holder .l1-facet-sub-filter.hidden-sub {
  /*opacity: 0.5;*/
}
.dynamic-holder .l1-facet-sub-filter.hidden-sub > * {
  opacity: 0.5;
}
.dynamic-holder .l1-facet-sub-filter.hidden-sub > .filter-search {
  opacity: 1;
}
.dynamic-holder .l1-facet-sub-filter.hidden-sub > .filter-title-wrap {
  opacity: 1;
}
.dynamic-holder .l1-facet-sub-filter.hidden-sub > .filter-title-wrap > * {
  opacity: 0.5;
}
.dynamic-holder .l1-facet-sub-filter.hidden-sub > .filter-title-wrap > .title-box__menu {
  opacity: 1;
}
.dynamic-holder .l1-facet-sub-filter[data-name="ticker"] .l1_filter_tuple {
  text-transform: uppercase;
}
.dynamic-holder .filter-title-wrap {
  position: relative;
  font-size: 11px;
  color: #a6b4c8;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
}
.dynamic-holder .filter-title-wrap .note-filter-img {
  width: 15px;
  position: absolute;
  top: 6px;
  left: 18px;
}
.dynamic-holder .filter-title-wrap .title-box__arrow {
  display: inline-block;
  width: 8px;
}
.dynamic-holder .filter-title-wrap .title-box__arrow:after {
  content: "\f0da";
  font-size: 14px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.dynamic-holder .filter-title-wrap .title-box__title {
  display: inline-block;
  padding: 2px 0 0 25px;
  font-weight: 500;
}
.dynamic-holder .filter-title-wrap .title-box__menu {
  display: none;
  float: right;
  padding: 3px;
  line-height: 18px;
}
.dynamic-holder .filter-title-wrap .title-box__menu .facet-menu-body {
  display: none;
}
.dynamic-holder .filter-title-wrap .title-box__menu.manu-active {
  display: inline-block;
}
.dynamic-holder .filter-title-wrap .title-box__menu.manu-active .facet-menu-body {
  display: block;
  position: absolute;
}
.dynamic-holder .filter-title-wrap .no-result {
  list-style: none;
  font-size: 12px;
  margin-left: 5px;
}
.dynamic-holder .simplebar-track {
  background: #272f3c;
}
.dynamic-holder.no-overflow {
  overflow: hidden;
  overflow-y: hidden;
}
.sort-menu {
  display: inline-flex;
  vertical-align: middle;
  float: right;
  position: relative;
  z-index: 100;
}
.sort-menu .menu-head {
  position: relative;
  color: #ccd7e6;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
}
.sort-menu .menu-head:before {
  content: "...";
  font-weight: bold;
  color: #ccd7e6;
  background-color: #364051;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 2px;
  font-family: helvetica Nue;
  line-height: 5px;
  padding: 4px 5px 15px;
}
.sort-menu .menu-head:after {
  display: none;
  opacity: 0;
}
.sort-menu .menu-head.in-menu-head:hover::after {
  opacity: 1;
  content: 'Preferences';
  display: block;
  position: absolute;
  top: 5px;
  left: 35px;
  font-size: 12px;
  background: #1e374d;
  padding: 5px;
  color: #ffffff;
  border-radius: 3px;
  transition: opacity 1s linear;
}
.sort-menu .menu-body {
  display: none;
}
.sort-menu.sort-menu-active .menu-body {
  display: block;
  position: absolute;
  left: -15px;
  top: 40px;
  padding: 15px;
  box-sizing: border-box;
  width: 200px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(18, 50, 79, 0.26);
  z-index: 2;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #698094;
}
.sort-menu.sort-menu-active .menu-body .arrow {
  border: 15px solid #ffffff;
  border-top: none;
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -14px;
}
.sort-menu.sort-menu-active .menu-body .title {
  color: #364051;
  font-weight: 500;
  line-height: 30px;
}
.sort-menu.sort-menu-active .menu-body .sort-container {
  line-height: 24px;
  color: #698094;
  border-bottom: 1px solid #ccd8e6;
  padding-bottom: 15px;
  margin: 0 -15px;
}
.sort-menu.sort-menu-active .menu-body .sort-container .title {
  padding-left: 15px;
}
.sort-menu.sort-menu-active .menu-body .sort-container .sort-item {
  padding-left: 15px;
}
.sort-menu.sort-menu-active .menu-body .sort-container .sort-item.active {
  color: #3d7fba;
  position: relative;
}
.sort-menu.sort-menu-active .menu-body .sort-container .sort-item.active:after {
  content: "";
  width: 3px;
  height: 6px;
  border: 1px solid #3d7fba;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 10px;
}
.sort-menu.sort-menu-active .menu-body .visibility-container .sort-input {
  position: relative;
  line-height: 30px;
}
.sort-menu.sort-menu-active .menu-body .visibility-container .sort-input__input {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
}
.sort-menu.sort-menu-active .menu-body .visibility-container .sort-input__label {
  padding-left: 20px;
}
.sort-menu.sort-menu-active .menu-body .visibility-container .sort-input__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #d2e2f2;
  border-radius: 2px;
}
.sort-menu.sort-menu-active .menu-body .visibility-container .sort-input__label:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 10px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sort-menu.sort-menu-active .menu-body .visibility-container .sort-input__input:checked ~ .sort-input__label {
  color: #3d7fba;
}
.sort-menu.sort-menu-active .menu-body .visibility-container .sort-input__input:checked ~ .sort-input__label:after {
  display: block;
}
.sort-menu.sort-menu-active .menu-body .visibility-container .sort-input__input:checked ~ .sort-input__label:before {
  background-color: #3d7fba;
  border: 1.5px solid #3d7fba;
}
.tuple-menu-cover .triangle,
.tag-delete-popup .triangle,
.tag-rename-popup-cover .triangle,
.rename_message_popup .triangle {
  position: absolute;
  z-index: 101;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: -11px;
  left: 12px;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
}
.tag-delete-popup .rectangle,
.tag-rename-popup-cover .rectangle,
.rename_message_popup .rectangle {
  max-width: 200px;
  font-size: 13px;
  padding: 6px;
  color: #698094;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
}
.tag-rename-popup-cover .buttons > div {
  background: #3d7fba;
  padding: 4px;
  color: #ffffff;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
}
.tag-rename-popup-cover .buttons > div:last-child {
  margin-bottom: 0;
}
.tuple-menu-cover .tuple-menu-body {
  width: 100px;
  color: #698094;
  display: block;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
  z-index: 3;
  font-size: 13px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
.tuple-menu-cover .tuple-menu-body .tuple-menu-item {
  position: relative;
  padding: 5px 7px 5px 30px;
  border-bottom: 1px solid #ccd8e6;
  cursor: pointer;
}
.tuple-menu-cover .tuple-menu-body .tuple-menu-item.rename:before {
  content: "\f044";
  font-size: 14px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #778498;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 4px;
}
.tuple-menu-cover .tuple-menu-body .tuple-menu-item.delete:before {
  content: "\f1f8";
  font-size: 14px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #778498;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 4px;
}
.tuple-menu-cover .tuple-menu-body .tuple-menu-item.pin-after:before {
  content: "\f08d";
  font-size: 14px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #778498;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 4px;
}
.tuple-menu-cover .tuple-menu-body .tuple-menu-item.hide-filter:before {
  content: "\f070";
  font-size: 14px;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #778498;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 4px;
}
.tuple-menu-cover .tuple-menu-body:before {
  content: "";
  border: 10px solid #ffffff;
  border-top: none;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -9px;
  right: 5px;
}
#new-notebook-html #browse-column .o-wrapper {
  overflow: visible;
}
.note-tooltip.publish-tooltip .tooltip-buttons .button {
  width: 65px;
}
#new-notebook-html #browse-column.dashboard-view .header {
  width: 200px;
}
#new-notebook-html #browse-column.dashboard-view .big-inp-box {
  width: 130px;
}
#new-notebook-html #browse-column.dashboard-view div.bigWhiteBtn#newNoteBtn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 30px;
}
#new-notebook-html #browse-column.dashboard-view div.bigWhiteBtn#newNoteBtn .new {
  display: none;
}
#new-notebook-html #browse-column.dashboard-view div.bigWhiteBtn#newNoteBtn .plus-icon {
  display: inline-block;
}
#new-notebook-html #browse-column.dashboard-view div.bigWhiteBtn#newNoteBtn .plus-icon .icon {
  float: left;
  fill: #fff;
  height: 10px;
  width: 10px;
  margin-top: 6px;
  padding: 0 !important;
}
#new-notebook-html #browse-column.dashboard-view div.bigWhiteBtn#showNoteDrpdwn {
  left: 30px;
  position: relative !important;
  top: 0 !important;
}
#new-notebook-html #browse-column.dashboard-view div.bigWhiteBtn#showNoteDrpdwn .fa-caret-down {
  position: absolute;
  top: 0;
  left: 5px;
}
#new-notebook-html #browse-column.dashboard-view #newNoteDrpdwn {
  left: 140px;
}
#new-notebook-html #browse-column.dashboard-view .new-menu-2 {
  display: none;
}
#new-notebook-html .dashboard-del-ticker {
  padding: 35px;
  width: 525px !important;
}
#new-notebook-html .dashboard-del-ticker .title {
  font-weight: normal;
  color: #1e374d !important;
  margin-bottom: 40px;
  text-align: center;
}
#new-notebook-html .dashboard-del-ticker .left-btn,
#new-notebook-html .dashboard-del-ticker .right-btn {
  width: 180px;
}
#new-notebook-html .dashboard-del-ticker .left-btn {
  background-color: #f5faff;
  border: solid 1px #d2e2f2;
  color: #527495;
}
#new-notebook-html .dashboard-del-ticker .right-btn {
  background-color: #f04848;
  color: #fff;
}
#new-notebook-html .dashboard-del-ticker .close {
  width: 12.9px;
  height: 12.9px;
  border-radius: 1.5px;
  background-color: #a7bdd2;
}
#new-notebook-html .select3-dashboard-dropdown .select3-results__options {
  color: #698094;
}
#new-notebook-html .select3-dashboard-dropdown .select3-results__options li {
  border-bottom: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view,
#new-notebook-html .ticker-dashboard-view {
  height: 100%;
  background-color: #fff;
  margin-left: -248px;
}
#new-notebook-html .note-dashboard-view .watchlists-type-title,
#new-notebook-html .ticker-dashboard-view .watchlists-type-title,
#new-notebook-html .note-dashboard-view .group-by,
#new-notebook-html .ticker-dashboard-view .group-by {
  color: #3d7fba;
  display: inline-block;
  font-size: 11px;
  margin: 8px 8px 0 0;
}
#new-notebook-html .note-dashboard-view .watchlists-type,
#new-notebook-html .ticker-dashboard-view .watchlists-type,
#new-notebook-html .note-dashboard-view .cap-type-drpdwn,
#new-notebook-html .ticker-dashboard-view .cap-type-drpdwn {
  border-radius: 2px;
  float: right;
  margin: 8px;
  overflow: hidden;
}
#new-notebook-html .note-dashboard-view .watchlists-type .type-container,
#new-notebook-html .ticker-dashboard-view .watchlists-type .type-container,
#new-notebook-html .note-dashboard-view .cap-type-drpdwn .type-container,
#new-notebook-html .ticker-dashboard-view .cap-type-drpdwn .type-container {
  cursor: pointer;
  background: transparent;
  color: #3D7FBA;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  min-width: 148px;
  border: none;
}
#new-notebook-html .note-dashboard-view .watchlists-type .type-container .type,
#new-notebook-html .ticker-dashboard-view .watchlists-type .type-container .type,
#new-notebook-html .note-dashboard-view .cap-type-drpdwn .type-container .type,
#new-notebook-html .ticker-dashboard-view .cap-type-drpdwn .type-container .type {
  color: #ccc;
  border: 1px solid #ddd;
  font-weight: bold;
}
#new-notebook-html .note-dashboard-view .watchlists-type .type-container .type.active,
#new-notebook-html .ticker-dashboard-view .watchlists-type .type-container .type.active,
#new-notebook-html .note-dashboard-view .cap-type-drpdwn .type-container .type.active,
#new-notebook-html .ticker-dashboard-view .cap-type-drpdwn .type-container .type.active {
  color: #3D7FBA;
}
#new-notebook-html .note-dashboard-view .dashboard-header,
#new-notebook-html .ticker-dashboard-view .dashboard-header {
  background: #e9eef6;
  border-bottom: 1px solid #d4e0ea;
  border-left: 1px solid #d4e0ea;
  box-sizing: border-box;
  height: 43px;
  position: relative;
}
#new-notebook-html .note-dashboard-view .dashboard-header .dashboard-title,
#new-notebook-html .ticker-dashboard-view .dashboard-header .dashboard-title {
  padding: 0 24px;
  color: #698094;
  border-right: 1px solid #ccd8e6;
  background: #e8eef7;
  float: left;
  line-height: 42px;
  text-transform: uppercase;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .dashboard-header .dashboard-title.active,
#new-notebook-html .ticker-dashboard-view .dashboard-header .dashboard-title.active {
  background: #f9fcff;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .dashboard-header .watchlist-title,
#new-notebook-html .ticker-dashboard-view .dashboard-header .watchlist-title {
  padding: 0 24px;
  color: #3d7fba;
  float: left;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  width: calc(100% - 432px);
}
#new-notebook-html .note-dashboard-view .dashboard-notification-section,
#new-notebook-html .ticker-dashboard-view .dashboard-notification-section {
  height: 50px;
  line-height: 50px;
  background: #f9fcff;
  position: relative;
}
#new-notebook-html .note-dashboard-view .dashboard-notification-section .notification-count,
#new-notebook-html .ticker-dashboard-view .dashboard-notification-section .notification-count {
  font-size: 13px;
  margin-left: 20px;
  color: #BD1F1F;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .dashboard-notification-section .thesis-notification-list,
#new-notebook-html .ticker-dashboard-view .dashboard-notification-section .thesis-notification-list {
  position: absolute;
  top: 36px;
  left: 20px;
  box-sizing: border-box;
  font-family: Helvetica Neue, sans-serif;
  background: white;
  border: 1px solid grey;
  border-radius: 4px;
  font-size: 12px;
  padding: 6px;
}
#new-notebook-html .note-dashboard-view .dashboard-notification-section .thesis-notification,
#new-notebook-html .ticker-dashboard-view .dashboard-notification-section .thesis-notification {
  line-height: 30px;
  border-bottom: 1px solid grey;
}
#new-notebook-html .note-dashboard-view .dashboard-notification-section .thesis-notification:last-child,
#new-notebook-html .ticker-dashboard-view .dashboard-notification-section .thesis-notification:last-child {
  border-bottom: 0px;
}
#new-notebook-html .note-dashboard-view .dashboard-container,
#new-notebook-html .ticker-dashboard-view .dashboard-container {
  overflow: auto;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  background: white;
  box-shadow: 0px 0px 8px 0px #E6E6E6;
  -moz-box-shadow: 0px 0px 8px 0px #E6E6E6;
  -webkit-box-shadow: 0px 0px 8px 0px #E6E6E6;
  width: 2560px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-title,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-title {
  font-size: 13px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container {
  margin-bottom: 20px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row {
  background: #f4f7fb;
  height: 50px;
  border-top: 1px solid #ccd8e6;
  border-bottom: 1px solid #ccd8e6;
  box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header,
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header {
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  float: left;
  border-right: 1px solid #ccd8e6;
  box-sizing: border-box;
  height: 50px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header .header-text,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header .header-text,
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header .header-text,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header .header-text {
  margin-right: 5px;
  margin-top: 10px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header {
  width: 85px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header {
  width: 480px;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header-2blocks,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header-2blocks {
  width: 160px;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header1,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header1 {
  height: 20px;
  border-bottom: 1px solid #ccd8e6;
  box-sizing: border-box;
  text-align: center;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header1 .header-text,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header1 .header-text {
  margin-right: 5px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header3,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header3 {
  width: 80px;
  display: inline-block;
  border-right: 1px solid #ccd8e6;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header3 .header-text,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header3 .header-text {
  margin-right: 5px;
  margin-top: 0px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header3:last-child,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-long-header3:last-child {
  border-right: none;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header:nth-child(3),
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header:nth-child(3) {
  width: 165px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header:first-child,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-header-row .watchlist-header:first-child {
  border-left: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container {
  color: #71787e;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row {
  height: 30px;
  line-height: 30px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value,
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  float: left;
  border-right: 1px solid #ccd8e6;
  border-bottom: 1px solid #ccd8e6;
  height: 30px;
  box-sizing: border-box;
  line-height: 30px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value .value-text,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value .value-text,
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value .value-text,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value .value-text {
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value .open-links .open-link,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value .open-links .open-link,
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value .open-links .open-link,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value .open-links .open-link {
  color: #2E3644;
  display: inline-block;
  font-size: 16px;
  margin-right: 9px;
  margin-top: 6px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value {
  width: 85px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value {
  width: 80px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value.userestimate,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-sub-value.userestimate {
  background: #F9FCFF;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value:nth-child(3),
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value:nth-child(3) {
  width: 165px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value:first-child,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker-value:first-child {
  border-left: 1px solid #ccd8e6;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .watchlist-container .watchlist-row .ticker {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .tasksection,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .tasksection {
  margin-left: 20px;
  margin-bottom: 10px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .tasksection .tasknote,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .tasksection .tasknote {
  font-weight: bold;
  font-size: 13px;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .tasksection .taskitem,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .tasksection .taskitem {
  font-size: 13px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .tasksection .taskitem:before,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section .section-container .tasksection .taskitem:before {
  content: "";
  display: block;
  float: left;
  width: .8em;
  height: .8em;
  border: 1px solid #5A5A5A;
  margin: 0.1em;
  line-height: .8em;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  margin-right: .5em;
}
#new-notebook-html .note-dashboard-view .dashboard-container .dashboard-content .dashboard-section:last-child,
#new-notebook-html .ticker-dashboard-view .dashboard-container .dashboard-content .dashboard-section:last-child {
  margin-bottom: 20px;
}
#new-notebook-html .note-dashboard-view .header,
#new-notebook-html .ticker-dashboard-view .header {
  height: 42px;
  box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .header .title-holder,
#new-notebook-html .ticker-dashboard-view .header .title-holder {
  padding: 12px;
  line-height: 18px;
  font-weight: 500;
}
#new-notebook-html .note-dashboard-view .publishview-header,
#new-notebook-html .ticker-dashboard-view .publishview-header {
  line-height: 42px;
  height: 42px;
  background: #e9eef6;
}
#new-notebook-html .note-dashboard-view .header.research-header .title-holder,
#new-notebook-html .ticker-dashboard-view .header.research-header .title-holder {
  padding: 12px 20px;
}
#new-notebook-html .note-dashboard-view .publishview-subheader,
#new-notebook-html .ticker-dashboard-view .publishview-subheader {
  line-height: 28px;
  height: 28px;
}
#new-notebook-html .note-dashboard-view .research-btn,
#new-notebook-html .ticker-dashboard-view .research-btn {
  display: inline-block;
  width: 100px;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 7px 3px;
  font-size: 13px;
  border-radius: 4px;
  color: white;
}
#new-notebook-html .note-dashboard-view .research-tab-menu,
#new-notebook-html .ticker-dashboard-view .research-tab-menu {
  border-left: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .research-tab-menu,
#new-notebook-html .ticker-dashboard-view .research-tab-menu,
#new-notebook-html .note-dashboard-view .dashboard-header,
#new-notebook-html .ticker-dashboard-view .dashboard-header {
  height: 42px;
  position: relative;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .research-tab,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .research-tab,
#new-notebook-html .note-dashboard-view .dashboard-header .research-tab,
#new-notebook-html .ticker-dashboard-view .dashboard-header .research-tab {
  float: left;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .back-btn,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .back-btn,
#new-notebook-html .note-dashboard-view .dashboard-header .back-btn,
#new-notebook-html .ticker-dashboard-view .dashboard-header .back-btn {
  float: left;
  padding: 14px 14px 10px 10px;
  cursor: pointer;
  border-right: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .back-btn .back-icon,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .back-btn .back-icon,
#new-notebook-html .note-dashboard-view .dashboard-header .back-btn .back-icon,
#new-notebook-html .ticker-dashboard-view .dashboard-header .back-btn .back-icon {
  height: 16px;
  width: 16px;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .back-btn .left-arrow-icon,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .back-btn .left-arrow-icon,
#new-notebook-html .note-dashboard-view .dashboard-header .back-btn .left-arrow-icon,
#new-notebook-html .ticker-dashboard-view .dashboard-header .back-btn .left-arrow-icon {
  height: 16px;
  margin-right: 4px;
  width: 16px;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .research-tab,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .research-tab,
#new-notebook-html .note-dashboard-view .dashboard-header .research-tab,
#new-notebook-html .ticker-dashboard-view .dashboard-header .research-tab {
  padding: 0 24px;
  color: #698094;
  border-right: 1px solid #ccd8e6;
  background: #e8eef7;
  text-transform: uppercase;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .research-tab.active,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .research-tab.active,
#new-notebook-html .note-dashboard-view .dashboard-header .research-tab.active,
#new-notebook-html .ticker-dashboard-view .dashboard-header .research-tab.active {
  background: #f9fcff;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .research-tab.disabled,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .research-tab.disabled,
#new-notebook-html .note-dashboard-view .dashboard-header .research-tab.disabled,
#new-notebook-html .ticker-dashboard-view .dashboard-header .research-tab.disabled {
  opacity: 0.5;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .ticker-title,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .ticker-title,
#new-notebook-html .note-dashboard-view .dashboard-header .ticker-title,
#new-notebook-html .ticker-dashboard-view .dashboard-header .ticker-title {
  padding: 0 24px;
  color: #3d7fba;
  float: left;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .select2-choice span,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .select2-choice span,
#new-notebook-html .note-dashboard-view .dashboard-header .select2-choice span,
#new-notebook-html .ticker-dashboard-view .dashboard-header .select2-choice span {
  color: #698094;
  font-weight: normal;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .save-layout-btn,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .save-layout-btn,
#new-notebook-html .note-dashboard-view .dashboard-header .save-layout-btn,
#new-notebook-html .ticker-dashboard-view .dashboard-header .save-layout-btn,
#new-notebook-html .note-dashboard-view .research-tab-menu .configure-widgets,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .configure-widgets,
#new-notebook-html .note-dashboard-view .dashboard-header .configure-widgets,
#new-notebook-html .ticker-dashboard-view .dashboard-header .configure-widgets {
  background-color: #fff;
  border: 1px solid #ccd8e6;
  border-radius: 4px;
  color: #698094;
  float: right;
  line-height: 24px;
  font-size: 11px;
  padding: 0 8px;
  margin: 8px;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .save-layout-btn.active,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .save-layout-btn.active,
#new-notebook-html .note-dashboard-view .dashboard-header .save-layout-btn.active,
#new-notebook-html .ticker-dashboard-view .dashboard-header .save-layout-btn.active,
#new-notebook-html .note-dashboard-view .research-tab-menu .configure-widgets.active,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .configure-widgets.active,
#new-notebook-html .note-dashboard-view .dashboard-header .configure-widgets.active,
#new-notebook-html .ticker-dashboard-view .dashboard-header .configure-widgets.active {
  background-color: #3d7fba;
  color: #fff;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .save-layout-btn,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .save-layout-btn,
#new-notebook-html .note-dashboard-view .dashboard-header .save-layout-btn,
#new-notebook-html .ticker-dashboard-view .dashboard-header .save-layout-btn {
  display: none;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .save-layout-btn.active,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .save-layout-btn.active,
#new-notebook-html .note-dashboard-view .dashboard-header .save-layout-btn.active,
#new-notebook-html .ticker-dashboard-view .dashboard-header .save-layout-btn.active {
  display: inline-block;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .configure-widgets,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .configure-widgets,
#new-notebook-html .note-dashboard-view .dashboard-header .configure-widgets,
#new-notebook-html .ticker-dashboard-view .dashboard-header .configure-widgets {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .configure-wgts-popup,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .configure-wgts-popup,
#new-notebook-html .note-dashboard-view .dashboard-header .configure-wgts-popup,
#new-notebook-html .ticker-dashboard-view .dashboard-header .configure-wgts-popup {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07) inset;
  border: 1px solid #d4e0ea;
  display: inline-block;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  width: 200px;
  border-radius: 4px;
  text-align: left;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .configure-wgts-popup .w-title,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .configure-wgts-popup .w-title,
#new-notebook-html .note-dashboard-view .dashboard-header .configure-wgts-popup .w-title,
#new-notebook-html .ticker-dashboard-view .dashboard-header .configure-wgts-popup .w-title {
  display: inline-block;
  text-align: left !important;
  font-size: 14px;
  padding: 0 0 0 11px !important;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .configure-wgts-popup .checkbox,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .configure-wgts-popup .checkbox,
#new-notebook-html .note-dashboard-view .dashboard-header .configure-wgts-popup .checkbox,
#new-notebook-html .ticker-dashboard-view .dashboard-header .configure-wgts-popup .checkbox {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 2px solid #4691d8;
  line-height: 1em;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  margin-top: 2px;
  background: #ffffff;
  border: 1px solid #1f4566;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .configure-wgts-popup .checkbox.checked,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .configure-wgts-popup .checkbox.checked,
#new-notebook-html .note-dashboard-view .dashboard-header .configure-wgts-popup .checkbox.checked,
#new-notebook-html .ticker-dashboard-view .dashboard-header .configure-wgts-popup .checkbox.checked {
  background: #fff url('images/blue-tick.svg') no-repeat;
  background-origin: border-box;
  background-size: 20px;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .configure-wgts-list,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .configure-wgts-list,
#new-notebook-html .note-dashboard-view .dashboard-header .configure-wgts-list,
#new-notebook-html .ticker-dashboard-view .dashboard-header .configure-wgts-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .configure-wgts-list .item,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .configure-wgts-list .item,
#new-notebook-html .note-dashboard-view .dashboard-header .configure-wgts-list .item,
#new-notebook-html .ticker-dashboard-view .dashboard-header .configure-wgts-list .item {
  border-bottom: 1px solid #d4e0ea;
  line-height: 20px;
  padding: 6px 8px;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .save-configure,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .save-configure,
#new-notebook-html .note-dashboard-view .dashboard-header .save-configure,
#new-notebook-html .ticker-dashboard-view .dashboard-header .save-configure {
  border-radius: 3px;
  display: inline-block;
  text-align: left !important;
  font-size: 14px;
  padding: 6px 12px !important;
  margin: 5px;
  margin-left: 8px;
  border: 1px solid #3d7fba;
  color: #3d7fba !important;
  cursor: pointer !important;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .save-configure:hover,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .save-configure:hover,
#new-notebook-html .note-dashboard-view .dashboard-header .save-configure:hover,
#new-notebook-html .ticker-dashboard-view .dashboard-header .save-configure:hover {
  background-color: #326b9e;
  color: #fff !important;
}
#new-notebook-html .note-dashboard-view .research-tab-menu .save-configure.active,
#new-notebook-html .ticker-dashboard-view .research-tab-menu .save-configure.active,
#new-notebook-html .note-dashboard-view .dashboard-header .save-configure.active,
#new-notebook-html .ticker-dashboard-view .dashboard-header .save-configure.active {
  background-color: #326b9e;
  color: #fff !important;
}
#new-notebook-html .note-dashboard-view .thesis-title,
#new-notebook-html .ticker-dashboard-view .thesis-title {
  font-size: 14px;
  color: #9599a0;
  float: left;
}
#new-notebook-html .note-dashboard-view .thesis-ticker,
#new-notebook-html .ticker-dashboard-view .thesis-ticker {
  margin-left: 12px;
  font-size: 12px;
  float: left;
}
#new-notebook-html .note-dashboard-view .thesis-company,
#new-notebook-html .ticker-dashboard-view .thesis-company {
  margin-left: 12px;
  font-size: 16px;
  color: #272f3c;
  float: left;
}
#new-notebook-html .note-dashboard-view .btn-holder,
#new-notebook-html .ticker-dashboard-view .btn-holder {
  margin-right: 40px;
}
#new-notebook-html .note-dashboard-view #rn-addNewSection,
#new-notebook-html .ticker-dashboard-view #rn-addNewSection {
  background: #3D7FBA;
  border: 1px solid #3D7FBA;
  color: white;
  margin-left: 28px;
  margin-top: 10px;
  width: 110px;
}
#new-notebook-html .note-dashboard-view #rn-save,
#new-notebook-html .ticker-dashboard-view #rn-save {
  background: #3dbf6f;
  border: 1px solid #3dbf6f;
  color: white;
  display: none !important;
}
#new-notebook-html .note-dashboard-view #rn-confirm,
#new-notebook-html .ticker-dashboard-view #rn-confirm {
  background: #3d7fba;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#new-notebook-html .note-dashboard-view #rn-undo,
#new-notebook-html .ticker-dashboard-view #rn-undo {
  background: #9ba0ab;
}
#new-notebook-html .note-dashboard-view #newThesisBtn,
#new-notebook-html .ticker-dashboard-view #newThesisBtn,
#new-notebook-html .note-dashboard-view #rn-edit,
#new-notebook-html .ticker-dashboard-view #rn-edit {
  background: #3d7fba;
}
#new-notebook-html .note-dashboard-view .research-wrapper,
#new-notebook-html .ticker-dashboard-view .research-wrapper {
  background: #f9fcff;
}
#new-notebook-html .note-dashboard-view .research-wrapper .researchsection,
#new-notebook-html .ticker-dashboard-view .research-wrapper .researchsection {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 30px;
  background: white;
  box-shadow: 0px 0px 8px 0px #E6E6E6;
  -moz-box-shadow: 0px 0px 8px 0px #E6E6E6;
  -webkit-box-shadow: 0px 0px 8px 0px #E6E6E6;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper {
  width: 45%;
  min-height: 96px;
  display: inline-block;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .clamor-wrapper,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .clamor-wrapper {
  width: 100%;
  display: block;
  padding: 0;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .username-assign,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .username-assign {
  width: 340px;
  border: 1px solid #c0cad0;
  border-radius: 4px;
  height: 30px;
  line-height: 18px;
  font-size: 12px;
  padding: 5px;
  padding-left: 15px;
  box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .suggest-wrapper,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .suggest-wrapper {
  z-index: 999;
  width: 98%;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .suggest-wrapper li,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .suggest-wrapper li {
  text-transform: initial;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .suggest-wrapper li.selected .sharing_user_item .fullname,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .suggest-wrapper li.selected .sharing_user_item .fullname,
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .suggest-wrapper li.selected .sharing_user_item .username,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .suggest-wrapper li.selected .sharing_user_item .username {
  color: #ffffff;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .suggest .sharing_user_item,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .suggest .sharing_user_item {
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  clear: both;
  min-height: 30px;
  cursor: pointer;
  padding: 0 12px;
  overflow: hidden;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .suggest .sharing_user_item .name-initials,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .suggest .sharing_user_item .name-initials {
  width: 26px;
  height: 26px;
  background: #e8eef7;
  border: 1px solid #e8eef7;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #698094;
  text-transform: uppercase;
  margin-right: 18px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .suggest .sharing_user_item .fullname,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .suggest .sharing_user_item .fullname {
  margin-right: 6px;
  text-transform: capitalize;
  font-family: Helvetica Neue, sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #698094;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 220px;
  overflow: hidden;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .suggest .sharing_user_item .username,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .suggest .sharing_user_item .username {
  line-height: 24px;
  color: #7f8fa9;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  overflow: hidden;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .added-users,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .added-users,
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .added-groups,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .added-groups {
  overflow: auto;
  padding: 12px 0;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .added-users .item-new,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .added-users .item-new,
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .added-groups .item-new,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .added-groups .item-new {
  background: #f0f8ff;
  float: left;
  font-size: 12px;
  color: #4381bc;
  line-height: 20px;
  padding: 3px 6px;
  border-radius: 3px;
  margin-bottom: 6px;
  margin-right: 6px;
  border: 1px solid #4381bc;
}
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .added-users .item-new .close-button,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .added-users .item-new .close-button,
#new-notebook-html .note-dashboard-view .research-wrapper .assign-wrapper .added-groups .item-new .close-button,
#new-notebook-html .ticker-dashboard-view .research-wrapper .assign-wrapper .added-groups .item-new .close-button {
  width: 6px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 4px 3px 0 6px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .active-wrapper,
#new-notebook-html .ticker-dashboard-view .research-wrapper .active-wrapper {
  width: 45%;
  min-height: 96px;
  display: inline-block;
  float: right;
}
#new-notebook-html .note-dashboard-view .research-wrapper .active-wrapper button,
#new-notebook-html .ticker-dashboard-view .research-wrapper .active-wrapper button {
  color: #272f3c;
  border: 1px solid #c0cad0;
  float: left;
  margin: 0;
  height: 30px;
  width: 60px;
  font-size: 14px;
  background: white;
  border-radius: 0px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .active-wrapper button.active,
#new-notebook-html .ticker-dashboard-view .research-wrapper .active-wrapper button.active {
  color: white;
  background: #3d7fba;
}
#new-notebook-html .note-dashboard-view .research-wrapper .active-wrapper button.activeoff,
#new-notebook-html .ticker-dashboard-view .research-wrapper .active-wrapper button.activeoff {
  border-left: none;
}
#new-notebook-html .note-dashboard-view .research-wrapper .halfcol-title,
#new-notebook-html .ticker-dashboard-view .research-wrapper .halfcol-title {
  font-size: 13px;
  color: #272f3c;
  margin-bottom: 20px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .form-inp-wrap,
#new-notebook-html .ticker-dashboard-view .research-wrapper .form-inp-wrap {
  display: inline-block;
  font-size: 14px;
  margin-right: 64px;
  margin-bottom: 24px;
  width: 128px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .form-inp-wrap .form-label,
#new-notebook-html .ticker-dashboard-view .research-wrapper .form-inp-wrap .form-label {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  margin: 4px 0px 4px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .form-inp-wrap .form-inp,
#new-notebook-html .ticker-dashboard-view .research-wrapper .form-inp-wrap .form-inp {
  width: 128px;
  border: 1px solid #ccd8e6;
  border-radius: 4px;
  height: 30px;
  line-height: 18px;
  font-size: 12px;
  margin-top: 10px;
  padding: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  background: white;
}
#new-notebook-html .note-dashboard-view .research-wrapper .form-inp-wrap .form-inp:empty:before,
#new-notebook-html .ticker-dashboard-view .research-wrapper .form-inp-wrap .form-inp:empty:before {
  content: attr(data-text);
  color: #b5b5b5;
}
#new-notebook-html .note-dashboard-view .research-wrapper .form-inp-wrap select.form-inp,
#new-notebook-html .ticker-dashboard-view .research-wrapper .form-inp-wrap select.form-inp {
  border: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .research-wrapper .form-inp-wrap input.form-inp,
#new-notebook-html .ticker-dashboard-view .research-wrapper .form-inp-wrap input.form-inp {
  border: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .research-wrapper .form-inp-wrap .form-inp.autocalc,
#new-notebook-html .ticker-dashboard-view .research-wrapper .form-inp-wrap .form-inp.autocalc {
  background: #fafafa;
}
#new-notebook-html .note-dashboard-view .research-wrapper .form-inp-wrap .form-inp#current_price,
#new-notebook-html .ticker-dashboard-view .research-wrapper .form-inp-wrap .form-inp#current_price {
  background: #E0F0FC;
}
#new-notebook-html .note-dashboard-view .research-wrapper .summary-sep,
#new-notebook-html .ticker-dashboard-view .research-wrapper .summary-sep {
  border-bottom: 1px solid #ccd8e6;
  width: 450px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .sectiontitle,
#new-notebook-html .ticker-dashboard-view .research-wrapper .sectiontitle {
  margin-bottom: 20px;
  border-bottom: 1px solid #CCD8E6;
  font-size: 18px;
  color: #3D7FBA;
  padding-bottom: 10px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .titlerow,
#new-notebook-html .ticker-dashboard-view .research-wrapper .titlerow {
  margin-left: 190px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .fytitle,
#new-notebook-html .ticker-dashboard-view .research-wrapper .fytitle {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  width: 115px;
  font-weight: 500;
  color: #272f3c;
  padding-left: 15px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .finsep,
#new-notebook-html .ticker-dashboard-view .research-wrapper .finsep {
  border-bottom: 1px solid #ccd8e6;
  width: 590px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .finrow,
#new-notebook-html .ticker-dashboard-view .research-wrapper .finrow {
  height: 50px;
  line-height: 50px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .finrow .fintitle,
#new-notebook-html .ticker-dashboard-view .research-wrapper .finrow .fintitle {
  width: 100px;
  margin-right: 90px;
  text-align: right;
  font-size: 13px;
  color: #272f3c;
}
#new-notebook-html .note-dashboard-view .research-wrapper .finrow .finestimate,
#new-notebook-html .ticker-dashboard-view .research-wrapper .finrow .finestimate,
#new-notebook-html .note-dashboard-view .research-wrapper .finrow .olddata,
#new-notebook-html .ticker-dashboard-view .research-wrapper .finrow .olddata {
  width: 100px;
  border: 1px solid #ccd8e6;
  border-radius: 4px;
  margin-right: 25px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  margin-top: 10px;
  padding: 6px 0 6px 15px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .finrow .finestimate:empty:before,
#new-notebook-html .ticker-dashboard-view .research-wrapper .finrow .finestimate:empty:before {
  content: attr(data-text);
  color: #b5b5b5;
}
#new-notebook-html .note-dashboard-view .research-wrapper .finrow .autocalc,
#new-notebook-html .ticker-dashboard-view .research-wrapper .finrow .autocalc {
  background: #fafafa;
}
#new-notebook-html .note-dashboard-view .research-wrapper .finrow .olddata,
#new-notebook-html .ticker-dashboard-view .research-wrapper .finrow .olddata {
  background: #E0F0FC;
}
#new-notebook-html .note-dashboard-view .research-wrapper .snippet-note-wrapper,
#new-notebook-html .ticker-dashboard-view .research-wrapper .snippet-note-wrapper {
  width: 95%;
  margin: auto;
  margin-bottom: 25px;
}
#new-notebook-html .note-dashboard-view .research-wrapper .snippet-note-wrapper .snippet-note-title,
#new-notebook-html .ticker-dashboard-view .research-wrapper .snippet-note-wrapper .snippet-note-title {
  font-size: 18px;
  color: grey;
}
#new-notebook-html .note-dashboard-view .research-wrapper .snippet-note-wrapper .temp-title,
#new-notebook-html .ticker-dashboard-view .research-wrapper .snippet-note-wrapper .temp-title {
  font-style: italic;
  opacity: 0.5;
}
#new-notebook-html .note-dashboard-view .research-wrapper .snippet-note-wrapper .snippet-note-container,
#new-notebook-html .ticker-dashboard-view .research-wrapper .snippet-note-wrapper .snippet-note-container {
  border: 1px solid #CCD8E6;
  font-size: 14px;
  height: 300px;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow-y: scroll;
}
#new-notebook-html .note-dashboard-view .publishview-wrapper,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper,
#new-notebook-html .note-dashboard-view .dashboard-wrapper,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper {
  background-color: #fff;
}
#new-notebook-html .note-dashboard-view .publishview-wrapper .publishview-parent,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .publishview-parent,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .publishview-parent,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .publishview-parent,
#new-notebook-html .note-dashboard-view .publishview-wrapper .configure-dashboard,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .configure-dashboard,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .configure-dashboard,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .configure-dashboard {
  height: 100%;
  overflow: auto;
}
#new-notebook-html .note-dashboard-view .publishview-wrapper .publishview-parent.configure .widget,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .publishview-parent.configure .widget,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .publishview-parent.configure .widget,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .publishview-parent.configure .widget,
#new-notebook-html .note-dashboard-view .publishview-wrapper .configure-dashboard.configure .widget,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .configure-dashboard.configure .widget,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .configure-dashboard.configure .widget,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .configure-dashboard.configure .widget {
  background-color: #f9fcff;
  border: 2px solid #e8eef7;
  border-radius: 3px;
  float: left;
  height: 150px;
  padding: 20px;
  margin: 10px;
  width: 300px;
}
#new-notebook-html .note-dashboard-view .publishview-wrapper .publishview-parent.configure .widget .checkbox,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .publishview-parent.configure .widget .checkbox,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .publishview-parent.configure .widget .checkbox,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .publishview-parent.configure .widget .checkbox,
#new-notebook-html .note-dashboard-view .publishview-wrapper .configure-dashboard.configure .widget .checkbox,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .configure-dashboard.configure .widget .checkbox,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .configure-dashboard.configure .widget .checkbox,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .configure-dashboard.configure .widget .checkbox {
  display: block;
  float: right;
  width: 1em;
  height: 1em;
  border: 2px solid #4691d8;
  background: #ffffff;
  line-height: 1em;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
#new-notebook-html .note-dashboard-view .publishview-wrapper .publishview-parent.configure .widget .checkbox.checked,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .publishview-parent.configure .widget .checkbox.checked,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .publishview-parent.configure .widget .checkbox.checked,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .publishview-parent.configure .widget .checkbox.checked,
#new-notebook-html .note-dashboard-view .publishview-wrapper .configure-dashboard.configure .widget .checkbox.checked,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .configure-dashboard.configure .widget .checkbox.checked,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .configure-dashboard.configure .widget .checkbox.checked,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .configure-dashboard.configure .widget .checkbox.checked {
  background: #fff url('images/blue-tick.svg') no-repeat;
  background-origin: border-box;
  background-size: 20px;
}
#new-notebook-html .note-dashboard-view .publishview-wrapper .publishview-parent.configure .widget .title,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .publishview-parent.configure .widget .title,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .publishview-parent.configure .widget .title,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .publishview-parent.configure .widget .title,
#new-notebook-html .note-dashboard-view .publishview-wrapper .configure-dashboard.configure .widget .title,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .configure-dashboard.configure .widget .title,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .configure-dashboard.configure .widget .title,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .configure-dashboard.configure .widget .title {
  display: inline-block;
}
#new-notebook-html .note-dashboard-view .publishview-wrapper .watchlist-content,
#new-notebook-html .ticker-dashboard-view .publishview-wrapper .watchlist-content,
#new-notebook-html .note-dashboard-view .dashboard-wrapper .watchlist-content,
#new-notebook-html .ticker-dashboard-view .dashboard-wrapper .watchlist-content {
  display: block;
  padding-bottom: 0 !important;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
#new-notebook-html .note-dashboard-view .input-wrapper,
#new-notebook-html .ticker-dashboard-view .input-wrapper {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(30, 55, 77, 0.42);
  background-color: #f6fbfd;
}
#new-notebook-html .note-dashboard-view .input-wrapper input,
#new-notebook-html .ticker-dashboard-view .input-wrapper input {
  width: 269px;
  height: 24px;
  border-radius: 2px;
  background-color: #f6fbfd;
  color: #1e374d;
  float: left;
  font-size: 11px;
  line-height: 18px;
  margin: 4px;
  padding: 1px 5px;
  outline: none;
  border: solid 1px #ccd8e6;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .input-wrapper .clamor-wrapper,
#new-notebook-html .ticker-dashboard-view .input-wrapper .clamor-wrapper {
  padding: 0;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper {
  position: absolute;
  top: 40px !important;
  left: -290px;
  border: 1px solid #ffffff;
  box-shadow: 1px 2px 6px -2px #1e374d;
  border-radius: 3px;
  width: 290px;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest {
  border-radius: 3px;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest .liHeader,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest .liHeader {
  padding: 6px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest li.seperator,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest li.seperator {
  height: 1px;
  background: #d4e0ea;
  padding: 0;
  width: 100%;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest li,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest li {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-fill-ticker,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-fill-ticker {
  background: #3d7fba;
  border-radius: 2px;
  padding: 3px 6px;
  color: #fff;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin-right: 4px;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-fill-ticker.greeny,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-fill-ticker.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-fill-ticker.cyano,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-fill-ticker.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-fill-tag,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-fill-tag {
  background: #ffffff;
  border-radius: 2px;
  padding: 2px 5px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-add-tag,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest li .note-add-tag {
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest li.selected,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest li.selected {
  background: #e8eef7;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest:first-child,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest:last-child,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#new-notebook-html .note-dashboard-view .input-wrapper .suggest-wrapper .suggest .company_name,
#new-notebook-html .ticker-dashboard-view .input-wrapper .suggest-wrapper .suggest .company_name {
  display: inline-block;
  padding: 2px 0;
  overflow: hidden;
  /*text-overflow: ellipsis;
                    text-transform: uppercase;*/
}
#new-notebook-html .note-dashboard-view .notes-wrapper,
#new-notebook-html .ticker-dashboard-view .notes-wrapper,
#new-notebook-html .note-dashboard-view .doc-wrapper,
#new-notebook-html .ticker-dashboard-view .doc-wrapper,
#new-notebook-html .note-dashboard-view .note-wrapper,
#new-notebook-html .ticker-dashboard-view .note-wrapper {
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}
#new-notebook-html .note-dashboard-view .calendar,
#new-notebook-html .ticker-dashboard-view .calendar {
  margin: 0;
  position: relative;
}
#new-notebook-html .note-dashboard-view .calendar .icon,
#new-notebook-html .ticker-dashboard-view .calendar .icon {
  border: 0 !important;
  float: right;
  height: 20px;
  padding: 0;
  width: 14px;
  fill: #889bba;
}
#new-notebook-html .note-dashboard-view .calendar header,
#new-notebook-html .ticker-dashboard-view .calendar header {
  position: relative;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper {
  border-bottom: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-header,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-header {
  background-color: #f9fcff;
  width: 100% !important;
  color: #122538 !important;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-header .fc-header-title h2,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-header .fc-header-title h2 {
  font-size: 14px;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper table,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper table {
  width: inherit !important;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-day,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-day {
  box-sizing: border-box;
  height: 63px !important;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-day.data:hover,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-day.data:hover {
  box-shadow: 1px 1px 1px 2px #3d7fba;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-day > div:first-of-type,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-day > div:first-of-type {
  height: 53px !important;
  min-height: inherit !important;
  min-width: 7px !important;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-button-month,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-button-month,
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-button-basicWeek,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-button-basicWeek {
  display: none;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event {
  border: 0;
  font-size: 10px !important;
  border-radius: inherit !important;
  box-sizing: border-box;
  position: static !important;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event.sm-event,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event.sm-event {
  font-size: 10px !important;
  padding: 2px 2px !important;
  width: 38px !important;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event.lg-event,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event.lg-event {
  font-size: 10px !important;
  padding: 2px 0 !important;
  width: 84px !important;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event .confirmed_done,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event .confirmed_done {
  font-size: 6px;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event-title,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event-title {
  color: #000 !important;
  padding-left: 3px !important;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event-title .icon,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .fc-event-title .icon {
  fill: #000;
  height: 10px;
  width: 10px;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .doc-event,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .doc-event {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .fc-day-number,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .fc-day-number {
  color: #697f94;
  font-size: 11px;
  line-height: 11px;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .fc-day-content,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .fc-day-content {
  padding-top: 0 !important;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-content .fc-day-header,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-content .fc-day-header {
  border-left: 0;
  color: #697f94;
  font-size: 9px;
  padding: 2px 0;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-border-separate th,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-border-separate th,
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-border-separate td,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-border-separate td {
  border-width: 1px 0 0 1px;
  box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-other-month .fc-day-number,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-other-month .fc-day-number {
  color: #9cb4ca;
  opacity: 1;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-state-default,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-state-default {
  background: 0;
  border: 0;
  margin: 0;
  padding: 1px;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-day-number,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-day-number {
  float: left;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-wrapper .fc-header-center,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-wrapper .fc-header-center {
  vertical-align: middle;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-options-popup,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-options-popup {
  background-color: #fff;
  border: 1px solid #d4e0ea;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  margin: 0 5px;
  width: 120px;
  border-radius: 4px;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-options-popup ul,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-options-popup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-options-popup ul li,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-options-popup ul li {
  cursor: pointer;
  padding: 3px;
  margin: 5px 0;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-options-popup ul li:first-of-type,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-options-popup ul li:first-of-type {
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
}
#new-notebook-html .note-dashboard-view .calendar .calendar-options-popup input[type="radio"]:checked + label,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-options-popup input[type="radio"]:checked + label {
  font-weight: bold;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-options-popup label,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-options-popup label {
  cursor: pointer;
  margin-left: 5px;
}
#new-notebook-html .note-dashboard-view .calendar .calendar-options-popup input[type="radio"],
#new-notebook-html .ticker-dashboard-view .calendar .calendar-options-popup input[type="radio"],
#new-notebook-html .note-dashboard-view .calendar .calendar-options-popup label,
#new-notebook-html .ticker-dashboard-view .calendar .calendar-options-popup label {
  margin-top: -1px;
  vertical-align: middle;
}
#new-notebook-html .note-dashboard-view .calendar h2,
#new-notebook-html .ticker-dashboard-view .calendar h2 {
  margin: 0;
}
#new-notebook-html .note-dashboard-view .calendar .events,
#new-notebook-html .ticker-dashboard-view .calendar .events {
  margin: 0 15px;
}
#new-notebook-html .note-dashboard-view .calendar .events .header,
#new-notebook-html .ticker-dashboard-view .calendar .events .header {
  font-size: 14px;
  height: 20px !important;
  padding: 0 0 8px 0;
}
#new-notebook-html .note-dashboard-view .calendar .events .event,
#new-notebook-html .ticker-dashboard-view .calendar .events .event {
  box-sizing: border-box;
  height: 40px;
  padding: 5px 0;
}
#new-notebook-html .note-dashboard-view .calendar .events .event .date,
#new-notebook-html .ticker-dashboard-view .calendar .events .event .date {
  color: #698094;
  font-size: 10px;
}
#new-notebook-html .note-dashboard-view .calendar .events .event .title,
#new-notebook-html .ticker-dashboard-view .calendar .events .event .title {
  color: #3d7fba;
  float: left;
  font-size: 13px;
}
#new-notebook-html .note-dashboard-view .calendar .events .event .view-notes,
#new-notebook-html .ticker-dashboard-view .calendar .events .event .view-notes {
  color: #3d7fba;
  float: right;
  font-size: 11px;
  padding-right: 15px;
}
#new-notebook-html .note-dashboard-view .calendar .events .past-events,
#new-notebook-html .ticker-dashboard-view .calendar .events .past-events,
#new-notebook-html .note-dashboard-view .calendar .events .upcoming-events,
#new-notebook-html .ticker-dashboard-view .calendar .events .upcoming-events {
  margin: 15px 0;
}
#new-notebook-html .note-dashboard-view .calendar.full-calendar .list-view,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .list-view {
  height: 100%;
  left: 10px;
  position: absolute;
  top: 53px;
  width: 140px;
}
#new-notebook-html .note-dashboard-view .calendar.full-calendar .list-view .items,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .list-view .items {
  font-size: 12px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#new-notebook-html .note-dashboard-view .calendar.full-calendar .list-view .items .item,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .list-view .items .item {
  background-color: #fff;
  color: #3d7fba;
  margin: 10px 0;
  padding: 9px 6px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .calendar.full-calendar .list-view .items .item.active,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .list-view .items .item.active {
  background-color: #3d7fba;
  color: #fff;
  cursor: auto;
}
#new-notebook-html .note-dashboard-view .calendar.full-calendar .calendar-wrapper,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .calendar-wrapper {
  margin-left: 150px;
}
#new-notebook-html .note-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-month,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-month,
#new-notebook-html .note-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-basicWeek,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-basicWeek {
  background-color: #fff;
  color: #3d7fba;
  display: inline-block;
  font-size: 13px !important;
  font-weight: 500;
  padding: 6px 20px !important;
  position: relative;
  left: -45px;
  top: -38px;
}
#new-notebook-html .note-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-month.fc-state-active,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-month.fc-state-active,
#new-notebook-html .note-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-basicWeek.fc-state-active,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-basicWeek.fc-state-active {
  color: #fff;
  background-color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-prev,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-prev,
#new-notebook-html .note-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-next,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-button-next {
  display: none;
}
#new-notebook-html .note-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-header-center,
#new-notebook-html .ticker-dashboard-view .calendar.full-calendar .calendar-wrapper .fc-header-center {
  text-align: left;
}
#new-notebook-html .note-dashboard-view .attachments,
#new-notebook-html .ticker-dashboard-view .attachments {
  position: relative;
}
#new-notebook-html .note-dashboard-view .attachments .upload-files,
#new-notebook-html .ticker-dashboard-view .attachments .upload-files {
  height: 40px;
  border-radius: 2px;
  background-color: #ffffff;
  text-align: center;
  padding: 8px 2px;
  box-sizing: border-box;
  color: #122538;
  position: absolute;
  bottom: 0;
  width: 95%;
  margin: 8px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .attachments .upload-files .upload-title,
#new-notebook-html .ticker-dashboard-view .attachments .upload-files .upload-title {
  padding: 8px;
  font-size: 15px;
  color: #697f94;
}
#new-notebook-html .note-dashboard-view .attachments .upload-files #note-attach-upload,
#new-notebook-html .ticker-dashboard-view .attachments .upload-files #note-attach-upload {
  position: absolute;
  top: 8px;
  height: 23px;
  width: 182px;
  left: 78px;
}
#new-notebook-html .note-dashboard-view .attachments .upload-files #note-attach-upload .upload-btn,
#new-notebook-html .ticker-dashboard-view .attachments .upload-files #note-attach-upload .upload-btn {
  width: 182px;
  opacity: 0;
  height: 23px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .attachments .upload-files .download-icon,
#new-notebook-html .ticker-dashboard-view .attachments .upload-files .download-icon {
  height: 13px;
  width: 13px;
  padding: 0px 5px;
  fill: #122538;
}
#new-notebook-html .note-dashboard-view .attachments .upload-files:hover,
#new-notebook-html .ticker-dashboard-view .attachments .upload-files:hover {
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .attachments .upload-files:hover .download-icon,
#new-notebook-html .ticker-dashboard-view .attachments .upload-files:hover .download-icon {
  fill: #3d7fba;
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item {
  padding: 10px;
  border-bottom: 1px solid #dee1e8;
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item .item-header,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item .item-header {
  font-size: 10px;
  margin-bottom: 6px;
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item .item-header .owner,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item .item-header .owner {
  margin-right: 8px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item .item-header .uploaded-date,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item .item-header .uploaded-date {
  color: #697f94;
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item .item-title,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item .item-title {
  font-size: 12px;
  height: 36px;
  border-radius: 2px;
  background-color: #f8fbff;
  border: solid 1px #d2e2f2;
  box-sizing: border-box;
  padding: 2px;
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item .item-title .delete-attachment,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item .item-title .delete-attachment {
  height: 12px;
  float: right;
  margin: 8px;
  fill: #697f94;
  cursor: pointer;
  display: none;
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item .item-title .attachment-icon,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item .item-title .attachment-icon {
  height: 18px;
  width: 18px;
  position: relative;
  bottom: -5px;
  /* padding: 10px; */
  margin-right: 8px;
  margin-left: 8px;
  /* margin-top: 5px; */
  /* display: inline-block; */
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item .item-title .title,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item .item-title .title {
  display: inline-block;
  color: #122538;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item:hover,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item:hover {
  background-color: #e8f2fe !important;
}
#new-notebook-html .note-dashboard-view .attachments .recent-items-wrapper .item:hover .delete-attachment,
#new-notebook-html .ticker-dashboard-view .attachments .recent-items-wrapper .item:hover .delete-attachment {
  display: block;
}
#new-notebook-html .note-dashboard-view .documents_header,
#new-notebook-html .ticker-dashboard-view .documents_header {
  display: inline-block;
  padding: 4px 0 10px 0;
  border-bottom: 1px solid #d0d9e1;
  width: 950px;
  margin-bottom: 18px;
  margin-left: 15px;
}
#new-notebook-html .note-dashboard-view .documents_header .doc_text,
#new-notebook-html .ticker-dashboard-view .documents_header .doc_text {
  line-height: 30px;
  color: #333333;
  font-size: 24px;
}
#new-notebook-html .note-dashboard-view .documents_header .icon,
#new-notebook-html .ticker-dashboard-view .documents_header .icon {
  font-size: 35px;
  margin-left: 12px;
  margin-right: 5px;
  display: none;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-search-box,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-search-box {
  width: 166px;
  float: right;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px 12px;
  color: #cccccc;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-search-box .docsearch-form,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-search-box .docsearch-form {
  margin: 0px;
  padding: 0px;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-search-box .docsearch-form .search-outer-wrapper .search-box,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-search-box .docsearch-form .search-outer-wrapper .search-box {
  width: 114px;
  font-size: 14px;
  line-height: 18px;
  height: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  color: #698094;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-search-box .docsearch-form .search-outer-wrapper .fa-search,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-search-box .docsearch-form .search-outer-wrapper .fa-search {
  margin-top: 2px;
  font-size: 14px;
  padding-left: 12px;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-search-box .search-icon,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-search-box .search-icon {
  float: left;
  margin-top: 8px;
  color: #BCBCBC;
  font-size: 14px;
  margin-right: 6px;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-search-box:hover,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-search-box:hover {
  border: solid 1px #3d7fba;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-search-box:active,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-search-box:active {
  border: solid 1px #3d7fba;
  border-radius: 5px;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-sort,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-sort {
  font-size: 14px;
  margin-top: 7px;
  margin-left: 20px;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-sort .outer-wrapper .msg,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-sort .outer-wrapper .msg {
  color: #cccccc;
  margin-right: 4px;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-sort .outer-wrapper .sort-options .option,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-sort .outer-wrapper .sort-options .option {
  color: #3d7fba;
  float: left;
  cursor: pointer;
  margin-right: 12px;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-sort .outer-wrapper .sort-options .option:last-child,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-sort .outer-wrapper .sort-options .option:last-child {
  padding-right: 0px;
}
#new-notebook-html .note-dashboard-view .documents_header .doc-sort .outer-wrapper .sort-options .option.selected_sort,
#new-notebook-html .ticker-dashboard-view .documents_header .doc-sort .outer-wrapper .sort-options .option.selected_sort {
  color: #000000;
  font-weight: bold;
}
#new-notebook-html .note-dashboard-view .category_outer,
#new-notebook-html .ticker-dashboard-view .category_outer {
  padding: 15px;
  width: 950px;
  padding-bottom: 0;
}
#new-notebook-html .note-dashboard-view .category_outer .header,
#new-notebook-html .ticker-dashboard-view .category_outer .header {
  background: none !important;
  overflow: hidden !important;
}
#new-notebook-html .note-dashboard-view .category_outer .row,
#new-notebook-html .ticker-dashboard-view .category_outer .row {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  overflow: auto;
  overflow-x: hidden;
}
#new-notebook-html .note-dashboard-view .category_outer .row .row_separator,
#new-notebook-html .ticker-dashboard-view .category_outer .row .row_separator {
  height: 1px;
  border: 0;
  background-color: #d0d9e1;
  margin: 30px 0px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .separator,
#new-notebook-html .ticker-dashboard-view .category_outer .row .separator {
  width: 18px;
  height: inherit;
}
#new-notebook-html .note-dashboard-view .category_outer .row .header,
#new-notebook-html .ticker-dashboard-view .category_outer .row .header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  margin-bottom: 24px;
  overflow: auto;
}
#new-notebook-html .note-dashboard-view .category_outer .row .header .header_text,
#new-notebook-html .ticker-dashboard-view .category_outer .row .header .header_text {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .header .header_text:hover,
#new-notebook-html .ticker-dashboard-view .category_outer .row .header .header_text:hover {
  text-decoration: underline;
}
#new-notebook-html .note-dashboard-view .category_outer .row .header .separator_share,
#new-notebook-html .ticker-dashboard-view .category_outer .row .header .separator_share {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs .icon external_link,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs .icon external_link {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs .filings_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs .filings_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination {
  float: right;
  padding-top: 12px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings .fa-caret-left,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings .fa-caret-left {
  color: #ccc;
  text-align: center;
  margin: auto;
  line-height: 25px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings.disable,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin-left: 10px;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings .fa-caret-right,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings .fa-caret-right {
  color: #ccc;
  line-height: 25px;
  text-align: center;
  margin: auto;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings.disable,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .external_link,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .external_link {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: right;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs .news_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs .news_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: right;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs .proxy_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs .proxy_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .no-data,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .no-data {
  width: 100%;
  /*height:300px;*/
  background: url('../images/noData.png') no-repeat;
  background-position: 50% 50%;
  height: 465px;
  /*height:100%;*/
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .no-data img,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .no-data img {
  width: 100%;
  height: auto;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: right;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs .other_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs .other_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs .transcripts_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs .transcripts_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs .presentations_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs .presentations_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer {
  box-sizing: border-box;
  height: inherit;
  width: 656px;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer {
  height: 48%;
  overflow: hidden;
  border: 1px solid #CCD8E6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer .presentations_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer .presentations_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  border-bottom: 1px solid #CCD8E6;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: auto;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer {
  height: 100%;
  overflow: auto;
  border-bottom: solid 24px #fff;
  box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container {
  height: 100%;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item:not(:first-child),
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e8f1f9;
  overflow-x: hidden;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container {
  padding-right: 4px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .headline {
  color: #437FB7;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .content,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .ticker,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .ticker {
  float: left;
  padding-top: 4px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .author,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .author {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  padding-right: 4px;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .gutter,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .gutter {
  height: 3%;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer {
  height: 48%;
  overflow: hidden;
  border: 1px solid #CCD8E6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer .transcripts_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer .transcripts_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  border-bottom: 1px solid #CCD8E6;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: auto;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer {
  height: 100%;
  overflow: auto;
  border-bottom: solid 24px #fff;
  box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container {
  height: 100%;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item:not(:first-child),
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e8f1f9;
  overflow-x: hidden;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container {
  padding-right: 4px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .headline {
  color: #437FB7;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .content,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .ticker,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .ticker {
  float: left;
  padding-top: 4px;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .author,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .author {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  padding-right: 4px;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
#new-notebook-html .ticker-dashboard-view .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer {
  border: 1px solid #CCD8E6;
  box-sizing: border-box;
  height: inherit;
  width: 356px;
  height: 99%;
  float: right;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer .sec_filings_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer .sec_filings_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  overflow: auto;
  border-bottom: 1px solid #CCD8E6;
  box-sizing: border-box;
  padding-left: 10px;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer {
  height: 100%;
  overflow: auto;
  border-bottom: solid 24px #fff;
  box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container {
  height: 100%;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item:not(:first-child),
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e8f1f9;
  overflow-x: hidden;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container {
  padding-right: 4px;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .headline {
  color: #437FB7;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .content,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .ticker,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .ticker {
  float: left;
  padding-top: 4px;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .author,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .author {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  padding-right: 4px;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
#new-notebook-html .ticker-dashboard-view .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .docs,
#new-notebook-html .ticker-dashboard-view .category_outer .docs {
  margin-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .load-more,
#new-notebook-html .ticker-dashboard-view .category_outer .load-more {
  background: #fff;
  height: 24px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-bottom: 1px solid #e8f1f9;
  box-shadow: none;
}
#new-notebook-html .note-dashboard-view .category_outer .load-more .fa,
#new-notebook-html .ticker-dashboard-view .category_outer .load-more .fa {
  line-height: 24px;
  font-size: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 {
  width: 445px;
  box-sizing: border-box;
  margin: 0 15px 0 0;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .header,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  margin-bottom: 24px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .header .header_text,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .header .header_text {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .header .header_text:hover,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .header .header_text:hover {
  text-decoration: underline;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .header .separator_share,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .header .separator_share {
  margin: 0 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs .filings_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs .filings_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination {
  float: right;
  padding-top: 12px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings .fa-caret-left,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings .fa-caret-left {
  color: #ccc;
  text-align: center;
  margin: auto;
  line-height: 25px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings.disable,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin-left: 10px;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings .fa-caret-right,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings .fa-caret-right {
  color: #ccc;
  line-height: 25px;
  text-align: center;
  margin: auto;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings.disable,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .external_link,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .external_link {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .external_link,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .external_link {
  cursor: pointer;
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs .transcripts_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs .transcripts_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .external_link,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .external_link {
  cursor: pointer;
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: left;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs .presentations_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs .presentations_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .external_link,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .external_link {
  cursor: pointer;
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 {
  width: 445px;
  box-sizing: border-box;
  margin: 0;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .header,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  margin-bottom: 24px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .header .header_text,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .header .header_text {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .header .header_text:hover,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .header .header_text:hover {
  text-decoration: underline;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .header .separator_share,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .header .separator_share {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: right;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs .other_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs .other_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link {
  cursor: pointer;
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: right;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs .news_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs .news_data_header {
  margin-bottom: 0;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .headline {
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .external_link,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .external_link {
  cursor: pointer;
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
  float: right;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs .proxy_data_header,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs .proxy_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .no-data,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .no-data {
  width: 100%;
  /*height:300px;*/
  background: url('../images/noData.png') no-repeat;
  background-position: 50% 50%;
  height: 465px;
  /*height:100%;*/
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .no-data img,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .no-data img {
  width: 100%;
  height: auto;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .headline {
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0 7px 0 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .external_link,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .external_link {
  cursor: pointer;
  width: 16px;
  fill: #3d7fba;
  padding: 0 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new-notebook-html .ticker-dashboard-view .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .chronological_outer,
#new-notebook-html .ticker-dashboard-view .chronological_outer,
#new-notebook-html .note-dashboard-view .research_report_outer,
#new-notebook-html .ticker-dashboard-view .research_report_outer {
  box-sizing: border-box;
  display: inline-block;
  width: 950px;
  margin-left: 15px;
  margin-top: 15px;
  overflow: auto;
  overflow-x: hidden;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs {
  box-sizing: border-box;
  height: inherit;
  width: 950px;
  float: left;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs .all_data_header,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs .all_data_header,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs .all_data_header,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs .all_data_header {
  margin-bottom: 0;
  padding-bottom: 18px;
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  background: none !important;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs .header_text:hover,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs .header_text:hover,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs .header_text:hover,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs .header_text:hover {
  text-decoration: underline;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .headline {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 470px;
  padding-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 160px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link {
  cursor: pointer;
  fill: #3d7fba;
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new-notebook-html .note-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new-notebook-html .ticker-dashboard-view .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new-notebook-html .note-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new-notebook-html .ticker-dashboard-view .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new-notebook-html .note-dashboard-view .chronological_outer .subtype,
#new-notebook-html .ticker-dashboard-view .chronological_outer .subtype {
  width: 540px !important;
}
#new-notebook-html .note-dashboard-view .research_report_outer .subtype,
#new-notebook-html .ticker-dashboard-view .research_report_outer .subtype {
  width: 683px !important;
}
#new-notebook-html .note-dashboard-view .extra-container,
#new-notebook-html .ticker-dashboard-view .extra-container {
  padding: 15px;
  width: 950px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data {
  box-sizing: border-box;
  height: inherit;
  width: 445px;
  margin-right: 15px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data {
  margin-bottom: 30px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data .filings_data_header,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data .filings_data_header {
  margin-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .no-data,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .no-data {
  width: 100%;
  background: url('../images/noData.png') no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  height: 250px;
  position: relative;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .no-data .no-data-text,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .no-data .no-data-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item:not(:first-child),
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  min-width: 120px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .headline:hover,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .headline:hover {
  text-decoration: underline;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .subtype,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 366px;
  color: #9cabb8;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  /*min-width: 170px;*/
  min-width: 150px;
  text-align: right;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data {
  margin-bottom: 24px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data .news_data_header,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data .news_data_header {
  background: none;
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .no-data,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .no-data {
  width: 100%;
  background: url('../images/noData.png') no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  height: 324px;
  position: relative;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .no-data .no-data-text,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .no-data .no-data-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item {
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  overflow: auto;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .news_title,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 260px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .news_title:hover,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .news_title:hover {
  cursor: pointer;
  color: #3d7fba;
  text-decoration: underline;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .hover-icon-news,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .hover-icon-news {
  color: #3d7fba;
  margin-top: 3px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .pl10,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .pl10 {
  padding-left: 10px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .pr10,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .pr10 {
  padding-right: 10px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .date,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  min-width: 150px;
  text-align: right;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container a,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container a {
  text-decoration: none;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container a:hover,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container a:hover {
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data .comp_events_data_header,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data .comp_events_data_header {
  margin-bottom: 18px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .no-data,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .no-data {
  width: 100%;
  background: url('../images/noData.png') no-repeat;
  background-position: 50% 50%;
  height: 242px;
  position: relative;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .no-data .no-data-text,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .no-data .no-data-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul {
  margin: 0;
  padding: 0;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul .single-company-event,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul .single-company-event {
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li {
  list-style-type: none;
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  overflow: auto;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li:hover,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li:hover {
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-name,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-name {
  float: left;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  width: 285px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs {
  float: right;
  width: auto;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*color: #9cabb8;*/
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span {
  float: right;
  padding-right: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  min-width: none;
  text-align: right;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span:hover,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span:hover {
  text-decoration: underline;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event {
  cursor: default;
  color: white;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event:hover,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event:hover {
  text-decoration: none;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-date,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-date {
  float: right;
  color: #999999;
  min-width: 150px;
  text-align: right;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .list-item:not(:first-child),
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
}
#new-notebook-html .note-dashboard-view .social_news_docs,
#new-notebook-html .ticker-dashboard-view .social_news_docs {
  box-sizing: border-box;
  height: inherit;
  width: 445px;
  float: right;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer .news_data_header,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer .news_data_header {
  background: none;
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer {
  height: 100%;
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
  box-sizing: border-box;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container {
  height: 100%;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e8f1f9;
  overflow-x: hidden;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container {
  padding-right: 4px;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .headline,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .headline {
  color: #437FB7;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  fill: #437FB7;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .content,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .ticker,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .ticker {
  float: left;
  padding-top: 4px;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .source,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .source {
  font-size: 9px;
  color: #999999;
  padding-top: 4px;
  padding-right: 6px;
  float: left;
  line-height: 18px;
}
#new-notebook-html .note-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .author,
#new-notebook-html .ticker-dashboard-view .social_news_docs .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .author {
  font-size: 9px;
  color: #999999;
  padding-top: 4px;
  float: left;
  line-height: 18px;
}
#new-notebook-html .note-dashboard-view .notes,
#new-notebook-html .ticker-dashboard-view .notes {
  margin: 12px;
  text-transform: uppercase;
  vertical-align: top;
}
#new-notebook-html .note-dashboard-view .comments,
#new-notebook-html .ticker-dashboard-view .comments {
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%;
}
#new-notebook-html .note-dashboard-view .comments .comment-holder,
#new-notebook-html .ticker-dashboard-view .comments .comment-holder {
  box-sizing: border-box;
  padding: 5px 15px 15px 15px;
}
#new-notebook-html .note-dashboard-view .comments .comment-holder .header,
#new-notebook-html .ticker-dashboard-view .comments .comment-holder .header {
  padding: 0 15px 0 0;
}
#new-notebook-html .note-dashboard-view .comments .user-commit,
#new-notebook-html .ticker-dashboard-view .comments .user-commit {
  padding-top: 9px;
  position: relative;
  border-bottom: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .comments .user-commit .commit-icon,
#new-notebook-html .ticker-dashboard-view .comments .user-commit .commit-icon {
  border: 1px solid #899aae;
  font-size: 12px;
  padding: 5px;
  float: left;
  color: #648d65;
  margin-right: 20px;
}
#new-notebook-html .note-dashboard-view .comments .user-commit .commit-text,
#new-notebook-html .ticker-dashboard-view .comments .user-commit .commit-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 18px;
  max-width: 130px;
  white-space: nowrap;
  font-size: 12px;
  color: #648d65;
  line-height: 18px;
}
#new-notebook-html .note-dashboard-view .comments .user-commit .commit-footer,
#new-notebook-html .ticker-dashboard-view .comments .user-commit .commit-footer {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
}
#new-notebook-html .note-dashboard-view .comments .user-commit .commit-footer .author-username,
#new-notebook-html .ticker-dashboard-view .comments .user-commit .commit-footer .author-username {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  width: 40%;
  color: black;
  margin-right: 6px;
}
#new-notebook-html .note-dashboard-view .comments .user-commit .commit-footer .author-userid,
#new-notebook-html .ticker-dashboard-view .comments .user-commit .commit-footer .author-userid {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d7fba;
  margin-right: 12px;
}
#new-notebook-html .note-dashboard-view .comments .user-commit .commit-footer .author-date,
#new-notebook-html .ticker-dashboard-view .comments .user-commit .commit-footer .author-date {
  color: #666666;
  font-size: 12px;
  width: 132px;
}
#new-notebook-html .note-dashboard-view .comments .user-commit:hover,
#new-notebook-html .ticker-dashboard-view .comments .user-commit:hover {
  background-color: #e8f2fe !important;
}
#new-notebook-html .note-dashboard-view .comments .user-comments,
#new-notebook-html .ticker-dashboard-view .comments .user-comments {
  margin-bottom: 18px;
  position: relative;
  border-radius: 4px;
}
#new-notebook-html .note-dashboard-view .comments .user-comments .comment-user-initials-box,
#new-notebook-html .ticker-dashboard-view .comments .user-comments .comment-user-initials-box {
  padding: 6px 0;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  font-size: 13px;
  color: #3d7fba;
  border: 1px solid #ccd8e6;
  border-radius: 3px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
#new-notebook-html .note-dashboard-view .comments .user-comments .comment-header,
#new-notebook-html .ticker-dashboard-view .comments .user-comments .comment-header {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
}
#new-notebook-html .note-dashboard-view .comments .research-comment-box,
#new-notebook-html .ticker-dashboard-view .comments .research-comment-box {
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  box-sizing: border-box;
  height: 42px;
  overflow: hidden;
  margin-top: 12px;
}
#new-notebook-html .note-dashboard-view .comments .research-comment-box .comment-btn,
#new-notebook-html .ticker-dashboard-view .comments .research-comment-box .comment-btn {
  float: right;
  cursor: pointer;
  background-color: #f9fcff;
  height: 100%;
  width: 52px;
  box-sizing: border-box;
  padding: 11px 12px;
  text-align: center;
  border-left: 1px solid #ccd8e6;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .comments .research-comment-box .research-comment-form,
#new-notebook-html .ticker-dashboard-view .comments .research-comment-box .research-comment-form {
  margin: 0 52px 0 0;
  display: block;
}
#new-notebook-html .note-dashboard-view .comments .research-comment-box .research-comment-form input,
#new-notebook-html .ticker-dashboard-view .comments .research-comment-box .research-comment-form input {
  font-size: 12px;
  color: #1e374d;
  background-color: #fff;
  padding: 6px 12px;
  width: 100%;
  box-sizing: border-box;
  line-height: 28px;
  border: none;
}
#new-notebook-html .note-dashboard-view .show,
#new-notebook-html .ticker-dashboard-view .show {
  background-color: #e8eef7;
  bottom: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 30px;
  margin-top: 10px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
#new-notebook-html .note-dashboard-view .show:before,
#new-notebook-html .ticker-dashboard-view .show:before {
  content: 'Show More';
}
#new-notebook-html .note-dashboard-view .comments,
#new-notebook-html .ticker-dashboard-view .comments,
#new-notebook-html .note-dashboard-view .tasks,
#new-notebook-html .ticker-dashboard-view .tasks {
  padding-bottom: 40px;
  position: relative;
}
#new-notebook-html .note-dashboard-view .comments.full-content,
#new-notebook-html .ticker-dashboard-view .comments.full-content,
#new-notebook-html .note-dashboard-view .tasks.full-content,
#new-notebook-html .ticker-dashboard-view .tasks.full-content {
  max-height: none;
  overflow-y: auto;
  padding-bottom: 0;
}
#new-notebook-html .note-dashboard-view .comments.full-content .show,
#new-notebook-html .ticker-dashboard-view .comments.full-content .show,
#new-notebook-html .note-dashboard-view .tasks.full-content .show,
#new-notebook-html .ticker-dashboard-view .tasks.full-content .show {
  position: static;
}
#new-notebook-html .note-dashboard-view .comments.full-content .show:before,
#new-notebook-html .ticker-dashboard-view .comments.full-content .show:before,
#new-notebook-html .note-dashboard-view .tasks.full-content .show:before,
#new-notebook-html .ticker-dashboard-view .tasks.full-content .show:before {
  content: 'Show Less';
}
#new-notebook-html .note-dashboard-view .comments.init,
#new-notebook-html .ticker-dashboard-view .comments.init,
#new-notebook-html .note-dashboard-view .tasks.init,
#new-notebook-html .ticker-dashboard-view .tasks.init {
  overflow-y: auto;
  padding-bottom: 0;
}
#new-notebook-html .note-dashboard-view .tasks,
#new-notebook-html .ticker-dashboard-view .tasks {
  position: relative;
}
#new-notebook-html .note-dashboard-view .tasks .add_new_task,
#new-notebook-html .ticker-dashboard-view .tasks .add_new_task {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-right: 10px;
  padding: 6px 12px;
}
#new-notebook-html .note-dashboard-view .tasks .show-all,
#new-notebook-html .ticker-dashboard-view .tasks .show-all,
#new-notebook-html .note-dashboard-view .tasks .assigned-to-me,
#new-notebook-html .ticker-dashboard-view .tasks .assigned-to-me {
  padding-left: 5px;
  margin-top: 2px;
  float: right;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .tasks .checkbox,
#new-notebook-html .ticker-dashboard-view .tasks .checkbox {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  background: #fff;
  line-height: 1em;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}
#new-notebook-html .note-dashboard-view .tasks .checked,
#new-notebook-html .ticker-dashboard-view .tasks .checked {
  background: #1f4566 url('../images/white-check-bold.svg') no-repeat;
  background-size: auto 13px;
  background-position: 4px 50%;
}
#new-notebook-html .note-dashboard-view .tasks .header .checkbox,
#new-notebook-html .ticker-dashboard-view .tasks .header .checkbox {
  float: right;
  margin: 7px 0 0 10px;
}
#new-notebook-html .note-dashboard-view .tasks .tasks-wrapper .header,
#new-notebook-html .ticker-dashboard-view .tasks .tasks-wrapper .header {
  border-bottom: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .tasks .task-list,
#new-notebook-html .ticker-dashboard-view .tasks .task-list {
  margin: 0;
  padding: 0;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-note-title,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-note-title {
  font-weight: bold;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: auto;
  margin: 10px 10px 5px 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 5px;
  background-color: #F9FCFF;
  padding: 8px 10px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .checkbox,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .checkbox {
  margin: 4px 4px 0 0 !important;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .text,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .text {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 220px);
  white-space: nowrap;
  vertical-align: middle;
  margin: 5px 5px 5px 10px;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .text.reduce,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .text.reduce {
  max-width: calc(100% - 280px);
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .new_todo,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .new_todo {
  color: #b0b0b0;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .new_task,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .new_task {
  line-height: 15px;
  height: 15px;
  width: 100% !important;
  white-space: normal;
  max-width: none;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .task-options,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .task-options {
  margin: 7px 0;
  float: right;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .task-options .assigned-to,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .task-options .assigned-to {
  display: inline;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .task-options .assigned-to .count,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .task-options .assigned-to .count {
  display: inline;
  color: #3699F2;
  margin: 0 5px;
  font-size: 12px;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .task-options .assigned-to .user,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .task-options .assigned-to .user {
  display: inline;
  border: 1px solid;
  border-radius: 10px;
  font-size: 10px;
  padding: 2px;
  font-weight: 600;
  color: #3699F2;
  margin: 2px;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .task-options .assigned-to .hide-row,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .task-options .assigned-to .hide-row {
  display: none;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .assign,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .assign {
  float: right;
  position: relative;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper .date-icon,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper .date-icon {
  height: 12px;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper-assigned,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper-assigned {
  background-color: #dae1ed;
}
#new-notebook-html .note-dashboard-view .tasks .task-list .task-wrapper-assigned .owner,
#new-notebook-html .ticker-dashboard-view .tasks .task-list .task-wrapper-assigned .owner {
  font-weight: bold;
}
#new-notebook-html .note-dashboard-view .tasks .notask,
#new-notebook-html .ticker-dashboard-view .tasks .notask {
  font-style: italic;
  padding: 20px;
  margin-top: 50px;
  text-align: center;
}
#new-notebook-html .note-dashboard-view .tasks .note-unstarred-icon,
#new-notebook-html .ticker-dashboard-view .tasks .note-unstarred-icon {
  height: 12px;
  width: 12px;
  float: right;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .tasks .trash-icon,
#new-notebook-html .ticker-dashboard-view .tasks .trash-icon {
  height: 13px;
  width: 13px;
  float: right;
  margin: 0 6px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .tasks .calendar-wrapper,
#new-notebook-html .ticker-dashboard-view .tasks .calendar-wrapper {
  float: right;
  display: inline;
  position: relative;
}
#new-notebook-html .note-dashboard-view .tasks .calendar-wrapper .date-icon,
#new-notebook-html .ticker-dashboard-view .tasks .calendar-wrapper .date-icon {
  cursor: pointer;
  width: 16px;
  height: 12px;
  fill: #3699F2;
}
#new-notebook-html .note-dashboard-view .tasks .calendar-wrapper .date,
#new-notebook-html .ticker-dashboard-view .tasks .calendar-wrapper .date {
  display: inline;
  color: #3699F2;
  margin: 0 5px;
}
#new-notebook-html .note-dashboard-view .tasks .assign,
#new-notebook-html .ticker-dashboard-view .tasks .assign {
  cursor: pointer;
  float: right;
  display: inline;
}
#new-notebook-html .note-dashboard-view .tasks .assign .assign-icon,
#new-notebook-html .ticker-dashboard-view .tasks .assign .assign-icon {
  width: 14px;
  height: 12px;
  position: relative;
  fill: #3699F2;
  margin-left: 5px;
}
#new-notebook-html .note-dashboard-view .tasks .assigned-wrapper,
#new-notebook-html .ticker-dashboard-view .tasks .assigned-wrapper {
  float: right;
  display: inline;
}
#new-notebook-html .note-dashboard-view .tasks .assigned-wrapper .user,
#new-notebook-html .ticker-dashboard-view .tasks .assigned-wrapper .user {
  display: inline;
  border: 1px solid;
  border-radius: 10px;
  font-size: 10px;
  padding: 2px;
  font-weight: 600;
  color: #3699F2;
  margin: 0 2px;
}
#new-notebook-html .note-dashboard-view .tasks .assigned-wrapper .count,
#new-notebook-html .ticker-dashboard-view .tasks .assigned-wrapper .count {
  display: inline;
  color: #3699F2;
  margin: 0 5px;
  font-size: 12px;
}
#new-notebook-html .note-dashboard-view .tasks .assigned-wrapper .hide-row,
#new-notebook-html .ticker-dashboard-view .tasks .assigned-wrapper .hide-row {
  display: none;
}
#new-notebook-html .note-dashboard-view .tasks .note-starred-icon,
#new-notebook-html .ticker-dashboard-view .tasks .note-starred-icon {
  height: 12px;
  width: 12px;
  float: right;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .assigned-tickers,
#new-notebook-html .ticker-dashboard-view .assigned-tickers {
  padding-bottom: 40px !important;
  min-height: inherit;
  position: relative !important;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .header,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .header {
  background-color: #fff;
  height: auto;
  padding: 0 !important;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tabs,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tabs {
  background-color: #fff;
  display: inline-block;
  line-height: 38px;
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tabs .tab,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tabs .tab {
  color: #698094;
  cursor: pointer;
  font-size: 12px;
  padding: 11px 2px;
  margin: 0 13px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tabs .tab.active,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tabs .tab.active {
  border-bottom: 2px solid #3d7fba;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tabs .tab.active,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tabs .tab.active {
  color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .cont,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .cont {
  display: none;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .cont .DTFC_LeftBodyWrapper,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .cont .DTFC_LeftBodyWrapper {
  height: initial !important;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .cont .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .cont .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner {
  height: 100% !important;
  overflow: hidden !important;
  width: initial !important;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .show-more,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .show-more {
  bottom: 5px;
  color: #3d7fba;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding: 6px 8px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .show-more .icon,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .show-more .icon {
  border: 0 !important;
  height: 12px;
  padding: 3px;
  width: 14px;
  fill: #889bba;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .dataTables_scrollBody,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .dataTables_scrollBody {
  overflow-x: hidden !important;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .dataTables_filter,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .dataTables_filter {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  margin-top: 15px;
  width: auto;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .dataTables_filter input,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .dataTables_filter input {
  border-radius: 3px;
  border: 1px solid #bbc6d5;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .dataTables_empty,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .dataTables_empty {
  font-style: italic;
  padding: 10px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .dataTables_paginate,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .dataTables_paginate {
  bottom: 0;
  position: absolute;
  margin: 20px;
  right: 0;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .paginate_disabled_previous,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .paginate_disabled_previous {
  border: 1px solid #bbc6d5;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .cap-type-drpdwn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .cap-type-drpdwn {
  margin: 5px 10px 0 0 !important;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .edit-summary,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .edit-summary,
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row {
  background-color: #3d7fba;
  border: 1px solid #ccd8e6;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  font-size: 11px;
  margin-top: 4px;
  padding: 0 21px;
  display: inline-block;
  float: right;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .edit-summary.hide,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .edit-summary.hide,
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row.hide,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row.hide {
  display: none;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row {
  margin-right: 5px !important;
  padding: 1px 0 1px 10px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row.disable,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row.disable {
  cursor: auto;
  pointer-events: none;
  background-color: darkgrey;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row .add-row-btn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row .add-row-btn {
  display: inline-block;
  margin-right: 6px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn {
  display: inline-block;
  border-left: 1px solid #00a05a;
  line-height: 24px;
  padding: 6px 7px;
  position: relative;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn .rectangle,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn .rectangle {
  z-index: 1;
  background: #fff;
  text-align: left;
  position: absolute;
  right: 0;
  top: 36px;
  width: 159px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  border-radius: 3px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn .rectangle header,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn .rectangle header {
  padding: 8px 12px;
  font-size: 11px;
  color: #5b6067;
  cursor: default;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn .rectangle .drpdwn-ele,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn .rectangle .drpdwn-ele {
  line-height: 15px;
  padding: 8px 12px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4280BB;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn .rectangle .drpdwn-ele:hover,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn .rectangle .drpdwn-ele:hover {
  background: #e8eef7;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn:hover,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row .add-row-drpdwn:hover {
  background: #2168a9;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .input-wrapper,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .input-wrapper {
  display: inline;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tick-autocomp,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tick-autocomp {
  width: 50px;
  max-width: 100px;
  background-color: #ffffff;
  color: #3d7fba;
  float: left;
  font-size: 11px;
  line-height: 14px;
  padding: 1px 5px;
  border-radius: 3px;
  outline: none;
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .suggest-wrapper,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .suggest-wrapper {
  top: 32px !important;
  width: 230px;
  border: 1px solid #ffffff;
  box-shadow: 1px 2px 6px -2px #1e374d;
  border-radius: 3px;
  left: -40px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row {
  margin-right: 10px;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row.active,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row.active {
  cursor: auto;
  opacity: .5;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .add-new-row.active:hover,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .add-new-row.active:hover {
  background-color: #fff;
  color: #698094;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .publish-btn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .publish-btn,
#new-notebook-html .note-dashboard-view .assigned-tickers .publish-state-btn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .publish-state-btn {
  display: none;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box {
  padding: 0 6px 0 6px;
  display: inline-block;
  width: 335px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #bbc6d5;
  background: #fff;
  color: #889bba;
  float: right;
  margin-right: 160px;
  margin-top: 0;
  position: absolute;
  top: -48px;
  right: -39px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box .inp-wrapper,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box .inp-wrapper {
  margin-right: 14px;
  overflow: hidden;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box .inp-wrapper.active,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box .inp-wrapper.active {
  margin-right: 30px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box .plain-input,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box .plain-input,
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box .plain-input:active,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box .plain-input:active {
  outline: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
  border: none;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box ::-webkit-input-placeholder,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbc6d5;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box :-moz-placeholder,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbc6d5;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box ::-moz-placeholder,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbc6d5;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box :-ms-input-placeholder,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbc6d5;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box .search-icon,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box .search-icon {
  float: left;
  cursor: pointer;
  margin: 5px 4px 0 0;
  font-size: 12px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box .search-icon .icon,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box .search-icon .icon {
  border: 0 !important;
  height: 14px;
  padding: 0 !important;
  width: 14px;
  fill: #889bba;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box .clear-icon,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box .clear-icon {
  float: right;
  cursor: pointer;
  margin: 6px 4px 0 0;
  font-size: 12px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .big-inp-box .clear-icon .icon,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .big-inp-box .clear-icon .icon {
  height: 12px;
  width: 12px;
  fill: #ffffff;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .dataTables_scrollBody,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .dataTables_scrollBody {
  border-bottom: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper {
  border: 1px solid #ccd8e6;
  borer-bottom: 0;
  border-collapse: collapse;
  text-align: left;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .term,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .term,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .term,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .term,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .term,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .term {
  border-right: 1px solid #ccd8e6;
  color: #3d7fba;
  font-size: 11px !important;
  font-weight: inherit;
  height: 28px;
  padding: 0 10px;
  margin: 5px 0;
  min-width: 75px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .term.sorting_asc,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .term.sorting_asc,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .term.sorting_asc,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .term.sorting_asc,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .term.sorting_asc,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .term.sorting_asc,
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .term.sorting_desc,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .term.sorting_desc,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .term.sorting_desc,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .term.sorting_desc,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .term.sorting_desc,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .term.sorting_desc {
  color: #112a40;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .value,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .value,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .value,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .value,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .value,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .value {
  border-right: 1px solid #ccd8e6;
  font-size: 11px !important;
  height: 32px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 4px;
  margin: 5px 0;
  color: #1e374d;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .value.edit,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .value.edit,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .value.edit,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .value.edit,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .value.edit,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .value.edit {
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .value.edit .drpdwn-cont,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .value.edit .drpdwn-cont,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .value.edit .drpdwn-cont,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .value.edit .drpdwn-cont,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .value.edit .drpdwn-cont,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .value.edit .drpdwn-cont {
  background-color: #fff;
  border: solid 1px #ccd8e6;
  border-radius: 2px;
  padding: 2px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .value.edit .drpdwn-cont .text,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .value.edit .drpdwn-cont .text,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .value.edit .drpdwn-cont .text,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .value.edit .drpdwn-cont .text,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .value.edit .drpdwn-cont .text,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .value.edit .drpdwn-cont .text {
  float: left;
  font-size: 11px;
  width: 79%;
  text-align: left;
  color: #3d7fba;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .value.edit .drpdwn-cont .drpdwn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .value.edit .drpdwn-cont .drpdwn,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .value.edit .drpdwn-cont .drpdwn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .value.edit .drpdwn-cont .drpdwn,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .value.edit .drpdwn-cont .drpdwn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .value.edit .drpdwn-cont .drpdwn {
  display: inline-block;
  background-color: #f9fcff;
  padding: 5px 4px 3px 4px;
  border-left: solid 1px #ccd8e6;
  vertical-align: super;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .t-style,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .t-style,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .t-style,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .t-style {
  color: #3d7fba;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
  overflow: inherit;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .t-style .ticker,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .t-style .ticker,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .ticker,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .ticker,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .t-style .ticker,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .t-style .ticker {
  display: inline-block;
  overflow: hidden;
  max-width: 105px;
  text-overflow: ellipsis;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .t-style .deleted,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .t-style .deleted,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .deleted,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .deleted,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .t-style .deleted,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .t-style .deleted {
  color: #accae4;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .t-style .published,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .t-style .published,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .published,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .published,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .t-style .published,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .t-style .published {
  font-family: hel-medium;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .t-style .draft,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .t-style .draft,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .draft,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .draft,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .t-style .draft,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .t-style .draft {
  display: inline-table;
  vertical-align: top;
  margin-left: 4px;
  font-size: 9px;
  line-height: 12px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .t-style .hide,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .t-style .hide,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .hide,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .hide,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .t-style .hide,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .t-style .hide {
  display: none !important;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .t-style .publish-options-btn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .t-style .publish-options-btn,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .publish-options-btn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .publish-options-btn,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .t-style .publish-options-btn,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .t-style .publish-options-btn {
  display: none;
  float: right;
  height: auto;
  border-radius: 1px;
  padding-right: 5px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .t-style .publish-options-btn:hover,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .t-style .publish-options-btn:hover,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .publish-options-btn:hover,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .publish-options-btn:hover,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .t-style .publish-options-btn:hover,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .t-style .publish-options-btn:hover {
  background-color: #3699f2;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .t-style .publish-options-btn .icon,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .t-style .publish-options-btn .icon,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .publish-options-btn .icon,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .t-style .publish-options-btn .icon,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .t-style .publish-options-btn .icon,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .t-style .publish-options-btn .icon {
  height: 11px;
  width: 11px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .top-header,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .top-header,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .top-header,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .top-header,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .top-header,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .top-header {
  border-bottom: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper tbody tr:hover,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper tbody tr:hover,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr:hover,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr:hover,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper tbody tr:hover,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper tbody tr:hover {
  background-color: #e8f2fe !important;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper tbody tr.edit-mode,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper tbody tr.edit-mode,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr.edit-mode,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr.edit-mode,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper tbody tr.edit-mode,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper tbody tr.edit-mode {
  background-color: #e8f2fe !important;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper tbody tr:nth-of-type(15) ~ tr,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper tbody tr:nth-of-type(15) ~ tr,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr:nth-of-type(15) ~ tr,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr:nth-of-type(15) ~ tr,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper tbody tr:nth-of-type(15) ~ tr,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper tbody tr:nth-of-type(15) ~ tr {
  display: none;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .red-flag,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .red-flag,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .red-flag,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .red-flag,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .red-flag,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .red-flag {
  border-radius: 100%;
  color: #bbc6d5;
  display: inline-block;
  height: 6px;
  width: 6px;
  text-align: center;
  margin: 3px 5px 5px 0;
  background-color: #f04848;
  border-left: 0;
  border-right: 0;
  margin: 3px 5px 3px 0;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .thesis-view,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .thesis-view,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .thesis-view,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .thesis-view,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .thesis-view,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .thesis-view {
  border-radius: 100%;
  color: #bbc6d5;
  display: inline-block;
  height: 6px;
  width: 6px;
  text-align: center;
  margin: 3px 5px 5px 0;
  background-color: #3d7fba;
  border-left: 0;
  border-right: 0;
  margin: 3px 5px 3px 0;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .thesis-view.viewed,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .thesis-view.viewed,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .thesis-view.viewed,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .thesis-view.viewed,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .thesis-view.viewed,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .thesis-view.viewed {
  display: none;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .no-thesis-view,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .no-thesis-view,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .no-thesis-view,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .no-thesis-view,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .no-thesis-view,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .no-thesis-view {
  display: inline-block;
  padding-left: 12px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper tbody tr:nth-child(2n),
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper tbody tr:nth-child(2n),
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr:nth-child(2n),
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr:nth-child(2n),
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper tbody tr:nth-child(2n),
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper tbody tr:nth-child(2n) {
  background-color: #fff;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper tbody tr:nth-child(2n+1),
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper tbody tr:nth-child(2n+1),
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr:nth-child(2n+1),
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper tbody tr:nth-child(2n+1),
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper tbody tr:nth-child(2n+1),
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper tbody tr:nth-child(2n+1) {
  background-color: #f9fcff;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .cap_type_row,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .cap_type_row,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .cap_type_row,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .cap_type_row,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .cap_type_row,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .cap_type_row {
  border: 1px solid #ccd8e6;
  border-left: none;
  text-align: left;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .cap_type_row .cap_type,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .cap_type_row .cap_type,
#new-notebook-html .note-dashboard-view .assigned-tickers .trading-ratio-wrapper .cap_type_row .cap_type,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .trading-ratio-wrapper .cap_type_row .cap_type,
#new-notebook-html .note-dashboard-view .assigned-tickers .valuation-wrapper .cap_type_row .cap_type,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .valuation-wrapper .cap_type_row .cap_type {
  color: #3d7fba;
  font-size: 12px;
  padding: 5px 6px;
  margin: 5px 6px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .tickers-wrapper .term,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .tickers-wrapper .term {
  min-width: 95px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .paginate-wrapper,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .paginate-wrapper {
  float: right;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .paginate-wrapper .left,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .paginate-wrapper .left,
#new-notebook-html .note-dashboard-view .assigned-tickers .paginate-wrapper .right,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .paginate-wrapper .right {
  display: inline-block;
  height: 13px;
  border-radius: 3px;
  width: 14px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #698094;
  margin-right: 20px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .publish-options,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .publish-options {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 5px 12px 0 rgba(18, 50, 79, 0.5);
  height: 58px;
  padding: 6px 12px;
  position: absolute;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .publish-options .opt,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .publish-options .opt {
  padding: 2px 0;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .publish-options .opt .icon,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .publish-options .opt .icon {
  fill: #889bba;
  height: 12px;
  width: 12px;
}
#new-notebook-html .note-dashboard-view .assigned-tickers .publish-options .opt .text,
#new-notebook-html .ticker-dashboard-view .assigned-tickers .publish-options .opt .text {
  fill: #889bba;
  font-size: 10px;
  padding-left: 6px;
}
#new-notebook-html .note-dashboard-view .recent-activities,
#new-notebook-html .ticker-dashboard-view .recent-activities {
  overflow: hidden;
  position: relative;
}
#new-notebook-html .note-dashboard-view .recent-activities .header,
#new-notebook-html .ticker-dashboard-view .recent-activities .header {
  border-bottom: 1px solid #ccd8e6;
}
#new-notebook-html .note-dashboard-view .recent-activities .dot,
#new-notebook-html .ticker-dashboard-view .recent-activities .dot {
  border: 1px solid #bbc6d5;
  border-radius: 100%;
  float: left;
  height: 3px;
  margin: 7px 5px 0 0;
  width: 3px;
  background-color: #3d7fba;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items {
  display: inline-block;
  height: 426px;
  overflow: hidden;
  width: 100%;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item {
  border-bottom: 1px solid #ccd8e6;
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  padding: 0 10px;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .icon-wrapper,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .icon-wrapper {
  float: left;
  height: 30px;
  width: 20px;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .icon-wrapper .icon,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .icon-wrapper .icon {
  float: left;
  fill: #3d7fba;
  height: 18px;
  width: 18px;
  margin-top: 18px;
  padding: 0 !important;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper {
  font-size: 13px;
  padding: 6px 6px !important;
  width: 100%;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .username,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .username,
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .type,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .type,
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .message,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .message {
  float: left;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .username,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .username {
  max-width: 35%;
  font-size: 12px;
  margin-right: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .datetime,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .datetime {
  color: #698094;
  max-width: 30%;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .type-msg,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .type-msg {
  clear: both;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .type,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .type {
  padding-right: 5px;
  display: inline-block;
  font-size: 12px;
  max-width: 30%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .message,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .message {
  max-width: calc(95%);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 6px;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .message.link,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item .recent-item-wrapper .message.link {
  color: #3d7fba;
  cursor: pointer;
}
#new-notebook-html .note-dashboard-view .recent-activities .recent-items .recent-item:hover,
#new-notebook-html .ticker-dashboard-view .recent-activities .recent-items .recent-item:hover {
  background-color: #e8f2fe !important;
}
#new-notebook-html .note-dashboard-view .recent-highlight .paginate-wrapper,
#new-notebook-html .ticker-dashboard-view .recent-highlight .paginate-wrapper {
  margin-right: 8px;
}
#new-notebook-html .note-dashboard-view .publish-btn {
  display: none;
}
#new-notebook-html .note-dashboard-view .watchlist-wrapper .calendar-wrapper {
  float: right;
  position: relative;
}
#new-notebook-html .note-dashboard-view .watchlist-wrapper .summary-calendar {
  display: none;
  position: absolute;
  height: 202px;
  width: 240px;
  right: 0;
  top: 25px;
  z-index: 1;
  background: #fff;
}
#new-notebook-html .note-dashboard-view .watchlist-wrapper .summary-calendar.active {
  display: block;
}
#new-notebook-html .note-dashboard-view .watchlist-wrapper .fc-button {
  padding: 0;
  margin: 0 0 6px 0;
}
#new-notebook-html .note-dashboard-view .watchlist-wrapper .fc-header-title {
  width: 100px;
  font-size: 12px;
  padding-top: 6px;
  padding-left: 4px;
}
#new-notebook-html .note-dashboard-view .watchlist-wrapper .fc-header-title h2 {
  margin: 0;
}
#new-notebook-html .note-dashboard-view .watchlist-wrapper .fc-header-center {
  width: 7%;
}
#new-notebook-html .note-dashboard-view .watchlist-wrapper .calendar-icon {
  height: 18px;
  margin-left: 7px;
  position: relative;
  bottom: -2px;
  cursor: pointer;
}
#new-notebook-html .thesis-history .history-bg {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  background: #000000;
  opacity: 0.6;
}
#new-notebook-html .thesis-history .history-container {
  top: 40px;
  left: 100px;
  width: 90%;
  height: 90%;
  z-index: 2000;
  border-radius: 3px;
  background: white;
  position: absolute;
  color: #1e374d;
}
#new-notebook-html .thesis-history .history-container .left-side {
  height: 100%;
  width: 21%;
  border-right: 1px solid lightgrey;
  float: left;
  display: inline-block;
  box-sizing: border-box;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-title {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid lightgrey;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d7fba;
  box-sizing: border-box;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left {
  overflow: auto;
  font-size: 12px;
  height: calc(100% - 40px);
  box-sizing: border-box;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time {
  cursor: pointer;
  line-height: 30px;
  border-bottom: 1px solid lightgrey;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time .collapse-icon,
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time .dummy-collapse {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time .collapse-icon .icon,
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time .dummy-collapse .icon {
  height: 10px;
  fill: #3d7fba;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time .version-num {
  padding: 0 0 0 2px;
  width: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time .thesis-info {
  width: calc(100% - 200px);
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time .thesis-info .publisher {
  padding: 0 0 0 0;
  width: 100%;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time .thesis-info .status {
  height: 10px;
  line-height: 10px;
  font-size: 9px;
  width: 100%;
  display: block;
  font-family: hel-bold, "Helvetica Neue", sans-serif, Roboto;
  color: #3d7fba;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time .date {
  padding: 0 5px 0 0;
  float: right;
  display: inline-block;
  width: 143px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .time:hover {
  background: #e8eef7;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .secondary {
  display: none;
  background: #fffde0;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .selected {
  background: #3d7fba;
  cursor: default;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .selected:hover {
  background: #3d7fba;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .selected .thesis-info .status {
  color: #1e374d;
}
#new-notebook-html .thesis-history .history-container .left-side .versions-left .selected .collapse-icon .icon {
  fill: #1e374d;
}
#new-notebook-html .thesis-history .history-container .right-side {
  float: left;
  width: 79%;
  overflow: auto;
  height: 100%;
}
#new-notebook-html .thesis-history .history-container .right-side .comment {
  padding: 20px 40px 10px 40px;
  word-wrap: break-word;
  text-align: justify;
}
#new-notebook-html .thesis-history .history-container .right-side .comment .publisher {
  font-size: 30px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  color: #3d7fba;
}
#new-notebook-html .thesis-history .history-container .right-side .fields {
  padding: 20px 40px 10px 40px;
}
#new-notebook-html .thesis-history .history-container .right-side .fields .fields-table {
  border: 1px solid #1e374d;
  border-collapse: collapse;
  width: 100%;
}
#new-notebook-html .thesis-history .history-container .right-side .fields .field {
  border: 1px solid #1e374d;
  border-collapse: collapse;
  height: 40px;
  width: 33%;
}
#new-notebook-html .thesis-history .history-container .right-side .fields .field .key {
  padding: 0 0 0 20px;
  color: #3d7fba;
  font-size: 14px;
}
#new-notebook-html .thesis-history .history-container .right-side .fields .field .value {
  float: right;
  padding: 0 20px 0 0;
  font-size: 14px;
}
#new-notebook-html .thesis-history .history-container .right-side .notes {
  padding: 20px 40px 10px 40px;
}
#new-notebook-html .thesis-history .history-container .right-side .notes .note {
  padding: 5px 0 5px 0;
}
#new-notebook-html .thesis-history .history-container .right-side .notes .note .note-title {
  color: #3d7fba;
  font-size: 22px;
}
#new-notebook-html .thesis-history .history-container .right-side .notes .note .note-content {
  font-size: 14px;
  padding: 0 0 0 5px;
  word-wrap: break-word;
}
#new-notebook-html .thesis-history .history-container .right-side .notes .note .note-content img {
  max-width: 100%;
  height: auto !important;
}
#new-notebook-html .thesis-history .history-container .icon-clear {
  color: #ccc;
  font-size: 14px;
  top: 15px;
  right: 1.2%;
  position: absolute;
}
#new-notebook-html .thesis-history .history-container .icon-clear:hover {
  color: #3d7fba;
  cursor: pointer;
}
.edit-dashboard-row {
  display: inline-block;
  border-radius: 2px;
  background-color: #e8f2fe;
  box-shadow: 0 2.5px 6px 0 rgba(18, 50, 79, 0.26);
  font-size: 9px;
  padding: 3px;
  position: absolute;
}
.edit-dashboard-row .edit-btn,
.edit-dashboard-row .cancel-btn {
  cursor: pointer;
  display: inline-block;
  padding: 7px 12px;
  background-color: #3d7fba;
  border-radius: 1px;
  color: #fff;
  vertical-align: top;
}
.edit-dashboard-row .edit-btn:before,
.edit-dashboard-row .cancel-btn:before {
  content: 'Edit';
}
.edit-dashboard-row .cancel-btn {
  background-color: #fff;
  color: #889bba;
  display: none;
  margin-left: 3px;
}
.edit-dashboard-row .cancel-btn::before {
  content: '';
}
.edit-dashboard-row .del-btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1px;
  display: inline-block;
  padding: 7px;
  margin-left: 5px;
  vertical-align: top;
}
.edit-dashboard-row .del-btn .del-icon {
  width: 9px;
  height: 9px;
  fill: #3d7fba;
}
.edit-dashboard-row .arrow-right {
  display: none;
  border-left: 15px solid #fff;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  height: 3px;
  position: absolute;
  right: -15px;
  top: 12px;
  margin: auto;
}
.edit-dashboard-row .arrow-right:after {
  box-shadow: 0 2.5px 6px 0 rgba(18, 50, 79, 0.26);
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #999;
  transform: rotate(45deg);
  /* Prefixes... */
  top: 5px;
  left: 15px;
}
.edit-dashboard-row.edit-mode .edit-btn:before {
  content: 'Publish';
}
.edit-dashboard-row.edit-mode .cancel-btn {
  display: inline-block;
}
.select3-custom-field-dropdown .select3-results__options {
  max-height: 450px!important;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
.select3-custom-field-dropdown li {
  border-top: 1px solid #ccd8e6;
  line-height: 24px;
  height: 24px;
}
.select3-custom-field-dropdown li span {
  font-size: 12px;
  margin-left: 6px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
.select3-custom-field-dropdown li .thesis-field-non-checked-box {
  border: 1px solid rgba(61, 127, 186, 0.5);
  margin-left: 3px;
  width: 12px;
  height: 12px;
  fill: #ffffff;
  position: relative;
  top: 3px;
}
.select3-custom-field-dropdown li .thesis-field-checked-box {
  border: 1px solid #3d7fba;
  margin-left: 3px;
  width: 14px;
  height: 14px;
  position: relative;
  top: 4px;
}
.select3-custom-field-dropdown li:first-child {
  display: none;
}
.hover-tooltip {
  position: absolute;
  display: block;
  color: #ffffff;
  white-space: normal;
  text-align: center;
  border-radius: 4px;
  padding: 6px;
  z-index: 1000;
  top: 100%;
  right: 0;
  font-size: 14px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: normal;
  max-width: 500px;
  word-wrap: break-word;
}
.dashboard-ticker-update .email {
  padding-bottom: 21px;
}
.dashboard-ticker-update .email .checkbox {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 2px solid #4691d8;
  background: #ffffff;
  line-height: 1em;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
.dashboard-ticker-update .email .checkbox.checked {
  background: #fff url('images/blue-tick.svg') no-repeat;
  background-origin: border-box;
  background-size: 20px;
}
.dashboard-ticker-update .email .email-text {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #3d7fba;
  float: left;
  padding-left: 8px;
}
#new-notebook-html .ticker-dashboard-view .summary,
#new-notebook-html .thesis-container .summary {
  overflow: hidden;
  position: relative;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis,
#new-notebook-html .thesis-container .summary .create-new-thesis {
  margin-top: 85px;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .message,
#new-notebook-html .thesis-container .summary .create-new-thesis .message {
  text-align: center;
  margin: 0 auto;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn {
  width: 157px;
  border-radius: 2.5px;
  background-color: #2da65b;
  text-align: center;
  margin: 24px auto;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn .new-thesis,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn .new-thesis {
  padding: 10px 6px;
  display: inline-block;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn {
  border-left: 1px solid #00a05a;
  padding: 10px 6px;
  margin-left: 6px;
  display: inline-block;
  position: relative;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle {
  text-align: left;
  position: absolute;
  right: 0;
  top: 36px;
  width: 159px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  border-radius: 3px;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle header,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle header {
  padding: 8px 12px;
  font-size: 11px;
  color: #5b6067;
  cursor: default;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle .template-section,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle .template-section {
  max-height: 118px;
  overflow-y: auto;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle .drpdwn-ele,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle .drpdwn-ele {
  line-height: 15px;
  padding: 8px 12px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4280BB;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle .template-title,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle .template-title {
  max-width: 135px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle .drpdwn-ele:hover,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn .rectangle .drpdwn-ele:hover {
  background: #e8eef7;
}
#new-notebook-html .ticker-dashboard-view .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn:hover,
#new-notebook-html .thesis-container .summary .create-new-thesis .new-thesis-btn .new-thesis-drpdwn:hover {
  background: #03824b;
}
#new-notebook-html .ticker-dashboard-view .summary ul,
#new-notebook-html .thesis-container .summary ul {
  list-style-type: inherit;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data,
#new-notebook-html .thesis-container .summary .summary-data {
  box-sizing: border-box;
  font-size: 12px;
  height: auto;
  border-bottom: 1px solid #ccd8e6;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side,
#new-notebook-html .thesis-container .summary .summary-data .left-side {
  list-style-type: none;
  padding-left: 0;
  line-height: 20px;
  margin: 0;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .column,
#new-notebook-html .thesis-container .summary .summary-data .left-side .column {
  display: inline-block;
  overflow: auto;
  width: calc(33.33%);
  vertical-align: top;
  padding: 24px 10px;
  box-sizing: border-box;
  border-right: 1px solid #dee1e8;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .column:nth-child(3n),
#new-notebook-html .thesis-container .summary .summary-data .left-side .column:nth-child(3n) {
  border-right: none;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .calendar-wrapper,
#new-notebook-html .thesis-container .summary .summary-data .left-side .calendar-wrapper {
  float: right;
  position: relative;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .calendar-icon,
#new-notebook-html .thesis-container .summary .summary-data .left-side .calendar-icon {
  height: 18px;
  margin-left: 7px;
  position: relative;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .thesis-category,
#new-notebook-html .thesis-container .summary .summary-data .left-side .thesis-category {
  box-sizing: border-box;
  color: #698094;
  padding: 0 5px;
  height: 24px;
  border-bottom: 1px solid #dee1e8;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .thesis-category .name,
#new-notebook-html .thesis-container .summary .summary-data .left-side .thesis-category .name,
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .thesis-category .value,
#new-notebook-html .thesis-container .summary .summary-data .left-side .thesis-category .value {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  color: #657c8f;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .thesis-category .value,
#new-notebook-html .thesis-container .summary .summary-data .left-side .thesis-category .value {
  color: #1f374c;
  font-weight: 600;
  text-align: right;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .thesis-category:first-child,
#new-notebook-html .thesis-container .summary .summary-data .left-side .thesis-category:first-child {
  border-top: 1px solid #dee1e8;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .left-side .thesis-category:nth-child(even),
#new-notebook-html .thesis-container .summary .summary-data .left-side .thesis-category:nth-child(even) {
  background-color: #f9fcff;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .table,
#new-notebook-html .thesis-container .summary .summary-data .table {
  display: inline-table;
  width: 66%;
}
#new-notebook-html .ticker-dashboard-view .summary .summary-data .table th,
#new-notebook-html .thesis-container .summary .summary-data .table th,
#new-notebook-html .ticker-dashboard-view .summary .summary-data .table td,
#new-notebook-html .thesis-container .summary .summary-data .table td {
  border: 1px solid #d3e0ea;
  width: 12.5%;
}
#new-notebook-html .ticker-dashboard-view .summary .ck-toolbar,
#new-notebook-html .thesis-container .summary .ck-toolbar {
  box-sizing: border-box;
  border: 1px solid #d4e0ea;
  display: none;
  height: 42px;
  padding-right: 0 !important;
  margin: 0;
}
#new-notebook-html .ticker-dashboard-view .summary .ck-toolbar .cke_button_icon,
#new-notebook-html .thesis-container .summary .ck-toolbar .cke_button_icon {
  width: 21px;
}
#new-notebook-html .ticker-dashboard-view .summary .ck-toolbar .cke_button__tasks,
#new-notebook-html .thesis-container .summary .ck-toolbar .cke_button__tasks,
#new-notebook-html .ticker-dashboard-view .summary .ck-toolbar .cke_button__table,
#new-notebook-html .thesis-container .summary .ck-toolbar .cke_button__table,
#new-notebook-html .ticker-dashboard-view .summary .ck-toolbar .cke_button__horizontalrule,
#new-notebook-html .thesis-container .summary .ck-toolbar .cke_button__horizontalrule {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .summary .ck-toolbar.empty,
#new-notebook-html .thesis-container .summary .ck-toolbar.empty {
  border: none;
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-notes,
#new-notebook-html .thesis-container .summary .thesis-notes {
  box-sizing: border-box;
  font-size: 12px;
  overflow: hidden;
  padding: 0 15px 15px 15px;
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-notes cl,
#new-notebook-html .thesis-container .summary .thesis-notes cl {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 32px;
  padding-left: 32px;
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-notes cl > li,
#new-notebook-html .thesis-container .summary .thesis-notes cl > li {
  background-color: rgba(245, 245, 245, 0.5);
  width: 85%;
  margin-bottom: 5px;
  padding: 2px;
  text-align: left;
  line-height: 1.4em;
  min-height: 1.4em;
  border: 1px solid rgba(228, 228, 228, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.5), rgba(241, 241, 241, 0.5));
  background-image: -moz-linear-gradient(top, rgba(250, 250, 250, 0.5), rgba(241, 241, 241, 0.5));
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-notes cl > li:before,
#new-notebook-html .thesis-container .summary .thesis-notes cl > li:before {
  content: "";
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 2px solid #5A5A5A;
  margin: 0.1em;
  margin-left: -2em;
  line-height: 1.2em;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-notes cl > li.checked,
#new-notebook-html .thesis-container .summary .thesis-notes cl > li.checked {
  font-style: italic;
  opacity: 0.7;
  background-color: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(228, 228, 228, 0.7);
  background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.7), rgba(241, 241, 241, 0.7));
  background-image: -moz-linear-gradient(top, rgba(250, 250, 250, 0.7), rgba(241, 241, 241, 0.7));
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-notes cl > li.checked:before,
#new-notebook-html .thesis-container .summary .thesis-notes cl > li.checked:before {
  content: '\2713';
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-notes cl > li.checked > *:not(.checked),
#new-notebook-html .thesis-container .summary .thesis-notes cl > li.checked > *:not(.checked) {
  font-style: normal;
}
#new-notebook-html .ticker-dashboard-view .summary .new-thesis-note,
#new-notebook-html .thesis-container .summary .new-thesis-note {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 11px;
  margin: 0 0 40px 16px;
  position: relative;
}
#new-notebook-html .ticker-dashboard-view .summary .add-new-note,
#new-notebook-html .thesis-container .summary .add-new-note {
  display: inline-block;
  padding: 0 8px;
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-note-drpdwn,
#new-notebook-html .thesis-container .summary .thesis-note-drpdwn {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 8px;
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-note-drpdwn .bigWhiteDrpdwn,
#new-notebook-html .thesis-container .summary .thesis-note-drpdwn .bigWhiteDrpdwn {
  display: none;
  position: absolute;
  left: -7px;
  bottom: 26px;
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-note-drpdwn.active .bigWhiteDrpdwn,
#new-notebook-html .thesis-container .summary .thesis-note-drpdwn.active .bigWhiteDrpdwn {
  display: block;
}
#new-notebook-html .ticker-dashboard-view .summary .thesis-note-drpdwn:hover,
#new-notebook-html .thesis-container .summary .thesis-note-drpdwn:hover {
  background: #2168a9;
}
#new-notebook-html .ticker-dashboard-view .summary .recent-items-wrapper .owner,
#new-notebook-html .thesis-container .summary .recent-items-wrapper .owner,
#new-notebook-html .ticker-dashboard-view .summary .recent-items-wrapper .short-url,
#new-notebook-html .thesis-container .summary .recent-items-wrapper .short-url {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
}
#new-notebook-html .ticker-dashboard-view .summary.partial-draft .draft-text,
#new-notebook-html .thesis-container .summary.partial-draft .draft-text {
  display: inline-block;
}
#new-notebook-html .ticker-dashboard-view .summary.partial-draft .draft-text:before,
#new-notebook-html .thesis-container .summary.partial-draft .draft-text:before {
  content: '- Unpublished Draft';
}
#new-notebook-html .ticker-dashboard-view .summary.no-thesis .summary-data,
#new-notebook-html .thesis-container .summary.no-thesis .summary-data,
#new-notebook-html .ticker-dashboard-view .summary.no-thesis .new-thesis-note,
#new-notebook-html .thesis-container .summary.no-thesis .new-thesis-note,
#new-notebook-html .ticker-dashboard-view .summary.no-thesis .note-toolbar,
#new-notebook-html .thesis-container .summary.no-thesis .note-toolbar,
#new-notebook-html .ticker-dashboard-view .summary.no-thesis .thesis-notes,
#new-notebook-html .thesis-container .summary.no-thesis .thesis-notes,
#new-notebook-html .ticker-dashboard-view .summary.no-thesis .settings,
#new-notebook-html .thesis-container .summary.no-thesis .settings {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .summary.unpublished .new-thesis-note,
#new-notebook-html .thesis-container .summary.unpublished .new-thesis-note,
#new-notebook-html .ticker-dashboard-view .summary.unpublished .edit-btn,
#new-notebook-html .thesis-container .summary.unpublished .edit-btn,
#new-notebook-html .ticker-dashboard-view .summary.unpublished .publish-btn,
#new-notebook-html .thesis-container .summary.unpublished .publish-btn,
#new-notebook-html .ticker-dashboard-view .summary.unpublished .publish-state-btn.unpublish,
#new-notebook-html .thesis-container .summary.unpublished .publish-state-btn.unpublish,
#new-notebook-html .ticker-dashboard-view .summary.unpublished .note-saved-msg,
#new-notebook-html .thesis-container .summary.unpublished .note-saved-msg,
#new-notebook-html .ticker-dashboard-view .summary.unpublished .note-saving-msg,
#new-notebook-html .thesis-container .summary.unpublished .note-saving-msg,
#new-notebook-html .ticker-dashboard-view .summary.unpublished .thesis-notes .note .close,
#new-notebook-html .thesis-container .summary.unpublished .thesis-notes .note .close {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .summary.unpublished .ck-toolbar,
#new-notebook-html .thesis-container .summary.unpublished .ck-toolbar {
  display: none !important;
}
#new-notebook-html .ticker-dashboard-view .summary.unpublished .draft-text,
#new-notebook-html .thesis-container .summary.unpublished .draft-text {
  display: inline-block;
}
#new-notebook-html .ticker-dashboard-view .summary.unpublished .draft-text:before,
#new-notebook-html .thesis-container .summary.unpublished .draft-text:before {
  content: '- Unpublished';
}
#new-notebook-html .ticker-dashboard-view .summary.unpublished .deleted-thesis,
#new-notebook-html .thesis-container .summary.unpublished .deleted-thesis {
  display: inline-block;
}
#new-notebook-html .ticker-dashboard-view .summary.draft .draft-text,
#new-notebook-html .thesis-container .summary.draft .draft-text,
#new-notebook-html .ticker-dashboard-view .summary.draft .publish-btn,
#new-notebook-html .thesis-container .summary.draft .publish-btn,
#new-notebook-html .ticker-dashboard-view .summary.draft .new-thesis-note,
#new-notebook-html .thesis-container .summary.draft .new-thesis-note {
  display: inline-block;
}
#new-notebook-html .ticker-dashboard-view .summary.draft .draft-text:before,
#new-notebook-html .thesis-container .summary.draft .draft-text:before {
  content: '- Unpublished Draft';
}
#new-notebook-html .ticker-dashboard-view .summary.draft .edit-btn,
#new-notebook-html .thesis-container .summary.draft .edit-btn,
#new-notebook-html .ticker-dashboard-view .summary.draft .publish-state-btn.republish,
#new-notebook-html .thesis-container .summary.draft .publish-state-btn.republish {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .summary.draft .ck-toolbar,
#new-notebook-html .thesis-container .summary.draft .ck-toolbar {
  display: block !important;
}
#new-notebook-html .ticker-dashboard-view .summary.draft .note-header .label,
#new-notebook-html .thesis-container .summary.draft .note-header .label,
#new-notebook-html .ticker-dashboard-view .summary.draft .note-content,
#new-notebook-html .thesis-container .summary.draft .note-content {
  border: solid 1px #ccd8e6;
}
#new-notebook-html .ticker-dashboard-view .summary.draft .left-side .thesis-category,
#new-notebook-html .thesis-container .summary.draft .left-side .thesis-category {
  border-bottom: none;
  border-top: none;
  height: 30px;
  display: flex;
  align-items: center;
}
#new-notebook-html .ticker-dashboard-view .summary.published .publish-btn,
#new-notebook-html .thesis-container .summary.published .publish-btn,
#new-notebook-html .ticker-dashboard-view .summary.published .publish-state-btn.republish,
#new-notebook-html .thesis-container .summary.published .publish-state-btn.republish,
#new-notebook-html .ticker-dashboard-view .summary.published .thesis-notes .note .success .note-saved-msg,
#new-notebook-html .thesis-container .summary.published .thesis-notes .note .success .note-saved-msg,
#new-notebook-html .ticker-dashboard-view .summary.published .thesis-notes .note .note-saving-msg,
#new-notebook-html .thesis-container .summary.published .thesis-notes .note .note-saving-msg,
#new-notebook-html .ticker-dashboard-view .summary.published .thesis-notes .note .close,
#new-notebook-html .thesis-container .summary.published .thesis-notes .note .close {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .summary.published .ck-toolbar,
#new-notebook-html .thesis-container .summary.published .ck-toolbar {
  display: none !important;
}
#new-notebook-html .ticker-dashboard-view .summary.published .draft-text,
#new-notebook-html .thesis-container .summary.published .draft-text {
  display: inline-block;
}
#new-notebook-html .ticker-dashboard-view .summary.published .draft-text:before,
#new-notebook-html .thesis-container .summary.published .draft-text:before {
  content: '- Published';
}
#new-notebook-html .ticker-dashboard-view .summary.published.partial-draft .draft-text:before,
#new-notebook-html .thesis-container .summary.published.partial-draft .draft-text:before {
  content: '- Unpublished Draft';
}
#new-notebook-html .ticker-dashboard-view .summary.version1 .unpublish,
#new-notebook-html .thesis-container .summary.version1 .unpublish {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note,
#new-notebook-html .thesis-container .notes-wrapper .note,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note,
#new-notebook-html .thesis-container .thesis-notes .note {
  border-bottom: 1px solid #dee1e8;
  padding-bottom: 12px;
  margin-top: 12px;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header,
#new-notebook-html .thesis-container .thesis-notes .note .note-header {
  font-size: 11px;
  margin: 18px 0 8px 0;
  position: relative;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .label,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .label,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .label,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .label {
  border-radius: 2px;
  color: #1f374c;
  display: inline-block;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 17px;
  min-height: 14px;
  min-width: 270px;
  padding: 6px 12px;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .label:empty::before,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .label:empty::before,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .label:empty::before,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .label:empty::before {
  content: 'Untitled';
  color: #697f94;
  font-weight: 400;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .close,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .close,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .close,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .close {
  color: #657c8f;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .close .icon,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .close .icon,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .close .icon,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .close .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: #a7b8c9;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-saving-msg,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-saving-msg,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-saving-msg,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-saving-msg,
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-saved-msg,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-saved-msg,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-saved-msg,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-saved-msg,
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-error-msg,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-error-msg,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-error-msg,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-error-msg {
  float: right;
  display: none;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-saving-msg .text,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-saving-msg .text,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-saving-msg .text,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-saving-msg .text,
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-saved-msg .text,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-saved-msg .text,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-saved-msg .text,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-saved-msg .text,
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-error-msg .text,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-error-msg .text,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-error-msg .text,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-error-msg .text {
  margin-left: 10px;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-saving-msg img,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-saving-msg img,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-saving-msg img,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-saving-msg img,
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-saved-msg img,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-saved-msg img,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-saved-msg img,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-saved-msg img,
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-error-msg img,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-error-msg img,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-error-msg img,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-error-msg img {
  position: relative;
  top: 4px;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-saving-msg .success-icon,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-saving-msg .success-icon,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-saving-msg .success-icon,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-saving-msg .success-icon,
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-saved-msg .success-icon,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-saved-msg .success-icon,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-saved-msg .success-icon,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-saved-msg .success-icon,
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-header .note-error-msg .success-icon,
#new-notebook-html .thesis-container .notes-wrapper .note .note-header .note-error-msg .success-icon,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-header .note-error-msg .success-icon,
#new-notebook-html .thesis-container .thesis-notes .note .note-header .note-error-msg .success-icon {
  height: 16px;
  position: relative;
  top: 4px;
  fill: #3dbf6f;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .load .note-saving-msg,
#new-notebook-html .thesis-container .notes-wrapper .note .load .note-saving-msg,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .load .note-saving-msg,
#new-notebook-html .thesis-container .thesis-notes .note .load .note-saving-msg {
  display: block;
  color: #3d7fba;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .success .note-saved-msg,
#new-notebook-html .thesis-container .notes-wrapper .note .success .note-saved-msg,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .success .note-saved-msg,
#new-notebook-html .thesis-container .thesis-notes .note .success .note-saved-msg {
  display: block;
  color: #648d65;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .error .note-error-msg,
#new-notebook-html .thesis-container .notes-wrapper .note .error .note-error-msg,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .error .note-error-msg,
#new-notebook-html .thesis-container .thesis-notes .note .error .note-error-msg {
  line-height: 24px;
  display: block;
  color: red;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-content,
#new-notebook-html .thesis-container .notes-wrapper .note .note-content,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-content,
#new-notebook-html .thesis-container .thesis-notes .note .note-content {
  font-size: 12px;
  padding: 12px;
  border-radius: 2px;
  color: #1e374d;
  line-height: 18px;
  word-wrap: break-word;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-content p,
#new-notebook-html .thesis-container .notes-wrapper .note .note-content p,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-content p,
#new-notebook-html .thesis-container .thesis-notes .note .note-content p {
  margin: 0;
  overflow: auto;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper .note .note-content img,
#new-notebook-html .thesis-container .notes-wrapper .note .note-content img,
#new-notebook-html .ticker-dashboard-view .thesis-notes .note .note-content img,
#new-notebook-html .thesis-container .thesis-notes .note .note-content img {
  max-width: 100%;
  height: auto !important;
}
#new-notebook-html .ticker-dashboard-view .notes-wrapper.active .note-content,
#new-notebook-html .thesis-container .notes-wrapper.active .note-content,
#new-notebook-html .ticker-dashboard-view .thesis-notes.active .note-content,
#new-notebook-html .thesis-container .thesis-notes.active .note-content {
  min-height: 100px;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .header,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .header,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .header,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .header {
  background: #f9fcff;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .title,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .title,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .title,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .title {
  display: inline-block;
  color: #32475a;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .additional-buttons,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .additional-buttons,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .additional-buttons,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .additional-buttons {
  float: right;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .collapse,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .collapse,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .collapse,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .collapse,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .expand,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .expand,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .expand,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .expand {
  display: none;
  color: #3d7fba;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .collapse .collapse-icon,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .collapse .collapse-icon,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .collapse .collapse-icon,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .collapse .collapse-icon,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .expand .collapse-icon,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .expand .collapse-icon,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .expand .collapse-icon,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .expand .collapse-icon,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .collapse .expand-icon,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .collapse .expand-icon,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .collapse .expand-icon,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .collapse .expand-icon,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .expand .expand-icon,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .expand .expand-icon,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .expand .expand-icon,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .expand .expand-icon {
  height: 14px;
  width: 14px;
  position: relative;
  bottom: -3px;
  margin-right: 5px;
  fill: #3d7fba;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .collapse.active,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .collapse.active,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .collapse.active,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .collapse.active,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .expand.active,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .expand.active,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .expand.active,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .expand.active {
  display: block;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .recent-items-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .recent-items-wrapper,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .recent-items-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .recent-items-wrapper {
  margin-bottom: 0;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .date-header,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .date-header,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .date-header,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .date-header {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .icon-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .icon-wrapper,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .icon-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .icon-wrapper {
  height: auto;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes.collapse-mode .recent-items-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-notes.collapse-mode .recent-items-wrapper,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights.collapse-mode .recent-items-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights.collapse-mode .recent-items-wrapper,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes.collapse-mode .paginate-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-notes.collapse-mode .paginate-wrapper,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights.collapse-mode .paginate-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights.collapse-mode .paginate-wrapper {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .note-content,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .note-content,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .note-content,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .note-content {
  min-height: auto;
  border: 0;
  padding: 0;
  border-radius: 0;
  line-height: auto;
  color: #204c74;
  font-size: 13px;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .delete-highlight,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .delete-highlight,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .delete-highlight,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .delete-highlight,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .add-annotation,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .add-annotation,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .add-annotation,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .add-annotation,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .copy-highlight,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .copy-highlight,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .copy-highlight,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .copy-highlight,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .edit-annotation,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .edit-annotation,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .edit-annotation,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .edit-annotation,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .hl-short-link,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .hl-short-link,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .hl-short-link,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .hl-short-link,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .hl-owner,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .hl-owner,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .hl-owner,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .hl-owner,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .hl-time,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .hl-time,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .hl-time,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .hl-time,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .temp-add-comment,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .temp-add-comment,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .temp-add-comment,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .temp-add-comment {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .note-text,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .note-text,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .note-text,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .note-text {
  max-height: 90px;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .annotation-comments,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .annotation-comments,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .annotation-comments,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .annotation-comments {
  margin-left: 15px;
  margin-top: 10px;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .high-tags,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .high-tags,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .high-tags,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .high-tags {
  display: inline-block;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .annotation-text,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .annotation-text,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .annotation-text,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .annotation-text {
  margin-bottom: 10px;
  color: #204c74;
  font-size: 13px;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .note-title,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .note-title,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .note-title,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .note-title {
  margin: 0 10px;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .note-header,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .note-header,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .note-header,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .note-header {
  margin: 10px 0;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .note-container,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .note-container,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .note-container,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .note-container {
  border: none;
  margin: 0;
  border-bottom: 1px solid #ccd8e6;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .paginate-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .paginate-wrapper,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .paginate-wrapper,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .paginate-wrapper {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-notes .open-highlight-position:after,
#new-notebook-html .thesis-container .additional-widgets .recent-notes .open-highlight-position:after,
#new-notebook-html .ticker-dashboard-view .additional-widgets .recent-highlights .open-highlight-position:after,
#new-notebook-html .thesis-container .additional-widgets .recent-highlights .open-highlight-position:after {
  content: '';
}
#new-notebook-html .thesis .thesis-container {
  overflow-y: auto;
  background: #fff;
}
#new-notebook-html .thesis .thesis-container #thesis-fixed-toolbar {
  display: none !important;
}
#new-notebook-html .thesis .thesis-container .header {
  background: #e9eef6;
  height: 42px;
  box-sizing: border-box;
  background: 0;
  border: 0;
  border-bottom: 1px solid #ccd8e6;
  color: #122538;
  font-size: 14px;
  width: 100%;
  padding: 6px 10px;
  text-align: left;
  line-height: 30px;
}
#new-notebook-html .thesis .thesis-container .item-wrapper {
  height: 100%;
}
#new-notebook-html .thesis .thesis-container .nb-widget {
  box-shadow: none;
}
#new-notebook-html .thesis .thesis-container .edit-btn,
#new-notebook-html .thesis .thesis-container .settings,
#new-notebook-html .thesis .thesis-container .publish-btn,
#new-notebook-html .thesis .thesis-container .save-draft {
  position: fixed;
  top: 49px;
  z-index: 9;
}
#new-notebook-html .thesis .thesis-container .settings {
  right: 30px;
}
#new-notebook-html .thesis .thesis-container .edit-btn {
  right: 60px;
}
#new-notebook-html .thesis .thesis-container .publish-btn {
  right: 60px;
}
#new-notebook-html .thesis .thesis-container .save-draft {
  right: 125px;
}
.ticker-dashboard-view .summary .input,
.note-dashboard-view .summary .input,
.thesis-container .summary .input,
.ticker-dashboard-view .summary-cont .input,
.note-dashboard-view .summary-cont .input,
.thesis-container .summary-cont .input {
  float: right;
  color: #3d7fba;
  height: 22px;
  text-align: left;
  padding: 0 8px;
  border-radius: 2px;
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  box-sizing: border-box;
  font-size: 11px;
}
.ticker-dashboard-view .summary .input[type=number]::-webkit-inner-spin-button,
.note-dashboard-view .summary .input[type=number]::-webkit-inner-spin-button,
.thesis-container .summary .input[type=number]::-webkit-inner-spin-button,
.ticker-dashboard-view .summary-cont .input[type=number]::-webkit-inner-spin-button,
.note-dashboard-view .summary-cont .input[type=number]::-webkit-inner-spin-button,
.thesis-container .summary-cont .input[type=number]::-webkit-inner-spin-button,
.ticker-dashboard-view .summary .input[type=number]::-webkit-outer-spin-button,
.note-dashboard-view .summary .input[type=number]::-webkit-outer-spin-button,
.thesis-container .summary .input[type=number]::-webkit-outer-spin-button,
.ticker-dashboard-view .summary-cont .input[type=number]::-webkit-outer-spin-button,
.note-dashboard-view .summary-cont .input[type=number]::-webkit-outer-spin-button,
.thesis-container .summary-cont .input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ticker-dashboard-view .summary .select3-container,
.note-dashboard-view .summary .select3-container,
.thesis-container .summary .select3-container,
.ticker-dashboard-view .summary-cont .select3-container,
.note-dashboard-view .summary-cont .select3-container,
.thesis-container .summary-cont .select3-container {
  width: 100% !important;
}
.ticker-dashboard-view .summary .select3-container .select3-dropdown,
.note-dashboard-view .summary .select3-container .select3-dropdown,
.thesis-container .summary .select3-container .select3-dropdown,
.ticker-dashboard-view .summary-cont .select3-container .select3-dropdown,
.note-dashboard-view .summary-cont .select3-container .select3-dropdown,
.thesis-container .summary-cont .select3-container .select3-dropdown {
  min-width: auto !important;
}
.ticker-dashboard-view .summary .select3-container .select3-selection,
.note-dashboard-view .summary .select3-container .select3-selection,
.thesis-container .summary .select3-container .select3-selection,
.ticker-dashboard-view .summary-cont .select3-container .select3-selection,
.note-dashboard-view .summary-cont .select3-container .select3-selection,
.thesis-container .summary-cont .select3-container .select3-selection {
  height: 23px;
  border-radius: 2px;
  border: 1px solid #ccd8e6;
}
.ticker-dashboard-view .summary .select3-container .select3-selection .select3-selection__rendered,
.note-dashboard-view .summary .select3-container .select3-selection .select3-selection__rendered,
.thesis-container .summary .select3-container .select3-selection .select3-selection__rendered,
.ticker-dashboard-view .summary-cont .select3-container .select3-selection .select3-selection__rendered,
.note-dashboard-view .summary-cont .select3-container .select3-selection .select3-selection__rendered,
.thesis-container .summary-cont .select3-container .select3-selection .select3-selection__rendered {
  line-height: 23px;
  padding-right: 0;
  color: #3d7fba;
  font-size: 12px;
  text-align: left;
  width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.ticker-dashboard-view .summary .select3-container .select3-selection .select3-selection__arrow,
.note-dashboard-view .summary .select3-container .select3-selection .select3-selection__arrow,
.thesis-container .summary .select3-container .select3-selection .select3-selection__arrow,
.ticker-dashboard-view .summary-cont .select3-container .select3-selection .select3-selection__arrow,
.note-dashboard-view .summary-cont .select3-container .select3-selection .select3-selection__arrow,
.thesis-container .summary-cont .select3-container .select3-selection .select3-selection__arrow {
  line-height: 23px;
  height: 19px;
  background-color: #f9fcff;
  box-shadow: inset 1px 0 0 0 #ccd8e6;
}
.ticker-dashboard-view .summary .select3-container .select3-selection .select3-selection__arrow b,
.note-dashboard-view .summary .select3-container .select3-selection .select3-selection__arrow b,
.thesis-container .summary .select3-container .select3-selection .select3-selection__arrow b,
.ticker-dashboard-view .summary-cont .select3-container .select3-selection .select3-selection__arrow b,
.note-dashboard-view .summary-cont .select3-container .select3-selection .select3-selection__arrow b,
.thesis-container .summary-cont .select3-container .select3-selection .select3-selection__arrow b {
  border-color: #3d7fba transparent #3d7fba transparent;
}
.ticker-dashboard-view .summary .edit-btn,
.note-dashboard-view .summary .edit-btn,
.thesis-container .summary .edit-btn,
.ticker-dashboard-view .summary-cont .edit-btn,
.note-dashboard-view .summary-cont .edit-btn,
.thesis-container .summary-cont .edit-btn {
  float: right;
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  padding: 0 10px;
  margin-right: 10px;
}
.ticker-dashboard-view .summary .draft-text,
.note-dashboard-view .summary .draft-text,
.thesis-container .summary .draft-text,
.ticker-dashboard-view .summary-cont .draft-text,
.note-dashboard-view .summary-cont .draft-text,
.thesis-container .summary-cont .draft-text,
.ticker-dashboard-view .summary .deleted-thesis,
.note-dashboard-view .summary .deleted-thesis,
.thesis-container .summary .deleted-thesis,
.ticker-dashboard-view .summary-cont .deleted-thesis,
.note-dashboard-view .summary-cont .deleted-thesis,
.thesis-container .summary-cont .deleted-thesis {
  display: none;
  height: 30px;
  line-height: 30px;
  color: #3d7fba;
  font-size: 11px;
  padding: 0 8px;
  margin-right: 10px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
.ticker-dashboard-view .summary .edit,
.note-dashboard-view .summary .edit,
.thesis-container .summary .edit,
.ticker-dashboard-view .summary-cont .edit,
.note-dashboard-view .summary-cont .edit,
.thesis-container .summary-cont .edit,
.ticker-dashboard-view .summary .settings,
.note-dashboard-view .summary .settings,
.thesis-container .summary .settings,
.ticker-dashboard-view .summary-cont .settings,
.note-dashboard-view .summary-cont .settings,
.thesis-container .summary-cont .settings {
  position: relative;
}
.ticker-dashboard-view .summary .edit .setting-icon,
.note-dashboard-view .summary .edit .setting-icon,
.thesis-container .summary .edit .setting-icon,
.ticker-dashboard-view .summary-cont .edit .setting-icon,
.note-dashboard-view .summary-cont .edit .setting-icon,
.thesis-container .summary-cont .edit .setting-icon,
.ticker-dashboard-view .summary .settings .setting-icon,
.note-dashboard-view .summary .settings .setting-icon,
.thesis-container .summary .settings .setting-icon,
.ticker-dashboard-view .summary-cont .settings .setting-icon,
.note-dashboard-view .summary-cont .settings .setting-icon,
.thesis-container .summary-cont .settings .setting-icon {
  height: 14px;
  margin-top: 1px;
  width: 14px;
  /* line-height: 25px; */
  fill: #3d7fba;
  background-color: #e8eef7;
  padding: 7px;
  border-radius: 2px;
  cursor: pointer;
}
.ticker-dashboard-view .summary .settings,
.note-dashboard-view .summary .settings,
.thesis-container .summary .settings,
.ticker-dashboard-view .summary-cont .settings,
.note-dashboard-view .summary-cont .settings,
.thesis-container .summary-cont .settings {
  float: right;
}
.ticker-dashboard-view .summary .publish-btn,
.note-dashboard-view .summary .publish-btn,
.thesis-container .summary .publish-btn,
.ticker-dashboard-view .summary-cont .publish-btn,
.note-dashboard-view .summary-cont .publish-btn,
.thesis-container .summary-cont .publish-btn,
.ticker-dashboard-view .summary .publish-republish,
.note-dashboard-view .summary .publish-republish,
.thesis-container .summary .publish-republish,
.ticker-dashboard-view .summary-cont .publish-republish,
.note-dashboard-view .summary-cont .publish-republish,
.thesis-container .summary-cont .publish-republish,
.ticker-dashboard-view .summary .save-draft,
.note-dashboard-view .summary .save-draft,
.thesis-container .summary .save-draft,
.ticker-dashboard-view .summary-cont .save-draft,
.note-dashboard-view .summary-cont .save-draft,
.thesis-container .summary-cont .save-draft {
  float: right;
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  padding: 0 10px;
}
.ticker-dashboard-view .summary .publish-btn.active,
.note-dashboard-view .summary .publish-btn.active,
.thesis-container .summary .publish-btn.active,
.ticker-dashboard-view .summary-cont .publish-btn.active,
.note-dashboard-view .summary-cont .publish-btn.active,
.thesis-container .summary-cont .publish-btn.active,
.ticker-dashboard-view .summary .publish-republish.active,
.note-dashboard-view .summary .publish-republish.active,
.thesis-container .summary .publish-republish.active,
.ticker-dashboard-view .summary-cont .publish-republish.active,
.note-dashboard-view .summary-cont .publish-republish.active,
.thesis-container .summary-cont .publish-republish.active,
.ticker-dashboard-view .summary .save-draft.active,
.note-dashboard-view .summary .save-draft.active,
.thesis-container .summary .save-draft.active,
.ticker-dashboard-view .summary-cont .save-draft.active,
.note-dashboard-view .summary-cont .save-draft.active,
.thesis-container .summary-cont .save-draft.active {
  background-color: #3d7fba;
  color: #fff;
  cursor: pointer;
}
.ticker-dashboard-view .summary .publish-btn.hide,
.note-dashboard-view .summary .publish-btn.hide,
.thesis-container .summary .publish-btn.hide,
.ticker-dashboard-view .summary-cont .publish-btn.hide,
.note-dashboard-view .summary-cont .publish-btn.hide,
.thesis-container .summary-cont .publish-btn.hide,
.ticker-dashboard-view .summary .publish-republish.hide,
.note-dashboard-view .summary .publish-republish.hide,
.thesis-container .summary .publish-republish.hide,
.ticker-dashboard-view .summary-cont .publish-republish.hide,
.note-dashboard-view .summary-cont .publish-republish.hide,
.thesis-container .summary-cont .publish-republish.hide,
.ticker-dashboard-view .summary .save-draft.hide,
.note-dashboard-view .summary .save-draft.hide,
.thesis-container .summary .save-draft.hide,
.ticker-dashboard-view .summary-cont .save-draft.hide,
.note-dashboard-view .summary-cont .save-draft.hide,
.thesis-container .summary-cont .save-draft.hide {
  display: none;
}
.ticker-dashboard-view .summary .save-draft,
.note-dashboard-view .summary .save-draft,
.thesis-container .summary .save-draft,
.ticker-dashboard-view .summary-cont .save-draft,
.note-dashboard-view .summary-cont .save-draft,
.thesis-container .summary-cont .save-draft {
  background: #e8eef7;
  margin-right: 10px;
  color: #3d7fba;
  border: 1px solid #e8eef7;
  display: none;
}
.ticker-dashboard-view .summary .drpdwn-menu,
.note-dashboard-view .summary .drpdwn-menu,
.thesis-container .summary .drpdwn-menu,
.ticker-dashboard-view .summary-cont .drpdwn-menu,
.note-dashboard-view .summary-cont .drpdwn-menu,
.thesis-container .summary-cont .drpdwn-menu {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 36px;
  background: #fff;
  /* border: 1px solid; */
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  border-radius: 3px;
  width: 180px;
}
.ticker-dashboard-view .summary .drpdwn-menu .drpdwn-option,
.note-dashboard-view .summary .drpdwn-menu .drpdwn-option,
.thesis-container .summary .drpdwn-menu .drpdwn-option,
.ticker-dashboard-view .summary-cont .drpdwn-menu .drpdwn-option,
.note-dashboard-view .summary-cont .drpdwn-menu .drpdwn-option,
.thesis-container .summary-cont .drpdwn-menu .drpdwn-option {
  padding: 4px 12px;
  color: #3d7fba;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
}
.ticker-dashboard-view .summary .drpdwn-menu .drpdwn-option:hover,
.note-dashboard-view .summary .drpdwn-menu .drpdwn-option:hover,
.thesis-container .summary .drpdwn-menu .drpdwn-option:hover,
.ticker-dashboard-view .summary-cont .drpdwn-menu .drpdwn-option:hover,
.note-dashboard-view .summary-cont .drpdwn-menu .drpdwn-option:hover,
.thesis-container .summary-cont .drpdwn-menu .drpdwn-option:hover {
  background-color: #e8eef7;
}
.ticker-dashboard-view .summary .drpdwn-menu .new-thesis-template,
.note-dashboard-view .summary .drpdwn-menu .new-thesis-template,
.thesis-container .summary .drpdwn-menu .new-thesis-template,
.ticker-dashboard-view .summary-cont .drpdwn-menu .new-thesis-template,
.note-dashboard-view .summary-cont .drpdwn-menu .new-thesis-template,
.thesis-container .summary-cont .drpdwn-menu .new-thesis-template {
  position: relative;
}
.ticker-dashboard-view .summary .drpdwn-menu .new-thesis-template .template-option,
.note-dashboard-view .summary .drpdwn-menu .new-thesis-template .template-option,
.thesis-container .summary .drpdwn-menu .new-thesis-template .template-option,
.ticker-dashboard-view .summary-cont .drpdwn-menu .new-thesis-template .template-option,
.note-dashboard-view .summary-cont .drpdwn-menu .new-thesis-template .template-option,
.thesis-container .summary-cont .drpdwn-menu .new-thesis-template .template-option {
  position: absolute;
  background: #fff;
  right: 180px;
  top: 0;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  border-radius: 3px;
  width: 180px;
}
.ticker-dashboard-view .summary .drpdwn-menu .new-thesis-template .template-option .template,
.note-dashboard-view .summary .drpdwn-menu .new-thesis-template .template-option .template,
.thesis-container .summary .drpdwn-menu .new-thesis-template .template-option .template,
.ticker-dashboard-view .summary-cont .drpdwn-menu .new-thesis-template .template-option .template,
.note-dashboard-view .summary-cont .drpdwn-menu .new-thesis-template .template-option .template,
.thesis-container .summary-cont .drpdwn-menu .new-thesis-template .template-option .template {
  word-break: break-word;
  padding: 4px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticker-dashboard-view .summary .drpdwn-menu .new-thesis-template .template-option .template:hover,
.note-dashboard-view .summary .drpdwn-menu .new-thesis-template .template-option .template:hover,
.thesis-container .summary .drpdwn-menu .new-thesis-template .template-option .template:hover,
.ticker-dashboard-view .summary-cont .drpdwn-menu .new-thesis-template .template-option .template:hover,
.note-dashboard-view .summary-cont .drpdwn-menu .new-thesis-template .template-option .template:hover,
.thesis-container .summary-cont .drpdwn-menu .new-thesis-template .template-option .template:hover {
  background-color: #e8eef7;
}
.ticker-dashboard-view .summary .publish-btn,
.note-dashboard-view .summary .publish-btn,
.thesis-container .summary .publish-btn,
.ticker-dashboard-view .summary-cont .publish-btn,
.note-dashboard-view .summary-cont .publish-btn,
.thesis-container .summary-cont .publish-btn {
  margin-right: 10px;
}
.ticker-dashboard-view .summary-cont .select3-container,
.note-dashboard-view .summary-cont .select3-container,
.thesis-container .summary-cont .select3-container {
  width: 100% !important;
}
.ticker-dashboard-view .summary-cont .select3-container .select3-selection__rendered,
.note-dashboard-view .summary-cont .select3-container .select3-selection__rendered,
.thesis-container .summary-cont .select3-container .select3-selection__rendered {
  padding-right: 0 !important;
}
.ticker-dashboard-view .publishview-content,
.note-dashboard-view .publishview-content,
.thesis-container .publishview-content,
.ticker-dashboard-view .research-content,
.note-dashboard-view .research-content,
.thesis-container .research-content,
.ticker-dashboard-view .filingsview-content,
.note-dashboard-view .filingsview-content,
.thesis-container .filingsview-content,
.ticker-dashboard-view .watchlist-content,
.note-dashboard-view .watchlist-content,
.thesis-container .watchlist-content,
.ticker-dashboard-view .dashboard-content,
.note-dashboard-view .dashboard-content,
.thesis-container .dashboard-content {
  background: #fff;
  box-sizing: border-box;
  display: block;
  padding: 6px;
}
.ticker-dashboard-view .item-wrapper,
.note-dashboard-view .item-wrapper,
.thesis-container .item-wrapper,
.ticker-dashboard-view .watchlist-wrapper,
.note-dashboard-view .watchlist-wrapper,
.thesis-container .watchlist-wrapper,
.ticker-dashboard-view .item-wrapper-no-packery,
.note-dashboard-view .item-wrapper-no-packery,
.thesis-container .item-wrapper-no-packery {
  box-sizing: border-box;
  padding: 6px;
}
.ticker-dashboard-view .item-wrapper.col-1,
.note-dashboard-view .item-wrapper.col-1,
.thesis-container .item-wrapper.col-1,
.ticker-dashboard-view .watchlist-wrapper.col-1,
.note-dashboard-view .watchlist-wrapper.col-1,
.thesis-container .watchlist-wrapper.col-1,
.ticker-dashboard-view .item-wrapper-no-packery.col-1,
.note-dashboard-view .item-wrapper-no-packery.col-1,
.thesis-container .item-wrapper-no-packery.col-1 {
  height: 480px;
  width: 325px;
}
.ticker-dashboard-view .item-wrapper.col-h-1,
.note-dashboard-view .item-wrapper.col-h-1,
.thesis-container .item-wrapper.col-h-1,
.ticker-dashboard-view .watchlist-wrapper.col-h-1,
.note-dashboard-view .watchlist-wrapper.col-h-1,
.thesis-container .watchlist-wrapper.col-h-1,
.ticker-dashboard-view .item-wrapper-no-packery.col-h-1,
.note-dashboard-view .item-wrapper-no-packery.col-h-1,
.thesis-container .item-wrapper-no-packery.col-h-1 {
  height: 613px;
}
.ticker-dashboard-view .item-wrapper.wt-wrapper,
.note-dashboard-view .item-wrapper.wt-wrapper,
.thesis-container .item-wrapper.wt-wrapper,
.ticker-dashboard-view .watchlist-wrapper.wt-wrapper,
.note-dashboard-view .watchlist-wrapper.wt-wrapper,
.thesis-container .watchlist-wrapper.wt-wrapper,
.ticker-dashboard-view .item-wrapper-no-packery.wt-wrapper,
.note-dashboard-view .item-wrapper-no-packery.wt-wrapper,
.thesis-container .item-wrapper-no-packery.wt-wrapper {
  height: 640px;
}
.ticker-dashboard-view .item-wrapper.col-auto,
.note-dashboard-view .item-wrapper.col-auto,
.thesis-container .item-wrapper.col-auto,
.ticker-dashboard-view .watchlist-wrapper.col-auto,
.note-dashboard-view .watchlist-wrapper.col-auto,
.thesis-container .watchlist-wrapper.col-auto,
.ticker-dashboard-view .item-wrapper-no-packery.col-auto,
.note-dashboard-view .item-wrapper-no-packery.col-auto,
.thesis-container .item-wrapper-no-packery.col-auto {
  min-width: 975px;
}
.ticker-dashboard-view .item-wrapper.col-2,
.note-dashboard-view .item-wrapper.col-2,
.thesis-container .item-wrapper.col-2,
.ticker-dashboard-view .watchlist-wrapper.col-2,
.note-dashboard-view .watchlist-wrapper.col-2,
.thesis-container .watchlist-wrapper.col-2,
.ticker-dashboard-view .item-wrapper-no-packery.col-2,
.note-dashboard-view .item-wrapper-no-packery.col-2,
.thesis-container .item-wrapper-no-packery.col-2 {
  height: 960px;
  width: 650px;
}
.ticker-dashboard-view .item-wrapper.col-3,
.note-dashboard-view .item-wrapper.col-3,
.thesis-container .item-wrapper.col-3,
.ticker-dashboard-view .watchlist-wrapper.col-3,
.note-dashboard-view .watchlist-wrapper.col-3,
.thesis-container .watchlist-wrapper.col-3,
.ticker-dashboard-view .item-wrapper-no-packery.col-3,
.note-dashboard-view .item-wrapper-no-packery.col-3,
.thesis-container .item-wrapper-no-packery.col-3 {
  height: 960px;
  width: 975px;
}
.ticker-dashboard-view .item-wrapper.col-d-1,
.note-dashboard-view .item-wrapper.col-d-1,
.thesis-container .item-wrapper.col-d-1,
.ticker-dashboard-view .watchlist-wrapper.col-d-1,
.note-dashboard-view .watchlist-wrapper.col-d-1,
.thesis-container .watchlist-wrapper.col-d-1,
.ticker-dashboard-view .item-wrapper-no-packery.col-d-1,
.note-dashboard-view .item-wrapper-no-packery.col-d-1,
.thesis-container .item-wrapper-no-packery.col-d-1 {
  height: 408px;
  width: 408px;
}
.ticker-dashboard-view .item-wrapper.col-d-2,
.note-dashboard-view .item-wrapper.col-d-2,
.thesis-container .item-wrapper.col-d-2,
.ticker-dashboard-view .watchlist-wrapper.col-d-2,
.note-dashboard-view .watchlist-wrapper.col-d-2,
.thesis-container .watchlist-wrapper.col-d-2,
.ticker-dashboard-view .item-wrapper-no-packery.col-d-2,
.note-dashboard-view .item-wrapper-no-packery.col-d-2,
.thesis-container .item-wrapper-no-packery.col-d-2 {
  height: 816px;
  width: 816px;
}
.ticker-dashboard-view .item-wrapper.col-d-3,
.note-dashboard-view .item-wrapper.col-d-3,
.thesis-container .item-wrapper.col-d-3,
.ticker-dashboard-view .watchlist-wrapper.col-d-3,
.note-dashboard-view .watchlist-wrapper.col-d-3,
.thesis-container .watchlist-wrapper.col-d-3,
.ticker-dashboard-view .item-wrapper-no-packery.col-d-3,
.note-dashboard-view .item-wrapper-no-packery.col-d-3,
.thesis-container .item-wrapper-no-packery.col-d-3 {
  height: 816px;
  width: 1632px;
}
.ticker-dashboard-view .item-wrapper.col-d-m-1,
.note-dashboard-view .item-wrapper.col-d-m-1,
.thesis-container .item-wrapper.col-d-m-1,
.ticker-dashboard-view .watchlist-wrapper.col-d-m-1,
.note-dashboard-view .watchlist-wrapper.col-d-m-1,
.thesis-container .watchlist-wrapper.col-d-m-1,
.ticker-dashboard-view .item-wrapper-no-packery.col-d-m-1,
.note-dashboard-view .item-wrapper-no-packery.col-d-m-1,
.thesis-container .item-wrapper-no-packery.col-d-m-1 {
  width: 500px;
}
.ticker-dashboard-view .item-wrapper.col-d-m-2,
.note-dashboard-view .item-wrapper.col-d-m-2,
.thesis-container .item-wrapper.col-d-m-2,
.ticker-dashboard-view .watchlist-wrapper.col-d-m-2,
.note-dashboard-view .watchlist-wrapper.col-d-m-2,
.thesis-container .watchlist-wrapper.col-d-m-2,
.ticker-dashboard-view .item-wrapper-no-packery.col-d-m-2,
.note-dashboard-view .item-wrapper-no-packery.col-d-m-2,
.thesis-container .item-wrapper-no-packery.col-d-m-2 {
  width: 1000px;
}
.ticker-dashboard-view .item-wrapper.col-d-w,
.note-dashboard-view .item-wrapper.col-d-w,
.thesis-container .item-wrapper.col-d-w,
.ticker-dashboard-view .watchlist-wrapper.col-d-w,
.note-dashboard-view .watchlist-wrapper.col-d-w,
.thesis-container .watchlist-wrapper.col-d-w,
.ticker-dashboard-view .item-wrapper-no-packery.col-d-w,
.note-dashboard-view .item-wrapper-no-packery.col-d-w,
.thesis-container .item-wrapper-no-packery.col-d-w {
  width: auto !important;
}
.ticker-dashboard-view .item-wrapper.sm-h,
.note-dashboard-view .item-wrapper.sm-h,
.thesis-container .item-wrapper.sm-h,
.ticker-dashboard-view .watchlist-wrapper.sm-h,
.note-dashboard-view .watchlist-wrapper.sm-h,
.thesis-container .watchlist-wrapper.sm-h,
.ticker-dashboard-view .item-wrapper-no-packery.sm-h,
.note-dashboard-view .item-wrapper-no-packery.sm-h,
.thesis-container .item-wrapper-no-packery.sm-h {
  height: 480px !important;
}
.ticker-dashboard-view .item-wrapper.lg-h,
.note-dashboard-view .item-wrapper.lg-h,
.thesis-container .item-wrapper.lg-h,
.ticker-dashboard-view .watchlist-wrapper.lg-h,
.note-dashboard-view .watchlist-wrapper.lg-h,
.thesis-container .watchlist-wrapper.lg-h,
.ticker-dashboard-view .item-wrapper-no-packery.lg-h,
.note-dashboard-view .item-wrapper-no-packery.lg-h,
.thesis-container .item-wrapper-no-packery.lg-h {
  height: 960px !important;
}
.ticker-dashboard-view .item-wrapper.sm-d-h,
.note-dashboard-view .item-wrapper.sm-d-h,
.thesis-container .item-wrapper.sm-d-h,
.ticker-dashboard-view .watchlist-wrapper.sm-d-h,
.note-dashboard-view .watchlist-wrapper.sm-d-h,
.thesis-container .watchlist-wrapper.sm-d-h,
.ticker-dashboard-view .item-wrapper-no-packery.sm-d-h,
.note-dashboard-view .item-wrapper-no-packery.sm-d-h,
.thesis-container .item-wrapper-no-packery.sm-d-h {
  height: 408px !important;
}
.ticker-dashboard-view .item-wrapper.lg-d-h,
.note-dashboard-view .item-wrapper.lg-d-h,
.thesis-container .item-wrapper.lg-d-h,
.ticker-dashboard-view .watchlist-wrapper.lg-d-h,
.note-dashboard-view .watchlist-wrapper.lg-d-h,
.thesis-container .watchlist-wrapper.lg-d-h,
.ticker-dashboard-view .item-wrapper-no-packery.lg-d-h,
.note-dashboard-view .item-wrapper-no-packery.lg-d-h,
.thesis-container .item-wrapper-no-packery.lg-d-h {
  height: 816px !important;
}
.ticker-dashboard-view .item-wrapper.full-content,
.note-dashboard-view .item-wrapper.full-content,
.thesis-container .item-wrapper.full-content,
.ticker-dashboard-view .watchlist-wrapper.full-content,
.note-dashboard-view .watchlist-wrapper.full-content,
.thesis-container .watchlist-wrapper.full-content,
.ticker-dashboard-view .item-wrapper-no-packery.full-content,
.note-dashboard-view .item-wrapper-no-packery.full-content,
.thesis-container .item-wrapper-no-packery.full-content {
  height: auto !important;
}
.ticker-dashboard-view .item-wrapper.full-content .summary,
.note-dashboard-view .item-wrapper.full-content .summary,
.thesis-container .item-wrapper.full-content .summary,
.ticker-dashboard-view .watchlist-wrapper.full-content .summary,
.note-dashboard-view .watchlist-wrapper.full-content .summary,
.thesis-container .watchlist-wrapper.full-content .summary,
.ticker-dashboard-view .item-wrapper-no-packery.full-content .summary,
.note-dashboard-view .item-wrapper-no-packery.full-content .summary,
.thesis-container .item-wrapper-no-packery.full-content .summary,
.ticker-dashboard-view .item-wrapper.full-content .comments,
.note-dashboard-view .item-wrapper.full-content .comments,
.thesis-container .item-wrapper.full-content .comments,
.ticker-dashboard-view .watchlist-wrapper.full-content .comments,
.note-dashboard-view .watchlist-wrapper.full-content .comments,
.thesis-container .watchlist-wrapper.full-content .comments,
.ticker-dashboard-view .item-wrapper-no-packery.full-content .comments,
.note-dashboard-view .item-wrapper-no-packery.full-content .comments,
.thesis-container .item-wrapper-no-packery.full-content .comments,
.ticker-dashboard-view .item-wrapper.full-content .tasks,
.note-dashboard-view .item-wrapper.full-content .tasks,
.thesis-container .item-wrapper.full-content .tasks,
.ticker-dashboard-view .watchlist-wrapper.full-content .tasks,
.note-dashboard-view .watchlist-wrapper.full-content .tasks,
.thesis-container .watchlist-wrapper.full-content .tasks,
.ticker-dashboard-view .item-wrapper-no-packery.full-content .tasks,
.note-dashboard-view .item-wrapper-no-packery.full-content .tasks,
.thesis-container .item-wrapper-no-packery.full-content .tasks,
.ticker-dashboard-view .item-wrapper.full-content .assigned-tickers,
.note-dashboard-view .item-wrapper.full-content .assigned-tickers,
.thesis-container .item-wrapper.full-content .assigned-tickers,
.ticker-dashboard-view .watchlist-wrapper.full-content .assigned-tickers,
.note-dashboard-view .watchlist-wrapper.full-content .assigned-tickers,
.thesis-container .watchlist-wrapper.full-content .assigned-tickers,
.ticker-dashboard-view .item-wrapper-no-packery.full-content .assigned-tickers,
.note-dashboard-view .item-wrapper-no-packery.full-content .assigned-tickers,
.thesis-container .item-wrapper-no-packery.full-content .assigned-tickers,
.ticker-dashboard-view .item-wrapper.full-content .calendar,
.note-dashboard-view .item-wrapper.full-content .calendar,
.thesis-container .item-wrapper.full-content .calendar,
.ticker-dashboard-view .watchlist-wrapper.full-content .calendar,
.note-dashboard-view .watchlist-wrapper.full-content .calendar,
.thesis-container .watchlist-wrapper.full-content .calendar,
.ticker-dashboard-view .item-wrapper-no-packery.full-content .calendar,
.note-dashboard-view .item-wrapper-no-packery.full-content .calendar,
.thesis-container .item-wrapper-no-packery.full-content .calendar {
  height: auto !important;
}
.ticker-dashboard-view .item-wrapper.full-content .thesis-notes,
.note-dashboard-view .item-wrapper.full-content .thesis-notes,
.thesis-container .item-wrapper.full-content .thesis-notes,
.ticker-dashboard-view .watchlist-wrapper.full-content .thesis-notes,
.note-dashboard-view .watchlist-wrapper.full-content .thesis-notes,
.thesis-container .watchlist-wrapper.full-content .thesis-notes,
.ticker-dashboard-view .item-wrapper-no-packery.full-content .thesis-notes,
.note-dashboard-view .item-wrapper-no-packery.full-content .thesis-notes,
.thesis-container .item-wrapper-no-packery.full-content .thesis-notes {
  height: auto !important;
}
.ticker-dashboard-view .item-wrapper.full-screen,
.note-dashboard-view .item-wrapper.full-screen,
.thesis-container .item-wrapper.full-screen,
.ticker-dashboard-view .watchlist-wrapper.full-screen,
.note-dashboard-view .watchlist-wrapper.full-screen,
.thesis-container .watchlist-wrapper.full-screen,
.ticker-dashboard-view .item-wrapper-no-packery.full-screen,
.note-dashboard-view .item-wrapper-no-packery.full-screen,
.thesis-container .item-wrapper-no-packery.full-screen {
  height: 100%;
  margin: 10px;
  position: fixed !important;
  top: 40px !important;
  width: 100%;
}
.ticker-dashboard-view .item-wrapper .summary-calendar,
.note-dashboard-view .item-wrapper .summary-calendar,
.thesis-container .item-wrapper .summary-calendar,
.ticker-dashboard-view .watchlist-wrapper .summary-calendar,
.note-dashboard-view .watchlist-wrapper .summary-calendar,
.thesis-container .watchlist-wrapper .summary-calendar,
.ticker-dashboard-view .item-wrapper-no-packery .summary-calendar,
.note-dashboard-view .item-wrapper-no-packery .summary-calendar,
.thesis-container .item-wrapper-no-packery .summary-calendar {
  color: #698094;
  display: none;
  position: absolute;
  height: 202px;
  width: 240px;
  right: 0;
  top: 25px;
  z-index: 1;
  background: #fff;
  list-style-type: none;
  padding-left: 0;
  line-height: 20px;
  margin: 0;
}
.ticker-dashboard-view .item-wrapper .summary-calendar.active,
.note-dashboard-view .item-wrapper .summary-calendar.active,
.thesis-container .item-wrapper .summary-calendar.active,
.ticker-dashboard-view .watchlist-wrapper .summary-calendar.active,
.note-dashboard-view .watchlist-wrapper .summary-calendar.active,
.thesis-container .watchlist-wrapper .summary-calendar.active,
.ticker-dashboard-view .item-wrapper-no-packery .summary-calendar.active,
.note-dashboard-view .item-wrapper-no-packery .summary-calendar.active,
.thesis-container .item-wrapper-no-packery .summary-calendar.active {
  display: block;
}
.ticker-dashboard-view .item-wrapper .summary-calendar .fc-button,
.note-dashboard-view .item-wrapper .summary-calendar .fc-button,
.thesis-container .item-wrapper .summary-calendar .fc-button,
.ticker-dashboard-view .watchlist-wrapper .summary-calendar .fc-button,
.note-dashboard-view .watchlist-wrapper .summary-calendar .fc-button,
.thesis-container .watchlist-wrapper .summary-calendar .fc-button,
.ticker-dashboard-view .item-wrapper-no-packery .summary-calendar .fc-button,
.note-dashboard-view .item-wrapper-no-packery .summary-calendar .fc-button,
.thesis-container .item-wrapper-no-packery .summary-calendar .fc-button {
  padding: 0;
  margin: 0 0 6px 0;
}
.ticker-dashboard-view .item-wrapper .summary-calendar .fc-header-title,
.note-dashboard-view .item-wrapper .summary-calendar .fc-header-title,
.thesis-container .item-wrapper .summary-calendar .fc-header-title,
.ticker-dashboard-view .watchlist-wrapper .summary-calendar .fc-header-title,
.note-dashboard-view .watchlist-wrapper .summary-calendar .fc-header-title,
.thesis-container .watchlist-wrapper .summary-calendar .fc-header-title,
.ticker-dashboard-view .item-wrapper-no-packery .summary-calendar .fc-header-title,
.note-dashboard-view .item-wrapper-no-packery .summary-calendar .fc-header-title,
.thesis-container .item-wrapper-no-packery .summary-calendar .fc-header-title {
  width: 100px;
  font-size: 12px;
  padding-top: 6px;
  padding-left: 4px;
}
.ticker-dashboard-view .item-wrapper .summary-calendar .fc-header-title h2,
.note-dashboard-view .item-wrapper .summary-calendar .fc-header-title h2,
.thesis-container .item-wrapper .summary-calendar .fc-header-title h2,
.ticker-dashboard-view .watchlist-wrapper .summary-calendar .fc-header-title h2,
.note-dashboard-view .watchlist-wrapper .summary-calendar .fc-header-title h2,
.thesis-container .watchlist-wrapper .summary-calendar .fc-header-title h2,
.ticker-dashboard-view .item-wrapper-no-packery .summary-calendar .fc-header-title h2,
.note-dashboard-view .item-wrapper-no-packery .summary-calendar .fc-header-title h2,
.thesis-container .item-wrapper-no-packery .summary-calendar .fc-header-title h2 {
  margin: 0;
}
.ticker-dashboard-view .item-wrapper .summary-calendar .fc-header-center,
.note-dashboard-view .item-wrapper .summary-calendar .fc-header-center,
.thesis-container .item-wrapper .summary-calendar .fc-header-center,
.ticker-dashboard-view .watchlist-wrapper .summary-calendar .fc-header-center,
.note-dashboard-view .watchlist-wrapper .summary-calendar .fc-header-center,
.thesis-container .watchlist-wrapper .summary-calendar .fc-header-center,
.ticker-dashboard-view .item-wrapper-no-packery .summary-calendar .fc-header-center,
.note-dashboard-view .item-wrapper-no-packery .summary-calendar .fc-header-center,
.thesis-container .item-wrapper-no-packery .summary-calendar .fc-header-center {
  width: 7%;
}
.ticker-dashboard-view .recent-notes,
.note-dashboard-view .recent-notes,
.thesis-container .recent-notes,
.ticker-dashboard-view .recent-highlights,
.note-dashboard-view .recent-highlights,
.thesis-container .recent-highlights {
  position: relative;
  height: auto;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper,
.note-dashboard-view .recent-notes .recent-items-wrapper,
.thesis-container .recent-notes .recent-items-wrapper,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper,
.note-dashboard-view .recent-highlights .recent-items-wrapper,
.thesis-container .recent-highlights .recent-items-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item,
.thesis-container .recent-notes .recent-items-wrapper .recent-item,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item {
  border-bottom: 1px solid #ccd8e6;
  display: block;
  font-size: 12px;
  height: 12px;
  padding: 10px;
  position: relative;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item.date-header,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item.date-header,
.thesis-container .recent-notes .recent-items-wrapper .recent-item.date-header,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item.date-header,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item.date-header,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item.date-header {
  background-color: #f9fcff;
  border-bottom: 1px solid #ccd8e6;
  color: #3d7fba;
  display: block;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .initials,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .initials,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .initials,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .initials,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .initials,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .initials {
  border: 1px solid #899aae;
  font-size: 10px;
  padding: 2px;
  float: left;
  color: #648d65;
  /* height: 14px; */
  margin-right: 20px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .thesis-icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .thesis-icon,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .thesis-icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .thesis-icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .thesis-icon,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .thesis-icon {
  height: 13px;
  position: relative;
  bottom: -2px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .icon-wrapper,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .icon-wrapper,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .icon-wrapper,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .icon-wrapper,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .icon-wrapper,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .icon-wrapper {
  float: left;
  height: 30px;
  width: 20px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .icon-wrapper .icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .icon-wrapper .icon,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .icon-wrapper .icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .icon-wrapper .icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .icon-wrapper .icon,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .icon-wrapper .icon {
  float: left;
  color: #1e374d;
  font-size: 14px;
  padding: 0 !important;
  height: 14px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .ticker,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .ticker,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .ticker,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .ticker,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .ticker,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .ticker,
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .title,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .title,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .title,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .title,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .title,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .title {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px 0 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .ticker,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .ticker,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .ticker,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .ticker,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .ticker,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .ticker {
  min-width: 40px;
  color: #1e374d;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .title,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .title,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .title,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .title,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .title,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .title {
  color: #3d7fba;
  max-width: calc(100% - 200px);
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .title.reduce,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .title.reduce,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .title.reduce,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .title.reduce,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .title.reduce,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .title.reduce {
  max-width: calc(100% - 120px);
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .date,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .date,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .date,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .date,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .date,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .date {
  color: #697f94;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .owner,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .owner,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .owner,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .owner,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .owner,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .owner,
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .short-url,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .short-url,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .short-url,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .short-url,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .short-url,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .short-url {
  display: none;
  color: #3d7fba;
  margin: 0 8px 0 0;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .url-icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .url-icon,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .url-icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .url-icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .url-icon,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .url-icon {
  height: 10px;
  width: 10px;
  fill: #3d7fba;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item .owner:before,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item .owner:before,
.thesis-container .recent-notes .recent-items-wrapper .recent-item .owner:before,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .owner:before,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item .owner:before,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item .owner:before {
  content: '@';
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item:hover,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item:hover,
.thesis-container .recent-notes .recent-items-wrapper .recent-item:hover,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item:hover,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item:hover,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item:hover {
  background-color: #e8f2fe !important;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .recent-item.date-header:hover,
.note-dashboard-view .recent-notes .recent-items-wrapper .recent-item.date-header:hover,
.thesis-container .recent-notes .recent-items-wrapper .recent-item.date-header:hover,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .recent-item.date-header:hover,
.note-dashboard-view .recent-highlights .recent-items-wrapper .recent-item.date-header:hover,
.thesis-container .recent-highlights .recent-items-wrapper .recent-item.date-header:hover {
  background-color: #f9fcff !important;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container,
.thesis-container .recent-notes .recent-items-wrapper .note-container,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container,
.thesis-container .recent-highlights .recent-items-wrapper .note-container {
  border: 1px solid #ccd8e6;
  border-radius: 4px;
  padding-top: 8px;
  margin: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1.5em;
  background-color: #ffffff;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .note-title,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .note-title,
.thesis-container .recent-notes .recent-items-wrapper .note-container .note-title,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .note-title,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .note-title,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .note-title {
  margin: 0 10px 5px 12px;
  font-size: 14px;
  color: #1e374d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .note-header,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .note-header,
.thesis-container .recent-notes .recent-items-wrapper .note-container .note-header,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .note-header,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .note-header,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .note-header {
  font-size: 12px;
  margin: 0 10px 0px 5px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-header,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-header,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-header,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-header,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-header,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-header {
  padding: 0px 8px 8px 8px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-right-header,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-right-header,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-right-header,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-right-header,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-right-header,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-right-header {
  float: right;
  font-size: 11px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-right-header .external-icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-right-header .external-icon,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-right-header .external-icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-right-header .external-icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-right-header .external-icon,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-right-header .external-icon {
  height: 10px;
  width: 10px;
  fill: #3d7fba;
  position: relative;
  top: 2px;
  padding-right: 4px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-right-header .owner,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-right-header .owner,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-right-header .owner,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-right-header .owner,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-right-header .owner,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-right-header .owner {
  color: #3d7fba;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-right-header .date,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-right-header .date,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-right-header .date,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-right-header .date,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-right-header .date,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-right-header .date {
  color: #698094;
  padding-left: 8px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-title,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-title,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-title,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-title,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-title,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-title {
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .high-tags,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .high-tags,
.thesis-container .recent-notes .recent-items-wrapper .note-container .high-tags,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .high-tags,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .high-tags,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .high-tags {
  display: block;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .high-tag,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .high-tag,
.thesis-container .recent-notes .recent-items-wrapper .note-container .high-tag,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .high-tag,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .high-tag,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .high-tag {
  margin-left: 8px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 6px;
  text-transform: capitalize;
  color: #666;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(30, 55, 77, 0.33);
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .delete-highlight,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .delete-highlight,
.thesis-container .recent-notes .recent-items-wrapper .note-container .delete-highlight,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .delete-highlight,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .delete-highlight,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .delete-highlight {
  color: #3d7fba;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 7px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .delete-highlight:after,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .delete-highlight:after,
.thesis-container .recent-notes .recent-items-wrapper .note-container .delete-highlight:after,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .delete-highlight:after,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .delete-highlight:after,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .delete-highlight:after {
  content: '|';
  padding-left: 5px;
  color: #ccd8e6;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .hl-time,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .hl-time,
.thesis-container .recent-notes .recent-items-wrapper .note-container .hl-time,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .hl-time,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .hl-time,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .hl-time {
  float: right;
  padding: 0 4px;
  color: #698094;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .hl-owner,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .hl-owner,
.thesis-container .recent-notes .recent-items-wrapper .note-container .hl-owner,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .hl-owner,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .hl-owner,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .hl-owner {
  float: right;
  padding: 0 4px;
  color: #3d7fba;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .open-highlight-position,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .open-highlight-position,
.thesis-container .recent-notes .recent-items-wrapper .note-container .open-highlight-position,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .open-highlight-position,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .open-highlight-position,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .open-highlight-position {
  float: right;
  cursor: pointer;
  padding-right: 3px;
  color: #3d7fba;
  display: inline-block;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .open-highlight-position:after,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .open-highlight-position:after,
.thesis-container .recent-notes .recent-items-wrapper .note-container .open-highlight-position:after,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .open-highlight-position:after,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .open-highlight-position:after,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .open-highlight-position:after {
  content: '|';
  padding-left: 3px;
  color: #bbc6d5;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .add-annotation,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .add-annotation,
.thesis-container .recent-notes .recent-items-wrapper .note-container .add-annotation,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .add-annotation,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .add-annotation,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .add-annotation {
  color: #3d7fba;
  height: 16px;
  cursor: pointer;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .add-annotation:after,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .add-annotation:after,
.thesis-container .recent-notes .recent-items-wrapper .note-container .add-annotation:after,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .add-annotation:after,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .add-annotation:after,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .add-annotation:after {
  content: '|';
  padding-left: 3px;
  color: #bbc6d5;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .edit-annotation,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .edit-annotation,
.thesis-container .recent-notes .recent-items-wrapper .note-container .edit-annotation,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .edit-annotation,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .edit-annotation,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .edit-annotation {
  color: #3d7fba;
  height: 16px;
  cursor: pointer;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .edit-annotation:after,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .edit-annotation:after,
.thesis-container .recent-notes .recent-items-wrapper .note-container .edit-annotation:after,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .edit-annotation:after,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .edit-annotation:after,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .edit-annotation:after {
  content: '|';
  padding-left: 3px;
  color: #bbc6d5;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .copy-highlight,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .copy-highlight,
.thesis-container .recent-notes .recent-items-wrapper .note-container .copy-highlight,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .copy-highlight,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .copy-highlight,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .copy-highlight {
  color: #3d7fba;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 3px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .hl-short-link,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .hl-short-link,
.thesis-container .recent-notes .recent-items-wrapper .note-container .hl-short-link,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .hl-short-link,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .hl-short-link,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .hl-short-link {
  color: #3d7fba;
  float: right;
  padding: 0 5px;
  display: inline-block;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .hl-short-link:after,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .hl-short-link:after,
.thesis-container .recent-notes .recent-items-wrapper .note-container .hl-short-link:after,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .hl-short-link:after,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .hl-short-link:after,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .hl-short-link:after {
  content: '|';
  padding-left: 3px;
  color: #bbc6d5;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .delete-icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .delete-icon,
.thesis-container .recent-notes .recent-items-wrapper .note-container .delete-icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .delete-icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .delete-icon,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .delete-icon {
  width: 10px;
  height: 12px;
  fill: #3d7fba;
  margin: 0 0 0 3px;
  position: relative;
  top: 2px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .external-icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .external-icon,
.thesis-container .recent-notes .recent-items-wrapper .note-container .external-icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .external-icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .external-icon,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .external-icon {
  height: 10px;
  width: 12px;
  position: relative;
  margin: 0 0 0 3px;
  fill: #3d7fba;
  top: 1px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotate-icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotate-icon,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotate-icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotate-icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotate-icon,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotate-icon {
  height: 10px;
  width: 12px;
  position: relative;
  margin: 0 0 0 3px;
  fill: #3d7fba;
  top: 1px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .short-link-icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .short-link-icon,
.thesis-container .recent-notes .recent-items-wrapper .note-container .short-link-icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .short-link-icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .short-link-icon,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .short-link-icon {
  height: 10px;
  width: 10px;
  fill: #3d7fba;
  position: relative;
  top: 1px;
  margin: 0 0 0 3px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .copy-icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .copy-icon,
.thesis-container .recent-notes .recent-items-wrapper .note-container .copy-icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .copy-icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .copy-icon,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .copy-icon {
  height: 10px;
  width: 10px;
  fill: #3d7fba;
  position: relative;
  top: 2px;
  margin: 0 0 0 3px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .edit-icon,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .edit-icon,
.thesis-container .recent-notes .recent-items-wrapper .note-container .edit-icon,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .edit-icon,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .edit-icon,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .edit-icon {
  height: 10px;
  width: 10px;
  fill: #3d7fba;
  position: relative;
  top: 2px;
  margin: 0 0 0 3px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation {
  margin-left: 8px;
  font-weight: 600;
  color: #3d7fba;
  font-size: 13px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .note-text,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .note-text,
.thesis-container .recent-notes .recent-items-wrapper .note-container .note-text,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .note-text,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .note-text,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .note-text {
  margin: 0px 13px 0px 13px;
  color: #1e374d;
  font-size: 12px;
  border-left-color: #ff9999;
  max-height: 96px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments {
  padding-left: 12px;
  margin-left: 25px;
  border-left: 3px solid #ccd8e6;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments {
  padding: 5px 10px 0px 0px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box {
  line-height: 23px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_user_initial_box,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_user_initial_box,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_user_initial_box,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_user_initial_box,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_user_initial_box,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_user_initial_box {
  padding: 6px 0;
  width: 20px;
  height: 20px;
  float: left;
  box-sizing: border-box;
  font-size: 10px;
  color: #3d7fba;
  border: 1px solid #ccd8e6;
  border-radius: 3px;
  text-align: center;
  line-height: 7px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .text_annotate,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .text_annotate,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .text_annotate,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .text_annotate,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .text_annotate,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .text_annotate {
  margin-left: 8px;
  display: inline-block;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_date,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_date,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_date,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_date,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_date,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .annotate_date {
  padding-left: 10px;
  font-size: 11px;
  color: #BCC7D2;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons {
  display: none;
  padding-left: 8px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .edit_annotate,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .edit_annotate,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .edit_annotate,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .edit_annotate,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .edit_annotate,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .edit_annotate {
  color: #3d7fba;
  font-size: 11px;
  padding: 0px 8px;
  line-height: 20px;
  background-color: #fafbfc;
  height: 20px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  border: 1px solid #ccd8e6;
  border-right: none;
  cursor: pointer;
  display: inline;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .delete_annotate,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .delete_annotate,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .delete_annotate,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .delete_annotate,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .delete_annotate,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments .annotate_user_name_box .buttons .delete_annotate {
  color: #3d7fba;
  font-size: 11px;
  padding: 0px 8px;
  line-height: 20px;
  background-color: #fafbfc;
  height: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #ccd8e6;
  cursor: pointer;
  display: inline;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments:hover .buttons,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments:hover .buttons,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-comments .user-comments:hover .buttons,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments:hover .buttons,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments:hover .buttons,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-comments .user-comments:hover .buttons {
  display: inline-block;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .temp-add-comment,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .temp-add-comment,
.thesis-container .recent-notes .recent-items-wrapper .note-container .temp-add-comment,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .temp-add-comment,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .temp-add-comment,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .temp-add-comment {
  height: auto;
  margin: 10px 8px 0 13px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .temp-add-comment input,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .temp-add-comment input,
.thesis-container .recent-notes .recent-items-wrapper .note-container .temp-add-comment input,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .temp-add-comment input,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .temp-add-comment input,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .temp-add-comment input {
  width: 97%;
  margin: 0 0 5px 0;
  padding: 8px;
  border: 1px solid #CCD8E6;
  font-size: 12px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .textoverlay-wrapper,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .textoverlay-wrapper,
.thesis-container .recent-notes .recent-items-wrapper .note-container .textoverlay-wrapper,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .textoverlay-wrapper,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .textoverlay-wrapper,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .textoverlay-wrapper {
  margin: 0 0 0 5px !important;
  overflow: hidden;
  display: block;
  float: inherit !important;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .temp-add-annotate,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .temp-add-annotate,
.thesis-container .recent-notes .recent-items-wrapper .note-container .temp-add-annotate,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .temp-add-annotate,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .temp-add-annotate,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .temp-add-annotate {
  border: 1px solid #ccd8e6;
  padding: 3px;
  margin-right: 8px;
  height: auto;
  margin-top: 5px;
  margin-left: 8px !important;
  width: 96% !important;
  margin-bottom: 8px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-text,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .annotation-text,
.thesis-container .recent-notes .recent-items-wrapper .note-container .annotation-text,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-text,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .annotation-text,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .annotation-text {
  clear: right;
  margin-bottom: 2px;
  color: #3d7fba;
  font-size: 16px;
  padding-left: 4px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-comments,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-comments,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-comments,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-comments,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-comments,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-comments {
  display: inline-block;
  padding-left: 12px;
  margin: 10px 0 0 8px;
  border-left: 3px solid #D8E1EC;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-comments .comments,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-comments .comments,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-comments .comments,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-comments .comments,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-comments .comments,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-comments .comments {
  padding: 4px 0px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-comments .comment-initials,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-comments .comment-initials,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-comments .comment-initials,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-comments .comment-initials,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-comments .comment-initials,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-comments .comment-initials {
  display: inline-block;
  padding: 6px 0;
  width: 20px;
  height: 20px;
  float: left;
  box-sizing: border-box;
  font-size: 10px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #3d7fba;
  border: 1px solid #ccd8e6;
  border-radius: 3px;
  text-align: center;
  line-height: 7px;
}
.ticker-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-comments .content,
.note-dashboard-view .recent-notes .recent-items-wrapper .note-container .highlight-comments .content,
.thesis-container .recent-notes .recent-items-wrapper .note-container .highlight-comments .content,
.ticker-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-comments .content,
.note-dashboard-view .recent-highlights .recent-items-wrapper .note-container .highlight-comments .content,
.thesis-container .recent-highlights .recent-items-wrapper .note-container .highlight-comments .content {
  color: black;
  padding-left: 8px;
  max-width: 348px;
  line-height: 20px;
  display: inline-block;
}
.ticker-dashboard-view .recent-highlights .title,
.note-dashboard-view .recent-highlights .title,
.thesis-container .recent-highlights .title {
  max-width: calc(100% - 140px) !important;
}
.ticker-dashboard-view .recent-highlights .icon-wrapper,
.note-dashboard-view .recent-highlights .icon-wrapper,
.thesis-container .recent-highlights .icon-wrapper {
  width: 0 !important;
}
.ticker-dashboard-view .paginate-wrapper,
.note-dashboard-view .paginate-wrapper,
.thesis-container .paginate-wrapper {
  border: 1px solid #bbc6d5;
  display: inline-block;
  position: absolute;
  bottom: 1px;
  right: 2px;
  border-radius: 2px;
}
.ticker-dashboard-view .paginate-wrapper .page-left,
.note-dashboard-view .paginate-wrapper .page-left,
.thesis-container .paginate-wrapper .page-left,
.ticker-dashboard-view .paginate-wrapper .current-page,
.note-dashboard-view .paginate-wrapper .current-page,
.thesis-container .paginate-wrapper .current-page,
.ticker-dashboard-view .paginate-wrapper .page-right,
.note-dashboard-view .paginate-wrapper .page-right,
.thesis-container .paginate-wrapper .page-right {
  border-right: 1px solid #bbc6d5;
  display: inline-block;
  height: 25px;
  width: 28px;
}
.ticker-dashboard-view .paginate-wrapper .page-left,
.note-dashboard-view .paginate-wrapper .page-left,
.thesis-container .paginate-wrapper .page-left,
.ticker-dashboard-view .paginate-wrapper .page-right,
.note-dashboard-view .paginate-wrapper .page-right,
.thesis-container .paginate-wrapper .page-right {
  cursor: pointer;
}
.ticker-dashboard-view .paginate-wrapper .page-left .icon,
.note-dashboard-view .paginate-wrapper .page-left .icon,
.thesis-container .paginate-wrapper .page-left .icon,
.ticker-dashboard-view .paginate-wrapper .page-right .icon,
.note-dashboard-view .paginate-wrapper .page-right .icon,
.thesis-container .paginate-wrapper .page-right .icon {
  border: 0 !important;
  height: 15px;
  padding: 5px;
  width: 10px;
  margin-left: 4px;
  fill: #889bba;
}
.ticker-dashboard-view .paginate-wrapper .page-left.disabled,
.note-dashboard-view .paginate-wrapper .page-left.disabled,
.thesis-container .paginate-wrapper .page-left.disabled,
.ticker-dashboard-view .paginate-wrapper .page-right.disabled,
.note-dashboard-view .paginate-wrapper .page-right.disabled,
.thesis-container .paginate-wrapper .page-right.disabled {
  cursor: default;
  opacity: 0.3;
}
.ticker-dashboard-view .paginate-wrapper .page-right,
.note-dashboard-view .paginate-wrapper .page-right,
.thesis-container .paginate-wrapper .page-right {
  border-right: 0;
}
.ticker-dashboard-view .paginate-wrapper .current-page,
.note-dashboard-view .paginate-wrapper .current-page,
.thesis-container .paginate-wrapper .current-page {
  width: auto;
  min-width: 25px;
  text-align: center;
}
.ticker-dashboard-view .paginate-wrapper .current-page .view,
.note-dashboard-view .paginate-wrapper .current-page .view,
.thesis-container .paginate-wrapper .current-page .view {
  border: 1px solid #bbc6d5;
  border-radius: 100%;
  display: inline-block;
  height: 7px;
  margin: 9px 3px;
  width: 7px;
}
.ticker-dashboard-view .paginate-wrapper .current-page .view.active,
.note-dashboard-view .paginate-wrapper .current-page .view.active,
.thesis-container .paginate-wrapper .current-page .view.active {
  background-color: #3d7fba;
}
.ticker-dashboard-view .nb-widget,
.note-dashboard-view .nb-widget,
.thesis-container .nb-widget {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 468px;
  overflow: hidden;
}
.ticker-dashboard-view .nb-widget .header,
.note-dashboard-view .nb-widget .header,
.thesis-container .nb-widget .header {
  background: 0;
  border: 0;
  border-bottom: 1px solid #ccd8e6;
  color: #122538;
  font-size: 14px;
  width: 100%;
  padding: 6px 10px;
  text-align: left;
  line-height: 30px;
}
.ticker-dashboard-view .nb-widget .header .thesis-name,
.note-dashboard-view .nb-widget .header .thesis-name,
.thesis-container .nb-widget .header .thesis-name {
  float: left;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 19px;
}
.ticker-dashboard-view .nb-widget .header .edit,
.note-dashboard-view .nb-widget .header .edit,
.thesis-container .nb-widget .header .edit {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 12px;
  margin-right: 10px;
  padding: 3px 7px;
}
.ticker-dashboard-view .nb-widget .header:hover,
.note-dashboard-view .nb-widget .header:hover,
.thesis-container .nb-widget .header:hover {
  cursor: move;
}
.ticker-dashboard-view .nb-widget .widget-options,
.note-dashboard-view .nb-widget .widget-options,
.thesis-container .nb-widget .widget-options {
  border-radius: 2px;
  box-sizing: border-box;
  float: right;
  height: 25px;
  padding: 0;
  width: 30px;
}
.ticker-dashboard-view .nb-widget .widget-options .icon,
.note-dashboard-view .nb-widget .widget-options .icon,
.thesis-container .nb-widget .widget-options .icon {
  float: left;
  height: 16px;
  padding: 0;
  margin-left: 8px;
  width: 16px;
  fill: #3d7fba;
}
.ticker-dashboard-view .nb-widget .widget-options .settings-icon,
.note-dashboard-view .nb-widget .widget-options .settings-icon,
.thesis-container .nb-widget .widget-options .settings-icon,
.ticker-dashboard-view .nb-widget .widget-options .filter-icon,
.note-dashboard-view .nb-widget .widget-options .filter-icon,
.thesis-container .nb-widget .widget-options .filter-icon,
.ticker-dashboard-view .nb-widget .widget-options .expand-icon,
.note-dashboard-view .nb-widget .widget-options .expand-icon,
.thesis-container .nb-widget .widget-options .expand-icon {
  float: right;
  height: 14px;
  margin-top: 1px;
  fill: #3d7fba;
  background-color: #e8eef7;
  padding: 7px;
  cursor: pointer;
  box-sizing: content-box;
  border-radius: 2px;
  width: 14px !important;
}
.ticker-dashboard-view .nb-widget .noresult,
.note-dashboard-view .nb-widget .noresult,
.thesis-container .nb-widget .noresult {
  font-size: 16px;
  font-style: italic;
  padding: 20px;
  margin-top: 50px;
  text-align: center;
}
.ticker-dashboard-view .financial-data,
.note-dashboard-view .financial-data,
.thesis-container .financial-data {
  overflow: hidden;
  position: relative;
}
.ticker-dashboard-view .financial-data .doc-wrapper,
.note-dashboard-view .financial-data .doc-wrapper,
.thesis-container .financial-data .doc-wrapper,
.ticker-dashboard-view .financial-data .note-wrapper,
.note-dashboard-view .financial-data .note-wrapper,
.thesis-container .financial-data .note-wrapper {
  height: 426px;
  padding: 0;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc,
.thesis-container .financial-data .doc-wrapper .recent-doc,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc,
.note-dashboard-view .financial-data .note-wrapper .recent-doc,
.thesis-container .financial-data .note-wrapper .recent-doc {
  border-bottom: 1px solid #ccd8e6;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper {
  display: block;
  font-size: 12px;
  height: 12px;
  padding: 10px;
  position: relative;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.hide-ticker .ticker,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.hide-ticker .ticker,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.hide-ticker .ticker,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper.hide-ticker .ticker,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper.hide-ticker .ticker,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper.hide-ticker .ticker {
  display: none;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.hide-ticker .bookmark-nb,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.hide-ticker .bookmark-nb,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.hide-ticker .bookmark-nb,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper.hide-ticker .bookmark-nb,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper.hide-ticker .bookmark-nb,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper.hide-ticker .bookmark-nb {
  left: 20px;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.hide-ticker .title,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.hide-ticker .title,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.hide-ticker .title,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper.hide-ticker .title,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper.hide-ticker .title,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper.hide-ticker .title {
  max-width: calc(100% - 100px);
  padding-left: 15px;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.date-header,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.date-header,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper.date-header,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper.date-header,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper.date-header,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper.date-header {
  background-color: #f9fcff;
  color: #3d7fba;
  display: block;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .ticker,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .ticker,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .ticker,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .ticker,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .ticker,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .ticker {
  display: inline-block;
  overflow: hidden;
  min-width: 60px;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .title,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .title,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .title,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .title,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .title,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .title {
  color: #3d7fba;
  cursor: pointer;
  display: inline-block;
  max-width: calc(100% - 160px);
  padding: 0 10px 0 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .date,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .date,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .date,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .date,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .date,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .date {
  color: #697f94;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmark-nb,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmark-nb,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmark-nb,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmark-nb,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmark-nb,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmark-nb {
  display: none;
  height: 10px;
  padding-top: 1px;
  position: absolute;
  left: 65px;
  width: 10px;
  text-align: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #bbc6d5;
  font-size: 12px;
  line-height: 10px;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmark-nb .icon,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmark-nb .icon,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmark-nb .icon,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmark-nb .icon,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmark-nb .icon,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmark-nb .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmarked,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmarked,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmarked,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmarked,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmarked,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmarked {
  color: #3d7fba !important;
  display: block !important;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmarked .icon,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmarked .icon,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .bookmarked .icon,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmarked .icon,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmarked .icon,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .bookmarked .icon {
  fill: #3d7fba !important;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight {
  display: none;
  color: #bbc6d5;
  height: 18px;
  position: absolute;
  left: 65px;
  width: 18px;
  text-align: center;
  padding-top: 2px;
  border: none;
  border-left: hidden;
  cursor: default;
  font-size: 12px;
  line-height: 18px;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight .icon,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight .icon,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight .icon,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight .icon,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight .icon,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .doc_note_highlight .icon {
  height: 12px;
  width: 12px;
  fill: #bbc6d5;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .doc_view,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .doc_view,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .doc_view,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .doc_view,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .doc_view,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .doc_view {
  border-radius: 100%;
  color: #bbc6d5;
  display: inline-block;
  height: 6px;
  width: 6px;
  text-align: center;
  margin: 3px 5px 5px 0;
  background-color: #3d7fba;
  border-left: 0;
  border-right: 0;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .note_highlight,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .note_highlight,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .note_highlight,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .note_highlight,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .note_highlight,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .note_highlight {
  display: block;
  color: #3d7fba;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .viewed,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .viewed,
.thesis-container .financial-data .doc-wrapper .recent-doc .doc-item-wrapper .viewed,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .viewed,
.note-dashboard-view .financial-data .note-wrapper .recent-doc .doc-item-wrapper .viewed,
.thesis-container .financial-data .note-wrapper .recent-doc .doc-item-wrapper .viewed {
  display: block;
  background-color: #ffffff;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc:not(.has-hl):hover .bookmark-nb,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc:not(.has-hl):hover .bookmark-nb,
.thesis-container .financial-data .doc-wrapper .recent-doc:not(.has-hl):hover .bookmark-nb,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc:not(.has-hl):hover .bookmark-nb,
.note-dashboard-view .financial-data .note-wrapper .recent-doc:not(.has-hl):hover .bookmark-nb,
.thesis-container .financial-data .note-wrapper .recent-doc:not(.has-hl):hover .bookmark-nb {
  cursor: pointer;
  display: block;
}
.ticker-dashboard-view .financial-data .doc-wrapper .recent-doc:hover,
.note-dashboard-view .financial-data .doc-wrapper .recent-doc:hover,
.thesis-container .financial-data .doc-wrapper .recent-doc:hover,
.ticker-dashboard-view .financial-data .note-wrapper .recent-doc:hover,
.note-dashboard-view .financial-data .note-wrapper .recent-doc:hover,
.thesis-container .financial-data .note-wrapper .recent-doc:hover {
  background-color: #e8f2fe !important;
}
.ticker-dashboard-view .financial-data .nodata,
.note-dashboard-view .financial-data .nodata,
.thesis-container .financial-data .nodata {
  font-style: italic;
  padding: 20px;
  margin-top: 50px;
  text-align: center;
}
.ticker-dashboard-view .thesis-notes .recent-notes,
.note-dashboard-view .thesis-notes .recent-notes,
.thesis-container .thesis-notes .recent-notes,
.ticker-dashboard-view .thesis-notes .financial-data,
.note-dashboard-view .thesis-notes .financial-data,
.thesis-container .thesis-notes .financial-data,
.ticker-dashboard-view .thesis-notes .recent-highlights,
.note-dashboard-view .thesis-notes .recent-highlights,
.thesis-container .thesis-notes .recent-highlights {
  box-shadow: none;
  border: 1px solid #ccd8e6;
  min-height: 0;
}
.ticker-dashboard-view .thesis-notes .financial-data .doc-wrapper,
.note-dashboard-view .thesis-notes .financial-data .doc-wrapper,
.thesis-container .thesis-notes .financial-data .doc-wrapper {
  height: auto;
}
#new-notebook-html .ticker-dashboard-view .chart-data {
  font-size: 12px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header {
  font-size: 12px;
  height: auto;
  min-height: 65px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .left-head {
  display: inline-block;
  width: 100%;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .price_chart_option {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  cursor: pointer;
  float: right;
  height: 24px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px rgba(61, 127, 186, 0.5);
  margin-right: 8px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .price_chart_option.checked {
  border: solid 1px #3d7fba;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .price_chart_option.checked .chart_option_tick_box {
  background-color: #3d7fba;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .price_chart_option.checked .chart_option_tick_box .non-checked-box {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .price_chart_option.checked .chart_option_tick_box .checked-box {
  display: block;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .price_chart_option .chart_option_tick_box {
  width: 24px;
  height: 24px;
  float: left;
  border-right: 1px solid rgba(61, 127, 186, 0.5);
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .price_chart_option .chart_option_tick_box .non-checked-box {
  border: 1px solid rgba(61, 127, 186, 0.5);
  margin-top: 5px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  fill: #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .price_chart_option .chart_option_tick_box .checked-box {
  border: 1px solid #3d7fba;
  margin-top: 4px;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  display: none;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .price_chart_option .chart_option_label {
  height: 10.5px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  color: #3d7fba;
  float: left;
  padding: 5px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head #clear_chart {
  cursor: pointer;
  height: 27px;
  border-radius: 2px;
  background-color: #e8eef7;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  line-height: 2.2;
  text-align: center;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 8px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head #clear_chart .clear_chart_icon {
  width: 11px;
  float: left;
  margin-top: 7px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head #clear_chart .clear_chart_icon .clear_chart_svg_icon {
  fill: #3d7fba;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head #clear_chart .clear_text {
  height: 9px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 2.3;
  text-align: center;
  color: #3d7fba;
  float: left;
  margin-left: 5px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .thesis_fields_parent {
  margin-top: -1px;
  float: right;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .thesis_fields_parent .thesis_fields {
  float: right;
  width: 179.5px;
  height: 24px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #d4e0ea;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .middle-head .select3-container {
  float: right;
  margin-right: 2px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .ticker {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
  margin-right: 10px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .ticker:hover {
  color: #3d7fba;
  background-color: #fff;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .industry,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .sector {
  font-size: 13px;
  clear: both;
  color: #576c82;
  font-weight: bold;
  max-width: 275px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .industry span,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .sector span {
  font-weight: normal;
  margin-left: 4px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .sector {
  margin-left: 18px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .following-users {
  float: right;
  margin: 0 10px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .following-users .followers {
  color: #657c8f;
  margin: 0 10px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .following-users .followers-list {
  display: inline-block;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .following-users .followers-list .user-initial {
  border-radius: 100%;
  color: #bbc6d5;
  display: inline-block;
  height: 6px;
  width: 6px;
  text-align: center;
  margin: 3px 5px 5px 0;
  background-color: #3d7fba;
  border-left: 0;
  border-right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  box-shadow: 0 1px 1px 0 rgba(30, 55, 77, 0.33);
  background-color: transparent !important;
  color: #3d7fba;
  font-size: 10px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .name {
  display: inline-block;
  margin-right: 6px;
  font-size: 16px;
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  color: #3d7fba;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .company-logo {
  display: none;
  height: 30px;
  width: 30px;
  margin-right: 20px;
  border: 1px solid #d4e0ea;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .exchange {
  color: #697f94;
  display: inline-block;
  line-height: 15px;
  margin-right: 10px;
  font-size: 10px;
  margin-top: 5px;
  border-right: 1px solid #697f94;
  padding-right: 10px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .current-price {
  display: inline-block;
  color: #112a40;
  font-weight: bold;
  font-size: 20px;
  margin: 0 4px;
  float: left;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .change {
  color: #697f94;
  font-size: 18px;
  margin: 0 4px;
  float: left;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .diff {
  font-size: 18px;
  margin: 0 4px 0 0;
  float: left;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .trade-str {
  color: #6f97bc;
  font-size: 13px;
  margin: 0 4px;
  float: left;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .positive {
  color: #2da65b;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .negative {
  color: #e81a1a;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-company,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .add_chart {
  float: right;
  margin-top: 3px;
  background-color: #ffffff;
  margin-right: 4px;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  padding: 0 0 0 6px;
  border-radius: 3px;
  width: 96px;
  text-align: center;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .add_chart {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .add_chart .icon_text {
  padding: 0 18px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-company::before {
  content: 'Follow';
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-company:hover {
  cursor: pointer;
  background: #3d7fba;
  color: white;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .following-company {
  color: #fff;
  background: #3d7fba;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .following-company::before {
  content: 'Following';
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .following-company:hover::before {
  content: 'Edit';
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-icon {
  padding: 9px;
  background-color: #3670a3;
  position: relative;
  right: -1px;
  fill: #ffffff;
  height: 7px;
  width: 7px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 4px;
  width: 498px;
  max-width: 498px;
  height: 389px;
  margin-right: 0px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .row {
  overflow: hidden !important;
  margin-top: 0 !important;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row {
  color: #3d7fba;
  font-size: 14px;
  font-family: Arial;
  border-radius: 4px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer {
  border-right: 1px solid #d4e0ea;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alert-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 274px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alert-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
  padding: 0;
  border: none;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alert-header .alert-text {
  margin-right: 6px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alert-header .alert-toggle {
  font-size: 10px;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent {
  font-size: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
  /*
              //.alert-realtime {
              //  overflow: hidden;
              //  padding: 9px 12px;
              //  border-bottom: 1px solid @fmc-border;
              //
              //  .location-text {
              //    font-size: 11px;
              //    line-height: 18px;
              //    padding-bottom: 3px;
              //  }
              //
              //  .realtime-alert {
              //    width: 58px;
              //
              //    .icon {
              //      height: 15px;
              //      width: 15px;
              //      fill: @fmc-primary;
              //    }
              //
              //    .deprecated {
              //      //.mail-check,.mobile-check{//},.desktop-check{
              //      border: 1px solid @fmc-border;
              //      height: 12px;
              //      width: 12px;
              //      margin-right: 6px;
              //      border-radius: 2px;
              //      font-size: 12px;
              //      background-color: @fmc-white;
              //      color: @fmc-black;
              //      cursor: pointer;
              //      .fa-check {
              //        background-color: @fmc-black;
              //        color: @fmc-white;
              //      }
              //    }
              //
              //  }
              //  .desktop {
              //    margin: 0 auto;
              //  }
              //
              //}

              //.alert-filings {
              //  overflow: hidden;
              //  padding: 9px 12px;
              //  line-height: 18px;
              //  border-bottom: 1px solid @fmc-border;
              //
              //  .filing-text {
              //    font-size: 11px;
              //    line-height: 18px;
              //    padding-bottom: 3px;
              //  }
              //
              //  .filings-alert {
              //    padding-right: 18px;
              //    line-height: 14px;
              //    font-size: 12px;
              //    color: @fmc-black;
              //    .filing-text {
              //
              //    }
              //  }
              //  .eight-k {
              //    margin: 0 auto;
              //  }
              //
              //}

              //.alert-stock {
              //  overflow: hidden;
              //  padding: 9px 12px;
              //  line-height: 18px;
              //  border-bottom: 1px solid @fmc-border;
              //
              //  .stock-text {
              //    font-size: 11px;
              //    line-height: 18px;
              //    padding-bottom: 3px;
              //  }
              //
              //  .stock-alert {
              //    line-height: 14px;
              //    font-size: 12px;
              //    color: @fmc-black;
              //    overflow: hidden;
              //  }
              //  .stock-deviation {
              //    padding-bottom: 6px;
              //  }
              //
              //}
*/
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked {
  background-color: #333;
  border: 1px solid #333;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert {
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
  overflow: hidden;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .default-settings {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  padding: 9px 12px;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  border-bottom: 1px solid #d4e0ea;
  height: 14px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff {
  height: 25px;
  line-height: 25px;
  padding: 9px 12px;
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col {
  outline: none;
  background: #fff;
  text-align: left;
  float: right;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col .tgl-btn {
  margin-top: 2.5px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData {
  padding: 0px 12px;
  height: 25px;
  line-height: 25px;
  border-bottom: 0px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col {
  outline: none;
  background: #fff;
  float: right;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col select,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col select,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col select,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col select,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col select,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col select,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col select,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col select,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col select,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col select {
  margin-top: 2.5px;
  color: #4f95da;
  direction: rtl;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 15px 2px 2px;
  border: none;
  background: transparent url('../images/dropdown_img.png') no-repeat right center;
  background-size: 9px 9px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .left-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .left-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .left-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .left-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .left-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .left-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .left-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .left-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .left-col,
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .left-col {
  text-align: left;
  float: left;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer {
  margin-left: 300px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlist-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 174px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlist-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
  padding: 0;
  border: none;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow {
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow .icon {
  height: 12px;
  width: 12px;
  margin-top: 5px;
  fill: #3d7fba;
  padding: 0;
  border: none;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent {
  height: 268px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer {
  padding: 9px 12px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search {
  border: 1px solid #d4e0ea;
  line-height: 24px;
  height: 24px;
  border-radius: 4px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search .search_icon {
  margin-top: 5px;
  padding-left: 6px;
  fill: #bbc6d5;
  height: 13px;
  width: 13px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search #watchlist_search {
  outline: none;
  border: 0px;
  background: transparent;
  margin: 0px;
  line-height: 24px;
  text-indent: 4px;
  width: 152px;
  font-size: 13px;
  padding: 0px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper {
  padding: 9px 12px;
  overflow: auto;
  height: 249px;
  width: 170px;
  padding-top: 0px;
  padding-right: 15px;
  position: relative;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .new-watchlist {
  display: none;
  text-align: center;
  font-size: 12px;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  padding: 6px 12px;
  width: 172px;
  box-sizing: border-box;
  margin-bottom: 6px;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data {
  width: 174px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer {
  line-height: 14px;
  font-size: 12px;
  color: #3d7fba;
  clear: both;
  padding: 6px 0px;
  overflow: hidden;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked {
  background-color: #333;
  border: 1px solid #333;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer .watchlist-name {
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .bottom-row {
  font-size: 13px;
  font-family: Arial;
  border-top: 1px solid #d4e0ea;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .bottom-row .cancel-button {
  line-height: 24px;
  padding: 12px;
  color: #9cabb8;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .bottom-row .save-button {
  line-height: 20px;
  margin: 12px;
  border: 2px solid #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #3d7fba;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .follow-popup-outer .bottom-row .unfollow-button {
  line-height: 22px;
  margin: 12px 0;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #3d7fba;
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .button {
  border: 1px solid #3d7fba;
  padding: 5px 12px;
  background: white;
  color: #3d7fba;
  float: right;
  margin-left: 5px;
  text-align: center;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .button .icon_text {
  padding-left: 6px;
  color: inherit;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .button .icon {
  color: inherit;
  fill: #3d7fba;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  margin-top: 0;
  width: 16px;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .button:hover {
  padding: 6px 12px;
  background: #3d7fba;
  color: #fff;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart-header .button:hover .icon {
  fill: #fff;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart {
  margin-top: 8px;
  margin-right: 10px;
  height: calc(100% - 87px);
  width: 100%;
  float: left;
}
#new-notebook-html .ticker-dashboard-view .chart-data .chart.added_custom_series {
  width: 70%;
}
#new-notebook-html .ticker-dashboard-view .chart-data .highcharts-container {
  width: 100% !important;
  height: calc(100% - 8px);
}
#new-notebook-html .ticker-dashboard-view .chart-data .highcharts-container .thesis_title {
  cursor: pointer;
}
#new-notebook-html .ticker-dashboard-view .chart-data .thesis_fields_chart_index {
  height: calc(100% - 120px);
  float: right;
  overflow-y: auto;
}
#new-notebook-html .ticker-dashboard-view .chart-data .thesis_fields_chart_index.added_custom_series {
  width: calc(30% - 10px);
}
#new-notebook-html .ticker-dashboard-view .valuation-model {
  padding: 10px 0px 10px 0px;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .val-header {
  background: 0;
  border: 0;
  color: #122538;
  font-size: 14px;
  width: 100%;
  padding: 5px 0 5px 5px;
  text-align: left;
  height: 30px;
  line-height: 20px;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table {
  width: 100%;
  border-collapse: collapse;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table .year-row {
  line-height: 22px;
  font-size: 11px;
  color: #999999;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table .year-row td {
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table .year-row td:not(:first-child) {
  padding-right: 4px;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table .data-row {
  height: 29px;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table .data-row .title-cell {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #999999;
  text-indent: 12px;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table .data-row td:not(:first-child) {
  text-align: right;
  padding-right: 4px;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table .data-row .data-val-chng {
  padding-left: 2px;
  font-family: Helvetica Neue, Arial, sans-serif;
  margin-left: 3px;
  min-width: 30px;
  width: 20px;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table tr.even {
  background-color: #ffffff;
  line-height: 15px;
  font-size: 11px;
  color: #999999;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table tr.odd {
  background-color: #f3f8fd;
  line-height: 15px;
  font-size: 11px;
  color: #999999;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table .spacer-row {
  display: none;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .summary-table tr:last-child {
  border-bottom: 2px solid #ccd8e6;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .graph-text-outer {
  padding-top: 18px;
}
#new-notebook-html .ticker-dashboard-view .valuation-model .graph-text-outer .graph-text {
  font-size: 12px;
  line-height: 18px;
  color: #828f9a;
}
.note-dashboard-view .watchlist-wrapper {
  float: none;
  display: block;
  position: relative;
}
.note-dashboard-view .watchlist-wrapper .options-container {
  display: none;
  position: absolute;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(18, 50, 79, 0.26);
  width: 128px;
}
.note-dashboard-view .watchlist-wrapper .options-container.open-state {
  display: inline-block;
}
.note-dashboard-view .watchlist-wrapper .options-container .options {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.note-dashboard-view .watchlist-wrapper .options-container .options .option {
  color: #698094;
  font-size: 10px;
  padding: 10px;
  border-bottom: 1px solid #ccd8e6;
}
.note-dashboard-view .watchlist-wrapper .options-container .options .option:hover {
  background-color: #e8f2fe;
  cursor: pointer;
}
.note-dashboard-view .recent-item-wrapper {
  box-sizing: border-box;
  float: left;
  padding: 6px;
}
.change-owner-thesis-tooltip .msg-holder {
  max-width: 300px;
}
/*
  LESS
  * Stream
  * EDT
*/
#new_company_main_container,
.common_type_main_container {
  height: 100%;
  min-width: 1280px;
  font-family: Helvetica Neue, sans-serif;
  background: #f8f8f8;
}
#new_company_main_container input,
.common_type_main_container input {
  font-family: Helvetica Neue, sans-serif;
}
#new_company_main_container .v2_option,
.common_type_main_container .v2_option {
  display: none !important;
}
#new_company_main_container #main_page_container,
.common_type_main_container #main_page_container {
  height: 100%;
  width: 100%;
  background: white;
  overflow: auto;
}
#new_company_main_container #main_page_container #main_center .logo_outer,
.common_type_main_container #main_page_container #main_center .logo_outer {
  padding-top: 20px;
  -webkit-font-smoothing: antialiased;
}
#new_company_main_container #main_page_container #main_center .logo_outer #sentieo_logo,
.common_type_main_container #main_page_container #main_center .logo_outer #sentieo_logo {
  border-radius: 6px;
  width: 120px;
  height: 120px;
  box-shadow: 0px 2px 4px -3px #1e374d;
  background: #E1F1FF;
  color: #3d7fba;
}
#new_company_main_container #main_page_container #main_center .logo_outer #sentieo_logo .icon,
.common_type_main_container #main_page_container #main_center .logo_outer #sentieo_logo .icon {
  height: 72px;
  width: 72px;
  fill: #3d7fba;
  margin-top: 24px;
}
#new_company_main_container #main_page_container #main_center .logo_outer .app_text,
.common_type_main_container #main_page_container #main_center .logo_outer .app_text {
  font-size: 24px;
  margin: 30px 0px;
  color: #3d7fba;
  font-weight: 300;
}
#new_company_main_container #main_page_container #main_center .main-search-box,
.common_type_main_container #main_page_container #main_center .main-search-box {
  max-width: 572px;
  margin: auto;
  background: #f8fbff;
  padding: 18px;
  border-radius: 4px;
  box-shadow: 0 2px 4px -3px #1e374d;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder {
  float: none;
  padding: 0px;
  border: 0px solid #d4e0ea;
  overflow: visible;
  background: transparent;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .ticker-input,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .ticker-input {
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: right center;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
  float: none;
  outline: none;
  font-size: 16px;
  height: inherit;
  width: 100%;
  border: 1px solid #d4e0ea;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-wrapper,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-wrapper {
  font-size: 18px;
  height: inherit;
  width: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-long-list,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-long-list {
  height: auto;
  padding: 1px 0px 1px 0px;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-long-list .noisy-long-token,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-long-list .noisy-long-token {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  margin: 12px 5px 12px;
  line-height: 24px;
  font-size: 18px;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-long-list .noisy-long-token .rm-tk,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-long-list .noisy-long-token .rm-tk {
  font-size: 16px;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-long-list .ticker-input,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .noisy-long-list .ticker-input {
  border: none;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .search-box.ticker-input,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .search-box.ticker-input {
  font-size: 16px;
  line-height: 24px;
  height: inherit;
  margin: 0;
  text-indent: 10px;
  min-width: 500px;
  width: 100%;
  padding: 12px 0px;
  box-sizing: border-box;
  border: 1px solid #d4e0ea;
  text-transform: uppercase;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder ::-webkit-input-placeholder,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder ::-webkit-input-placeholder {
  text-transform: initial;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder :-moz-placeholder,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder :-moz-placeholder {
  text-transform: initial;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder ::-moz-placeholder,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder ::-moz-placeholder {
  text-transform: initial;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder :-ms-input-placeholder,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder :-ms-input-placeholder {
  text-transform: none;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper {
  top: 54px;
  text-align: left;
  left: 0%;
  width: 100%;
  border: 0;
  box-shadow: 1px 2px 6px -2px #1e374d;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .newBigCompTicker,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .newBigCompTicker,
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .newBigCompDebtTicker,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .newBigCompDebtTicker,
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .newBigCompTickerInt,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .newBigCompTickerInt {
  padding: 4px 6px;
  border-radius: 2px;
  margin-left: 6px;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .newCompCompName,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .newCompCompName {
  width: 400px;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper li,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper li {
  padding: 6px 0;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper li.selected,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper li.selected {
  background: #3d7fba;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .liHeader,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .liHeader {
  padding: 6px 12px;
  display: inline-block;
  font-weight: 700;
  color: #698094;
  width: 100%;
  background: #e8eef7;
  border-bottom: 1px solid #d4e0ea;
  line-height: 18px;
  box-sizing: border-box;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .liHeader span,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .liHeader span {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #698094;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .liHeader .icon,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .liHeader .icon {
  color: #ebb32c;
  font-size: 14px;
  margin-right: 6px;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .seperator,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .suggest-wrapper .seperator {
  padding: 0;
  border-bottom: 0;
}
#new_company_main_container #main_page_container #main_center .main-search-box .search-box-holder .submit_box,
.common_type_main_container #main_page_container #main_center .main-search-box .search-box-holder .submit_box {
  margin-top: 18px;
  color: white;
  border: 1px solid #3d7fba;
  padding: 8px;
  position: relative;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background: #3d7fba;
  height: 48px;
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
  border-radius: 3px;
}
#new_company_main_container #main_page_container #main_center .main-filter-box,
.common_type_main_container #main_page_container #main_center .main-filter-box {
  max-width: 572px;
  margin: auto;
  padding: 18px;
  text-align: left;
  border-radius: 4px;
  color: #576c82;
  font-size: normal;
}
#new_company_main_container #main_page_container #main_center .main-filter-box .filter-title,
.common_type_main_container #main_page_container #main_center .main-filter-box .filter-title {
  font-size: bold;
  padding: 10px 10px 10px 0px;
}
#new_company_main_container #main_page_container #main_center .main-filter-box .filter-box-holder label,
.common_type_main_container #main_page_container #main_center .main-filter-box .filter-box-holder label {
  cursor: pointer;
}
#new_company_main_container #main_page_container #main_center .main-filter-box .filter-box-holder label input,
.common_type_main_container #main_page_container #main_center .main-filter-box .filter-box-holder label input {
  cursor: pointer;
}
#new_company_main_container #main_page_container #main_footer,
.common_type_main_container #main_page_container #main_footer {
  background: white;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  margin-top: 170px;
}
#new_company_main_container #main_parent_container,
.common_type_main_container #main_parent_container {
  background-color: white;
}
#new_company_main_container #main_parent_container *,
.common_type_main_container #main_parent_container * {
  -webkit-font-smoothing: antialiased;
}
#new_company_main_container #main_parent_container.overflow-container,
.common_type_main_container #main_parent_container.overflow-container {
  overflow-y: auto !important;
}
#new_company_main_container #main_left_container,
.common_type_main_container #main_left_container,
#new_company_main_container .main_left_container,
.common_type_main_container .main_left_container {
  width: 212px;
  height: 100%;
  /*overflow: hidden;*/
  box-sizing: border-box;
  background: #272f3c;
  overflow: auto;
  /*overflow-x: hidden;*/
  overflow: visible !important;
  font-family: Arial !important;
}
#new_company_main_container #main_left_container .jspContainer,
.common_type_main_container #main_left_container .jspContainer,
#new_company_main_container .main_left_container .jspContainer,
.common_type_main_container .main_left_container .jspContainer {
  overflow: visible;
}
#new_company_main_container #main_left_container #new-company-search-box-holder,
.common_type_main_container #main_left_container #new-company-search-box-holder,
#new_company_main_container .main_left_container #new-company-search-box-holder,
.common_type_main_container .main_left_container #new-company-search-box-holder {
  width: 186px;
  overflow: visible;
  position: relative;
  margin: 12px 0 12px 12px;
  border: 1px solid #7e91ad;
  background: transparent;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .company-form,
.common_type_main_container #main_left_container #new-company-search-box-holder .company-form,
#new_company_main_container .main_left_container #new-company-search-box-holder .company-form,
.common_type_main_container .main_left_container #new-company-search-box-holder .company-form {
  width: 78%;
  float: left;
  padding-left: 5px;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper {
  width: 400px;
  left: -7px;
  top: 40px;
  margin-top: 6px;
  border: 0;
  box-shadow: 1px 2px 6px -2px #1e374d;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1002;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompCompName,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompCompName,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompCompName,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompCompName {
  width: 300px;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompTicker,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompTicker,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompTicker,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompTicker,
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompDebtTicker,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompDebtTicker,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompDebtTicker,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompDebtTicker,
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompTickerInt,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompTickerInt,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompTickerInt,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .newCompTickerInt {
  width: 70px;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .docCompName,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li .docCompName,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .docCompName,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li .docCompName {
  width: 300px;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li.selected,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper li.selected,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li.selected,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper li.selected {
  background: #3d7fba;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader {
  padding: 6px 12px;
  display: inline-block;
  font-weight: 700;
  color: #698094;
  width: 100%;
  background: #e8eef7;
  border-bottom: 1px solid #d4e0ea;
  line-height: 18px;
  box-sizing: border-box;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader span,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader span,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader span,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader span {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #698094;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader .icon,
.common_type_main_container #main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader .icon,
#new_company_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader .icon,
.common_type_main_container .main_left_container #new-company-search-box-holder .suggest-wrapper .liHeader .icon {
  color: #ebb32c;
  font-size: 14px;
  margin-right: 6px;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-list,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-list,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-list,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-list {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  height: 24px;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-list .search-input-box.ticker-input,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-list .search-input-box.ticker-input,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-list .search-input-box.ticker-input,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-list .search-input-box.ticker-input {
  padding-top: 3px !important;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-token,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-token,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-token,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-token {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  border: 1px solid #3d7fba;
  background: #3d7fba;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  padding: 2px 2px 2px 6px !important;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-token .rm-tk,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-token .rm-tk,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-token .rm-tk,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-token .rm-tk {
  font-size: 13px;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.spotlight,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.spotlight,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.spotlight,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.spotlight {
  border: 1px solid #fff;
  background-color: #fff;
  color: #3d7fba;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.greeny,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.greeny,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.greeny,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.greeny {
  background: #3cb300;
  border: 1px solid #3cb300;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.cyano,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.cyano,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.cyano,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.cyano {
  background: #2EB8E6;
  border: 1px solid #2EB8E6;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.spotlight,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.spotlight,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.spotlight,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.spotlight {
  color: #3d7fba;
  border: 1px solid #3d7fba;
  background: #ffffff;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.cyano.spotlight,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.cyano.spotlight,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.cyano.spotlight,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.cyano.spotlight {
  color: #2EB8E6;
  border: 1px solid #2EB8E6;
  background: #ffffff;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.greeny.spotlight,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-token.greeny.spotlight,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.greeny.spotlight,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-token.greeny.spotlight {
  color: #3cb300;
  border: 1px solid #3cb300;
  background: #ffffff;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .noisy-long-token:active,
.common_type_main_container #main_left_container #new-company-search-box-holder .noisy-long-token:active,
#new_company_main_container .main_left_container #new-company-search-box-holder .noisy-long-token:active,
.common_type_main_container .main_left_container #new-company-search-box-holder .noisy-long-token:active {
  border: 1px solid #fff;
  background-color: #fff;
  /*border: 1px solid #3b5998;*/
  color: #3d7fba;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .search-input-box.ticker-input,
.common_type_main_container #main_left_container #new-company-search-box-holder .search-input-box.ticker-input,
#new_company_main_container .main_left_container #new-company-search-box-holder .search-input-box.ticker-input,
.common_type_main_container .main_left_container #new-company-search-box-holder .search-input-box.ticker-input {
  width: 98%;
  margin-left: 2%;
  margin-top: 0px;
  padding: 9px 3px 3px 3px;
  /*padding-top: 7px;*/
  /*padding-bottom: 7px;*/
  background: transparent;
  color: #8A9DBC;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
#new_company_main_container #main_left_container #new-company-search-box-holder ::-webkit-input-placeholder,
.common_type_main_container #main_left_container #new-company-search-box-holder ::-webkit-input-placeholder,
#new_company_main_container .main_left_container #new-company-search-box-holder ::-webkit-input-placeholder,
.common_type_main_container .main_left_container #new-company-search-box-holder ::-webkit-input-placeholder {
  text-transform: initial;
}
#new_company_main_container #main_left_container #new-company-search-box-holder :-moz-placeholder,
.common_type_main_container #main_left_container #new-company-search-box-holder :-moz-placeholder,
#new_company_main_container .main_left_container #new-company-search-box-holder :-moz-placeholder,
.common_type_main_container .main_left_container #new-company-search-box-holder :-moz-placeholder {
  text-transform: initial;
}
#new_company_main_container #main_left_container #new-company-search-box-holder ::-moz-placeholder,
.common_type_main_container #main_left_container #new-company-search-box-holder ::-moz-placeholder,
#new_company_main_container .main_left_container #new-company-search-box-holder ::-moz-placeholder,
.common_type_main_container .main_left_container #new-company-search-box-holder ::-moz-placeholder {
  text-transform: initial;
}
#new_company_main_container #main_left_container #new-company-search-box-holder :-ms-input-placeholder,
.common_type_main_container #main_left_container #new-company-search-box-holder :-ms-input-placeholder,
#new_company_main_container .main_left_container #new-company-search-box-holder :-ms-input-placeholder,
.common_type_main_container .main_left_container #new-company-search-box-holder :-ms-input-placeholder {
  text-transform: none;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .search-icon,
.common_type_main_container #main_left_container #new-company-search-box-holder .search-icon,
#new_company_main_container .main_left_container #new-company-search-box-holder .search-icon,
.common_type_main_container .main_left_container #new-company-search-box-holder .search-icon {
  float: right;
  margin-right: 10%;
  margin-top: 10px;
  width: 4%;
  cursor: pointer;
}
#new_company_main_container #main_left_container #new-company-search-box-holder .search-icon .icon,
.common_type_main_container #main_left_container #new-company-search-box-holder .search-icon .icon,
#new_company_main_container .main_left_container #new-company-search-box-holder .search-icon .icon,
.common_type_main_container .main_left_container #new-company-search-box-holder .search-icon .icon {
  fill: #7e91ad;
  height: 16px;
  width: 16px;
}
#new_company_main_container #main_left_container .left_wrapper,
.common_type_main_container #main_left_container .left_wrapper,
#new_company_main_container .main_left_container .left_wrapper,
.common_type_main_container .main_left_container .left_wrapper {
  overflow: auto;
  overflow-x: hidden;
}
#new_company_main_container #main_left_container .left_wrapper .simplebar-track,
.common_type_main_container #main_left_container .left_wrapper .simplebar-track,
#new_company_main_container .main_left_container .left_wrapper .simplebar-track,
.common_type_main_container .main_left_container .left_wrapper .simplebar-track {
  background: none !important;
}
#new_company_main_container #main_left_container .left_wrapper .simplebar-track .simplebar-scrollbar,
.common_type_main_container #main_left_container .left_wrapper .simplebar-track .simplebar-scrollbar,
#new_company_main_container .main_left_container .left_wrapper .simplebar-track .simplebar-scrollbar,
.common_type_main_container .main_left_container .left_wrapper .simplebar-track .simplebar-scrollbar {
  right: 2px !important;
  background: #999999;
}
#new_company_main_container #main_left_container .left_menu_outer,
.common_type_main_container #main_left_container .left_menu_outer,
#new_company_main_container .main_left_container .left_menu_outer,
.common_type_main_container .main_left_container .left_menu_outer {
  clear: both;
  font-family: Helvetica Neue, sans-serif;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item,
.common_type_main_container #main_left_container .left_menu_outer .menu-item,
#new_company_main_container .main_left_container .left_menu_outer .menu-item,
.common_type_main_container .main_left_container .left_menu_outer .menu-item {
  border-bottom: 1px solid #272f3c;
  color: #999999;
  background-color: #2e3644;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper {
  overflow: hidden;
  cursor: pointer;
  padding: 13px !important;
  margin-top: 0px;
  border: none !important;
  background: none !important;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .icon,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .icon,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .icon,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .icon {
  float: left;
  height: 15px;
  width: 15px;
  padding: 0px;
  margin: 4px 6px 0 0;
  padding-right: 10px;
  cursor: pointer;
  fill: #8092AC;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .icon:hover,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .icon:hover,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .icon:hover,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .icon:hover {
  fill: #3d7fba;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .txt,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .txt,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .txt,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .icon_wrapper .txt {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #8092aC;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  color: white;
  border: none !important;
  background: none !important;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item {
  list-style-type: none;
  line-height: 18px;
  font-size: 11px;
  cursor: pointer;
  color: #8A9DBC;
  padding: 4px 0 4px 42px;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item:hover,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item:hover,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item:hover,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item:hover {
  color: #3d7fba;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item.last-child-li,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item.last-child-li,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item.last-child-li,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .li_item.last-child-li {
  margin-bottom: 12px !important;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .border_wrapper.li_item.last-child-li,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .border_wrapper.li_item.last-child-li,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .border_wrapper.li_item.last-child-li,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .border_wrapper.li_item.last-child-li {
  margin-bottom: 16px !important;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .blue_li_item,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .blue_li_item,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .blue_li_item,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .menu_wrapper .ul_item .blue_li_item {
  color: #3d7fba;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .border_wrapper,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .border_wrapper,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .border_wrapper,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .border_wrapper {
  border-left: 2px solid #ffffff;
  color: #ffffff !important;
  padding: 0 0 0 16px !important;
  margin: 4px 0 4px 24px !important;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .ui-accordion-header-icon,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .ui-accordion-header-icon,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .ui-accordion-header-icon,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .ui-accordion-header-icon {
  position: absolute;
  right: 20px;
  left: auto;
  margin-top: -4px;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .ui-icon-carat-1-n,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .ui-icon-carat-1-n,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .ui-icon-carat-1-n,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .ui-icon-carat-1-n {
  background: url(../images/up@2x.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item .ui-icon-carat-1-s,
.common_type_main_container #main_left_container .left_menu_outer .menu-item .ui-icon-carat-1-s,
#new_company_main_container .main_left_container .left_menu_outer .menu-item .ui-icon-carat-1-s,
.common_type_main_container .main_left_container .left_menu_outer .menu-item .ui-icon-carat-1-s {
  background: url(../images/down@2x.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item.selected_item,
.common_type_main_container #main_left_container .left_menu_outer .menu-item.selected_item,
#new_company_main_container .main_left_container .left_menu_outer .menu-item.selected_item,
.common_type_main_container .main_left_container .left_menu_outer .menu-item.selected_item {
  background: #364051;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item.selected_item .menu_wrapper .icon_wrapper .txt,
.common_type_main_container #main_left_container .left_menu_outer .menu-item.selected_item .menu_wrapper .icon_wrapper .txt,
#new_company_main_container .main_left_container .left_menu_outer .menu-item.selected_item .menu_wrapper .icon_wrapper .txt,
.common_type_main_container .main_left_container .left_menu_outer .menu-item.selected_item .menu_wrapper .icon_wrapper .txt {
  color: white;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item.selected_item .menu_wrapper .icon_wrapper .icon,
.common_type_main_container #main_left_container .left_menu_outer .menu-item.selected_item .menu_wrapper .icon_wrapper .icon,
#new_company_main_container .main_left_container .left_menu_outer .menu-item.selected_item .menu_wrapper .icon_wrapper .icon,
.common_type_main_container .main_left_container .left_menu_outer .menu-item.selected_item .menu_wrapper .icon_wrapper .icon {
  fill: white;
}
#new_company_main_container #main_left_container .left_menu_outer .menu-item.selected_item .ui-accordion-header-icon,
.common_type_main_container #main_left_container .left_menu_outer .menu-item.selected_item .ui-accordion-header-icon,
#new_company_main_container .main_left_container .left_menu_outer .menu-item.selected_item .ui-accordion-header-icon,
.common_type_main_container .main_left_container .left_menu_outer .menu-item.selected_item .ui-accordion-header-icon {
  position: absolute;
  right: 20px;
  left: auto;
}
#new_company_main_container #main_left_container .left_menu_outer .ui-corner-bottom,
.common_type_main_container #main_left_container .left_menu_outer .ui-corner-bottom,
#new_company_main_container .main_left_container .left_menu_outer .ui-corner-bottom,
.common_type_main_container .main_left_container .left_menu_outer .ui-corner-bottom,
#new_company_main_container #main_left_container .left_menu_outer .ui-corner-top,
.common_type_main_container #main_left_container .left_menu_outer .ui-corner-top,
#new_company_main_container .main_left_container .left_menu_outer .ui-corner-top,
.common_type_main_container .main_left_container .left_menu_outer .ui-corner-top,
#new_company_main_container #main_left_container .left_menu_outer .ui-corner-all,
.common_type_main_container #main_left_container .left_menu_outer .ui-corner-all,
#new_company_main_container .main_left_container .left_menu_outer .ui-corner-all,
.common_type_main_container .main_left_container .left_menu_outer .ui-corner-all {
  border-radius: 0px;
}
#new_company_main_container #main_right_container,
.common_type_main_container #main_right_container {
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  background: white;
  border-right: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container .all_page_header,
.common_type_main_container #main_right_container .all_page_header {
  height: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d4e0ea;
  width: 1050px;
  position: relative;
  left: -18px;
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container .all_page_header .doc_text,
.common_type_main_container #main_right_container .all_page_header .doc_text {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  line-height: 30px;
  color: #666;
  font-size: 18px;
  margin-top: 3px;
  margin-left: 20px;
}
#new_company_main_container #main_right_container .all_page_header .doc_text .sign,
.common_type_main_container #main_right_container .all_page_header .doc_text .sign {
  margin: 0px 10px;
}
#new_company_main_container #main_right_container .all_page_header .icon,
.common_type_main_container #main_right_container .all_page_header .icon {
  font-size: 35px;
  margin-left: 12px;
  margin-right: 5px;
  display: none;
}
#new_company_main_container #main_right_container .all_page_header .statement-error-pane,
.common_type_main_container #main_right_container .all_page_header .statement-error-pane {
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: auto;
  padding: 10px;
  z-index: 9;
  float: left;
  margin-left: 20px;
  margin-top: -4px;
}
#new_company_main_container #main_right_container .all_page_header .statement-error-pane .header,
.common_type_main_container #main_right_container .all_page_header .statement-error-pane .header {
  font-size: 12px;
  /*margin-bottom: 7px;*/
}
#new_company_main_container #main_right_container .all_page_header .statement-error-pane .header .st-fa,
.common_type_main_container #main_right_container .all_page_header .statement-error-pane .header .st-fa {
  margin-right: 10px;
  margin-top: 1px;
}
#new_company_main_container #main_right_container .all_page_header .statement-error-pane .message,
.common_type_main_container #main_right_container .all_page_header .statement-error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#new_company_main_container #main_right_container .parent-wrapper,
.common_type_main_container #main_right_container .parent-wrapper {
  width: 1032px;
  height: 100%;
  padding: 0px 18px 0px 18px;
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container .static_bar,
.common_type_main_container #main_right_container .static_bar {
  width: inherit;
  overflow: hidden;
  font-family: HelveticaNeue, Arial, sans-serif;
}
#new_company_main_container #main_right_container .static_bar .logo-box,
.common_type_main_container #main_right_container .static_bar .logo-box {
  border: 1px solid #d4e0ea;
  box-sizing: border-box;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  white-space: nowrap;
  overflow: hidden;
}
#new_company_main_container #main_right_container .static_bar .logo-box .helper,
.common_type_main_container #main_right_container .static_bar .logo-box .helper {
  height: 100%;
  width: 0px;
  vertical-align: middle;
  display: inline-block;
}
#new_company_main_container #main_right_container .static_bar .follow-company,
.common_type_main_container #main_right_container .static_bar .follow-company {
  font-size: 16px;
  line-height: 38px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  padding: 0 0 0 6px ;
  border-radius: 3px;
  width: 120px;
  text-align: center;
}
#new_company_main_container #main_right_container .static_bar .follow-company .icon,
.common_type_main_container #main_right_container .static_bar .follow-company .icon {
  padding: 9px;
  background-color: #3d7fba;
  fill: #ffffff;
  height: 20px;
  width: 16px;
}
#new_company_main_container #main_right_container .static_bar .follow-company:hover,
.common_type_main_container #main_right_container .static_bar .follow-company:hover {
  cursor: pointer;
  background: #3d7fba;
  color: white;
}
#new_company_main_container #main_right_container .static_bar .follow-company:hover .icon,
.common_type_main_container #main_right_container .static_bar .follow-company:hover .icon {
  background-color: #3270a7;
}
#new_company_main_container #main_right_container .static_bar .follow-company::before,
.common_type_main_container #main_right_container .static_bar .follow-company::before {
  content: "Follow";
}
#new_company_main_container #main_right_container .static_bar .follow-company.following-company::before,
.common_type_main_container #main_right_container .static_bar .follow-company.following-company::before {
  content: "Following";
}
#new_company_main_container #main_right_container .static_bar .follow-company.following-company:hover::before,
.common_type_main_container #main_right_container .static_bar .follow-company.following-company:hover::before {
  content: "Edit";
}
#new_company_main_container #main_right_container .static_bar .follow-company.following-company,
.common_type_main_container #main_right_container .static_bar .follow-company.following-company {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  color: #fff;
  background: #3d7fba;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data,
.common_type_main_container #main_right_container .static_bar .comp_mini_data {
  padding-left: 18px;
  /*.comp_per_chng{*/
  /*padding: 0px;*/
  /*}*/
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_name,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_name {
  font-size: 22px;
  line-height: 30px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_ticker,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_ticker {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  padding: 5px;
  margin-right: 10px;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_ticker:hover,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_ticker:hover {
  background: #ffffff;
  color: #3d7fba;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_price,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_price,
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_chng,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_chng,
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_per_chng,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_per_chng,
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_error,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_error {
  font-family: arial;
  font-size: 20px;
  padding: 0px 10px;
  line-height: 30px;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_price,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_price,
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_chng,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_chng,
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_per_chng,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_per_chng {
  padding-right: 0px;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_indus,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_indus {
  font-size: 14px;
  clear: both;
  padding-top: 10px;
  color: #576c82;
  font-weight: bold;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_indus .industry,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_indus .industry {
  margin: 0 5px;
  font-weight: normal;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_indus .sub-industry,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_indus .sub-industry {
  margin: 0 5px;
  font-weight: normal;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption {
  clear: both;
  padding-top: 12px;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption .read-more,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption .read-more,
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption .read-less,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption .read-less {
  color: #3d7fba;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption .read-more:hover,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption .read-more:hover,
#new_company_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption .read-less:hover,
.common_type_main_container #main_right_container .static_bar .comp_mini_data .comp_descrption .read-less:hover {
  border-bottom: 1px solid;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 4px;
  width: 498px;
  max-width: 498px;
  height: 389px;
  margin-right: 0px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .row,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .row {
  overflow: hidden !important;
  margin-top: 0 !important;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row {
  color: #3d7fba;
  font-size: 14px;
  font-family: Arial;
  border-radius: 4px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer {
  border-right: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alert-header,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alert-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 274px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alert-header .icon,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alert-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alert-header .alert-text,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alert-header .alert-text {
  margin-right: 6px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alert-header .alert-toggle,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alert-header .alert-toggle {
  font-size: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent {
  font-size: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
  /*
              //.alert-realtime {
              //  overflow: hidden;
              //  padding: 9px 12px;
              //  border-bottom: 1px solid @fmc-border;
              //
              //  .location-text {
              //    font-size: 11px;
              //    line-height: 18px;
              //    padding-bottom: 3px;
              //  }
              //
              //  .realtime-alert {
              //    width: 58px;
              //
              //    .icon {
              //      height: 15px;
              //      width: 15px;
              //      fill: @fmc-primary;
              //    }
              //
              //    .deprecated {
              //      //.mail-check,.mobile-check{//},.desktop-check{
              //      border: 1px solid @fmc-border;
              //      height: 12px;
              //      width: 12px;
              //      margin-right: 6px;
              //      border-radius: 2px;
              //      font-size: 12px;
              //      background-color: @fmc-white;
              //      color: @fmc-black;
              //      cursor: pointer;
              //      .fa-check {
              //        background-color: @fmc-black;
              //        color: @fmc-white;
              //      }
              //    }
              //
              //  }
              //  .desktop {
              //    margin: 0 auto;
              //  }
              //
              //}

              //.alert-filings {
              //  overflow: hidden;
              //  padding: 9px 12px;
              //  line-height: 18px;
              //  border-bottom: 1px solid @fmc-border;
              //
              //  .filing-text {
              //    font-size: 11px;
              //    line-height: 18px;
              //    padding-bottom: 3px;
              //  }
              //
              //  .filings-alert {
              //    padding-right: 18px;
              //    line-height: 14px;
              //    font-size: 12px;
              //    color: @fmc-black;
              //    .filing-text {
              //
              //    }
              //  }
              //  .eight-k {
              //    margin: 0 auto;
              //  }
              //
              //}

              //.alert-stock {
              //  overflow: hidden;
              //  padding: 9px 12px;
              //  line-height: 18px;
              //  border-bottom: 1px solid @fmc-border;
              //
              //  .stock-text {
              //    font-size: 11px;
              //    line-height: 18px;
              //    padding-bottom: 3px;
              //  }
              //
              //  .stock-alert {
              //    line-height: 14px;
              //    font-size: 12px;
              //    color: @fmc-black;
              //    overflow: hidden;
              //  }
              //  .stock-deviation {
              //    padding-bottom: 6px;
              //  }
              //
              //}
*/
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox],
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked::before,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert {
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
  overflow: hidden;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .default-settings,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .default-settings {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  padding: 9px 12px;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  border-bottom: 1px solid #d4e0ea;
  height: 14px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff {
  height: 25px;
  line-height: 25px;
  padding: 9px 12px;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col {
  outline: none;
  background: #fff;
  text-align: left;
  float: right;
  cursor: pointer;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col .tgl-btn,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col .tgl-btn {
  margin-top: 2.5px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData {
  padding: 0px 12px;
  height: 25px;
  line-height: 25px;
  border-bottom: 0px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col {
  outline: none;
  background: #fff;
  float: right;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col select,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col select,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col select,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col select,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col select,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col select,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col select,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col select,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col select,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col select,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col select {
  margin-top: 2.5px;
  color: #4f95da;
  direction: rtl;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 15px 2px 2px;
  border: none;
  background: transparent url('../images/dropdown_img.png') no-repeat right center;
  background-size: 9px 9px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .left-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .left-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .left-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .left-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .left-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .left-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .left-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .left-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .left-col,
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .left-col,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .left-col {
  text-align: left;
  float: left;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer {
  margin-left: 300px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlist-header,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlist-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 174px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlist-header .icon,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlist-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow {
  cursor: pointer;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow .icon,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow .icon {
  height: 12px;
  width: 12px;
  margin-top: 5px;
  fill: #3d7fba;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent {
  height: 268px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer {
  padding: 9px 12px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search {
  border: 1px solid #d4e0ea;
  line-height: 24px;
  height: 24px;
  border-radius: 4px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search .search_icon,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search .search_icon {
  margin-top: 5px;
  padding-left: 6px;
  fill: #bbc6d5;
  height: 13px;
  width: 13px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search #watchlist_search,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search #watchlist_search {
  outline: none;
  border: 0px;
  background: transparent;
  margin: 0px;
  line-height: 24px;
  text-indent: 4px;
  width: 152px;
  font-size: 13px;
  padding: 0px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper {
  padding: 9px 12px;
  overflow: auto;
  height: 249px;
  width: 170px;
  padding-top: 0px;
  padding-right: 15px;
  position: relative;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .new-watchlist,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .new-watchlist {
  display: none;
  text-align: center;
  font-size: 12px;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  padding: 6px 12px;
  width: 172px;
  box-sizing: border-box;
  margin-bottom: 6px;
  cursor: pointer;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data {
  width: 174px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer {
  line-height: 14px;
  font-size: 12px;
  color: #3d7fba;
  clear: both;
  padding: 6px 0px;
  overflow: hidden;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox],
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked::before,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer .watchlist-name,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer .watchlist-name {
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .bottom-row,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .bottom-row {
  font-size: 13px;
  font-family: Arial;
  border-top: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .bottom-row .cancel-button,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .bottom-row .cancel-button {
  line-height: 24px;
  padding: 12px;
  color: #9cabb8;
  cursor: pointer;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .bottom-row .save-button,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .bottom-row .save-button {
  font-family: ;
  line-height: 20px;
  margin: 12px;
  border: 2px solid #3d7fba;
  background-color: #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #ffffff;
  cursor: pointer;
}
#new_company_main_container #main_right_container .static_bar .follow-popup-outer .bottom-row .unfollow-button,
.common_type_main_container #main_right_container .static_bar .follow-popup-outer .bottom-row .unfollow-button {
  line-height: 22px;
  margin: 12px 0;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container .static_bar_new,
.common_type_main_container #main_right_container .static_bar_new {
  font-family: HelveticaNeue, Arial, sans-serif;
  color: #6f97bc;
  position: relative;
  overflow: hidden;
  width: inherit;
  height: 126px;
  border: 1px solid #ccd8e6;
  box-sizing: border-box;
  margin-top: 3px;
  border-left: 0px;
  border-right: 0px;
}
#new_company_main_container #main_right_container .static_bar_new .comp-disp,
.common_type_main_container #main_right_container .static_bar_new .comp-disp {
  display: inline-block;
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info,
.common_type_main_container #main_right_container .static_bar_new .ticker-info {
  position: absolute;
  left: 106px;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .comp_ticker,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .comp_ticker {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .comp_name,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .comp_name {
  padding-left: 6px;
  font-size: 16px;
  color: #6f97bc;
  font-weight: 300;
  max-width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .follow-company,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .follow-company {
  font-size: 14px;
  line-height: 30px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  padding: 0 0 0 6px ;
  border-radius: 3px;
  width: 96px;
  text-align: center;
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .follow-company .icon,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .follow-company .icon {
  padding: 9px;
  background-color: #3d7fba;
  fill: #ffffff;
  height: 12px;
  width: 12px;
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .follow-company:hover,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .follow-company:hover {
  cursor: pointer;
  background: #3d7fba;
  color: white;
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .follow-company:hover .icon,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .follow-company:hover .icon {
  background-color: #3270a7;
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .follow-company::before,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .follow-company::before {
  content: "Follow";
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .follow-company.following-company::before,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .follow-company.following-company::before {
  content: "Following";
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .follow-company.following-company:hover::before,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .follow-company.following-company:hover::before {
  content: "Edit";
}
#new_company_main_container #main_right_container .static_bar_new .ticker-info .follow-company.following-company,
.common_type_main_container #main_right_container .static_bar_new .ticker-info .follow-company.following-company {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  color: #fff;
  background: #3d7fba;
}
#new_company_main_container #main_right_container .static_bar_new .logo-box,
.common_type_main_container #main_right_container .static_bar_new .logo-box {
  border: 1px solid #d4e0ea;
  box-sizing: border-box;
  border-radius: 4px;
  width: 88px;
  height: 93px;
  white-space: nowrap;
  overflow: hidden;
}
#new_company_main_container #main_right_container .static_bar_new .logo-box .helper,
.common_type_main_container #main_right_container .static_bar_new .logo-box .helper {
  height: 100%;
  width: 0px;
  vertical-align: middle;
  display: inline-block;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data,
.common_type_main_container #main_right_container .static_bar_new .company_info_data {
  float: left;
  width: 340px;
  margin-top: 24px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .comp_ticker,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .comp_ticker {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .comp_name,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .comp_name {
  padding-left: 6px;
  font-size: 16px;
  color: #6f97bc;
  font-weight: 300;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data {
  margin-bottom: 12px;
  height: 28px;
  line-height: 28px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_price,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_price {
  color: #112a40;
  font-weight: bold;
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 36px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_chng,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_chng {
  font-size: 22px;
  padding: 0px 6px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_chng.positive,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_chng.positive {
  color: #7fa66d;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_per_chng,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_per_chng {
  font-size: 18px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_per_chng.positive,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data .comp_per_chng.positive {
  color: #7fa66d;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data:after,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .comp_price_data:after {
  content: '';
  display: block;
  clear: both;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_data .trade-date-markert,
.common_type_main_container #main_right_container .static_bar_new .company_info_data .trade-date-markert {
  font-size: 14px;
}
#new_company_main_container #main_right_container .static_bar_new .seprator,
.common_type_main_container #main_right_container .static_bar_new .seprator {
  width: 1px;
  height: 126px;
  background-color: #d4e0ea;
  float: left;
}
#new_company_main_container #main_right_container .static_bar_new .seprator.etfs,
.common_type_main_container #main_right_container .static_bar_new .seprator.etfs {
  display: none;
}
#new_company_main_container #main_right_container .static_bar_new .cols,
.common_type_main_container #main_right_container .static_bar_new .cols {
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 12px;
  color: #3d7fba;
  float: left;
  padding: 8px 12px;
  border-top: 0px;
  border-bottom: 0px;
}
#new_company_main_container #main_right_container .static_bar_new .cols table,
.common_type_main_container #main_right_container .static_bar_new .cols table {
  width: 100%;
  border-collapse: collapse;
}
#new_company_main_container #main_right_container .static_bar_new .cols table tr td,
.common_type_main_container #main_right_container .static_bar_new .cols table tr td {
  height: 20px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col1,
.common_type_main_container #main_right_container .static_bar_new .company_info_col1 {
  width: 191px;
  max-width: 191px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col1 #col1 tr:nth-child(odd),
.common_type_main_container #main_right_container .static_bar_new .company_info_col1 #col1 tr:nth-child(odd) {
  background: #fff;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col1 #col1 tr:nth-child(even),
.common_type_main_container #main_right_container .static_bar_new .company_info_col1 #col1 tr:nth-child(even) {
  background: #F4F8FE;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col1 #col1 td:nth-child(2),
.common_type_main_container #main_right_container .static_bar_new .company_info_col1 #col1 td:nth-child(2) {
  text-align: right;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col2,
.common_type_main_container #main_right_container .static_bar_new .company_info_col2 {
  width: 140px;
  max-width: 140px;
  border-left: 0px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col2 #col2 tr:nth-child(odd),
.common_type_main_container #main_right_container .static_bar_new .company_info_col2 #col2 tr:nth-child(odd) {
  background: #fff;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col2 #col2 tr:nth-child(even),
.common_type_main_container #main_right_container .static_bar_new .company_info_col2 #col2 tr:nth-child(even) {
  background: #F4F8FE;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col2 #col2 td:nth-child(2),
.common_type_main_container #main_right_container .static_bar_new .company_info_col2 #col2 td:nth-child(2) {
  text-align: right;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 {
  border: 0px;
  padding-right: 2px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-section,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-section {
  width: 100%;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row:nth-child(odd),
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row:nth-child(odd) {
  background: #fff;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row:nth-child(even),
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row:nth-child(even) {
  background: #F4F8FE;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row {
  width: 100%;
  height: 22px;
  overflow: hidden;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .cell,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .cell {
  float: left;
  line-height: 22px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .name,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .name {
  width: 185px;
  min-width: 185px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .price11,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .price11 {
  width: 60px;
  min-width: 60px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .pchg,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .pchg {
  width: 45px;
  min-width: 45px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec {
  float: left;
  width: 62px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .bar,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .bar {
  height: 22px;
  float: left;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .bar .small,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .bar .small {
  height: 8px;
  margin: 6px 0px;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .pos,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .pos {
  border-left: 1px solid black;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .pos .small,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .pos .small {
  background: #e6f8dd;
  border: 1px solid green;
  border-left: 0px;
  float: left;
}
#new_company_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .neg .small,
.common_type_main_container #main_right_container .static_bar_new .company_info_col3 .price-row .info-sec .neg .small {
  background: #ffaeae;
  border: 1px solid red;
  border-right: 0px;
  float: right;
}
#new_company_main_container #main_right_container .static_bar_new .alternative-exchange,
.common_type_main_container #main_right_container .static_bar_new .alternative-exchange {
  font-size: 14px;
  margin-top: 6px;
  clear: both;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#new_company_main_container #main_right_container .static_bar_new .alternative-exchange .alter-exc,
.common_type_main_container #main_right_container .static_bar_new .alternative-exchange .alter-exc {
  padding-left: 3px;
  color: #3d7fba;
  font-weight: 500;
  -webkit-font-smoothing: auto;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
#new_company_main_container #main_right_container .descrption-wrapper,
.common_type_main_container #main_right_container .descrption-wrapper {
  overflow: hidden;
  border: 1px solid #ccd8e6;
  border-top: 0px;
  box-sizing: border-box;
  position: relative;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
#new_company_main_container #main_right_container .descrption-wrapper .comp_descrption,
.common_type_main_container #main_right_container .descrption-wrapper .comp_descrption {
  clear: both;
  padding: 10px 0px;
  font-size: 14px;
  color: #6f97bc;
  line-height: 18px;
  width: 100%;
  float: left;
}
#new_company_main_container #main_right_container .descrption-wrapper .comp_descrption .desc-intro,
.common_type_main_container #main_right_container .descrption-wrapper .comp_descrption .desc-intro {
  font-weight: bold;
}
#new_company_main_container #main_right_container .descrption-wrapper .comp_descrption .read-more,
.common_type_main_container #main_right_container .descrption-wrapper .comp_descrption .read-more,
#new_company_main_container #main_right_container .descrption-wrapper .comp_descrption .read-less,
.common_type_main_container #main_right_container .descrption-wrapper .comp_descrption .read-less {
  color: #3d7fba;
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
  text-decoration: underline;
}
#new_company_main_container #main_right_container .descrption-wrapper .comp_indus,
.common_type_main_container #main_right_container .descrption-wrapper .comp_indus {
  font-size: 14px;
  padding: 18px 0px;
  color: #3d7fba;
  font-weight: bold;
  float: right;
}
#new_company_main_container #main_right_container .descrption-wrapper .comp_indus .industry,
.common_type_main_container #main_right_container .descrption-wrapper .comp_indus .industry {
  margin: 0 5px;
  font-weight: normal;
}
#new_company_main_container #main_right_container .descrption-wrapper .comp_indus .sub-industry,
.common_type_main_container #main_right_container .descrption-wrapper .comp_indus .sub-industry {
  margin: 0 5px;
  font-weight: normal;
}
#new_company_main_container #main_right_container .main_data,
.common_type_main_container #main_right_container .main_data {
  margin-top: 18px;
  width: 100%;
}
#new_company_main_container #main_right_container .small-error-pane,
.common_type_main_container #main_right_container .small-error-pane {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 250px;
  /*height: 53;*/
  padding: 10px;
  z-index: 9;
}
#new_company_main_container #main_right_container .small-error-pane .header,
.common_type_main_container #main_right_container .small-error-pane .header {
  font-size: 12px;
  /*margin-bottom: 7px;*/
}
#new_company_main_container #main_right_container .small-error-pane .header .icon,
.common_type_main_container #main_right_container .small-error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
#new_company_main_container #main_right_container .small-error-pane .message,
.common_type_main_container #main_right_container .small-error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#new_company_main_container #main_right_container .global-error-pane,
.common_type_main_container #main_right_container .global-error-pane {
  text-align: center;
}
#new_company_main_container #main_right_container .global-error-pane div,
.common_type_main_container #main_right_container .global-error-pane div {
  margin-top: 60px;
}
#new_company_main_container #main_right_container .global-error-pane .icon i,
.common_type_main_container #main_right_container .global-error-pane .icon i {
  font-size: 160px;
  color: #373737;
}
#new_company_main_container #main_right_container .global-error-pane h3,
.common_type_main_container #main_right_container .global-error-pane h3 {
  font-size: 16px;
  max-width: 550px;
  margin: 0px auto;
  padding-top: 12px;
}
#new_company_main_container #main_right_container .global-error-pane a.btn,
.common_type_main_container #main_right_container .global-error-pane a.btn {
  text-decoration: none;
  color: #3A3A3A;
}
#new_company_main_container #main_right_container .global-error-pane .glbl_doc,
.common_type_main_container #main_right_container .global-error-pane .glbl_doc {
  text-decoration: underline;
  cursor: pointer;
}
#new_company_main_container #main_right_container #sample_data .title,
.common_type_main_container #main_right_container #sample_data .title {
  width: 900px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
}
#new_company_main_container #main_right_container #sample_data .sub-title,
.common_type_main_container #main_right_container #sample_data .sub-title {
  width: 900px;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 10px;
  clear: both;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper,
.common_type_main_container #main_right_container #sample_data .list-wrapper {
  width: 900px;
  margin: 0 auto;
  padding-left: 0px;
  padding-top: 15px;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column {
  width: 400px;
  float: left;
  margin-left: 50px;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column .list-element,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column .list-element {
  margin-top: 20px;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column .list-element .thumbnail,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column .list-element .thumbnail {
  display: inline-block;
  vertical-align: top;
  height: 25px;
  width: 25px;
  padding: 0px 20px;
  font-size: 25px;
  color: #364051;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column .list-element .text-wrapper,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column .list-element .text-wrapper {
  width: 330px;
  display: inline-block;
  vertical-align: top;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column .list-element .text-wrapper .title,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column .list-element .text-wrapper .title {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 14px;
  color: #666;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column .list-element .text-wrapper .desc,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column .list-element .text-wrapper .desc {
  font-size: 10px;
  line-height: 11px;
  color: #333;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column:first-child,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column:first-child {
  margin-left: 0px;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column2,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column2 {
  /*width:250px;*/
  /*float:left;*/
  overflow: hidden;
  white-space: nowrap;
  margin-left: 0px;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element {
  width: 100px;
  display: inline-block;
  margin-top: 20px;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .thumbnail,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .thumbnail {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #333;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .thumbnail .skt-btn,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .thumbnail .skt-btn {
  padding: 2px 4px;
  border-radius: 3px;
  border: 1px solid #333;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .text-wrapper,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .text-wrapper {
  vertical-align: top;
  padding: 10px 5px;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .text-wrapper .title,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .text-wrapper .title {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 14px;
  text-align: center;
  color: #666;
  width: 100%;
}
#new_company_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .text-wrapper .desc,
.common_type_main_container #main_right_container #sample_data .list-wrapper .column2 .list-element .text-wrapper .desc {
  font-size: 10px;
  line-height: 11px;
  color: #333;
}
#new_company_main_container #main_right_container #summary_data,
.common_type_main_container #main_right_container #summary_data {
  width: 100%;
  display: block;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .parent-section-head,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .parent-section-head {
  padding: 6px;
  height: 19px;
  background-color: #f3f6fb;
  font-size: 11px;
  color: #698094;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section {
  margin-top: 6px;
  padding: 4px;
  width: 240px;
  vertical-align: top;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-head,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-head {
  margin-bottom: 6px;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon {
  vertical-align: middle;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon .icon,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon .icon {
  width: 15px;
  height: 12px;
  padding: 1px;
  background: #3d7fba;
  border-radius: 2px;
  vertical-align: bottom;
  fill: white;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-head .new-section-head-text,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-head .new-section-head-text {
  cursor: pointer;
  font-size: 11px;
  margin-left: 4px;
  vertical-align: middle;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item {
  margin-left: 24px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item .new-line-div,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item .new-line-div {
  width: 12px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item .no-dash-div,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item .no-dash-div {
  border: 1px solid black;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item .dash-div,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item .dash-div {
  border: 1px dashed black;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item .section-content,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .new-section .new-section-item .section-content {
  font-size: 12px;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .wide,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .wide {
  width: auto;
  display: inline-block;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .parent-section .wide-span,
.common_type_main_container #main_right_container #summary_data .main_section_holder .parent-section .wide-span {
  max-width: 500px !important;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .web_social,
.common_type_main_container #main_right_container #summary_data .main_section_holder .web_social {
  border-left: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 500px;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .web_social .new-section,
.common_type_main_container #main_right_container #summary_data .main_section_holder .web_social .new-section {
  display: inline-block;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .gtrends_chart,
.common_type_main_container #main_right_container #summary_data .main_section_holder .gtrends_chart {
  border: 0px;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .gnip_chart,
.common_type_main_container #main_right_container #summary_data .main_section_holder .gnip_chart {
  border: 0px;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .insta_chart,
.common_type_main_container #main_right_container #summary_data .main_section_holder .insta_chart {
  border: 0px;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .summary_competemonth,
.common_type_main_container #main_right_container #summary_data .main_section_holder .summary_competemonth {
  border: 0px;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .summary_competemonth .wide,
.common_type_main_container #main_right_container #summary_data .main_section_holder .summary_competemonth .wide {
  width: 400px;
}
#new_company_main_container #main_right_container #summary_data .main_section_holder .invis,
.common_type_main_container #main_right_container #summary_data .main_section_holder .invis,
#new_company_main_container #main_right_container #summary_data .main_section_holder .invisHead,
.common_type_main_container #main_right_container #summary_data .main_section_holder .invisHead {
  opacity: 0.4;
}
#new_company_main_container #main_right_container #summary_data .summary_earnings_suprises_outer #s2id_periodtype,
.common_type_main_container #main_right_container #summary_data .summary_earnings_suprises_outer #s2id_periodtype {
  width: auto;
  display: none;
}
#new_company_main_container #main_right_container #summary_data .summary_earnings_suprises_outer #s2id_datatype,
.common_type_main_container #main_right_container #summary_data .summary_earnings_suprises_outer #s2id_datatype {
  width: auto;
}
#new_company_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #s2id_summary-salesestimateformsubtype,
.common_type_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #s2id_summary-salesestimateformsubtype {
  width: auto;
}
#new_company_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #s2id_summary-salesestimateformptype,
.common_type_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #s2id_summary-salesestimateformptype {
  width: auto;
  display: none;
}
#new_company_main_container #main_right_container #summary_data #summary-yearly-sales-estimates .button-with-attachment,
.common_type_main_container #main_right_container #summary_data #summary-yearly-sales-estimates .button-with-attachment {
  margin: 4px 0;
  padding: 3px 5px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data #summary-yearly-sales-estimates .button-with-attachment .icon,
.common_type_main_container #main_right_container #summary_data #summary-yearly-sales-estimates .button-with-attachment .icon {
  height: 18px;
}
#new_company_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #summary-salesestimateform,
.common_type_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #summary-salesestimateform {
  overflow: inherit;
  padding: 0;
  margin-bottom: 10px;
}
#new_company_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #summary-salesestimateform .header_text,
.common_type_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #summary-salesestimateform .header_text {
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  font-size: 17px;
  line-height: 32px;
}
#new_company_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #summary-salesestimateform .header_text:hover,
.common_type_main_container #main_right_container #summary_data #summary-yearly-sales-estimates #summary-salesestimateform .header_text:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data #summary-yearly-sales-estimates .no-data,
.common_type_main_container #main_right_container #summary_data #summary-yearly-sales-estimates .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 100%;
  background-size: contain;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data #summary-yearly-sales-estimates .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data #summary-yearly-sales-estimates .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .company_info,
.common_type_main_container #main_right_container #summary_data .company_info {
  border: 1px solid #ccd8e6;
  box-sizing: border-box;
  position: relative;
  border-left: 0px;
  border-right: 0px;
  height: 52px;
  overflow: visible;
  border-top: 0px;
}
#new_company_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .info_header,
.common_type_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .info_header,
#new_company_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .auditor_outer,
.common_type_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .auditor_outer,
#new_company_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .ir_site_outer,
.common_type_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .ir_site_outer,
#new_company_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .ir_phone_outer,
.common_type_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .ir_phone_outer,
#new_company_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .ir_mail_outer,
.common_type_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .ir_mail_outer {
  border-left: 12px solid white;
  border-right: 1px solid #ccd8e6;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .separator,
.common_type_main_container #main_right_container #summary_data .company_info .company_info_subwrapper .separator {
  display: none;
}
#new_company_main_container #main_right_container #summary_data .company_info .sixth_division,
.common_type_main_container #main_right_container #summary_data .company_info .sixth_division {
  width: 840px;
}
#new_company_main_container #main_right_container #summary_data .company_info .sixth_division .info_header,
.common_type_main_container #main_right_container #summary_data .company_info .sixth_division .info_header,
#new_company_main_container #main_right_container #summary_data .company_info .sixth_division .auditor_outer,
.common_type_main_container #main_right_container #summary_data .company_info .sixth_division .auditor_outer,
#new_company_main_container #main_right_container #summary_data .company_info .sixth_division .ir_site_outer,
.common_type_main_container #main_right_container #summary_data .company_info .sixth_division .ir_site_outer,
#new_company_main_container #main_right_container #summary_data .company_info .sixth_division .ir_phone_outer,
.common_type_main_container #main_right_container #summary_data .company_info .sixth_division .ir_phone_outer,
#new_company_main_container #main_right_container #summary_data .company_info .sixth_division .ir_mail_outer,
.common_type_main_container #main_right_container #summary_data .company_info .sixth_division .ir_mail_outer,
#new_company_main_container #main_right_container #summary_data .company_info .sixth_division .ir_ppt_outer,
.common_type_main_container #main_right_container #summary_data .company_info .sixth_division .ir_ppt_outer {
  width: 16.6%;
}
#new_company_main_container #main_right_container #summary_data .company_info .sixth_division .latest_earning_outer,
.common_type_main_container #main_right_container #summary_data .company_info .sixth_division .latest_earning_outer {
  width: 18%;
}
#new_company_main_container #main_right_container #summary_data .company_info .sixth_division .ir_ppt_outer,
.common_type_main_container #main_right_container #summary_data .company_info .sixth_division .ir_ppt_outer {
  width: 15.2%;
}
#new_company_main_container #main_right_container #summary_data .company_info .fifth_division,
.common_type_main_container #main_right_container #summary_data .company_info .fifth_division {
  width: 840px;
}
#new_company_main_container #main_right_container #summary_data .company_info .fifth_division .ir_ppt_outer,
.common_type_main_container #main_right_container #summary_data .company_info .fifth_division .ir_ppt_outer {
  display: none;
}
#new_company_main_container #main_right_container #summary_data .company_info .fifth_division .info_header,
.common_type_main_container #main_right_container #summary_data .company_info .fifth_division .info_header,
#new_company_main_container #main_right_container #summary_data .company_info .fifth_division .auditor_outer,
.common_type_main_container #main_right_container #summary_data .company_info .fifth_division .auditor_outer,
#new_company_main_container #main_right_container #summary_data .company_info .fifth_division .ir_site_outer,
.common_type_main_container #main_right_container #summary_data .company_info .fifth_division .ir_site_outer,
#new_company_main_container #main_right_container #summary_data .company_info .fifth_division .ir_phone_outer,
.common_type_main_container #main_right_container #summary_data .company_info .fifth_division .ir_phone_outer,
#new_company_main_container #main_right_container #summary_data .company_info .fifth_division .ir_mail_outer,
.common_type_main_container #main_right_container #summary_data .company_info .fifth_division .ir_mail_outer {
  width: 20%;
}
#new_company_main_container #main_right_container #summary_data .company_info .separator,
.common_type_main_container #main_right_container #summary_data .company_info .separator {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 49px;
  padding: 0px;
}
#new_company_main_container #main_right_container #summary_data .company_info .info_header,
.common_type_main_container #main_right_container #summary_data .company_info .info_header {
  display: inline-block;
  overflow: hidden;
  padding: 6px 36px 6px 0px;
}
#new_company_main_container #main_right_container #summary_data .company_info .info_header a,
.common_type_main_container #main_right_container #summary_data .company_info .info_header a {
  text-decoration: none;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .company_info .info_header a.linky,
.common_type_main_container #main_right_container #summary_data .company_info .info_header a.linky,
#new_company_main_container #main_right_container #summary_data .company_info .info_header a.linky .info_data,
.common_type_main_container #main_right_container #summary_data .company_info .info_header a.linky .info_data {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .company_info .info_header a.linky:hover,
.common_type_main_container #main_right_container #summary_data .company_info .info_header a.linky:hover,
#new_company_main_container #main_right_container #summary_data .company_info .info_header a.linky:hover .info_data,
.common_type_main_container #main_right_container #summary_data .company_info .info_header a.linky:hover .info_data {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .company_info .info_header .header,
.common_type_main_container #main_right_container #summary_data .company_info .info_header .header {
  color: #828F9A;
  font-size: 12px;
  /*padding-bottom: 3px;*/
  line-height: 18px;
}
#new_company_main_container #main_right_container #summary_data .company_info .info_header .header .tutorial_outer,
.common_type_main_container #main_right_container #summary_data .company_info .info_header .header .tutorial_outer {
  display: inline;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .company_info .info_header .info_data,
.common_type_main_container #main_right_container #summary_data .company_info .info_header .info_data {
  color: #999999;
  font-size: 12px;
  margin-top: 2px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#new_company_main_container #main_right_container #summary_data .company_info .info_header .info_data.linky,
.common_type_main_container #main_right_container #summary_data .company_info .info_header .info_data.linky {
  cursor: pointer;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .company_info .info_header .info_data.linky:hover,
.common_type_main_container #main_right_container #summary_data .company_info .info_header .info_data.linky:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .company_info .latest_earning_outer,
.common_type_main_container #main_right_container #summary_data .company_info .latest_earning_outer {
  width: 156px;
  padding-right: 0px;
  border-left: 0px !important;
}
#new_company_main_container #main_right_container #summary_data .company_info .latest_earning_outer .latest_earning_link,
.common_type_main_container #main_right_container #summary_data .company_info .latest_earning_outer .latest_earning_link {
  cursor: default;
  /*color: @fmc-primary;*/
}
#new_company_main_container #main_right_container #summary_data .company_info .latest_earning_outer .latest_earning_link.linky,
.common_type_main_container #main_right_container #summary_data .company_info .latest_earning_outer .latest_earning_link.linky {
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .company_info .latest_earning_outer .latest_earning_link.linky:hover,
.common_type_main_container #main_right_container #summary_data .company_info .latest_earning_outer .latest_earning_link.linky:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .company_info .auditor_outer,
.common_type_main_container #main_right_container #summary_data .company_info .auditor_outer,
#new_company_main_container #main_right_container #summary_data .company_info .ir_site_outer,
.common_type_main_container #main_right_container #summary_data .company_info .ir_site_outer,
#new_company_main_container #main_right_container #summary_data .company_info .ir_phone_outer,
.common_type_main_container #main_right_container #summary_data .company_info .ir_phone_outer,
#new_company_main_container #main_right_container #summary_data .company_info .ir_mail_outer,
.common_type_main_container #main_right_container #summary_data .company_info .ir_mail_outer,
#new_company_main_container #main_right_container #summary_data .company_info .ir_ppt_outer,
.common_type_main_container #main_right_container #summary_data .company_info .ir_ppt_outer {
  /*width: 140px;*/
  padding-right: 0px;
}
#new_company_main_container #main_right_container #summary_data .company_info .icons_outer,
.common_type_main_container #main_right_container #summary_data .company_info .icons_outer {
  width: 180px;
}
#new_company_main_container #main_right_container #summary_data .company_info .icons_outer,
.common_type_main_container #main_right_container #summary_data .company_info .icons_outer {
  display: inline-block;
  /*overflow: auto;*/
  padding: 6px 0px 3px 0px;
  float: right;
}
#new_company_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img,
.common_type_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img {
  display: inline-block;
  cursor: default;
}
#new_company_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img .icons .icon,
.common_type_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img .icons .icon {
  height: 36px;
  width: 36px;
  fill: #bbc6d5;
  cursor: default;
}
#new_company_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img .icons.present .icon,
.common_type_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img .icons.present .icon {
  fill: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img .icons.present .icon:hover,
.common_type_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img .icons.present .icon:hover {
  fill: #326b9e;
}
#new_company_main_container #main_right_container #summary_data .company_info .icons_outer .hierarchy .icons .icon,
.common_type_main_container #main_right_container #summary_data .company_info .icons_outer .hierarchy .icons .icon {
  height: 34px;
  top: -1px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img:not(:last-child),
.common_type_main_container #main_right_container #summary_data .company_info .icons_outer .icon_img:not(:last-child) {
  display: inline-block;
  padding-right: 6px;
}
#new_company_main_container #main_right_container #summary_data .row:last-child,
.common_type_main_container #main_right_container #summary_data .row:last-child {
  margin-bottom: 50px;
}
#new_company_main_container #main_right_container #summary_data .row,
.common_type_main_container #main_right_container #summary_data .row {
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  overflow: auto;
  overflow: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value,
.common_type_main_container #main_right_container #summary_data .row .enterprise_value {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer,
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer {
  color: red;
  box-sizing: border-box;
  height: inherit;
  width: 507px;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table,
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table {
  color: red;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table .data-row,
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table .data-row {
  line-height: 30px;
  font-size: 12px;
  color: #999999;
  height: 33px;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table .data-cell:not(.title),
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table .data-cell:not(.title) {
  text-align: center;
  color: #666;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table .title,
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table .title {
  text-indent: 12px;
  font-weight: bold;
  font-family: Arial;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table tr:nth-child(even),
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table tr:nth-child(even) {
  background-color: #ffffff;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table tr:nth-child(odd),
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table tr:nth-child(odd) {
  background-color: #f3f8fd;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table tr:first-child,
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table tr:first-child {
  background-color: #ffffff;
  border-bottom: 2px solid #ccd8e6 ;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table tr:last-child,
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer #enterprise_data_table tr:last-child {
  border-bottom: 2px solid #ccd8e6 ;
  border-top: 2px solid #ccd8e6 ;
  color: #666;
  font-weight: bold;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer .graph-text-outer,
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer .graph-text-outer {
  padding-top: 18px;
}
#new_company_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer .graph-text-outer .graph-text,
.common_type_main_container #main_right_container #summary_data .row .enterprise_value #enterprise_value_outer .graph-text-outer .graph-text {
  font-size: 12px;
  line-height: 18px;
  color: #828f9a;
}
#new_company_main_container #main_right_container #summary_data .row .header,
.common_type_main_container #main_right_container #summary_data .row .header {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-bottom: 24px;
  overflow: auto;
}
#new_company_main_container #main_right_container #summary_data .row .header .header_text,
.common_type_main_container #main_right_container #summary_data .row .header .header_text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  cursor: pointer;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .header .header_text:hover:not(.no-hover),
.common_type_main_container #main_right_container #summary_data .row .header .header_text:hover:not(.no-hover) {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .row .header .header_text:not(.no-hover),
.common_type_main_container #main_right_container #summary_data .row .header .header_text:not(.no-hover) {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .row .header .no-hover,
.common_type_main_container #main_right_container #summary_data .row .header .no-hover {
  cursor: default;
  color: #666;
}
#new_company_main_container #main_right_container #summary_data .row .header .share_outer,
.common_type_main_container #main_right_container #summary_data .row .header .share_outer,
#new_company_main_container #main_right_container #summary_data .row .header .button-with-attachment,
.common_type_main_container #main_right_container #summary_data .row .header .button-with-attachment {
  padding: 3px 5px;
  cursor: pointer;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #summary_data .row .header .share_outer .icon,
.common_type_main_container #main_right_container #summary_data .row .header .share_outer .icon,
#new_company_main_container #main_right_container #summary_data .row .header .button-with-attachment .icon,
.common_type_main_container #main_right_container #summary_data .row .header .button-with-attachment .icon {
  fill: #698094;
  height: 18px;
  width: 18px;
}
#new_company_main_container #main_right_container #summary_data .row .header .share_outer:hover,
.common_type_main_container #main_right_container #summary_data .row .header .share_outer:hover,
#new_company_main_container #main_right_container #summary_data .row .header .button-with-attachment:hover,
.common_type_main_container #main_right_container #summary_data .row .header .button-with-attachment:hover {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .header .share_outer:hover .icon,
.common_type_main_container #main_right_container #summary_data .row .header .share_outer:hover .icon,
#new_company_main_container #main_right_container #summary_data .row .header .button-with-attachment:hover .icon,
.common_type_main_container #main_right_container #summary_data .row .header .button-with-attachment:hover .icon {
  fill: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .header .separator,
.common_type_main_container #main_right_container #summary_data .row .header .separator {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #summary_data .row .header .separator_share,
.common_type_main_container #main_right_container #summary_data .row .header .separator_share {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #summary_data .row .header.header-with-buttons,
.common_type_main_container #main_right_container #summary_data .row .header.header-with-buttons {
  line-height: 32px;
}
#new_company_main_container #main_right_container #summary_data .row .header.header-with-buttons .separator,
.common_type_main_container #main_right_container #summary_data .row .header.header-with-buttons .separator,
#new_company_main_container #main_right_container #summary_data .row .header.header-with-buttons .separator_share,
.common_type_main_container #main_right_container #summary_data .row .header.header-with-buttons .separator_share {
  margin: 4px 12px;
}
#new_company_main_container #main_right_container #summary_data .row .header.header-with-buttons .share_outer,
.common_type_main_container #main_right_container #summary_data .row .header.header-with-buttons .share_outer,
#new_company_main_container #main_right_container #summary_data .row .header.header-with-buttons .button-with-attachment,
.common_type_main_container #main_right_container #summary_data .row .header.header-with-buttons .button-with-attachment {
  margin: 4px 0px;
}
#new_company_main_container #main_right_container #summary_data .row .header.header-with-buttons .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #summary_data .row .header.header-with-buttons .select2-container .select2-choice div b {
  margin: 2px 0px;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table,
.common_type_main_container #main_right_container #summary_data .row .valuation_table {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  overflow: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table .no-data,
.common_type_main_container #main_right_container #summary_data .row .valuation_table .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 435px;
  position: relative;
  background-size: auto 300px;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .valuation_table .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table {
  width: 100%;
  border-collapse: collapse;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .year-row,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .year-row {
  line-height: 30px;
  height: 33px;
  font-size: 11px;
  color: #999999;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .year-row td,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .year-row td {
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .year-row td:not(:first-child),
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .year-row td:not(:first-child) {
  padding-right: 4px;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row {
  height: 33px;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row td:not(:first-child),
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row td:not(:first-child) {
  border-bottom: 0;
  border-left: 1px solid #e8f1f9;
  border-right: 1px solid #e8f1f9;
  border-top: 0;
  text-align: center;
  font-family: Arial;
  font-size: 11px;
  color: #666666;
  line-height: 30px;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row .title-cell,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row .title-cell {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #999999;
  line-height: 30px;
  text-indent: 12px;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row .nm-value,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row .nm-value {
  font-size: 9px;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row .data-val-chng,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .data-row .data-val-chng {
  padding-left: 2px;
  font-family: Helvetica Neue, Arial, sans-serif;
  margin-left: 3px;
  min-width: 38px;
  width: 20px;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table tr.even,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table tr.even {
  background-color: #ffffff;
  line-height: 30px;
  font-size: 11px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table tr.odd,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table tr.odd {
  background-color: #f3f8fd;
  line-height: 30px;
  font-size: 11px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .spacer-row,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table .spacer-row {
  display: none;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table tr:last-child,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table #summary-table tr:last-child {
  border-bottom: 2px solid #ccd8e6 ;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table .graph-text-outer,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table .graph-text-outer {
  padding-top: 18px;
}
#new_company_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table .graph-text-outer .graph-text,
.common_type_main_container #main_right_container #summary_data .row .valuation_table #outer-summary-table .graph-text-outer .graph-text {
  font-size: 12px;
  line-height: 18px;
  color: #828f9a;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data {
  height: 356px;
  overflow: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding:not(:first-child),
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container {
  font-size: 12px;
  line-height: 18px;
  color: #3d7fba;
  overflow: auto;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .holding_symbol,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .holding_symbol {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .valid-ticker,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .valid-ticker {
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .holding_name,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .holding_name {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .holding_weight,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .holding_weight {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 57px;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .holding_amount,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_data .list-holding .etf-container .holding_amount {
  width: 80px;
  text-align: right;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination {
  float: right;
  padding-top: 12px;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .prev_etf_holdings,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .prev_etf_holdings {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .prev_etf_holdings .fa-caret-left,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .prev_etf_holdings .fa-caret-left {
  color: #ccc;
  text-align: center;
  margin: auto;
  line-height: 25px;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .prev_etf_holdings.disable,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .prev_etf_holdings.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .next_etf_holdings,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .next_etf_holdings {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin-left: 10px;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .next_etf_holdings .fa-caret-right,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .next_etf_holdings .fa-caret-right {
  color: #ccc;
  line-height: 25px;
  text-align: center;
  margin: auto;
}
#new_company_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .next_etf_holdings.disable,
.common_type_main_container #main_right_container #summary_data .row .etf_holdings_outer .etf_holdings_pagination .next_etf_holdings.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer,
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table,
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table {
  color: red;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table .data-row,
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table .data-row {
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table .data-cell:not(.title),
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table .data-cell:not(.title) {
  text-align: right;
  color: #666;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table .title,
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table .title {
  text-indent: 12px;
  font-weight: bold;
  font-family: Arial;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table .sub-title,
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table .sub-title {
  text-indent: 30px !important;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table tr:nth-child(even),
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table tr:nth-child(even) {
  background-color: #ffffff;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table tr:nth-child(odd),
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table tr:nth-child(odd) {
  background-color: #f3f8fd;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table tr .data-cell:last-child,
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table tr .data-cell:last-child {
  padding-right: 10px;
}
#new_company_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table tr:last-child,
.common_type_main_container #main_right_container #summary_data .row .etf_info_outer #etf_info_table tr:last-child {
  border-bottom: 2px solid #ccd8e6 ;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer {
  border: 1px solid transparent;
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intraday_graph_header,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intraday_graph_header {
  overflow-y: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .no-data,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 280px;
  background-size: auto 100%;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item {
  float: right;
  padding: 0 0 0 24px;
  margin: 2px 0 4px 8px;
  position: relative;
  flex-flow: row wrap;
  border-radius: 2px;
  height: 32px;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox {
  border-radius: 2px 0 0 2px;
  border: 1px solid #ccd8e6;
  width: 30px;
  position: absolute;
  background-color: #e8eef7;
  left: -6px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox input[type='checkbox'],
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox input[type='checkbox'] {
  width: auto;
  padding: 0 8px 1px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #ccd8e6;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-appearance: none;
  visibility: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox label,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox label {
  top: 7px;
  left: 7px;
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox label:after,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox label:after {
  opacity: 1;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid  #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox span,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e8eef7;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item h5,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item h5 {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: normal;
  font-size: 12px;
  display: inline-flex;
  width: 104px;
  line-height: 23px;
  height: 30px;
  border: 1px solid #ccd8e6;
  border-left: none;
  border-radius: 0 2px 2px 0;
  color: #506f8a;
  margin-top: 0;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item h5 span.text,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.item h5 span.text {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: auto;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active .checkbox,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active .checkbox {
  border-color: #3d7fba;
  background-color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active .checkbox label,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active .checkbox label:after,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active .checkbox label:after {
  border-color: #ffffff;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active .checkbox span,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active .checkbox span {
  background-color: #3d7fba;
  border-radius: 2px 0 0 2px;
}
#new_company_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active h5,
.common_type_main_container #main_right_container #summary_data .row .intraday_graph_outer .intra-flag.active h5 {
  border-color: #3d7fba;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer,
.common_type_main_container #main_right_container #summary_data .row .chart_outer {
  border: 1px solid transparent;
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .add-series-label,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .add-series-label {
  padding: 6px;
  padding-left: 0px;
  color: #666;
  line-height: 20px;
  font-size: 12px;
  margin-right: 4px;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 24px;
  margin: 0px 0 0 8px;
  position: relative;
  flex-flow: row wrap;
  border-radius: 2px;
  height: 26px;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox {
  height: 24px;
  border-radius: 2px 0 0 2px;
  border: 1px solid #ccd8e6;
  width: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox input[type='checkbox'],
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox input[type='checkbox'] {
  width: auto;
  padding: 0 8px 1px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #ccd8e6;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-appearance: none;
  visibility: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox label,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox label {
  top: 4px;
  left: 4px;
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox label:after,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox label:after {
  opacity: 1;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid  #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox span,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e8eef7;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item h5,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item h5 {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: normal;
  font-size: 12px;
  display: inline-flex;
  width: 100%;
  line-height: 22px;
  height: 22px;
  border: 1px solid #ccd8e6;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 2px 0 0 6px;
  color: #506f8a;
  margin-top: 0;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item h5 span.text,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .item h5 span.text {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding-left: 2px;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active .checkbox,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active .checkbox {
  border-color: #3d7fba;
  background-color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active .checkbox label,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active .checkbox label:after,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active .checkbox label:after {
  border-color: #ffffff;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active .checkbox span,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active .checkbox span {
  background-color: #3d7fba;
  border-radius: 2px 0 0 2px;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active h5,
.common_type_main_container #main_right_container #summary_data .row .chart_outer .main-graph-option-list .active h5 {
  border-color: #3d7fba;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main #main-graph-content,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main #main-graph-content {
  height: 402px;
  border-top: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main #main-graph-content .no-data,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main #main-graph-content .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 324px;
  background-size: auto 100%;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main #main-graph-content .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main #main-graph-content .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 24px;
  margin: 0px 0 0 8px;
  position: relative;
  flex-flow: row wrap;
  border-radius: 2px;
  height: 26px;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox {
  height: 24px;
  border-radius: 2px 0 0 2px;
  border: 1px solid #ccd8e6;
  width: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox input[type='checkbox'],
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox input[type='checkbox'] {
  width: auto;
  padding: 0 8px 1px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #ccd8e6;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-appearance: none;
  visibility: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox label,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox label {
  top: 4px;
  left: 4px;
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox label:after,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox label:after {
  opacity: 1;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid  #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox span,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e8eef7;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item h5,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item h5 {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: normal;
  font-size: 12px;
  display: inline-flex;
  width: 100%;
  line-height: 22px;
  height: 22px;
  border: 1px solid #ccd8e6;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 2px 0 0 6px;
  color: #506f8a;
  margin-top: 0;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item h5 span.text,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .item h5 span.text {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding-left: 2px;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active .checkbox,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active .checkbox {
  border-color: #3d7fba;
  background-color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active .checkbox label,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active .checkbox label:after,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active .checkbox label:after {
  border-color: #ffffff;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active .checkbox span,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active .checkbox span {
  background-color: #3d7fba;
  border-radius: 2px 0 0 2px;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active h5,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .active h5 {
  border-color: #3d7fba;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .add-series-label,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .add-series-label {
  padding: 6px;
  padding-left: 0px;
  color: #666;
  line-height: 20px;
  font-size: 12px;
  margin-right: 4px;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .mov_avg_days,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .mov_avg_days {
  border: 1px solid #3d7fba;
  border-radius: 2px;
  background-color: #3d7fba;
  color: #ffffff;
  box-sizing: border-box;
  height: 24px;
  width: 30px;
  text-align: center;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .main-graph-option:last-child,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .main-graph-option:last-child {
  margin-right: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .defgray,
.common_type_main_container #main_right_container #summary_data .row .chart_outer_main .main-graph-option-list .defgray {
  color: #ffffff;
  background: #7e91ad;
}
#new_company_main_container #main_right_container #summary_data .row .trading_data,
.common_type_main_container #main_right_container #summary_data .row .trading_data {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
}
#new_company_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table,
.common_type_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table .data-row,
.common_type_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table .data-row {
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table .data-cell:not(.title),
.common_type_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table .data-cell:not(.title) {
  text-align: right;
  padding-right: 12px;
  color: #666;
}
#new_company_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table .title,
.common_type_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table .title {
  text-indent: 12px;
  font-weight: bold;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 11px;
  color: #999999;
  widht: 60%;
}
#new_company_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table tr:nth-child(even),
.common_type_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table tr:nth-child(even) {
  background-color: #f3f8fd;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table tr:nth-child(odd),
.common_type_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table tr:nth-child(odd) {
  background-color: #ffffff;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table tr:last-child,
.common_type_main_container #main_right_container #summary_data .row .trading_data .trading_data_outer #trading_data_table tr:last-child {
  border-bottom: 2px solid #ccd8e6 ;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data,
.common_type_main_container #main_right_container #summary_data .row .analyst_data {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table,
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table .data-row,
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table .data-row {
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table .data-cell:not(.title),
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table .data-cell:not(.title) {
  text-align: center;
  color: #666;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table .title,
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table .title {
  text-indent: 12px;
  font-weight: bold;
  font-family: Arial;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table tr:nth-child(even),
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table tr:nth-child(even) {
  background-color: #f3f8fd;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table tr:nth-child(odd),
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table tr:nth-child(odd) {
  background-color: #ffffff;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table tr:first-child,
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table tr:first-child {
  font-weight: bold;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table tr:last-child,
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .analyst_data_table_outer #analyst_data_table tr:last-child {
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .price_target_graph_outer,
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .price_target_graph_outer {
  height: 192px;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .no-data,
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 324px;
  position: relative;
  background-size: auto 100%;
  border-top: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .analyst_data .analyst_reco_outer .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row #summary-earnings-suprises .no-data,
.common_type_main_container #main_right_container #summary_data .row #summary-earnings-suprises .no-data,
#new_company_main_container #main_right_container #summary_data .row #summary_Revenue_estimate_data_graph .no-data,
.common_type_main_container #main_right_container #summary_data .row #summary_Revenue_estimate_data_graph .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  height: 324px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row #summary-earnings-suprises .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row #summary-earnings-suprises .no-data .no-data-text,
#new_company_main_container #main_right_container #summary_data .row #summary_Revenue_estimate_data_graph .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row #summary_Revenue_estimate_data_graph .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .trading_multiples,
.common_type_main_container #main_right_container #summary_data .row .trading_multiples {
  border: 1px solid transparent;
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .trading_multiples .trading_multiples_header .trading_multiple_options,
.common_type_main_container #main_right_container #summary_data .row .trading_multiples .trading_multiples_header .trading_multiple_options {
  padding-left: 10px;
}
#new_company_main_container #main_right_container #summary_data .row .trading_multiples #trade-graph-content .no-data,
.common_type_main_container #main_right_container #summary_data .row .trading_multiples #trade-graph-content .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 280px;
  background-size: auto 100%;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .trading_multiples #trade-graph-content .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .trading_multiples #trade-graph-content .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .trading_multiples .graph-text-outer .graph-text,
.common_type_main_container #main_right_container #summary_data .row .trading_multiples .graph-text-outer .graph-text {
  font-size: 12px;
  line-height: 18px;
  color: #828f9a;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data {
  box-sizing: border-box;
  height: inherit;
  width: 656px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data {
  margin-bottom: 30px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data .filings_data_header,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data .filings_data_header {
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .no-data,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  height: 250px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item:not(:first-child),
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  min-width: 120px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .headline:hover,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .headline:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 366px;
  color: #9cabb8;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .filings_data #filingscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  /*min-width: 170px;*/
  min-width: 150px;
  text-align: right;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data {
  margin-bottom: 24px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data .news_data_header,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data .news_data_header {
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .no-data,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  height: 324px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item:not(:first-child),
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  overflow: auto;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .news_title,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 466px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .news_title:hover,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .news_title:hover {
  cursor: pointer;
  color: #3d7fba;
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .hover-icon-news,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .hover-icon-news {
  color: #3d7fba;
  margin-top: 3px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .pl10,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .pl10 {
  padding-left: 10px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .pr10,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .pr10 {
  padding-right: 10px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  min-width: 150px;
  text-align: right;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container a,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container a {
  text-decoration: none;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container a:hover,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .news_data #newsarticlecontainer .doc-container .list-item .news-articles-container a:hover {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data .comp_events_data_header,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data .comp_events_data_header {
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .no-data,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 242px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul {
  margin: 0px;
  padding: 0px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul .single-company-event:not(:first-child),
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul .single-company-event:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li {
  list-style-type: none;
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  overflow: auto;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li:hover,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li:hover {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-name,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-name {
  float: left;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  width: 285px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs {
  float: right;
  width: auto;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*color: #9cabb8;*/
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span {
  float: right;
  padding-right: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  min-width: none;
  text-align: right;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span:hover,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event {
  cursor: default;
  color: white;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event:hover,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event:hover {
  text-decoration: none;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-date,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .comp_evenst_ul li .company-event-date {
  float: right;
  color: #999999;
  min-width: 150px;
  text-align: right;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .list-item:not(:first-child),
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #summary_data .row .filings_news_articles_data .comp_events_data #compeventscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data,
.common_type_main_container #main_right_container #summary_data .row .tweets_data {
  box-sizing: border-box;
  height: inherit;
  width: 356px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data .no-data,
.common_type_main_container #main_right_container #summary_data .row .tweets_data .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 304px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .tweets_data .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data .tweets_data_header,
.common_type_main_container #main_right_container #summary_data .row .tweets_data .tweets_data_header {
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer {
  overflow: auto;
  margin-top: -41px;
  height: 1130px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding: 12px;
  font-size: 14px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-left-container,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-left-container {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 12px;
  overflow: auto;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-left-container .tweet-profile-pic,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-left-container .tweet-profile-pic {
  height: 100%;
  width: 100%;
  /* background: grey; */
  background-size: 100% 100%;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container {
  margin-left: 52px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container a,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container a {
  text-decoration: none;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container a:hover,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container a:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .upper-row-header .tweet-message,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .upper-row-header .tweet-message {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-right: 7px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .upper-row-header .tweet-source.user,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .upper-row-header .tweet-source.user {
  font-size: 12px;
  color: #999999;
  height: 16px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .content,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .content {
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .content a,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .content a {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .ticker,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .ticker {
  float: left;
  padding-top: 4px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .author,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .author {
  float: left;
  font-size: 12px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .author a,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item .tweet-right-container .author a {
  color: #999999;
  text-decoration: none;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item:hover,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .list-item:hover {
  background-color: #e2f2fb;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .new_tweet,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .doc-container .new_tweet {
  background-color: #fef3c2;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination {
  float: right;
  padding-top: 12px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .prev_tweets,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .prev_tweets {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .prev_tweets .fa-caret-left,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .prev_tweets .fa-caret-left {
  color: #ccc;
  text-align: center;
  margin: auto;
  line-height: 25px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .prev_tweets.disable,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .prev_tweets.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
  pointer-events: none;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .next_tweets,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .next_tweets {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin-left: 10px;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .next_tweets .fa-caret-right,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .next_tweets .fa-caret-right {
  color: #ccc;
  line-height: 25px;
  text-align: center;
  margin: auto;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .next_tweets.disable,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination .next_tweets.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
  pointer-events: none;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination:first-child,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination:first-child {
  float: right;
  padding-top: 0px;
  padding-bottom: 23px;
}
#new_company_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination:last-child,
.common_type_main_container #main_right_container #summary_data .row .tweets_data #tweetscontainer .tweets_pagination:last-child {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data,
.common_type_main_container #main_right_container #summary_data .row .comparable_data {
  box-sizing: border-box;
  border: solid 1px transparent;
  height: inherit;
  width: 100%;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward {
  width: 100%;
  border-collapse: collapse;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row {
  font-size: 10px;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row .top_header_th,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row .top_header_th {
  height: 76px;
  text-align: right;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row .top_header_th .header_col_div,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row .top_header_th .header_col_div {
  width: 40px;
  width: auto;
  padding: 5px 10px;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row .top_header_th .header_col_div p,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row .top_header_th .header_col_div p {
  margin: auto;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row th.descending,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row th.descending {
  border: 1px solid #BCBCBC;
  height: 23px;
  text-align: right;
  font-size: 12px;
  color: #4482bd;
  background-image: url(images/sort_asc.png);
  background-repeat: no-repeat;
  background-position: -3px 30px;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row th.ascending,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .top_header_row th.ascending {
  border: 1px solid #BCBCBC;
  height: 23px;
  text-align: right;
  font-size: 12px;
  color: #4482bd;
  background-image: url(images/sort_desc.png);
  background-repeat: no-repeat;
  background-position: -3px 20px;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow {
  font-size: 11px;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow td,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow td {
  border-width: 1px;
  border-style: solid;
  border-color: transparent #e8f1f9 #e8f1f9;
  text-align: right;
  font-family: Arial;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
  padding-right: 6px;
  border-top: 0px;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow .positive,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow .positive {
  color: #49af70 !important;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow .negative,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow .negative {
  color: #ef5e4b !important;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow .datacol_ticker,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow .datacol_ticker {
  border-right: 1px solid #e8f1f9;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #999999;
  line-height: 30px;
  text-indent: 6px;
  padding-right: 6px;
  text-align: left;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow .datacol_ticker .ticker-chevron,
.common_type_main_container #main_right_container #summary_data .row .comparable_data #risk-reward-table .risk_reward .datarow .datacol_ticker .ticker-chevron {
  text-indent: 0px;
  max-width: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data .year_ibes tr.even,
.common_type_main_container #main_right_container #summary_data .row .comparable_data .year_ibes tr.even {
  background-color: #f3f8fd;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data .year_ibes tr.odd,
.common_type_main_container #main_right_container #summary_data .row .comparable_data .year_ibes tr.odd {
  background-color: #ffffff;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data tr:nth-child(odd),
.common_type_main_container #main_right_container #summary_data .row .comparable_data tr:nth-child(odd) {
  background-color: #f3f8fd;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data tr:nth-child(even),
.common_type_main_container #main_right_container #summary_data .row .comparable_data tr:nth-child(even) {
  background-color: #ffffff;
}
#new_company_main_container #main_right_container #summary_data .row .comparable_data tr:first-child,
.common_type_main_container #main_right_container #summary_data .row .comparable_data tr:first-child {
  background-color: #ffffff;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .no-data,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 324px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item:not(:first-child),
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item:not(:first-child) {
  padding-top: 12px;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 12px;
  font-size: 14px;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-left-container,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-left-container {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0px 12px;
  overflow: auto;
  display: none;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-left-container .tweet-profile-pic,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-left-container .tweet-profile-pic {
  height: 100%;
  width: 100%;
  /* background: grey; */
  background-size: 100% 100%;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container {
  overflow: auto;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer {
  width: 500px;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .emp-row-header,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .emp-row-header {
  height: 18px;
  padding-bottom: 1px;
  overflow: hidden;
  display: flex;
  color: #666;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .emp-row-header .emp_name,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .emp-row-header .emp_name {
  font-size: 13px;
  color: #3d7fba;
  line-height: 18px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .emp-row-header .emp_name:hover,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .emp-row-header .emp_name:hover {
  color: #3d7fba;
  text-decoration: underline;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .emp-row-header .emp_position,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .emp-row-header .emp_position {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .author,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .author {
  float: left;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .author a,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .author a {
  font-size: 12px;
  color: #999999;
  text-decoration: none;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .date_outer,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .emp_data_outer .date_outer {
  height: 22px;
  color: #999;
  font-size: 13px;
  overflow: hidden;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .images_outer,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .images_outer {
  margin-left: 11px;
  display: none;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .images_outer .icon_img,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .images_outer .icon_img {
  float: left;
  margin-right: 12px;
  height: 24px;
  width: 24px;
  padding: 6px 6px;
}
#new_company_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .images_outer .icon_img img,
.common_type_main_container #main_right_container #summary_data .row .key_employee_data .key_employee_outer .list-item .emp-right-container .images_outer .icon_img img {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .no-data,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 324px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .no-data .no-data-text,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table {
  width: 100%;
  border-collapse: collapse;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .heading-row,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .heading-row {
  line-height: 30px;
  font-size: 12px;
  color: #999999;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .heading-row td,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .heading-row td {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  padding: 0px 5px;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .title-cell,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .title-cell {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #999999;
  line-height: 30px;
  text-indent: 12px;
  max-width: 230px;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .title-cell .data_name,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .title-cell .data_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 98%;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell {
  border-width: 0px 1px 0px;
  border-style: solid;
  border-color: transparent #e8f1f9 #e8f1f9;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
  padding: 0px 5px;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell.negative,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell.negative {
  color: red;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell.negative .fa-sort-down,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell.negative .fa-sort-down {
  padding-right: 5px;
  padding-top: 6px;
  float: left;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell.positive,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell.positive {
  color: green;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell.positive .fa-sort-up,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .data-cell.positive .fa-sort-up {
  padding-right: 5px;
  float: left;
  padding-top: 10px;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .diff_data,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .data-row .diff_data {
  float: right;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .total-row,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .total-row {
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .total-row td,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table .total-row td {
  color: #666666;
  font-weight: bold;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table tr:nth-child(odd),
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table tr:nth-child(odd) {
  background-color: #f3f8fd;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table tr:nth-child(even),
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table tr:nth-child(even) {
  background-color: #ffffff;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table tr:first-child,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table tr:first-child {
  background-color: #ffffff;
}
#new_company_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table tr:last-child,
.common_type_main_container #main_right_container #summary_data .row .top_holders_data .top_holders_outer #top-holders-table tr:last-child {
  border-bottom: 2px solid #ccd8e6 ;
}
#new_company_main_container #main_right_container #summary_data #filings_news_articles_data_section,
.common_type_main_container #main_right_container #summary_data #filings_news_articles_data_section {
  max-height: 1130px;
  position: relative;
}
#new_company_main_container #main_right_container #summary_data .fin_tables,
.common_type_main_container #main_right_container #summary_data .fin_tables {
  overflow-y: hidden;
}
#new_company_main_container #main_right_container #summary_data .row_separator,
.common_type_main_container #main_right_container #summary_data .row_separator {
  margin: 30px 0;
  height: 0;
  border-style: none;
  border-bottom: 1px solid #d0d9e1;
  background-color: transparent;
}
#new_company_main_container #main_right_container .module-container,
.common_type_main_container #main_right_container .module-container {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  box-shadow: none;
}
#new_company_main_container #main_right_container .module-container .header,
.common_type_main_container #main_right_container .module-container .header {
  background: white;
  border: none;
  box-shadow: none;
  width: auto;
  padding: 10px 0px;
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container .module-container .header .title,
.common_type_main_container #main_right_container .module-container .header .title,
#new_company_main_container #main_right_container .module-container .header .header_text,
.common_type_main_container #main_right_container .module-container .header .header_text {
  color: #5488C1;
  margin-top: 10px;
  float: left;
  margin-left: 12px;
  font-size: 12px;
  font-weight: normal;
}
#new_company_main_container #main_right_container .module-container .header .seperator,
.common_type_main_container #main_right_container .module-container .header .seperator {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container .module-container .header input:not(#save_button),
.common_type_main_container #main_right_container .module-container .header input:not(#save_button) {
  padding: 4px;
  /*margin-top: 4px;*/
  /*margin-left: 5px;*/
  outline: none;
  font-size: 12px;
  height: 14px;
  border: 1px solid #8A9DBC;
  border-radius: 3px;
}
#new_company_main_container #main_right_container .module-container .header .button,
.common_type_main_container #main_right_container .module-container .header .button {
  float: right;
  width: auto;
  height: auto;
  text-align: center;
  padding: 3px 10px;
  border: solid 1px #7e91ad;
  border-radius: 3px;
  margin-left: 12px;
  cursor: pointer;
  color: #7e91ad;
  box-shadow: none;
}
#new_company_main_container #main_right_container .module-container .header .button .icon,
.common_type_main_container #main_right_container .module-container .header .button .icon {
  margin-top: 0px;
  color: inherit;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  width: 16px;
}
#new_company_main_container #main_right_container .module-container .header .button .icon::before,
.common_type_main_container #main_right_container .module-container .header .button .icon::before {
  height: 16px;
  line-height: 16px;
}
#new_company_main_container #main_right_container .module-container .header .button:hover,
.common_type_main_container #main_right_container .module-container .header .button:hover {
  background: #e8f1f9;
  box-shadow: none;
}
#new_company_main_container #main_right_container #betaSample_data .main-div,
.common_type_main_container #main_right_container #betaSample_data .main-div {
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #betaSample_data .table-container,
.common_type_main_container #main_right_container #betaSample_data .table-container {
  width: 100%;
}
#new_company_main_container #main_right_container #betaSample_data #rf_annual_ratios,
.common_type_main_container #main_right_container #betaSample_data #rf_annual_ratios {
  width: 100%;
}
#new_company_main_container #main_right_container #betaSample_data #rf_annual_model,
.common_type_main_container #main_right_container #betaSample_data #rf_annual_model {
  width: 100%;
}
#new_company_main_container #main_right_container #betaSample_data #rf_annual_model #yearly_rf_table,
.common_type_main_container #main_right_container #betaSample_data #rf_annual_model #yearly_rf_table {
  width: 100%;
}
#new_company_main_container #main_right_container #betaSample_data #rf_quarterly_model,
.common_type_main_container #main_right_container #betaSample_data #rf_quarterly_model {
  width: 100%;
}
#new_company_main_container #main_right_container #betaSample_data #rf_quarterly_model #quarterly_rf_table,
.common_type_main_container #main_right_container #betaSample_data #rf_quarterly_model #quarterly_rf_table {
  width: 100%;
}
#new_company_main_container #main_right_container #betaSample_data .dcf_model #dcf_table_1,
.common_type_main_container #main_right_container #betaSample_data .dcf_model #dcf_table_1 {
  border: #bcbcbc solid 1px;
}
#new_company_main_container #main_right_container #betaSample_data .dcf_model #dcf_table_1 td,
.common_type_main_container #main_right_container #betaSample_data .dcf_model #dcf_table_1 td {
  height: 25px;
  width: 200px;
  padding: 5px 10px;
  font-size: 10px;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#new_company_main_container #main_right_container #betaSample_data .dcf_model #dcf_table_1 .title-cell,
.common_type_main_container #main_right_container #betaSample_data .dcf_model #dcf_table_1 .title-cell {
  font-weight: bold;
  background-color: #f4f4f4;
}
#new_company_main_container #main_right_container #betaSample_data .dcf_model #dcf_table_1 .header-row,
.common_type_main_container #main_right_container #betaSample_data .dcf_model #dcf_table_1 .header-row {
  border: solid 1px #bcbcbc;
  background-color: #f4f4f4;
}
#new_company_main_container #main_right_container #financial_data,
.common_type_main_container #main_right_container #financial_data {
  overflow: hidden;
  margin-top: 0px;
}
#new_company_main_container #main_right_container #financial_data #label_hdr,
.common_type_main_container #main_right_container #financial_data #label_hdr {
  font-size: 15px;
  margin: 5px 0;
  color: #666;
  margin-left: 20px;
}
#new_company_main_container #main_right_container #financial_data .no-data,
.common_type_main_container #main_right_container #financial_data .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 265px;
  position: relative;
}
#new_company_main_container #main_right_container #financial_data .no-data .no-data-text,
.common_type_main_container #main_right_container #financial_data .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #financial_data .finm-switcher,
.common_type_main_container #main_right_container #financial_data .finm-switcher,
#new_company_main_container #main_right_container #financial_data .finsource-switcher,
.common_type_main_container #main_right_container #financial_data .finsource-switcher,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data #model-source-valuation,
.common_type_main_container #main_right_container #financial_data #model-source-valuation,
#new_company_main_container #main_right_container #financial_data .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data #quarter_results_outer,
.common_type_main_container #main_right_container #financial_data #quarter_results_outer,
#new_company_main_container #main_right_container #financial_data #comparable_data,
.common_type_main_container #main_right_container #financial_data #comparable_data,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_scenario,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_scenario {
  border: none;
  margin: 0 !important;
  margin-right: 10px !important;
}
#new_company_main_container #main_right_container #financial_data .finm-switcher .fin-drop-txt,
.common_type_main_container #main_right_container #financial_data .finm-switcher .fin-drop-txt,
#new_company_main_container #main_right_container #financial_data .finsource-switcher .fin-drop-txt,
.common_type_main_container #main_right_container #financial_data .finsource-switcher .fin-drop-txt,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_table .fin-drop-txt,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_table .fin-drop-txt,
#new_company_main_container #main_right_container #financial_data #model-source-valuation .fin-drop-txt,
.common_type_main_container #main_right_container #financial_data #model-source-valuation .fin-drop-txt,
#new_company_main_container #main_right_container #financial_data .dropdown_seg_type .fin-drop-txt,
.common_type_main_container #main_right_container #financial_data .dropdown_seg_type .fin-drop-txt,
#new_company_main_container #main_right_container #financial_data #quarter_results_outer .fin-drop-txt,
.common_type_main_container #main_right_container #financial_data #quarter_results_outer .fin-drop-txt,
#new_company_main_container #main_right_container #financial_data #comparable_data .fin-drop-txt,
.common_type_main_container #main_right_container #financial_data #comparable_data .fin-drop-txt,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_scenario .fin-drop-txt,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_scenario .fin-drop-txt {
  height: 16px;
  width: 48px;
  color: #264664;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  margin-right: 6px;
}
#new_company_main_container #main_right_container #financial_data .finm-switcher .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .finm-switcher .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .finsource-switcher .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .finsource-switcher .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #model-source-valuation .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #model-source-valuation .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #quarter_results_outer .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #quarter_results_outer .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #comparable_data .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #comparable_data .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice div b {
  background-image: url('../images/down-traingle@4x.png') !important;
  margin: auto !important;
  margin-top: 14px !important;
  width: 8px;
  height: 4px;
  background-size: 8px 4px !important;
}
#new_company_main_container #main_right_container #financial_data .finm-switcher .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
.common_type_main_container #main_right_container #financial_data .finm-switcher .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
#new_company_main_container #main_right_container #financial_data .finsource-switcher .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
.common_type_main_container #main_right_container #financial_data .finsource-switcher .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
#new_company_main_container #main_right_container #financial_data #model-source-valuation .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
.common_type_main_container #main_right_container #financial_data #model-source-valuation .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
#new_company_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
.common_type_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
#new_company_main_container #main_right_container #financial_data #quarter_results_outer .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
.common_type_main_container #main_right_container #financial_data #quarter_results_outer .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
#new_company_main_container #main_right_container #financial_data #comparable_data .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
.common_type_main_container #main_right_container #financial_data #comparable_data .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-container:not(#s2id_risk_reward_model_table_drop_down):not(#s2id_year_drop):not(#s2id_quarter_drop) .select2-choice span {
  margin-right: 32px;
  line-height: 30px;
  color: #3d7fba;
  font-size: 13px;
  font-weight: 500;
}
#new_company_main_container #main_right_container #financial_data .finm-switcher .select2-dropdown-open .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .finm-switcher .select2-dropdown-open .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .finsource-switcher .select2-dropdown-open .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .finsource-switcher .select2-dropdown-open .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_table .select2-dropdown-open .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_table .select2-dropdown-open .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #model-source-valuation .select2-dropdown-open .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #model-source-valuation .select2-dropdown-open .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .dropdown_seg_type .select2-dropdown-open .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .dropdown_seg_type .select2-dropdown-open .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #quarter_results_outer .select2-dropdown-open .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #quarter_results_outer .select2-dropdown-open .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #comparable_data .select2-dropdown-open .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #comparable_data .select2-dropdown-open .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-dropdown-open .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-dropdown-open .select2-choice div b {
  background-image: url('../../../images/up-traingle@4x.png') !important;
  background-position: initial;
}
#new_company_main_container #main_right_container #financial_data #model-ptype .select2-container,
.common_type_main_container #main_right_container #financial_data #model-ptype .select2-container {
  width: 110px;
}
#new_company_main_container #main_right_container #financial_data #model-source .select2-container,
.common_type_main_container #main_right_container #financial_data #model-source .select2-container {
  width: 221px;
}
#new_company_main_container #main_right_container #financial_data #model-source-valuation .select2-container,
.common_type_main_container #main_right_container #financial_data #model-source-valuation .select2-container {
  width: 150px;
}
#new_company_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container,
#new_company_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container,
.common_type_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container {
  width: 152px;
}
#new_company_main_container #main_right_container #financial_data #s2id_risk_models,
.common_type_main_container #main_right_container #financial_data #s2id_risk_models {
  float: left;
}
#new_company_main_container #main_right_container #financial_data .finm-switcher .select2-container a,
.common_type_main_container #main_right_container #financial_data .finm-switcher .select2-container a,
#new_company_main_container #main_right_container #financial_data .finsource-switcher .select2-container a,
.common_type_main_container #main_right_container #financial_data .finsource-switcher .select2-container a,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container a,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container a,
#new_company_main_container #main_right_container #financial_data #model-source-valuation .select2-container a,
.common_type_main_container #main_right_container #financial_data #model-source-valuation .select2-container a,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-container a,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-container a,
#new_company_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container a,
.common_type_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container a,
#new_company_main_container #main_right_container #financial_data #s2id_risk_models.select2-container a,
.common_type_main_container #main_right_container #financial_data #s2id_risk_models.select2-container a,
#new_company_main_container #main_right_container #financial_data .scatter_plot.select2-container a,
.common_type_main_container #main_right_container #financial_data .scatter_plot.select2-container a {
  border: 1px solid #BBC6D5 !important;
  background: #FFFFFF !important;
  border-radius: 2px !important;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 0 0 10px !important;
  box-sizing: border-box !important;
}
#new_company_main_container #main_right_container #financial_data .finm-switcher .select2-container div,
.common_type_main_container #main_right_container #financial_data .finm-switcher .select2-container div,
#new_company_main_container #main_right_container #financial_data .finsource-switcher .select2-container div,
.common_type_main_container #main_right_container #financial_data .finsource-switcher .select2-container div,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container div,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_table .select2-container div,
#new_company_main_container #main_right_container #financial_data #model-source-valuation .select2-container div,
.common_type_main_container #main_right_container #financial_data #model-source-valuation .select2-container div,
#new_company_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-container div,
.common_type_main_container #main_right_container #financial_data .drop_down_fin_scenario .select2-container div,
#new_company_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container div,
.common_type_main_container #main_right_container #financial_data .dropdown_seg_type .select2-container div,
#new_company_main_container #main_right_container #financial_data #s2id_risk_models.select2-container div,
.common_type_main_container #main_right_container #financial_data #s2id_risk_models.select2-container div,
#new_company_main_container #main_right_container #financial_data .scatter_plot.select2-container div,
.common_type_main_container #main_right_container #financial_data .scatter_plot.select2-container div {
  width: 32px !important;
  background: #F9FCFF !important;
  border-left: 1px solid #BBC6D5 !important;
  border-radius: 0 2px 2px 0 !important;
}
#new_company_main_container #main_right_container #financial_data .scatter_plot.select2-container a,
.common_type_main_container #main_right_container #financial_data .scatter_plot.select2-container a {
  border: 0!important;
  border-radius: 0 !important;
  border-right: 1px solid #BBC6D5 !important;
  height: 30px !important;
  line-height: 30px !important;
}
#new_company_main_container #main_right_container #financial_data .disable-button,
.common_type_main_container #main_right_container #financial_data .disable-button {
  pointer-events: none;
}
#new_company_main_container #main_right_container #financial_data .disable-button g,
.common_type_main_container #main_right_container #financial_data .disable-button g {
  fill: lightgray;
}
#new_company_main_container #main_right_container #financial_data .disable-button span,
.common_type_main_container #main_right_container #financial_data .disable-button span {
  color: lightgray !important;
}
#new_company_main_container #main_right_container #financial_data .disable-button .select2-container .select2-choice span,
.common_type_main_container #main_right_container #financial_data .disable-button .select2-container .select2-choice span {
  color: lightgray !important;
}
#new_company_main_container #main_right_container #financial_data .buttons-wrapper,
.common_type_main_container #main_right_container #financial_data .buttons-wrapper {
  height: 31px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px 0 rgba(25, 50, 72, 0.32);
  border-radius: 2px;
}
#new_company_main_container #main_right_container #financial_data .buttons-wrapper .button,
.common_type_main_container #main_right_container #financial_data .buttons-wrapper .button {
  padding: 7px 8px 8px 8px !important;
  border: 0!important;
  margin: 0!important;
  border-radius: 0!important;
}
#new_company_main_container #main_right_container #financial_data .buttons-wrapper .button .icon,
.common_type_main_container #main_right_container #financial_data .buttons-wrapper .button .icon {
  height: 16px!important;
  width: 16px!important;
  fill: #3d7fba !important;
}
#new_company_main_container #main_right_container #financial_data .buttons-wrapper .button:hover .icon,
.common_type_main_container #main_right_container #financial_data .buttons-wrapper .button:hover .icon {
  fill: #326b9e;
}
#new_company_main_container #main_right_container #financial_data .buttons-wrapper #financial-table-delete-button,
.common_type_main_container #main_right_container #financial_data .buttons-wrapper #financial-table-delete-button,
#new_company_main_container #main_right_container #financial_data .buttons-wrapper #financial-table-save-button,
.common_type_main_container #main_right_container #financial_data .buttons-wrapper #financial-table-save-button,
#new_company_main_container #main_right_container #financial_data .buttons-wrapper #seg-table-export-button,
.common_type_main_container #main_right_container #financial_data .buttons-wrapper #seg-table-export-button {
  border-right: 1px solid #ccd8e6;
}
#new_company_main_container #main_right_container #financial_data .annual_model,
.common_type_main_container #main_right_container #financial_data .annual_model,
#new_company_main_container #main_right_container #financial_data .quaterly_model,
.common_type_main_container #main_right_container #financial_data .quaterly_model,
#new_company_main_container #main_right_container #financial_data .financial_matrices,
.common_type_main_container #main_right_container #financial_data .financial_matrices,
#new_company_main_container #main_right_container #financial_data .ratios_container,
.common_type_main_container #main_right_container #financial_data .ratios_container,
#new_company_main_container #main_right_container #financial_data .segment_data,
.common_type_main_container #main_right_container #financial_data .segment_data,
#new_company_main_container #main_right_container #financial_data #fundamental_data,
.common_type_main_container #main_right_container #financial_data #fundamental_data,
#new_company_main_container #main_right_container #financial_data .fin_model,
.common_type_main_container #main_right_container #financial_data .fin_model,
#new_company_main_container #main_right_container #financial_data #comparable_data,
.common_type_main_container #main_right_container #financial_data #comparable_data {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container {
  background-color: transparent;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .fixed_cell[style] {
  background-color: white !important;
  border: 1px solid #d4e0ea !important;
  border-bottom: 2px solid #d4e0ea !important;
  color: #112a40;
  font-weight: 500;
  font-size: 12px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style],
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style],
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style],
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style],
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style],
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style],
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style],
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style],
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style],
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style],
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style],
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style],
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style],
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style],
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style],
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] {
  background-color: white;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .first_cell {
  font-size: 12px !important;
  background-color: white !important;
  border: 1px solid #d4e0ea;
  border-bottom: 2px solid #d4e0ea;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell {
  font-size: 12px !important;
  background-color: white;
  border: 1px solid #d4e0ea;
  border-bottom: 2px solid #d4e0ea;
  color: #112a40;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup {
  font-family: Helvetica, Arial;
  z-index: 102;
  position: absolute;
  top: 15px;
  background: white;
  box-shadow: rgba(0, 22, 42, 0.65098) 0px 6px 30px 0px;
  text-align: left;
  padding: 5px;
  border-radius: 4px;
  width: auto;
  left: -90px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap {
  width: 100%;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .keys {
  float: left;
  width: auto;
  min-width: 120px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap .value {
  float: right;
  width: auto;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(odd) {
  background-color: #fff;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table[style] .other_cell .header_popup .keyval_wrap:nth-of-type(even) {
  background-color: #f9fcff;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .row_header_table .row_wrapper:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .row_header_table .row_wrapper:nth-of-type(odd) {
  background-color: white;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .row_header_table .row_wrapper:nth-child(even),
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .row_header_table .row_wrapper:nth-child(even),
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .row_header_table .row_wrapper:nth-child(even),
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .row_header_table .row_wrapper:nth-child(even),
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .row_header_table .row_wrapper:nth-child(even),
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .row_header_table .row_wrapper:nth-child(even),
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .row_header_table .row_wrapper:nth-child(even),
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .row_header_table .row_wrapper:nth-child(even),
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .row_header_table .row_wrapper:nth-child(even),
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .row_header_table .row_wrapper:nth-child(even),
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .row_header_table .row_wrapper:nth-child(even),
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .row_header_table .row_wrapper:nth-child(even),
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .row_header_table .row_wrapper:nth-child(even),
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .row_header_table .row_wrapper:nth-child(even),
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .row_header_table .row_wrapper:nth-child(even),
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .row_header_table .row_wrapper:nth-child(even) {
  background-color: #f9fcff !important;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .row_header_table .first_cell {
  background-image: none;
  background-color: transparent;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .year_ibes .main_table_row:nth-of-type(odd),
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .year_ibes .main_table_row:nth-of-type(odd) {
  background-color: white;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .year_ibes .main_table_row:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .year_ibes .main_table_row:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .year_ibes .main_table_row:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .year_ibes .main_table_row:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes .main_table_row:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes .main_table_row:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .year_ibes .main_table_row:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .year_ibes .main_table_row:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .year_ibes .main_table_row:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .year_ibes .main_table_row:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .year_ibes .main_table_row:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .year_ibes .main_table_row:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .year_ibes .main_table_row:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .year_ibes .main_table_row:nth-of-type(even),
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .year_ibes .main_table_row:nth-of-type(even),
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .year_ibes .main_table_row:nth-of-type(even) {
  background-color: #f9fcff;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .year_ibes .main_table_row .other_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .year_ibes .main_table_row .other_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .year_ibes .main_table_row .other_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .year_ibes .main_table_row .other_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes .main_table_row .other_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes .main_table_row .other_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .year_ibes .main_table_row .other_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .year_ibes .main_table_row .other_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .year_ibes .main_table_row .other_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .year_ibes .main_table_row .other_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .year_ibes .main_table_row .other_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .year_ibes .main_table_row .other_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .year_ibes .main_table_row .other_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .year_ibes .main_table_row .other_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .year_ibes .main_table_row .other_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .year_ibes .main_table_row .other_cell {
  font-size: 11px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .first_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .first_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .first_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .first_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .first_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .first_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .first_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .first_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .first_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .first_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .first_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .first_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .first_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .first_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .first_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .first_cell,
#new_company_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .ibes_container .header_table .other_cell {
  border: 1px solid #d4e0ea;
  font-size: 11px;
  font-weight: 500;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader),
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader),
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader),
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader),
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader),
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader),
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader),
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader),
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader),
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader),
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader),
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader),
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader),
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader),
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader),
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) {
  height: 56px;
  background-color: #e8eef7;
  box-shadow: 0 1px 0 0 #bbc6d5;
  z-index: 102;
  background-image: none;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .seperator,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .seperator,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .seperator,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .seperator,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .seperator,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .seperator,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .seperator,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .seperator,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .seperator,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .seperator,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .seperator,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .seperator,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .seperator,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .seperator,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .seperator,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .seperator {
  height: 32px;
  width: 1px;
  background-color: #bbc6d5;
  border-left: 0;
  margin: 0 12px !important;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .title,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .title,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .title,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .title,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .title,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .title,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .title,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .title,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .title,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .title,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .title,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .title,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .title,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .title,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .title,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .title {
  height: 18px;
  color: #264664;
  font-size: 16px;
  line-height: 18px;
  margin: 20px 0 18px 20px;
  width: 181px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .foot-header,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .foot-header,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .foot-header,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .foot-header,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .foot-header,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .foot-header,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .foot-header,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .foot-header,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .foot-header,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .foot-header,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .foot-header,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .foot-header,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .foot-header,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .foot-header,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .foot-header,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .foot-header {
  width: auto;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .tutorial_outer,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .tutorial_outer,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .tutorial_outer,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .tutorial_outer,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .tutorial_outer,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .tutorial_outer,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .tutorial_outer,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .tutorial_outer,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .tutorial_outer,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .tutorial_outer,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .tutorial_outer,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .tutorial_outer,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .tutorial_outer,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .tutorial_outer,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .tutorial_outer,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .tutorial_outer {
  height: 12px;
  width: 16px;
  border-radius: 2px;
  margin-top: 19px;
  margin-bottom: 17px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .tutorial_outer .tutorial-btn,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .tutorial_outer .tutorial-btn {
  height: 12px;
  width: 16px;
  font-size: 14px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .accordion-button,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .accordion-button,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .accordion-button,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .accordion-button,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .accordion-button,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .accordion-button,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .accordion-button,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .accordion-button,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .accordion-button,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .accordion-button,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .accordion-button,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .accordion-button,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .accordion-button,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .accordion-button,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .accordion-button,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .accordion-button {
  border: 1px solid #bbc6d5;
  border-radius: 3px;
  background-color: #f9fcff;
  margin: 19px 0 17px 0;
  box-sizing: border-box;
  padding: 4px;
  cursor: pointer;
  position: absolute;
  left: 240px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .accordion-button .icon,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) .accordion-button .icon,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .accordion-button .icon,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) .accordion-button .icon,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .accordion-button .icon,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) .accordion-button .icon,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .accordion-button .icon,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) .accordion-button .icon,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .accordion-button .icon,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) .accordion-button .icon,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .accordion-button .icon,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) .accordion-button .icon,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .accordion-button .icon,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) .accordion-button .icon,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .accordion-button .icon,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) .accordion-button .icon {
  fill: #3d7fba;
  height: 10px;
  width: 10px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) #financial-table-option,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) #financial-table-option,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) #financial-table-option,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) #financial-table-option,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) #financial-table-option,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) #financial-table-option,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) #financial-table-option,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) #financial-table-option,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) #financial-table-option,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) #financial-table-option,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) #financial-table-option,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) #financial-table-option,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) #financial-table-option,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) #financial-table-option,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) #financial-table-option,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) #financial-table-option {
  overflow: hidden;
  padding: 12px 12px 12px 0;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) #financial-table-option .finm-switcher,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) #financial-table-option .finm-switcher,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) #financial-table-option .finm-switcher,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) #financial-table-option .finm-switcher,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) #financial-table-option .finm-switcher,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) #financial-table-option .finm-switcher,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) #financial-table-option .finm-switcher,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) #financial-table-option .finm-switcher,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) #financial-table-option .finm-switcher,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) #financial-table-option .finm-switcher,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) #financial-table-option .finm-switcher,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) #financial-table-option .finm-switcher,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) #financial-table-option .finm-switcher,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) #financial-table-option .finm-switcher,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) #financial-table-option .finm-switcher,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) #financial-table-option .finm-switcher {
  padding: 0;
  background: none;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario1 {
  position: absolute;
  left: 500px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
.common_type_main_container #main_right_container #financial_data .annual_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
#new_company_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
.common_type_main_container #main_right_container #financial_data .ratios_container .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
#new_company_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
.common_type_main_container #main_right_container #financial_data .segment_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
#new_company_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
.common_type_main_container #main_right_container #financial_data #fundamental_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
#new_company_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
.common_type_main_container #main_right_container #financial_data .fin_model .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
#new_company_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2,
.common_type_main_container #main_right_container #financial_data #comparable_data .header:not(.valuetableheader) #financial-table-option #dropdown_scenario2 {
  position: absolute;
  left: 1000px;
}
#new_company_main_container #main_right_container #financial_data .annual_model #fundamental-tables,
.common_type_main_container #main_right_container #financial_data .annual_model #fundamental-tables,
#new_company_main_container #main_right_container #financial_data .quaterly_model #fundamental-tables,
.common_type_main_container #main_right_container #financial_data .quaterly_model #fundamental-tables,
#new_company_main_container #main_right_container #financial_data .financial_matrices #fundamental-tables,
.common_type_main_container #main_right_container #financial_data .financial_matrices #fundamental-tables,
#new_company_main_container #main_right_container #financial_data .ratios_container #fundamental-tables,
.common_type_main_container #main_right_container #financial_data .ratios_container #fundamental-tables,
#new_company_main_container #main_right_container #financial_data .segment_data #fundamental-tables,
.common_type_main_container #main_right_container #financial_data .segment_data #fundamental-tables,
#new_company_main_container #main_right_container #financial_data #fundamental_data #fundamental-tables,
.common_type_main_container #main_right_container #financial_data #fundamental_data #fundamental-tables,
#new_company_main_container #main_right_container #financial_data .fin_model #fundamental-tables,
.common_type_main_container #main_right_container #financial_data .fin_model #fundamental-tables,
#new_company_main_container #main_right_container #financial_data #comparable_data #fundamental-tables,
.common_type_main_container #main_right_container #financial_data #comparable_data #fundamental-tables {
  overflow-y: auto ;
  overflow-x: hidden ;
  width: 100%;
}
#new_company_main_container #main_right_container #financial_data .annual_model #segment-data-container .header,
.common_type_main_container #main_right_container #financial_data .annual_model #segment-data-container .header,
#new_company_main_container #main_right_container #financial_data .quaterly_model #segment-data-container .header,
.common_type_main_container #main_right_container #financial_data .quaterly_model #segment-data-container .header,
#new_company_main_container #main_right_container #financial_data .financial_matrices #segment-data-container .header,
.common_type_main_container #main_right_container #financial_data .financial_matrices #segment-data-container .header,
#new_company_main_container #main_right_container #financial_data .ratios_container #segment-data-container .header,
.common_type_main_container #main_right_container #financial_data .ratios_container #segment-data-container .header,
#new_company_main_container #main_right_container #financial_data .segment_data #segment-data-container .header,
.common_type_main_container #main_right_container #financial_data .segment_data #segment-data-container .header,
#new_company_main_container #main_right_container #financial_data #fundamental_data #segment-data-container .header,
.common_type_main_container #main_right_container #financial_data #fundamental_data #segment-data-container .header,
#new_company_main_container #main_right_container #financial_data .fin_model #segment-data-container .header,
.common_type_main_container #main_right_container #financial_data .fin_model #segment-data-container .header,
#new_company_main_container #main_right_container #financial_data #comparable_data #segment-data-container .header,
.common_type_main_container #main_right_container #financial_data #comparable_data #segment-data-container .header {
  border-top: 1px solid #BBBBBB!important;
  height: 42px;
  z-index: 100;
}
#new_company_main_container #main_right_container #financial_data .annual_model #segment-data-container .header div.title,
.common_type_main_container #main_right_container #financial_data .annual_model #segment-data-container .header div.title,
#new_company_main_container #main_right_container #financial_data .quaterly_model #segment-data-container .header div.title,
.common_type_main_container #main_right_container #financial_data .quaterly_model #segment-data-container .header div.title,
#new_company_main_container #main_right_container #financial_data .financial_matrices #segment-data-container .header div.title,
.common_type_main_container #main_right_container #financial_data .financial_matrices #segment-data-container .header div.title,
#new_company_main_container #main_right_container #financial_data .ratios_container #segment-data-container .header div.title,
.common_type_main_container #main_right_container #financial_data .ratios_container #segment-data-container .header div.title,
#new_company_main_container #main_right_container #financial_data .segment_data #segment-data-container .header div.title,
.common_type_main_container #main_right_container #financial_data .segment_data #segment-data-container .header div.title,
#new_company_main_container #main_right_container #financial_data #fundamental_data #segment-data-container .header div.title,
.common_type_main_container #main_right_container #financial_data #fundamental_data #segment-data-container .header div.title,
#new_company_main_container #main_right_container #financial_data .fin_model #segment-data-container .header div.title,
.common_type_main_container #main_right_container #financial_data .fin_model #segment-data-container .header div.title,
#new_company_main_container #main_right_container #financial_data #comparable_data #segment-data-container .header div.title,
.common_type_main_container #main_right_container #financial_data #comparable_data #segment-data-container .header div.title {
  margin: 12px 20px 12px 20px;
  font-size: 13px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #264664;
}
#new_company_main_container #main_right_container #financial_data .annual_model #segment-data-container .header div#seg-data-options,
.common_type_main_container #main_right_container #financial_data .annual_model #segment-data-container .header div#seg-data-options,
#new_company_main_container #main_right_container #financial_data .quaterly_model #segment-data-container .header div#seg-data-options,
.common_type_main_container #main_right_container #financial_data .quaterly_model #segment-data-container .header div#seg-data-options,
#new_company_main_container #main_right_container #financial_data .financial_matrices #segment-data-container .header div#seg-data-options,
.common_type_main_container #main_right_container #financial_data .financial_matrices #segment-data-container .header div#seg-data-options,
#new_company_main_container #main_right_container #financial_data .ratios_container #segment-data-container .header div#seg-data-options,
.common_type_main_container #main_right_container #financial_data .ratios_container #segment-data-container .header div#seg-data-options,
#new_company_main_container #main_right_container #financial_data .segment_data #segment-data-container .header div#seg-data-options,
.common_type_main_container #main_right_container #financial_data .segment_data #segment-data-container .header div#seg-data-options,
#new_company_main_container #main_right_container #financial_data #fundamental_data #segment-data-container .header div#seg-data-options,
.common_type_main_container #main_right_container #financial_data #fundamental_data #segment-data-container .header div#seg-data-options,
#new_company_main_container #main_right_container #financial_data .fin_model #segment-data-container .header div#seg-data-options,
.common_type_main_container #main_right_container #financial_data .fin_model #segment-data-container .header div#seg-data-options,
#new_company_main_container #main_right_container #financial_data #comparable_data #segment-data-container .header div#seg-data-options,
.common_type_main_container #main_right_container #financial_data #comparable_data #segment-data-container .header div#seg-data-options {
  padding: 5px 12px 5px 12px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .table-title,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .table-title,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .table-title,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .table-title,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .table-title,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .table-title,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .table-title,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .table-title,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .table-title,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .table-title,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .table-title,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .table-title,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .table-title,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .table-title,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .table-title,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .table-title {
  text-align: left;
  background-color: white!important;
  font-size: 13px;
  padding-left: 18px;
  color: #3d7fba;
  font-weight: 500;
  font-family: Helvetica Neue, Arial, sans-serif;
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  overflow: hidden;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .fixed_cell[style],
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .fixed_cell[style] {
  color: #3d7fba;
  border: 1px solid #ccd8e6 !important;
  border-bottom: 2px solid #ccd8e6 !important;
  font-size: 13px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .fixed_cell[style] .header-text,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .fixed_cell[style] .header-text,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .fixed_cell[style] .header-text,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .fixed_cell[style] .header-text,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .fixed_cell[style] .header-text,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .fixed_cell[style] .header-text,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .fixed_cell[style] .header-text,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .fixed_cell[style] .header-text,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .fixed_cell[style] .header-text,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .fixed_cell[style] .header-text,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .fixed_cell[style] .header-text,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .fixed_cell[style] .header-text,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .fixed_cell[style] .header-text,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .fixed_cell[style] .header-text,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .fixed_cell[style] .header-text,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .fixed_cell[style] .header-text {
  text-indent: 0;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .fixed_cell.cols-collapsed,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .fixed_cell.cols-collapsed,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .fixed_cell.cols-collapsed,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .fixed_cell.cols-collapsed,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .fixed_cell.cols-collapsed,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .fixed_cell.cols-collapsed,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .fixed_cell.cols-collapsed,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .fixed_cell.cols-collapsed,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .fixed_cell.cols-collapsed,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .fixed_cell.cols-collapsed,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .fixed_cell.cols-collapsed,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .fixed_cell.cols-collapsed,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .fixed_cell.cols-collapsed,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .fixed_cell.cols-collapsed,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .fixed_cell.cols-collapsed,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .fixed_cell.cols-collapsed {
  border-right: 2px solid #3D7FBA!important;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .header_table[style] .first_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .header_table[style] .first_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .header_table[style] .first_cell {
  font-size: 12px !important;
  background-color: white !important;
  border: 1px solid #d4e0ea;
  border-bottom: 2px solid #d4e0ea;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .header_table[style] .other_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .header_table[style] .other_cell {
  color: #3d7fba !important;
  border: 1px solid #ccd8e6 !important;
  border-bottom: 2px solid #ccd8e6 !important;
  border-left: 0 !important;
  font-size: 13px !important;
  font-weight: 500;
  position: relative;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .header_table[style] .other_cell .top_map,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .header_table[style] .other_cell .top_map,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .header_table[style] .other_cell .top_map,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .header_table[style] .other_cell .top_map,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .header_table[style] .other_cell .top_map,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .header_table[style] .other_cell .top_map,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .header_table[style] .other_cell .top_map,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .header_table[style] .other_cell .top_map,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .header_table[style] .other_cell .top_map,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .header_table[style] .other_cell .top_map,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .header_table[style] .other_cell .top_map,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .header_table[style] .other_cell .top_map,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .header_table[style] .other_cell .top_map,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .header_table[style] .other_cell .top_map,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .header_table[style] .other_cell .top_map,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .header_table[style] .other_cell .top_map {
  font-weight: 400;
  font-size: 11px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .header_table[style] .border-col-header,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .header_table[style] .border-col-header,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .header_table[style] .border-col-header,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .header_table[style] .border-col-header,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .header_table[style] .border-col-header,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .header_table[style] .border-col-header,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .header_table[style] .border-col-header,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .header_table[style] .border-col-header,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .header_table[style] .border-col-header,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .header_table[style] .border-col-header,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .header_table[style] .border-col-header,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .header_table[style] .border-col-header,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .header_table[style] .border-col-header,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .header_table[style] .border-col-header,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .header_table[style] .border-col-header,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .header_table[style] .border-col-header {
  color: #2DA65B!important;
  font-weight: 500;
  border-left: 1px solid #ccd8e6 !important;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header {
  border-right: 0 !important;
  border-top: 1px solid #ccd8e6 !important;
  background-color: #fff;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .row_header_table .first_cell.border-row-header .outer-wrapper {
  color: #264664;
  font-size: 11px;
  font-weight: bold;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .row_header_table .row_wrapper:first-child .first_cell.border-row-header {
  border-top: 0 !important;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .row_header_table .sub-cell .first_cell.indent_row {
  font-weight: 400;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .row_header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .header_table .other_cell {
  border: 1px solid #ccd8e6;
  color: #264664;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .year_ibes .other_cell {
  border-bottom: 1px solid #ccd8e6;
  border-right: 1px solid #ccd8e6;
  border-left: none;
  color: #264664;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .first_cell div.outer-wrapper .accordion-expand {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .border-col,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .border-col,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .border-col,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .border-col,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .border-col,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .border-col,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .border-col,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .border-col,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .border-col,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .border-col,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .border-col,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .border-col,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .border-col,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .border-col,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .border-col,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .border-col {
  background-color: #ECFCF7;
  border-left: 1px solid #ccd8e6 !important;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .main_table_row .border-row,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .main_table_row .border-row,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .main_table_row .border-row,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .main_table_row .border-row,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .main_table_row .border-row,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .main_table_row .border-row,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .main_table_row .border-row,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .main_table_row .border-row,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .main_table_row .border-row,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .main_table_row .border-row,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .main_table_row .border-row,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .main_table_row .border-row,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .main_table_row .border-row,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .main_table_row .border-row,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .main_table_row .border-row,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .main_table_row .border-row {
  border-left: 0 !important;
  border-right: 0;
  border-top: 1px solid #ccd8e6;
  background-color: #fff !important;
}
#new_company_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
.common_type_main_container #main_right_container #financial_data .annual_model .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
#new_company_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
.common_type_main_container #main_right_container #financial_data .quaterly_model .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
#new_company_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
.common_type_main_container #main_right_container #financial_data .financial_matrices .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
#new_company_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
.common_type_main_container #main_right_container #financial_data .ratios_container .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
#new_company_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
.common_type_main_container #main_right_container #financial_data .segment_data .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
#new_company_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
.common_type_main_container #main_right_container #financial_data #fundamental_data .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
#new_company_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
.common_type_main_container #main_right_container #financial_data .fin_model .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
#new_company_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row,
.common_type_main_container #main_right_container #financial_data #comparable_data .section-tables-container .table-container .ibes_container .main_table_row:first-child .border-row {
  border-top: 0;
}
#new_company_main_container #main_right_container #financial_data .annual_model #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
.common_type_main_container #main_right_container #financial_data .annual_model #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
#new_company_main_container #main_right_container #financial_data .quaterly_model #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
.common_type_main_container #main_right_container #financial_data .quaterly_model #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
#new_company_main_container #main_right_container #financial_data .financial_matrices #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
.common_type_main_container #main_right_container #financial_data .financial_matrices #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
#new_company_main_container #main_right_container #financial_data .ratios_container #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
.common_type_main_container #main_right_container #financial_data .ratios_container #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
#new_company_main_container #main_right_container #financial_data .segment_data #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
.common_type_main_container #main_right_container #financial_data .segment_data #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
#new_company_main_container #main_right_container #financial_data #fundamental_data #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
.common_type_main_container #main_right_container #financial_data #fundamental_data #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
#new_company_main_container #main_right_container #financial_data .fin_model #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
.common_type_main_container #main_right_container #financial_data .fin_model #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
#new_company_main_container #main_right_container #financial_data #comparable_data #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover,
.common_type_main_container #main_right_container #financial_data #comparable_data #income-statement-tables.section-tables-container .fin-title.metadata_tooltip:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (max-width: 1280px) {
  #new_company_main_container #main_right_container #financial_data .annual_model #model-ptype .select2-container,
  .common_type_main_container #main_right_container #financial_data .annual_model #model-ptype .select2-container,
  #new_company_main_container #main_right_container #financial_data .quaterly_model #model-ptype .select2-container,
  .common_type_main_container #main_right_container #financial_data .quaterly_model #model-ptype .select2-container,
  #new_company_main_container #main_right_container #financial_data .financial_matrices #model-ptype .select2-container,
  .common_type_main_container #main_right_container #financial_data .financial_matrices #model-ptype .select2-container,
  #new_company_main_container #main_right_container #financial_data .ratios_container #model-ptype .select2-container,
  .common_type_main_container #main_right_container #financial_data .ratios_container #model-ptype .select2-container,
  #new_company_main_container #main_right_container #financial_data .segment_data #model-ptype .select2-container,
  .common_type_main_container #main_right_container #financial_data .segment_data #model-ptype .select2-container,
  #new_company_main_container #main_right_container #financial_data #fundamental_data #model-ptype .select2-container,
  .common_type_main_container #main_right_container #financial_data #fundamental_data #model-ptype .select2-container,
  #new_company_main_container #main_right_container #financial_data .fin_model #model-ptype .select2-container,
  .common_type_main_container #main_right_container #financial_data .fin_model #model-ptype .select2-container,
  #new_company_main_container #main_right_container #financial_data #comparable_data #model-ptype .select2-container,
  .common_type_main_container #main_right_container #financial_data #comparable_data #model-ptype .select2-container {
    width: 98px !important;
  }
}
@media only screen and (min-width: 1440px) {
  #new_company_main_container #main_right_container #financial_data .annual_model #model-source .select2-container,
  .common_type_main_container #main_right_container #financial_data .annual_model #model-source .select2-container,
  #new_company_main_container #main_right_container #financial_data .quaterly_model #model-source .select2-container,
  .common_type_main_container #main_right_container #financial_data .quaterly_model #model-source .select2-container,
  #new_company_main_container #main_right_container #financial_data .financial_matrices #model-source .select2-container,
  .common_type_main_container #main_right_container #financial_data .financial_matrices #model-source .select2-container,
  #new_company_main_container #main_right_container #financial_data .ratios_container #model-source .select2-container,
  .common_type_main_container #main_right_container #financial_data .ratios_container #model-source .select2-container,
  #new_company_main_container #main_right_container #financial_data .segment_data #model-source .select2-container,
  .common_type_main_container #main_right_container #financial_data .segment_data #model-source .select2-container,
  #new_company_main_container #main_right_container #financial_data #fundamental_data #model-source .select2-container,
  .common_type_main_container #main_right_container #financial_data #fundamental_data #model-source .select2-container,
  #new_company_main_container #main_right_container #financial_data .fin_model #model-source .select2-container,
  .common_type_main_container #main_right_container #financial_data .fin_model #model-source .select2-container,
  #new_company_main_container #main_right_container #financial_data #comparable_data #model-source .select2-container,
  .common_type_main_container #main_right_container #financial_data #comparable_data #model-source .select2-container {
    width: 250px !important;
  }
}
#new_company_main_container #main_right_container #financial_data .header,
.common_type_main_container #main_right_container #financial_data .header {
  position: relative;
  height: 32px;
  width: 100%;
  /*border-bottom:1px solid #B6B6B6;*/
  color: #666;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  /*.box-shadow-base(#EEEEEE,0px,2px,1px);*/
  background: white;
  border: none;
  width: auto;
  padding: 3px 0px 6px;
  box-shadow: none;
}
#new_company_main_container #main_right_container #financial_data .header .header_message,
.common_type_main_container #main_right_container #financial_data .header .header_message {
  font-size: 12px;
  color: #595959;
  padding-top: 8px;
  padding-left: 13px;
}
#new_company_main_container #main_right_container #financial_data .header .title,
.common_type_main_container #main_right_container #financial_data .header .title,
#new_company_main_container #main_right_container #financial_data .header .header_text,
.common_type_main_container #main_right_container #financial_data .header .header_text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  margin: 0;
  float: left;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  font-weight: normal;
  /*min-width:165px;*/
}
#new_company_main_container #main_right_container #financial_data .header .select-box-holder,
.common_type_main_container #main_right_container #financial_data .header .select-box-holder {
  float: right;
  margin-top: 0px;
  margin-left: 5px;
}
#new_company_main_container #main_right_container #financial_data .header .button-with-borders,
.common_type_main_container #main_right_container #financial_data .header .button-with-borders {
  border-left: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  -webkit-box-shadow: #EBEBEB 1px 0px 0px 0px;
  -moz-box-shadow: #EBEBEB 1px 0px 0px 0px;
  box-shadow: #EBEBEB 1px 0px 0px 0px;
}
#new_company_main_container #main_right_container #financial_data .header .tutorial_outer,
.common_type_main_container #main_right_container #financial_data .header .tutorial_outer {
  margin: 4px 0px;
  padding: 4px 5px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #financial_data .header .tutorial_outer .tutorial-btn,
.common_type_main_container #main_right_container #financial_data .header .tutorial_outer .tutorial-btn {
  /*height:14px;*/
  height: 18px;
  width: 18px;
  fill: #698094;
}
#new_company_main_container #main_right_container #financial_data .header .tutorial_outer:hover .tutorial-btn,
.common_type_main_container #main_right_container #financial_data .header .tutorial_outer:hover .tutorial-btn {
  fill: #3d7fba;
}
#new_company_main_container #main_right_container #financial_data .valuetable-wrapper,
.common_type_main_container #main_right_container #financial_data .valuetable-wrapper {
  padding: 0 18px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
#new_company_main_container #main_right_container #financial_data #valuetable1,
.common_type_main_container #main_right_container #financial_data #valuetable1,
#new_company_main_container #main_right_container #financial_data #valuetable2,
.common_type_main_container #main_right_container #financial_data #valuetable2,
#new_company_main_container #main_right_container #financial_data #valuetable3,
.common_type_main_container #main_right_container #financial_data #valuetable3,
#new_company_main_container #main_right_container #financial_data #valuetable5,
.common_type_main_container #main_right_container #financial_data #valuetable5 {
  border: none;
  margin-bottom: 0;
  float: none;
  display: inline-block;
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .matrices_source,
.common_type_main_container #main_right_container #financial_data #valuetable1 .matrices_source,
#new_company_main_container #main_right_container #financial_data #valuetable2 .matrices_source,
.common_type_main_container #main_right_container #financial_data #valuetable2 .matrices_source,
#new_company_main_container #main_right_container #financial_data #valuetable3 .matrices_source,
.common_type_main_container #main_right_container #financial_data #valuetable3 .matrices_source,
#new_company_main_container #main_right_container #financial_data #valuetable5 .matrices_source,
.common_type_main_container #main_right_container #financial_data #valuetable5 .matrices_source {
  font-size: 12px;
  color: #666;
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .no-data,
.common_type_main_container #main_right_container #financial_data #valuetable1 .no-data,
#new_company_main_container #main_right_container #financial_data #valuetable2 .no-data,
.common_type_main_container #main_right_container #financial_data #valuetable2 .no-data,
#new_company_main_container #main_right_container #financial_data #valuetable3 .no-data,
.common_type_main_container #main_right_container #financial_data #valuetable3 .no-data,
#new_company_main_container #main_right_container #financial_data #valuetable5 .no-data,
.common_type_main_container #main_right_container #financial_data #valuetable5 .no-data {
  height: 100%;
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .formticker,
.common_type_main_container #main_right_container #financial_data #valuetable1 .formticker,
#new_company_main_container #main_right_container #financial_data #valuetable2 .formticker,
.common_type_main_container #main_right_container #financial_data #valuetable2 .formticker,
#new_company_main_container #main_right_container #financial_data #valuetable3 .formticker,
.common_type_main_container #main_right_container #financial_data #valuetable3 .formticker,
#new_company_main_container #main_right_container #financial_data #valuetable5 .formticker,
.common_type_main_container #main_right_container #financial_data #valuetable5 .formticker {
  /*margin-left:12px;*/
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .button,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .button,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .button,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .button,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .button,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .button,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .button,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .button {
  float: left;
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .select-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .select-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .select-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .select-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .select-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .select-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .select-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .select-box-holder {
  float: left;
  margin-top: 0px;
  margin-left: 5px;
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .edit-button,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .edit-button,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .edit-button,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .edit-button,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .edit-button,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .edit-button,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .edit-button,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .edit-button,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .close-button,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .close-button,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .close-button,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .close-button,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .close-button,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .close-button,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .close-button,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .close-button {
  color: #3d7fba;
  border: 1px solid #3d7fba;
  padding: 6px 12px;
  position: relative;
  border-radius: 4px;
  /*text-align: center;*/
  cursor: pointer;
  margin: 3px 0px 3px 12px;
  background: #fff;
  font-size: 10px;
  line-height: 12px;
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .edit-button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .edit-button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .edit-button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .edit-button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .edit-button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .edit-button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .edit-button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .edit-button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .close-button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .close-button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .close-button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .close-button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .close-button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .close-button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .close-button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .close-button:hover {
  background: #3d7fba;
  color: #fff;
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .ibes_container .row_header_table .first_cell[data-rowid="fy"],
.common_type_main_container #main_right_container #financial_data #valuetable1 .ibes_container .row_header_table .first_cell[data-rowid="fy"],
#new_company_main_container #main_right_container #financial_data #valuetable2 .ibes_container .row_header_table .first_cell[data-rowid="fy"],
.common_type_main_container #main_right_container #financial_data #valuetable2 .ibes_container .row_header_table .first_cell[data-rowid="fy"],
#new_company_main_container #main_right_container #financial_data #valuetable3 .ibes_container .row_header_table .first_cell[data-rowid="fy"],
.common_type_main_container #main_right_container #financial_data #valuetable3 .ibes_container .row_header_table .first_cell[data-rowid="fy"],
#new_company_main_container #main_right_container #financial_data #valuetable5 .ibes_container .row_header_table .first_cell[data-rowid="fy"],
.common_type_main_container #main_right_container #financial_data #valuetable5 .ibes_container .row_header_table .first_cell[data-rowid="fy"] {
  font-weight: bold;
  border-top: 6px solid #ccd8e6 !important;
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data #valuetable1 .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data #valuetable2 .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data #valuetable2 .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data #valuetable3 .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data #valuetable3 .ibes_container .header_table .other_cell,
#new_company_main_container #main_right_container #financial_data #valuetable5 .ibes_container .header_table .other_cell,
.common_type_main_container #main_right_container #financial_data #valuetable5 .ibes_container .header_table .other_cell {
  border-color: #bcbcbc;
}
#new_company_main_container #main_right_container #financial_data #valuetable1 .ibes_container .fixed_cell,
.common_type_main_container #main_right_container #financial_data #valuetable1 .ibes_container .fixed_cell,
#new_company_main_container #main_right_container #financial_data #valuetable2 .ibes_container .fixed_cell,
.common_type_main_container #main_right_container #financial_data #valuetable2 .ibes_container .fixed_cell,
#new_company_main_container #main_right_container #financial_data #valuetable3 .ibes_container .fixed_cell,
.common_type_main_container #main_right_container #financial_data #valuetable3 .ibes_container .fixed_cell,
#new_company_main_container #main_right_container #financial_data #valuetable5 .ibes_container .fixed_cell,
.common_type_main_container #main_right_container #financial_data #valuetable5 .ibes_container .fixed_cell {
  border-color: #bcbcbc !important;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .button,
.common_type_main_container #main_right_container #financial_data .annual_model .header .button,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .button,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .button,
#new_company_main_container #main_right_container #financial_data .comparable .header .button,
.common_type_main_container #main_right_container #financial_data .comparable .header .button,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .button,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .button,
#new_company_main_container #main_right_container #financial_data .segment_data .header .button,
.common_type_main_container #main_right_container #financial_data .segment_data .header .button,
#new_company_main_container #main_right_container #financial_data .fin_model .header .button,
.common_type_main_container #main_right_container #financial_data .fin_model .header .button,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .button,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .button {
  float: right;
}
#new_company_main_container #main_right_container #financial_data .annual_model,
.common_type_main_container #main_right_container #financial_data .annual_model,
#new_company_main_container #main_right_container #financial_data .quaterly_model,
.common_type_main_container #main_right_container #financial_data .quaterly_model,
#new_company_main_container #main_right_container #financial_data #valuetable1,
.common_type_main_container #main_right_container #financial_data #valuetable1,
#new_company_main_container #main_right_container #financial_data #valuetable2,
.common_type_main_container #main_right_container #financial_data #valuetable2,
#new_company_main_container #main_right_container #financial_data #valuetable3,
.common_type_main_container #main_right_container #financial_data #valuetable3,
#new_company_main_container #main_right_container #financial_data #valuetable5,
.common_type_main_container #main_right_container #financial_data #valuetable5,
#new_company_main_container #main_right_container #financial_data .comparable,
.common_type_main_container #main_right_container #financial_data .comparable,
#new_company_main_container #main_right_container #financial_data .financial_matrices,
.common_type_main_container #main_right_container #financial_data .financial_matrices,
#new_company_main_container #main_right_container #financial_data .ratios_container,
.common_type_main_container #main_right_container #financial_data .ratios_container,
#new_company_main_container #main_right_container #financial_data .segment_data,
.common_type_main_container #main_right_container #financial_data .segment_data,
#new_company_main_container #main_right_container #financial_data .fin_model,
.common_type_main_container #main_right_container #financial_data .fin_model,
#new_company_main_container #main_right_container #financial_data #comparable_data,
.common_type_main_container #main_right_container #financial_data #comparable_data {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*border:1px solid #BBBBBB;*/
  box-shadow: none;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header,
.common_type_main_container #main_right_container #financial_data .annual_model .header,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header,
#new_company_main_container #main_right_container #financial_data .comparable .header,
.common_type_main_container #main_right_container #financial_data .comparable .header,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header,
#new_company_main_container #main_right_container #financial_data .ratios_container .header,
.common_type_main_container #main_right_container #financial_data .ratios_container .header,
#new_company_main_container #main_right_container #financial_data .segment_data .header,
.common_type_main_container #main_right_container #financial_data .segment_data .header,
#new_company_main_container #main_right_container #financial_data .fin_model .header,
.common_type_main_container #main_right_container #financial_data .fin_model .header,
#new_company_main_container #main_right_container #financial_data #comparable_data .header,
.common_type_main_container #main_right_container #financial_data #comparable_data .header {
  /* buttons - left margin of 12px; reload-consensus, price-checkbox, dropdown - left 12px, right 6px*/
  /*#quarterly-table-save-button .icon{*/
  /*color: #8A9DBC;*/
  /*}*/
  /*#quarterly-table-delete-button .icon{*/
  /*color: #8A9DBC;*/
  /*}*/
  /*#yearly-table-save-button .icon{*/
  /*color: #8A9DBC;*/
  /*}*/
  /*#yearly-table-delete-button .icon{*/
  /*color: #8A9DBC;*/
  /*}*/
  /*.button-with-attachment-table .icon{*/
  /*color: #8A9DBC;*/
  /*}*/
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data .annual_model .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data .comparable .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data .comparable .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data .segment_data .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data .segment_data .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data .fin_model .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data .fin_model .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down,
#new_company_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down {
  float: right;
  position: absolute;
  top: 52px;
  right: 36px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .comparable .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .comparable .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .triangle1,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .triangle1 {
  position: relative;
  z-index: 101;
  width: 0px;
  height: 0px;
  margin-left: 155px;
  margin-right: 24px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506e transparent;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle {
  position: relative;
  z-index: 999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #BCBCBC;
  -webkit-box-shadow: #bcbcbc 2px 2px 3px 0px;
  -moz-box-shadow: #bcbcbc 2px 2px 3px 0px;
  box-shadow: #bcbcbc 2px 2px 3px 0px;
  float: left;
  width: 177px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item {
  cursor: pointer;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item .search-box-holder,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item .search-box-holder {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  float: left;
  overflow: hidden;
  width: 100%;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item .search-box-holder #yearly_table_name,
#new_company_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item .search-box-holder #fin_model_name {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  float: left;
  overflow: hidden;
  width: 95%;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .annual_model .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .comparable .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .segment_data .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .fin_model .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .annual_model .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .comparable .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .segment_data .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .fin_model .header #fin-save-drop-down .rectangle .item #save_button,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #fin-save-drop-down .rectangle .item #save_button {
  float: right;
  width: 100px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .div_ext2,
.common_type_main_container #main_right_container #financial_data .annual_model .header .div_ext2,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .div_ext2,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .div_ext2,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .div_ext2,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .div_ext2,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .div_ext2,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .div_ext2,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .div_ext2,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .div_ext2,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .div_ext2,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .div_ext2,
#new_company_main_container #main_right_container #financial_data .comparable .header .div_ext2,
.common_type_main_container #main_right_container #financial_data .comparable .header .div_ext2,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .div_ext2,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .div_ext2,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .div_ext2,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .div_ext2,
#new_company_main_container #main_right_container #financial_data .segment_data .header .div_ext2,
.common_type_main_container #main_right_container #financial_data .segment_data .header .div_ext2,
#new_company_main_container #main_right_container #financial_data .fin_model .header .div_ext2,
.common_type_main_container #main_right_container #financial_data .fin_model .header .div_ext2,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .div_ext2,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .div_ext2 {
  /*margin-top: 12px;*/
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data .annual_model .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data .comparable .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data .comparable .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data .segment_data .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data .segment_data .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data .fin_model .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data .fin_model .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .fm-switcher,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .fm-switcher,
#new_company_main_container #main_right_container #financial_data .annual_model .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data .annual_model .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data .comparable .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data .comparable .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data .segment_data .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data .segment_data .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data .fin_model .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data .fin_model .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .ratio-switcher,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .ratio-switcher,
#new_company_main_container #main_right_container #financial_data .annual_model .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data .annual_model .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data .comparable .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data .comparable .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data .segment_data .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data .segment_data .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data .fin_model .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data .fin_model .header .finm-switcher,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .finm-switcher,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .finm-switcher {
  float: right;
  font-size: 12px;
  color: #8A9DBC;
  border: 1px solid #8A9DBC;
  border-radius: 3px;
  background: white;
  line-height: 18px;
  padding: 6px 12px;
  min-width: 150px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #model-ptype,
.common_type_main_container #main_right_container #financial_data .annual_model .header #model-ptype,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #model-ptype,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #model-ptype,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #model-ptype,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #model-ptype,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #model-ptype,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #model-ptype,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #model-ptype,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #model-ptype,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #model-ptype,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #model-ptype,
#new_company_main_container #main_right_container #financial_data .comparable .header #model-ptype,
.common_type_main_container #main_right_container #financial_data .comparable .header #model-ptype,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #model-ptype,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #model-ptype,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #model-ptype,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #model-ptype,
#new_company_main_container #main_right_container #financial_data .segment_data .header #model-ptype,
.common_type_main_container #main_right_container #financial_data .segment_data .header #model-ptype,
#new_company_main_container #main_right_container #financial_data .fin_model .header #model-ptype,
.common_type_main_container #main_right_container #financial_data .fin_model .header #model-ptype,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #model-ptype,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #model-ptype {
  border: none;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .seperator,
.common_type_main_container #main_right_container #financial_data .annual_model .header .seperator,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .seperator,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .seperator,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .seperator,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .seperator,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .seperator,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .seperator,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .seperator,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .seperator,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .seperator,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .seperator,
#new_company_main_container #main_right_container #financial_data .comparable .header .seperator,
.common_type_main_container #main_right_container #financial_data .comparable .header .seperator,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .seperator,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .seperator,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .seperator,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .seperator,
#new_company_main_container #main_right_container #financial_data .segment_data .header .seperator,
.common_type_main_container #main_right_container #financial_data .segment_data .header .seperator,
#new_company_main_container #main_right_container #financial_data .fin_model .header .seperator,
.common_type_main_container #main_right_container #financial_data .fin_model .header .seperator,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .seperator,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .seperator {
  margin: 4px 12px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data .annual_model .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data .comparable .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data .comparable .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data .segment_data .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data .segment_data .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data .fin_model .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data .fin_model .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #reload-consensus,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #reload-consensus,
#new_company_main_container #main_right_container #financial_data .annual_model .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data .annual_model .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data .comparable .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data .comparable .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data .segment_data .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data .segment_data .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data .fin_model .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data .fin_model .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #quarterly-table-load,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #quarterly-table-load,
#new_company_main_container #main_right_container #financial_data .annual_model .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data .annual_model .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data .comparable .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data .comparable .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data .segment_data .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data .segment_data .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data .fin_model .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data .fin_model .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #financial-matrices-load,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #financial-matrices-load,
#new_company_main_container #main_right_container #financial_data .annual_model .header #comparable-load,
.common_type_main_container #main_right_container #financial_data .annual_model .header #comparable-load,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #comparable-load,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #comparable-load,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #comparable-load,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #comparable-load,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #comparable-load,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #comparable-load,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #comparable-load,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #comparable-load,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #comparable-load,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #comparable-load,
#new_company_main_container #main_right_container #financial_data .comparable .header #comparable-load,
.common_type_main_container #main_right_container #financial_data .comparable .header #comparable-load,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #comparable-load,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #comparable-load,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #comparable-load,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #comparable-load,
#new_company_main_container #main_right_container #financial_data .segment_data .header #comparable-load,
.common_type_main_container #main_right_container #financial_data .segment_data .header #comparable-load,
#new_company_main_container #main_right_container #financial_data .fin_model .header #comparable-load,
.common_type_main_container #main_right_container #financial_data .fin_model .header #comparable-load,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #comparable-load,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #comparable-load {
  float: right;
  font-size: 12px;
  color: #8A9DBC;
  border: 1px solid #8A9DBC;
  border-radius: 3px;
  background: white;
  line-height: 16px;
  min-width: 180px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data .annual_model .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data .comparable .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data .comparable .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data .segment_data .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data .segment_data .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data .fin_model .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data .fin_model .header #price_checkbox,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox {
  float: right;
  font-size: 12px;
  margin-right: 6px;
  margin-left: 12px;
  padding: 9px 0px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data .annual_model .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data .comparable .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data .comparable .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data .segment_data .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data .segment_data .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data .fin_model .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data .fin_model .header #price_checkbox input,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox input,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox input {
  margin: 0px 5px 0px 0px;
  vertical-align: top;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data .annual_model .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data .comparable .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data .comparable .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data .segment_data .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data .segment_data .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data .fin_model .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data .fin_model .header #price_checkbox input[type=checkbox],
#new_company_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox input[type=checkbox],
.common_type_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox input[type=checkbox] {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background: url(../images/uncheck.png) no-repeat;
  background-size: 12px 12px;
  border: none;
  border-radius: 0px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data .annual_model .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data .comparable .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data .comparable .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data .segment_data .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data .segment_data .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data .fin_model .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data .fin_model .header #price_checkbox input[type=checkbox]:checked,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox input[type=checkbox]:checked,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox input[type=checkbox]:checked {
  background: url(../images/check.png) no-repeat;
  background-size: 12px 12px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data .annual_model .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data .comparable .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data .comparable .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data .segment_data .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data .segment_data .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data .fin_model .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data .fin_model .header #price_checkbox span,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox span,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #price_checkbox span {
  margin: 0px;
  vertical-align: top;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .price_flag,
.common_type_main_container #main_right_container #financial_data .annual_model .header .price_flag,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .price_flag,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .price_flag,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .price_flag,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .price_flag,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .price_flag,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .price_flag,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .price_flag,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .price_flag,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .price_flag,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .price_flag,
#new_company_main_container #main_right_container #financial_data .comparable .header .price_flag,
.common_type_main_container #main_right_container #financial_data .comparable .header .price_flag,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .price_flag,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .price_flag,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .price_flag,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .price_flag,
#new_company_main_container #main_right_container #financial_data .segment_data .header .price_flag,
.common_type_main_container #main_right_container #financial_data .segment_data .header .price_flag,
#new_company_main_container #main_right_container #financial_data .fin_model .header .price_flag,
.common_type_main_container #main_right_container #financial_data .fin_model .header .price_flag,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .price_flag,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .price_flag {
  color: #595959;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .button,
.common_type_main_container #main_right_container #financial_data .annual_model .header .button,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .button,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .button,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .button,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .button,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .button,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .button,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .button,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .button,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .button,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .button,
#new_company_main_container #main_right_container #financial_data .comparable .header .button,
.common_type_main_container #main_right_container #financial_data .comparable .header .button,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .button,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .button,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .button,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .button,
#new_company_main_container #main_right_container #financial_data .segment_data .header .button,
.common_type_main_container #main_right_container #financial_data .segment_data .header .button,
#new_company_main_container #main_right_container #financial_data .fin_model .header .button,
.common_type_main_container #main_right_container #financial_data .fin_model .header .button,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .button,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .button {
  width: auto;
  height: auto;
  text-align: center;
  padding: 6px 12px;
  border: solid 1px #7e91ad;
  border-radius: 3px;
  margin-left: 12px;
  cursor: pointer;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .button .icon,
.common_type_main_container #main_right_container #financial_data .annual_model .header .button .icon,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .button .icon,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .button .icon,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .button .icon,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .button .icon,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .button .icon,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .button .icon,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .button .icon,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .button .icon,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .button .icon,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .button .icon,
#new_company_main_container #main_right_container #financial_data .comparable .header .button .icon,
.common_type_main_container #main_right_container #financial_data .comparable .header .button .icon,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .button .icon,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .button .icon,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .button .icon,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .button .icon,
#new_company_main_container #main_right_container #financial_data .segment_data .header .button .icon,
.common_type_main_container #main_right_container #financial_data .segment_data .header .button .icon,
#new_company_main_container #main_right_container #financial_data .fin_model .header .button .icon,
.common_type_main_container #main_right_container #financial_data .fin_model .header .button .icon,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .button .icon,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .button .icon {
  margin-top: 0px;
  /*color:#595959;*/
  height: 18px;
  width: 18px;
  fill: #698094;
  /*line-height:16px;*/
  /*width:18px;*/
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data .annual_model .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data .comparable .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data .comparable .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data .segment_data .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data .segment_data .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data .fin_model .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data .fin_model .header .button .icon:hover,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .button .icon:hover,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .button .icon:hover {
  fill: #3d7fba;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .button:hover,
.common_type_main_container #main_right_container #financial_data .annual_model .header .button:hover,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .button:hover,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .button:hover,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .button:hover,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .button:hover,
#new_company_main_container #main_right_container #financial_data .comparable .header .button:hover,
.common_type_main_container #main_right_container #financial_data .comparable .header .button:hover,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .button:hover,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .button:hover,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .button:hover,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .button:hover,
#new_company_main_container #main_right_container #financial_data .segment_data .header .button:hover,
.common_type_main_container #main_right_container #financial_data .segment_data .header .button:hover,
#new_company_main_container #main_right_container #financial_data .fin_model .header .button:hover,
.common_type_main_container #main_right_container #financial_data .fin_model .header .button:hover,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .button:hover,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .button:hover,
#new_company_main_container #main_right_container #financial_data .annual_model .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data .annual_model .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data .comparable .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data .comparable .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data .segment_data .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data .segment_data .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data .fin_model .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data .fin_model .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #reload-consensus:hover,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #reload-consensus:hover,
#new_company_main_container #main_right_container #financial_data .annual_model .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data .annual_model .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data .comparable .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data .comparable .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data .ratios_container .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data .ratios_container .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data .segment_data .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data .segment_data .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data .fin_model .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data .fin_model .header #quarterly-table-load:hover,
#new_company_main_container #main_right_container #financial_data #comparable_data .header #quarterly-table-load:hover,
.common_type_main_container #main_right_container #financial_data #comparable_data .header #quarterly-table-load:hover {
  background: #e8f1f9;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data .annual_model .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data .comparable .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data .comparable .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data .segment_data .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data .segment_data .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data .fin_model .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data .fin_model .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .drop_down_yearly_table,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .drop_down_yearly_table,
#new_company_main_container #main_right_container #financial_data .annual_model .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data .annual_model .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data .comparable .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data .comparable .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data .segment_data .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data .segment_data .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data .fin_model .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data .fin_model .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .drop_down_quarterly_table,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .drop_down_quarterly_table,
#new_company_main_container #main_right_container #financial_data .annual_model .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data .annual_model .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data .comparable .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data .comparable .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data .segment_data .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data .segment_data .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data .fin_model .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data .fin_model .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .drop_down_fin_table,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .drop_down_fin_table,
#new_company_main_container #main_right_container #financial_data .annual_model .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data .annual_model .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data .comparable .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data .comparable .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data .segment_data .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data .segment_data .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data .fin_model .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data .fin_model .header .dropdown_seg_type,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .dropdown_seg_type,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .dropdown_seg_type {
  float: right;
  margin-left: 12px;
  margin-right: 6px;
}
#new_company_main_container #main_right_container #financial_data .annual_model .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .annual_model .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #valuetable1 .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #valuetable1 .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #valuetable2 .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #valuetable2 .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #valuetable3 .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #valuetable3 .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #valuetable5 .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #valuetable5 .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .comparable .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .comparable .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .financial_matrices .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .financial_matrices .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .ratios_container .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .ratios_container .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .segment_data .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .segment_data .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data .fin_model .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data .fin_model .header .select2-container .select2-choice div b,
#new_company_main_container #main_right_container #financial_data #comparable_data .header .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #financial_data #comparable_data .header .select2-container .select2-choice div b {
  margin: 2px 0px;
}
#new_company_main_container #main_right_container #financial_data .segment_data,
.common_type_main_container #main_right_container #financial_data .segment_data {
  width: 100%;
  margin-right: 3px;
  color: #666666;
}
#new_company_main_container #main_right_container #financial_data .segment_data .header #seg-data-options,
.common_type_main_container #main_right_container #financial_data .segment_data .header #seg-data-options {
  padding: 12px 12px 12px 0;
}
#new_company_main_container #main_right_container #financial_data .segment_data .header #seg-data-options .dropdown_seg_type .select2-container,
.common_type_main_container #main_right_container #financial_data .segment_data .header #seg-data-options .dropdown_seg_type .select2-container {
  width: 182px;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body {
  overflow-y: auto;
  width: 100%;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table {
  width: 99%;
  height: 100%;
  display: table;
  table-layout: auto;
  border-collapse: collapse;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table td,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table td {
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: right;
  border: 1px solid #ccd8e6;
  height: 30px;
  margin: 0;
  line-height: 30px;
  padding: 0 6px;
  color: #264664;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 210px;
  font-size: 11.5px;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.title-row td,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.title-row td {
  text-align: left;
  background-color: white!important;
  font-size: 13px;
  border-top: 1px solid #ccd8e6;
  padding-left: 18px;
  color: #3d7fba;
  font-weight: 500;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table td.row-header,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table td.row-header {
  text-align: left;
  padding-left: 20px;
  font-family: 'hel-medium';
  font-weight: 500;
  font-size: 11.5px;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table td.row-header .hist-expand,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table td.row-header .hist-expand {
  margin: 0;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  padding-right: 4px;
  width: 14px;
  font-size: 18px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.header-row td,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.header-row td {
  color: #3d7fba;
  font-weight: 500;
  border-bottom: 1px solid #ccd8e6;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr:nth-child(odd),
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr:nth-child(odd) {
  background-color: #f3f8fd;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.sum-row td,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.sum-row td {
  color: #264664;
  background-color: #f6f6f6;
  font-weight: 400;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.total td,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.total td {
  font-weight: 500;
}
#new_company_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.historical_row,
.common_type_main_container #main_right_container #financial_data .segment_data #segment_data_body #segment-data-tables table tr.historical_row {
  text-indent: 15px;
}
#new_company_main_container #main_right_container #financial_data .quaterly_model,
.common_type_main_container #main_right_container #financial_data .quaterly_model {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*margin-top: 20px;*/
}
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down {
  float: right;
  position: absolute;
  top: 52px;
  right: 36px;
}
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .triangle1,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .triangle1 {
  position: relative;
  z-index: 101;
  width: 0px;
  height: 0px;
  margin-left: 155px;
  margin-right: 24px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506e transparent;
}
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle {
  position: relative;
  z-index: 999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #BCBCBC;
  -webkit-box-shadow: #bcbcbc 2px 2px 3px 0px;
  -moz-box-shadow: #bcbcbc 2px 2px 3px 0px;
  box-shadow: #bcbcbc 2px 2px 3px 0px;
  float: left;
  width: 177px;
}
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle .item,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle .item {
  cursor: pointer;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle .item .search-box-holder,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle .item .search-box-holder {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  float: left;
  overflow: hidden;
  width: 100%;
}
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle .item .search-box-holder #quarterly_table_name,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle .item .search-box-holder #quarterly_table_name {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  float: left;
  overflow: hidden;
  width: 95%;
}
#new_company_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle .item #save_button,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header #quarterly-save-drop-down .rectangle .item #save_button {
  float: right;
  width: 100px;
}
#new_company_main_container #main_right_container #financial_data .quaterly_model .header .div_ext2,
.common_type_main_container #main_right_container #financial_data .quaterly_model .header .div_ext2 {
  margin-top: 12px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices,
.common_type_main_container #main_right_container #financial_data .financial_matrices {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  /*margin-top: 20px;*/
}
#new_company_main_container #main_right_container #financial_data .financial_matrices .module-container:nth-child(odd),
.common_type_main_container #main_right_container #financial_data .financial_matrices .module-container:nth-child(odd) {
  margin-right: 9px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices .module-container:nth-child(even),
.common_type_main_container #main_right_container #financial_data .financial_matrices .module-container:nth-child(even) {
  margin-left: 9px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .top_header th,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .top_header th {
  border-top: 0px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .fixed_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .fixed_cell {
  border: 0px !important;
  border-right: 1px solid #bcbcbc !important;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .row_header_table th.first_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .row_header_table th.first_cell {
  border-top: 0px;
  border-left: 1px solid transparent;
  border-left: 0px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes .other_cell {
  border-top: 0px;
  background: white;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .header_table,
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .year_ibes {
  margin-left: -1px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices .ibes_container .jspHorizontalBar,
.common_type_main_container #main_right_container #financial_data .financial_matrices .ibes_container .jspHorizontalBar {
  bottom: -10px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header {
  padding: 10px 0px;
  margin-bottom: 0!important;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .formticker,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .formticker,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .formticker,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .formticker,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .formticker,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .formticker,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .formticker,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .formticker {
  width: 40px !important;
  font-size: 10px;
  line-height: 18px;
  height: 18px;
  padding: 6px 12px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper {
  position: absolute;
  white-space: normal;
  z-index: 102;
  background: #ffffff;
  width: 320px;
  color: #3d7fba;
  box-sizing: border-box;
  border: 1px solid #ccd8e6;
  border-radius: 3px;
  text-indent: 0;
  font-size: 13px;
  box-shadow: 0 0 5px 2px #cccccc;
  font-family: 'hel-medium';
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper .tooltip-text,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper .tooltip-text,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper .tooltip-text,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper .tooltip-text,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper .tooltip-text,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper .tooltip-text,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper .tooltip-text,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper .tooltip-text {
  /*display: flex;*/
  margin: 5px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper .tip-txt,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper .tip-txt,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper .tip-txt,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper .tip-txt,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper .tip-txt,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper .tip-txt,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper .tip-txt,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper .tip-txt {
  margin-right: 5px;
  font-size: 12px;
  color: #264664;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper .tooltip-def,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper .tooltip-def,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper .tooltip-def,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper .tooltip-def,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper .tooltip-def,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper .tooltip-def,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper .tooltip-def,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper .tooltip-def,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper .tooltip-formula-text,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .tooltip-wrapper .tooltip-formula-text,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper .tooltip-formula-text,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .tooltip-wrapper .tooltip-formula-text,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper .tooltip-formula-text,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .tooltip-wrapper .tooltip-formula-text,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper .tooltip-formula-text,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .tooltip-wrapper .tooltip-formula-text {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .title,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .title,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .title,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .title,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .title,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .title,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .title,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .title {
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .key_info,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .key_info,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .key_info,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .key_info,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .key_info,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .key_info,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .key_info,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .key_info {
  margin: 7px 5px 0px 10px;
  font-size: 15px;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .key_info .tooltip_button,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .key_info .tooltip_button,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .key_info .tooltip_button,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .key_info .tooltip_button,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .key_info .tooltip_button,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .key_info .tooltip_button,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .key_info .tooltip_button,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .key_info .tooltip_button {
  margin-left: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .key_info .tooltip_button svg,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 .header .key_info .tooltip_button svg,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .key_info .tooltip_button svg,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 .header .key_info .tooltip_button svg,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .key_info .tooltip_button svg,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 .header .key_info .tooltip_button svg,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .key_info .tooltip_button svg,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 .header .key_info .tooltip_button svg {
  fill: #3d7fba;
}
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 #value_table1.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 #value_table1.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 #value_table1.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 #value_table1.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 #value_table1.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 #value_table1.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 #value_table1.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 #value_table1.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 #value_table2.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 #value_table2.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 #value_table2.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 #value_table2.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 #value_table2.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 #value_table2.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 #value_table2.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 #value_table2.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 #value_table3.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 #value_table3.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 #value_table3.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 #value_table3.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 #value_table3.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 #value_table3.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 #value_table3.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 #value_table3.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable1 #value_table5.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable1 #value_table5.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable2 #value_table5.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable2 #value_table5.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable3 #value_table5.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable3 #value_table5.table-none,
#new_company_main_container #main_right_container #financial_data .financial_matrices #valuetable5 #value_table5.table-none,
.common_type_main_container #main_right_container #financial_data .financial_matrices #valuetable5 #value_table5.table-none {
  background: none;
  border: 0;
}
#new_company_main_container #main_right_container #financial_data .comparable,
.common_type_main_container #main_right_container #financial_data .comparable {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0;
  overflow: auto;
  border: 0;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header {
  border-top: 1px solid #d0d9e1;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header #comp-table-options,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header #comp-table-options {
  overflow: hidden;
  padding: 12px 12px 12px 0;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer {
  border: 1px solid #bbc6d5;
  background: #ffffff;
  border-radius: 2px;
  height: 32px ;
  line-height: 32px ;
  margin-left: 18px;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer .add-ticker-form .add-ticker,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer .add-ticker-form .add-ticker {
  outline: none;
  font-size: 13px;
  height: inherit;
  line-height: 18px;
  border: 0;
  border-radius: 3px;
  padding: 6px 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  color: #ccc;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer .add-ticker-form .add-ticker-icon,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer .add-ticker-form .add-ticker-icon {
  outline: none;
  font-size: 13px;
  line-height: 18px;
  border-left: 1px solid #bbc6d5;
  padding: 6px 12px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:hover,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:hover,
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:focus,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:focus {
  color: #666;
  border: 1px solid #666;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:hover .add-ticker,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:hover .add-ticker,
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:focus .add-ticker,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:focus .add-ticker {
  color: #666;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:hover .add-ticker-icon,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:hover .add-ticker-icon,
#new_company_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:focus .add-ticker-icon,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_data_header .add-ticker-outer:focus .add-ticker-icon {
  color: #666;
  border-left: 1px solid #666;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer {
  width: auto;
  overflow: auto;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #risk-reward-container,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #risk-reward-container {
  overflow: hidden;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward {
  padding: 0;
  border: 0;
  border-top: 1px solid #ccd8e6;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading .risk-pop,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading .risk-pop {
  border: 1px solid #bbc6d5;
  background: #FFFFFF;
  border-radius: 2px;
  height: 32px;
  line-height: 32px ;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  color: #3d7fba;
  margin-left: 10px;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading .risk-pop .icon,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading .risk-pop .icon {
  fill: #3d7fba;
  vertical-align: sub;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading .risk-reward-scatter,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading .risk-reward-scatter {
  height: 32px;
  border: 1px solid #bbc6d5;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading .final-plot,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward .risk-reward-heading .final-plot {
  color: #3d7fba;
  height: 30px;
  line-height: 30px;
  background-image: url(../images/plot_icon.png);
  background-size: 16px 16px;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .fixed_cell[style],
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .fixed_cell[style] {
  color: #3d7fba;
  font-size: 13px;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .header_table[style] .other_cell,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .header_table[style] .other_cell {
  color: #3d7fba;
  border: 1px solid #ccd8e6 !important;
  border-bottom: 2px solid #ccd8e6 !important;
  border-left: 0 !important;
  font-size: 10px !important;
  font-weight: 500;
  position: relative;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .header_table[style] .other_cell .top_map,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .header_table[style] .other_cell .top_map {
  font-weight: 400;
  font-size: 11px;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .row_header_table .first_cell div,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .row_header_table .first_cell div {
  color: #264664;
  font-size: 11px;
  font-weight: 500;
  line-height: 21px !important;
  box-sizing: border-box;
  height: inherit;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .ibes_container,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .ibes_container {
  background-color: transparent;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .ibes_container .header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .ibes_container .header_table .first_cell,
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .ibes_container .row_header_table .first_cell,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .ibes_container .row_header_table .first_cell {
  border: 1px solid #ccd8e6;
  color: #264664;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .ibes_container .year_ibes .other_cell,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer #right-content-riskreward #risk-reward-tables-container .ibes_container .year_ibes .other_cell {
  border-bottom: 1px solid #ccd8e6;
  border-right: 1px solid #ccd8e6;
  border-left: none;
  color: #264664;
  font-size: 11px;
  font-weight: 500;
}
#new_company_main_container #main_right_container #financial_data .comparable .comparable_outer .comp_text,
.common_type_main_container #main_right_container #financial_data .comparable .comparable_outer .comp_text {
  visibility: hidden;
  display: none;
}
#new_company_main_container #main_right_container #financial_data .statements-data,
.common_type_main_container #main_right_container #financial_data .statements-data {
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: #EEEEEE 1px 1px 0px 0px;
  -moz-box-shadow: #EEEEEE 1px 1px 0px 0px;
  box-shadow: #EEEEEE 1px 1px 0px 0px;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html {
  width: inherit;
  min-width: 1024px;
  height: 100%;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal {
  height: 100%;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-header,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-header {
  height: 42px;
  background: #e8eef7;
  box-shadow: 0 1px 0 0 #bbc6d5;
  background-image: none;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-header .title,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-header .title {
  float: left;
  text-overflow: ellipsis;
  max-width: 861px;
  overflow-x: hidden;
  white-space: nowrap;
  border-bottom: 0;
  line-height: 30px;
  padding: 6px;
  padding-left: 0;
  font-size: 13px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #264664;
  margin: 0;
  margin-left: 20px;
  font-weight: normal;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer {
  overflow: hidden;
  border-bottom: solid 1px #8ABFD7;
  background: #7e91ad;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header {
  width: 100%;
  float: left;
  overflow-y: hidden;
  white-space: nowrap;
  height: 42px;
  padding-left: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  line-height: 24px;
  background: #7e91ad;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .quarter_text,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .quarter_text {
  display: inline-block;
  color: #264664;
  font-size: 13px;
  line-height: 18px;
  margin: 12px 0px;
  padding-left: 18px;
  float: right;
  font-weight: 500;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .quarter_results_outer,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .quarter_results_outer {
  display: inline-block;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin: 6px !important;
  margin-right: 22px!important;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item {
  border: solid 1px transparent;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 4px 0px 0px;
  padding: 3px 4px 3px 4px;
  display: inline-block;
  color: #fff;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item:hover,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 0px;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item:first-child,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item:first-child {
  margin-left: 18px;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .selected,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .selected {
  webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 0px;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl {
  width: 290px;
  height: 40px;
  float: left;
  /*background: #F8F8F8;*/
  border-right: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder {
  height: 100%;
  font-size: 14px;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_icon,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_icon {
  color: #595959;
  width: 5%;
  margin-top: 14px;
  padding-left: 5%;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form {
  height: 100%;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form input,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form input {
  outline: none;
  border: 0px;
  background: transparent;
  font-size: 12px;
  margin-left: 2%;
  height: 100%;
  width: 87%;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container {
  /*height:500px;*/
  clear: both;
  height: 99%;
  border-bottom: 44px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu {
  height: 100%;
  width: 290px;
  float: left;
  overflow-y: auto;
  /*background:#F9F9F9;*/
  padding-bottom: 10px;
  border-right: 1px solid #BCBCBC;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-container,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-container {
  height: 100%;
  overflow-y: auto;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-subheading,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-subheading {
  padding-left: 6px;
  padding-top: 6px;
  font-size: 13px;
  color: #3d7fba;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 6px;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .first,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .first {
  border-top: none;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 18px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 13px;
  font-family: Arial;
  color: #3d7fba;
  line-height: 18px;
  padding-bottom: 6px;
  text-transform: capitalize;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item:hover,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item:hover {
  cursor: pointer;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .selected,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .selected {
  /*font-weight:bold;*/
  background: none;
  color: #333;
  border-right: 6px solid #7e91ad;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content {
  height: 100%;
  overflow-y: hidden;
  background: #fff;
  /*padding: 5px;*/
  position: relative;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table {
  height: 36px;
  background: #fff;
  border-bottom: solid 1px #CCD8E6;
  font-size: 13px;
  font-family: Arial;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_version,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_version {
  float: left;
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 1%;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  color: #3d7fba;
  background-color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 3px 6px;
  font-family: Arial;
  box-sizing: border-box;
  margin-top: 5px;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .content-heading,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .content-heading {
  float: left;
  text-align: center;
  font-size: 13px;
  font-family: Arial;
  color: #666;
  line-height: 24px;
  padding: 6px 0px;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_export,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_export {
  float: right;
  cursor: pointer;
  opacity: 0.45;
  padding-bottom: 0px;
  font-size: 18px;
  margin-top: 9px;
  margin-right: 12px;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .wrapper-report-container,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .wrapper-report-container {
  height: 100%;
  overflow: auto;
  width: 100%;
  border-bottom: solid 35px white;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .report-container,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .report-container {
  float: left;
  /*margin-left:8px;*/
  /*margin-top:8px;*/
  /*margin-right:8px;*/
}
#new_company_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .report-container a,
.common_type_main_container #main_right_container #financial_data .statements-data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .report-container a {
  cursor: default;
}
#new_company_main_container #main_right_container #graphs_data .no-data,
.common_type_main_container #main_right_container #graphs_data .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 100%;
  position: relative;
}
#new_company_main_container #main_right_container #graphs_data .no-data .no-data-text,
.common_type_main_container #main_right_container #graphs_data .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #graphs_data .module-container,
.common_type_main_container #main_right_container #graphs_data .module-container {
  border: none;
}
#new_company_main_container #main_right_container #graphs_data .module-container .graph,
.common_type_main_container #main_right_container #graphs_data .module-container .graph {
  box-sizing: border-box;
  height: 600px;
}
#new_company_main_container #main_right_container #graphs_data .module-container .content,
.common_type_main_container #main_right_container #graphs_data .module-container .content {
  border: 0px solid #BBBBBB;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #graphs_data .module-container #company-main-graph,
.common_type_main_container #main_right_container #graphs_data .module-container #company-main-graph {
  border: 0px;
}
#new_company_main_container #main_right_container #graphs_data .header.header-with-buttons,
.common_type_main_container #main_right_container #graphs_data .header.header-with-buttons {
  height: 32px;
}
#new_company_main_container #main_right_container #graphs_data .header.header-with-buttons .title,
.common_type_main_container #main_right_container #graphs_data .header.header-with-buttons .title,
#new_company_main_container #main_right_container #graphs_data .header.header-with-buttons .header_text,
.common_type_main_container #main_right_container #graphs_data .header.header-with-buttons .header_text {
  line-height: 32px;
}
#new_company_main_container #main_right_container #graphs_data .header.header-with-buttons .button-with-attachment,
.common_type_main_container #main_right_container #graphs_data .header.header-with-buttons .button-with-attachment {
  margin: 4px 0px;
}
#new_company_main_container #main_right_container #graphs_data .header.header-with-buttons .seperator,
.common_type_main_container #main_right_container #graphs_data .header.header-with-buttons .seperator {
  margin: 4px 10px;
}
#new_company_main_container #main_right_container #graphs_data .header.header-with-buttons .formticker,
.common_type_main_container #main_right_container #graphs_data .header.header-with-buttons .formticker {
  padding: 6px 12px;
  line-height: 18px;
  height: 18px;
  text-transform: uppercase;
  pointer-events: none;
}
#new_company_main_container #main_right_container #graphs_data .header,
.common_type_main_container #main_right_container #graphs_data .header {
  height: 24px;
  padding-top: 0px;
}
#new_company_main_container #main_right_container #graphs_data .header .title,
.common_type_main_container #main_right_container #graphs_data .header .title,
#new_company_main_container #main_right_container #graphs_data .header .header_text,
.common_type_main_container #main_right_container #graphs_data .header .header_text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #666;
  margin-top: 0px;
  float: left;
  margin-left: 0px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  /*min-width:165px;*/
  box-shadow: none;
}
#new_company_main_container #main_right_container #graphs_data .header .formticker,
.common_type_main_container #main_right_container #graphs_data .header .formticker {
  margin-left: 12px;
}
#new_company_main_container #main_right_container #graphs_data .header .seperator,
.common_type_main_container #main_right_container #graphs_data .header .seperator {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #graphs_data .header .select-box-holder,
.common_type_main_container #main_right_container #graphs_data .header .select-box-holder {
  float: right;
  margin-top: 0px;
  margin-left: 5px;
}
#new_company_main_container #main_right_container #graphs_data .header .button-with-attachment,
.common_type_main_container #main_right_container #graphs_data .header .button-with-attachment {
  padding: 3px 3px 3px 5px;
  cursor: pointer;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #graphs_data .header .button-with-attachment .icon,
.common_type_main_container #main_right_container #graphs_data .header .button-with-attachment .icon {
  /*height:14px;*/
  height: 18px;
  width: 18px;
  fill: #698094;
}
#new_company_main_container #main_right_container #graphs_data .header .button-with-attachment:hover .icon,
.common_type_main_container #main_right_container #graphs_data .header .button-with-attachment:hover .icon {
  fill: #3d7fba;
}
#new_company_main_container #main_right_container #graphs_data .header .trailing-flag,
.common_type_main_container #main_right_container #graphs_data .header .trailing-flag {
  float: right;
  font-size: 12px;
  margin-right: 6px;
  margin-left: 12px;
  padding: 9px 0px;
}
#new_company_main_container #main_right_container #graphs_data .header .trailing-flag input,
.common_type_main_container #main_right_container #graphs_data .header .trailing-flag input {
  margin: 0px 5px 0px 0px;
  vertical-align: top;
}
#new_company_main_container #main_right_container #graphs_data .header .trailing-flag input[type=checkbox],
.common_type_main_container #main_right_container #graphs_data .header .trailing-flag input[type=checkbox] {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background: url(../images/uncheck.png) no-repeat;
  background-size: 12px 12px;
  border: none;
  border-radius: 0px;
}
#new_company_main_container #main_right_container #graphs_data .header .trailing-flag input[type=checkbox]:checked,
.common_type_main_container #main_right_container #graphs_data .header .trailing-flag input[type=checkbox]:checked {
  background: url(../images/check.png) no-repeat;
  background-size: 12px 12px;
}
#new_company_main_container #main_right_container #graphs_data .header .trailing-flag span,
.common_type_main_container #main_right_container #graphs_data .header .trailing-flag span {
  color: #595959;
  margin: 0px;
  vertical-align: top;
}
#new_company_main_container #main_right_container #graphs_data .header .button,
.common_type_main_container #main_right_container #graphs_data .header .button {
  border: 1px solid #3d7fba;
  padding: 6px 10px 6px 9px;
  background: white;
  color: #3d7fba;
  margin-left: 10px;
}
#new_company_main_container #main_right_container #graphs_data .header .button:hover,
.common_type_main_container #main_right_container #graphs_data .header .button:hover {
  padding: 6px 10px 6px 9px;
  background: #3d7fba;
  color: white;
  margin-left: 10px;
}
#new_company_main_container #main_right_container #graphs_data .header .button:hover .icon,
.common_type_main_container #main_right_container #graphs_data .header .button:hover .icon {
  fill: #ffffff;
}
#new_company_main_container #main_right_container #graphs_data .header .button .icon,
.common_type_main_container #main_right_container #graphs_data .header .button .icon {
  fill: #3d7fba;
}
#new_company_main_container #main_right_container #graphs_data .header .button .icon_text,
.common_type_main_container #main_right_container #graphs_data .header .button .icon_text {
  padding-left: 5px;
  color: inherit;
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
}
#new_company_main_container #main_right_container #graphs_data .header .button#main-graph-add-series,
.common_type_main_container #main_right_container #graphs_data .header .button#main-graph-add-series {
  margin-left: 0;
}
#new_company_main_container #main_right_container #graphs_data .header .add-series-graph_outer,
.common_type_main_container #main_right_container #graphs_data .header .add-series-graph_outer {
  position: absolute;
  right: 0px;
  z-index: 1;
  background: white;
  border: 1px solid #7e91ad;
  border-radius: 5px;
  top: 27px;
  width: 445px;
}
#new_company_main_container #main_right_container #graphs_data .header .add-series-graph_outer .right-top-label,
.common_type_main_container #main_right_container #graphs_data .header .add-series-graph_outer .right-top-label {
  position: absolute;
  top: -2px;
  height: 1px;
  right: -1px;
  background: white;
  border: solid 1px #7e91ad;
  border-width: 0px 1px 0px 1px;
  color: white;
  padding: 6px 12px;
  font-size: 14px;
  font-family: arial;
}
#new_company_main_container #main_right_container #graphs_data .header .add-series-graph_outer .right-top-label .icon,
.common_type_main_container #main_right_container #graphs_data .header .add-series-graph_outer .right-top-label .icon {
  margin-top: 0px;
  color: inherit;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  width: 16px;
}
#new_company_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down,
.common_type_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down {
  float: right;
  position: absolute;
  top: 36px;
  right: 225px;
}
#new_company_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down .triangle1,
.common_type_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 160px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#new_company_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down #saveloadoptions,
.common_type_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down #saveloadoptions {
  padding: 6px;
}
#new_company_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down #saveloadoptions .saveoption #graphname,
.common_type_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down #saveloadoptions .saveoption #graphname {
  width: 120px;
  float: right;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 3px 6px;
}
#new_company_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down #yearly_table_name,
.common_type_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down #yearly_table_name {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  line-height: 21px;
  float: left;
  width: 200px;
}
#new_company_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down #save_button,
.common_type_main_container #main_right_container #graphs_data .header #main-graph-save-drop-down #save_button {
  float: right;
  width: 100px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder {
  overflow: auto;
  background: white;
  position: relative;
  border-radius: 5px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .content,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .content {
  /*max-height: 237px;*/
  overflow-y: auto;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-cols-outer,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-cols-outer {
  overflow: auto;
  padding: 18px 18px 0px 18px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-cols-outer .quick-add-text,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-cols-outer .quick-add-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #666;
  clear: both;
  padding-bottom: 12px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col {
  float: left;
  margin-right: 8px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item {
  display: inline-block;
  padding: 0 0 0 24px;
  margin: 8px 0 0 8px;
  position: relative;
  flex-flow: row wrap;
  border-radius: 2px;
  height: 36px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox {
  height: 29px;
  border-radius: 2px 0 0 2px;
  border: 1px solid #ccd8e6;
  width: 29px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox input[type='checkbox'],
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox input[type='checkbox'] {
  width: auto;
  padding: 0 8px 1px 8px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #ccd8e6;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-appearance: none;
  visibility: hidden;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox label,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox label {
  top: 7px;
  left: 1px;
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox label:after,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox label:after {
  opacity: 1;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid  #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox span,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e8eef7;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item h5,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item h5 {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-weight: normal;
  font-size: 12px;
  display: inline-flex;
  width: 90px;
  line-height: 22px;
  height: 27px;
  border: 1px solid #ccd8e6;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 2px 0 0 5px;
  color: #506f8a;
  margin-top: 0;
  cursor: pointer;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item h5 span.text,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .item h5 span.text {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: auto;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active .checkbox,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active .checkbox {
  border-color: #3d7fba;
  background-color: #3d7fba;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active .checkbox label,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active .checkbox label:after,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active .checkbox label:after {
  border-color: #ffffff;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active .checkbox span,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active .checkbox span {
  background-color: #3d7fba;
  border-radius: 2px 0 0 2px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active h5,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .quick-col .active h5 {
  border-color: #3d7fba;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .graph_options,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .graph_options {
  padding: 13px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .graph_options .additional-metric-text,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .graph_options .additional-metric-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #666;
  clear: both;
  padding-bottom: 12px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col {
  width: 100%;
  /*padding-bottom:10px;*/
  font-size: 12px;
  overflow: hidden;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .new-series-control,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .new-series-control {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #EEEEEE;
  padding: 0 12px 0px 12px;
  margin-top: 12px;
  font-size: 9px;
  /*overflow: auto;*/
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .new-series-control .metric-drop-container,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .new-series-control .metric-drop-container {
  padding-top: 12px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .hrbar,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .hrbar {
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
  background: #BCBCBC;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .grey-button,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .grey-button {
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 0px 5px 0px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4D4D4D;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  float: left;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .large-button,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .large-button {
  width: 188px;
  color: white;
  border: 1px solid #7e91ad;
  background-color: #3d7fba;
  float: left;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  height: 32px;
  font-family: Arial;
  border-radius: 3px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .small-button,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .small-button {
  width: 188px;
  color: #7e91ad;
  border: 1px solid #7e91ad;
  background-color: white;
  float: right;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  height: 32px;
  font-family: Arial;
  border-radius: 3px;
  margin-left: 4px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .div_seprator,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full-col .div_seprator {
  height: 1px;
  border: 0;
  background-color: transparent;
  margin: 18px 0px 0px 0px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full_drop,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .full_drop {
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .save-graph,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .save-graph {
  background: #eee;
  box-sizing: border-box;
  padding: 18px 12px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container ul,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container ul {
  padding-left: 5px;
  margin: 6px;
  margin-top: 8px;
  font-size: 10px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container li,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container li {
  float: none;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  font-family: Arial;
  border-radius: 3px;
  margin-bottom: 12px;
  min-width: 116px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container li:last-child,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container li:last-child {
  margin-bottom: 0px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .defgray,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .defgray {
  color: #ffffff;
  background: #7e91ad;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container label,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container label {
  float: left;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container {
  /*width:50%;*/
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .metric-dropdown,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .metric-dropdown {
  width: 100%;
  background: none;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-input-form,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-input-form {
  /*padding-top: 12px;*/
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form {
  width: 48%;
  display: inline-block;
  padding-top: 12px;
  margin-right: 4%;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form input,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form input {
  width: 45px;
  float: right;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 3px 6px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form input:active,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form input:active,
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form input:focus,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form input:focus {
  color: #666;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form .parameter-name,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form .parameter-name {
  font-size: 12px;
  font-family: Arial;
  line-height: 18px;
  color: #666;
  padding: 3px 0px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form:nth-child(even),
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .metric-drop-container .ta-single-parameter-form:nth-child(even) {
  margin-right: 0;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .of-divider,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .of-divider {
  float: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container {
  width: 45%;
  margin-right: 4%;
  overflow: auto;
  /*float: left;*/
  display: inline-block;
  padding-top: 12px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container .inputheading,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container .inputheading {
  float: left;
  font-size: 12px;
  font-family: Arial;
  line-height: 18px;
  color: #666;
  padding: 3px 0px;
  text-transform: capitalize;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container input,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container input {
  width: 80px;
  float: right;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 3px 6px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container input:active,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container input:active,
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container input:focus,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #graph-controls-container .ticker-input-container input:focus {
  color: #666;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #stream-container,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #stream-container {
  /*height:451px;*/
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .header,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .header {
  /*height:32px;*/
  height: 7%;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .doctab,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .doctab {
  position: relative;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .button,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .button {
  float: left;
  width: 24.7%;
  font-size: 12px;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .button .button-text,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .button .button-text {
  /*margin-top:7px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50%;
  width: 70%;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .br,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .br {
  border-right: 1px solid #B6B6B6;
  cursor: pointer;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #stream-container #articlestab,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #stream-container #articlestab {
  cursor: pointer;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .activetab,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .activetab {
  -moz-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  background-color: #EEEEEE;
}
#new_company_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .content,
.common_type_main_container #main_right_container #graphs_data #right-graph-holder #stream-container .content {
  height: 93%;
  /*overflow-y:auto;*/
}
#new_company_main_container #main_right_container #graphs_data #main-graph-drop-down,
.common_type_main_container #main_right_container #graphs_data #main-graph-drop-down {
  float: right;
  position: absolute;
  top: 42px;
  right: 5px;
}
#new_company_main_container #main_right_container #graphs_data #main-graph-drop-down .triangle1,
.common_type_main_container #main_right_container #graphs_data #main-graph-drop-down .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 27px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#new_company_main_container #main_right_container #graphs_data #main-graph-drop-down .select2-container,
.common_type_main_container #main_right_container #graphs_data #main-graph-drop-down .select2-container {
  width: 120px;
}
#new_company_main_container #main_right_container #graphs_data #main-graph-drop-down #yearly_table_name,
.common_type_main_container #main_right_container #graphs_data #main-graph-drop-down #yearly_table_name {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  line-height: 21px;
  float: left;
  width: 200px;
}
#new_company_main_container #main_right_container #graphs_data #main-graph-drop-down #save_button,
.common_type_main_container #main_right_container #graphs_data #main-graph-drop-down #save_button {
  float: right;
  width: 100px;
}
#new_company_main_container #main_right_container #graphs_data #main-graph-load-drop-down,
.common_type_main_container #main_right_container #graphs_data #main-graph-load-drop-down {
  float: right;
  position: absolute;
  top: 36px;
  right: 5px;
}
#new_company_main_container #main_right_container #graphs_data #main-graph-load-drop-down .triangle1,
.common_type_main_container #main_right_container #graphs_data #main-graph-load-drop-down .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 200px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#new_company_main_container #main_right_container #graphs_data #main-graph-load-drop-down #yearly_table_name,
.common_type_main_container #main_right_container #graphs_data #main-graph-load-drop-down #yearly_table_name {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  line-height: 21px;
  float: left;
  width: 200px;
}
#new_company_main_container #main_right_container #graphs_data #main-graph-load-drop-down #save_button,
.common_type_main_container #main_right_container #graphs_data #main-graph-load-drop-down #save_button {
  float: right;
  width: 100px;
}
#new_company_main_container #main_right_container #graphs_data #tradechart .graph-text,
.common_type_main_container #main_right_container #graphs_data #tradechart .graph-text {
  font-size: 10px;
  line-height: 18px;
  color: #828f9a;
}
#new_company_main_container #main_right_container #holders_data .header .button,
.common_type_main_container #main_right_container #holders_data .header .button {
  width: auto;
  height: auto;
  text-align: center;
  padding: 6px 12px;
  border: solid 1px #7e91ad;
  border-radius: 3px;
  margin-left: 12px;
  cursor: pointer;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #holders_data .header .button .icon,
.common_type_main_container #main_right_container #holders_data .header .button .icon {
  margin-top: 0px;
  width: 18px;
  height: 18px;
  fill: #698094;
}
#new_company_main_container #main_right_container #holders_data .header .button:hover,
.common_type_main_container #main_right_container #holders_data .header .button:hover {
  background: #e8f1f9;
}
#new_company_main_container #main_right_container #holders_data .header .period-select,
.common_type_main_container #main_right_container #holders_data .header .period-select {
  float: right;
  padding: 6px 6px 6px 12px;
  border: 1px solid #8A9DBC;
  /*padding-top: 7px;*/
  border-radius: 3px;
  margin-top: 0px;
}
#new_company_main_container #main_right_container #holders_data .header .period-select select,
.common_type_main_container #main_right_container #holders_data .header .period-select select {
  cursor: pointer;
  outline: none;
  width: 78px;
  -moz-appearance: none;
  /* font-weight: bold; */
  color: #8A9DBC;
  margin-top: 0px;
  background: #fff;
  border: 0;
  font-size: 11px;
  height: 18px;
  -webkit-appearance: none;
}
#new_company_main_container #main_right_container #holders_data .header_graph,
.common_type_main_container #main_right_container #holders_data .header_graph {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-bottom: 24px;
  overflow: auto;
}
#new_company_main_container #main_right_container #holders_data .header_graph .header_text,
.common_type_main_container #main_right_container #holders_data .header_graph .header_text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  cursor: pointer;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data .header_graph .header_text:hover:not(.no-hover),
.common_type_main_container #main_right_container #holders_data .header_graph .header_text:hover:not(.no-hover) {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #holders_data .header_graph .share_outer,
.common_type_main_container #main_right_container #holders_data .header_graph .share_outer,
#new_company_main_container #main_right_container #holders_data .header_graph .button-with-attachment,
.common_type_main_container #main_right_container #holders_data .header_graph .button-with-attachment {
  padding: 3px 5px;
  cursor: pointer;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #holders_data .header_graph .share_outer .icon,
.common_type_main_container #main_right_container #holders_data .header_graph .share_outer .icon,
#new_company_main_container #main_right_container #holders_data .header_graph .button-with-attachment .icon,
.common_type_main_container #main_right_container #holders_data .header_graph .button-with-attachment .icon {
  fill: #698094;
  height: 18px;
  width: 18px;
}
#new_company_main_container #main_right_container #holders_data .header_graph .share_outer:hover,
.common_type_main_container #main_right_container #holders_data .header_graph .share_outer:hover,
#new_company_main_container #main_right_container #holders_data .header_graph .button-with-attachment:hover,
.common_type_main_container #main_right_container #holders_data .header_graph .button-with-attachment:hover {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data .header_graph .share_outer:hover .icon,
.common_type_main_container #main_right_container #holders_data .header_graph .share_outer:hover .icon,
#new_company_main_container #main_right_container #holders_data .header_graph .button-with-attachment:hover .icon,
.common_type_main_container #main_right_container #holders_data .header_graph .button-with-attachment:hover .icon {
  fill: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data .header_graph .separator,
.common_type_main_container #main_right_container #holders_data .header_graph .separator {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #holders_data .header_graph .separator_share,
.common_type_main_container #main_right_container #holders_data .header_graph .separator_share {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders,
.common_type_main_container #main_right_container #holders_data #institutional_holders {
  width: 100%;
  border-bottom: 1px solid #d0d9e1;
  padding-right: 18px;
  padding-left: 6px;
  box-sizing: border-box;
  /*.dataTables_paginate .fg-button span:after{*/
  /*content:'ne';*/
  /*}*/
  /*.dataTables_paginate .fg-button span{*/
  /*background-image:'';*/
  /*}*/
}
#new_company_main_container #main_right_container #holders_data #institutional_holders .ms-trigger,
.common_type_main_container #main_right_container #holders_data #institutional_holders .ms-trigger {
  background: white;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .prev_page,
.common_type_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .prev_page {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(../images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .prev_page.disable,
.common_type_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .prev_page.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .next_page,
.common_type_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .next_page {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin: 0px 0px 0px 10px;
  border-radius: 3px;
  width: 24px;
  background: url(../images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .next_page.disable,
.common_type_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .next_page.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .ui-icon,
.common_type_main_container #main_right_container #holders_data #institutional_holders .dataTables_paginate .ui-icon {
  display: none;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down {
  color: #112a40;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down th,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down th,
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td {
  font-size: 12px;
  padding: 6px 0px;
  text-align: left;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tr.odd,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tr.odd {
  background-color: white;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tr.even,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tr.even {
  background-color: #fcfdff !important;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down thead,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down thead {
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td.open_document,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td.open_document {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td.open_document .icon,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td.open_document .icon {
  height: 18px;
  fill: #3d7fba;
  width: 18px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td.open_document:hover,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td.open_document:hover {
  text-decoration: underline #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th {
  padding: 5px;
  background-color: white !important;
  background-image: none;
  font-weight: 500;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th div,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th div {
  width: 100%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  box-sizing: border-box;
  padding: 0px;
  /*text-align:left;*/
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.leftCol div,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.leftCol div {
  left: 0px;
  text-align: left;
  font-size: 12px !important;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.leftCol div span,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.leftCol div span {
  left: 0px;
  right: auto;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.rightCol div,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.rightCol div {
  right: 0px;
  text-align: right;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.rightCol div span,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.rightCol div span {
  left: auto;
  right: 0px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.midCol div,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.midCol div {
  text-align: center;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.midCol div span,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_wrapper .dataTable th.midCol div span {
  width: 100%;
  left: 0;
  right: auto;
  /*margin-left:-8px;*/
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody th,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody th,
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td {
  border-bottom: 1px solid #E9F2F9;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody th a,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody th a,
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td a,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td a {
  text-decoration: none;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody th a .icon,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody th a .icon,
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td a .icon,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down td a .icon {
  height: 18px;
  fill: #3d7fba;
  width: 18px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td:first-child,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td:first-child {
  text-decoration: none;
  font-size: 11px;
  color: #397FC9;
  font-weight: 500;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.tickerName,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.tickerName {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.leftCol,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.leftCol {
  text-align: left;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.midCol,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.midCol {
  text-align: center;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.pl5,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.pl5 {
  padding-left: 5px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.pr5,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.pr5 {
  padding-right: 5px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.rightCol,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td.rightCol {
  text-align: right;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.positive,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.positive,
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.negative,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.negative {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.positive,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.positive {
  color: green;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.negative,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.negative {
  color: red;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.netneutrality,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.netneutrality {
  color: #999;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.positive::before,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.positive::before {
  font-family: FontAwesome;
  content: "\f0de";
  margin-right: 5px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.negative::before,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down tbody tr td span.negative::before {
  font-family: FontAwesome;
  content: "\f0dd";
  margin-right: 5px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .ui-widget-header,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .ui-widget-header {
  border: none;
  margin-top: 18px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_scrollBody,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_scrollBody {
  border-top: 2px solid #C1CFE1;
  overflow: hidden !important;
  margin-top: 6px;
  padding-bottom: 6px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_scrollBody #institutional-holdings-table,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .dataTables_scrollBody #institutional-holdings-table {
  margin-top: 6px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .DataTables_sort_wrapper,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .DataTables_sort_wrapper {
  text-align: left;
  height: 58px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .DataTables_sort_wrapper .dtable_text,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .DataTables_sort_wrapper .dtable_text {
  position: absolute;
  bottom: 22px;
  color: #555;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .DataTables_sort_wrapper .DataTables_sort_icon,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .DataTables_sort_wrapper .DataTables_sort_icon {
  position: absolute;
  bottom: 0px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  height: 32px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .ms-ctn,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .ms-ctn {
  border: 1px solid #cccccc;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .ms-ctn input,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .ms-ctn input {
  font-size: 14px;
  line-height: 18px;
  color: #cccccc;
  height: 14px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .ms-trigger,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .ms-trigger {
  border-left: 1px solid #cccccc;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .ms-res-ctn .ms-res-item,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .ms-res-ctn .ms-res-item {
  font-size: 14px;
  line-height: 18px;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .title,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .title {
  float: left;
  /*margin-top: 10px;*/
  margin-left: 6px;
  font-size: 18px;
  line-height: 32px;
  /* font-weight: bold; */
  color: #666;
  text-overflow: ellipsis;
  max-width: 861px;
  overflow-x: hidden;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .close,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .close {
  margin-top: 12px;
  margin-right: 10px;
  float: right;
  text-align: right;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .popout_new_tab,
.common_type_main_container #main_right_container #holders_data #institutional_holders #institutional-holdings-drop-down .institutional-holdings-header .popout_new_tab {
  margin-top: 12px;
  margin-right: 10px;
  float: right;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading,
.common_type_main_container #main_right_container #holders_data #insider_trading {
  width: 100%;
  padding-bottom: 20px;
  background: #e7eaee;
  border-bottom: 1px solid #d0d9e1;
  margin-top: -18px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .ms-trigger,
.common_type_main_container #main_right_container #holders_data #insider_trading .ms-trigger {
  background: white;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .prev_page,
.common_type_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .prev_page {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(../images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .prev_page.disable,
.common_type_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .prev_page.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .next_page,
.common_type_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .next_page {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin: 0px 0px 0px 10px;
  border-radius: 3px;
  width: 24px;
  background: url(../images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .next_page.disable,
.common_type_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .next_page.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .ui-icon,
.common_type_main_container #main_right_container #holders_data #insider_trading .dataTables_paginate .ui-icon {
  display: none;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down {
  color: #999;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down th,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down th,
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down td,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down td {
  background: white;
  font-size: 12px;
  padding: 6px 0px;
  text-align: left;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down thead,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down thead {
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th {
  padding: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th div,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th div {
  width: 100%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  box-sizing: border-box;
  padding: 0px;
  /*text-align:left;*/
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.leftCol div,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.leftCol div {
  left: 0px;
  text-align: left;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.leftCol div span,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.leftCol div span {
  left: 0px;
  right: auto;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.rightCol div,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.rightCol div {
  right: 0px;
  text-align: right;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.rightCol div span,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.rightCol div span {
  left: auto;
  right: 0px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.midCol div,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.midCol div {
  text-align: center;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.midCol div span.dtable_text,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_wrapper .dataTable th.midCol div span.dtable_text {
  width: 100%;
  left: 0;
  right: auto;
  /*margin-left:-8px;*/
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody th,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody th,
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down td,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down td {
  border-bottom: 1px solid #E9F2F9;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody th a,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody th a,
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down td a,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down td a {
  text-decoration: none;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td:first-child,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td:first-child {
  color: #3d7fba;
  text-decoration: none;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.leftCol,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.leftCol {
  text-align: left;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.insiderName,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.insiderName {
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.midCol,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.midCol {
  text-align: center;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.pl5,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.pl5 {
  padding-left: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.pr5,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.pr5 {
  padding-right: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.rightCol,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td.rightCol {
  text-align: right;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.positive,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.positive,
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.negative,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.negative {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.positive,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.positive {
  color: green;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.negative,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.negative {
  color: red;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.netneutrality,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.netneutrality {
  color: #999;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.positive::before,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.positive::before {
  font-family: FontAwesome;
  content: "\f0de";
  margin-right: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.negative::before,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down tbody tr td span.negative::before {
  font-family: FontAwesome;
  content: "\f0dd";
  margin-right: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .ui-widget-header,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .ui-widget-header {
  border: none;
  margin-top: 18px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_scrollBody,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_scrollBody {
  border-top: 2px solid #C1CFE1;
  overflow: hidden !important;
  margin-top: 6px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_scrollBody #insider-trading-table,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .dataTables_scrollBody #insider-trading-table {
  margin-top: 6px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .DataTables_sort_wrapper,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .DataTables_sort_wrapper {
  text-align: left;
  height: 40px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .DataTables_sort_wrapper .dtable_text,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .DataTables_sort_wrapper .dtable_text {
  position: absolute;
  bottom: 22px;
  color: #555;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .DataTables_sort_wrapper .DataTables_sort_icon,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .DataTables_sort_wrapper .DataTables_sort_icon {
  position: absolute;
  bottom: 0px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header {
  height: 24px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .ms-ctn,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .ms-ctn {
  border: 1px solid #cccccc;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .ms-ctn input,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .ms-ctn input {
  font-size: 14px;
  line-height: 18px;
  color: #cccccc;
  height: 14px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .ms-trigger,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .ms-trigger {
  border-left: 1px solid #cccccc;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .ms-res-ctn .ms-res-item,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .ms-res-ctn .ms-res-item {
  font-size: 14px;
  line-height: 18px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .title,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .title {
  float: left;
  /*margin-top: 10px;*/
  margin-left: 6px;
  font-size: 16px;
  line-height: 24px;
  /* font-weight: bold; */
  color: #595959;
  text-overflow: ellipsis;
  max-width: 861px;
  overflow-x: hidden;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .close,
.common_type_main_container #main_right_container #holders_data #insider_trading #insider-trading-drop-down .inside-trading-header .close {
  margin-top: 12px;
  margin-right: 10px;
  float: right;
  text-align: right;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper {
  font-family: "Roboto";
  background: #e7eaee;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header {
  background: white;
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #ccd8e6;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .download-csv-button,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .download-csv-button {
  font-size: 18px;
  padding: 2px 5px;
  margin: 5px 5px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-title,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-title {
  float: left;
  padding: 9px 0px;
  margin: 0px 30px 0px 18px;
  font-size: 22px;
  color: #333;
  line-height: 24px;
  height: 42px;
  font-weight: 300;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-item,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-item {
  float: left;
  padding: 9px 0px;
  margin: 0px 30px 0px 0px;
  font-size: 14px;
  color: #ccd8e6;
  border-bottom: 1px solid #ccd8e6;
  line-height: 24px;
  height: 43px;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-item .fa,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-item .fa,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-item .icon,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-item .icon {
  font-size: 16px;
  line-height: 24px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-item.active,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-header .menu-item.active {
  font-weight: bold;
  color: #3d7fba;
  border-bottom: 2px solid #3d7fba;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content {
  border: 1px solid #ccd8e6;
  width: 1048px;
  margin: 5px 16px 5px 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane {
  padding-bottom: 12px 12px 0px 12px;
  background: #f9fcff;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header {
  height: 48px;
  padding: 12px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header div,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header div,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header span,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header span {
  vertical-align: baseline;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header .return-to-all,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header .return-to-all {
  width: 48px;
  height: 24px;
  border: 1px solid #ccd8e6;
  font-size: 11px;
  font-weight: normal;
  color: #687b93;
  box-sizing: border-box;
  float: left;
  border-radius: 3px;
  margin-right: 12px;
  line-height: 18px;
  padding: 2px;
  text-align: center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header .selectedInsiderName,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header .selectedInsiderName {
  font-size: 22px;
  font-weight: bold;
  color: #3d7fba;
  line-height: 24px;
  text-transform: capitalize;
  cursor: default;
  margin-right: 11px;
  display: inline-block;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header .selectedInsiderName:first-letter,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header .selectedInsiderName:first-letter {
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header .selectedInsiderTitle,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .header .selectedInsiderTitle {
  font-size: 18px;
  font-weight: normal;
  color: #8092ac;
  cursor: default;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .content,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .content {
  font-size: 0px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .content .content-col,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .content .content-col {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .content .left-col,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .content .left-col {
  width: 536px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .content .right-col,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .content .right-col {
  width: 484px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .graph-container,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .graph-container {
  margin-right: 125px;
  height: 300px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container {
  float: right;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-count,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-count {
  color: #333;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-count.positive,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-count.positive {
  color: #4d9e6c;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-count.negative,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-count.negative {
  color: #e81a1a;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .all-tr-table,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .all-tr-table {
  font-size: 14px;
  color: #3d7fba;
  font-weight: 500;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .all-tr-table .stat-wrap,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .all-tr-table .stat-wrap {
  width: 150px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .all-tr-table .double.stat-wrap,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .all-tr-table .double.stat-wrap {
  width: 300px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .tr-insider-table,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .tr-insider-table {
  font-size: 14px;
  color: #3d7fba;
  font-weight: 500;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .tr-insider-table .stat-wrap,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .tr-insider-table .stat-wrap {
  width: 32%;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .tr-insider-table .stat-wrap.fl,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .tr-insider-table .stat-wrap.fl {
  float: left;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .info-row,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .info-row {
  clear: both;
  height: 58px;
  padding: 6px 0px 14px;
  border-bottom: 1px solid #ccd8e6;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .info-row.title-holder,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .info-row.title-holder {
  padding: 0px;
  height: 32px;
  line-height: 32px;
  border-bottom: none;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .info-col,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .info-col {
  float: left;
  width: 50%;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-wrap,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-wrap {
  float: right;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-wrap .stat-label,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-wrap .stat-label {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
  color: #687b93;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-wrap .stat-count,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .table-container .stat-wrap .stat-count {
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container {
  float: right;
  width: 98px;
  padding: 96px 0px 96px 24px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .col-1,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .col-1 {
  width: 36px;
  float: left;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .col-2,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .col-2 {
  width: 60px;
  float: left;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label {
  color: #b4c0d1;
  font-size: 11px;
  margin: 0px auto 12px 0px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh8,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh8 {
  line-height: 12px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh12,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh12 {
  line-height: 12px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh16,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh16 {
  line-height: 16px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh20,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh20 {
  line-height: 20px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh24,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .label.lh24 {
  line-height: 24px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet {
  background-color: #b4c0d1;
  border-radius: 50%;
  height: 0;
  width: 0;
  padding: 6px;
  margin: 0px auto 12px auto;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c8,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c8 {
  padding: 4px;
  margin: 2px auto 14px auto;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c12,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c12 {
  padding: 6px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c16,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c16 {
  padding: 8px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c20,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c20 {
  padding: 10px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c24,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .top-intr-pane .marker-container .circlet.c24 {
  padding: 12px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .middle-intr-pane,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .middle-intr-pane {
  height: 60px;
  padding: 12px;
  background: #fff;
  border-bottom: 1px solid #ccd8e6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .default-all-transactions,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .default-all-transactions {
  padding: 6px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper {
  background: #f9fcff;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .no-data-wrapper,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .no-data-wrapper {
  background: #fff;
  height: 280px !important;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .no-data-wrapper td,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .no-data-wrapper td {
  height: 280px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .no-data-wrapper td .no-data,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .no-data-wrapper td .no-data {
  width: 100%;
  background: url('images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 100%;
  background-size: auto 100%;
  position: relative;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .no-data-wrapper td .no-data .no-data-text,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .no-data-wrapper td .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_scrollBody,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_scrollBody {
  height: auto !important;
  border-top: 0;
  overflow: hidden !important;
  margin-top: 0px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable {
  table-layout: fixed;
  border-collapse: collapse;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable td,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable td {
  font-size: 12px;
  padding: 6px 0px;
  text-align: left;
  border: 1px solid #ccd8e6;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th a,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th a,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable td a,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable td a {
  text-decoration: none;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th[aria-sort],
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th[aria-sort] {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0FCFC), color-stop(100%, #DAEFF1));
  background-image: -webkit-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: -moz-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: -ms-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: -o-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: linear-gradient(top, #F0FCFC, #DAEFF1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F0FCFC, endColorstr=#DAEFF1);
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th:first-child,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th:first-child,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable td:first-child,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable td:first-child {
  border-left: 0;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th:last-child,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable th:last-child,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable td:last-child,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable td:last-child {
  border-right: 0;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th {
  padding: 6px 6px 6px 12px;
  font-weight: bold;
  background: #fafbfc;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th div,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th div {
  position: relative;
  margin-left: 12px;
  text-align: left;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th div span,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th div span {
  position: absolute;
  top: 0px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th div .ui-icon,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th div .ui-icon {
  top: 0px;
  left: -16px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th .DataTables_sort_wrapper,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th .DataTables_sort_wrapper {
  text-align: left;
  height: 18px;
  line-height: 18px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th .DataTables_sort_wrapper .dtable_text,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th .DataTables_sort_wrapper .dtable_text {
  position: absolute;
  color: #687b93;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th .DataTables_sort_wrapper .DataTables_sort_icon,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable thead th .DataTables_sort_wrapper .DataTables_sort_icon {
  position: absolute;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody td,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody td {
  height: 40px;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody td a,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody td a {
  text-decoration: none;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr:nth-child(even),
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr:nth-child(even),
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr.even,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr.even {
  background: #fcfdfd;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr:nth-child(odd),
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr:nth-child(odd),
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr.odd,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr.odd {
  background: #ffffff;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr {
  height: 40px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.leftCol,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.leftCol {
  text-align: left;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.midCol,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.midCol {
  text-align: center;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.rightCol,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.rightCol {
  text-align: right;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName {
  padding: 2px 12px;
  cursor: pointer;
  text-decoration: none;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName .insider-name,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName .insider-name,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName .insider-title,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName .insider-title {
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName .insider-name,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName .insider-name {
  font-size: 13px;
  font-weight: bold;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName .insider-title,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.insiderName .insider-title {
  font-size: 12px;
  font-weight: normal;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.textCell,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.textCell {
  padding: 0px 12px;
  line-height: 18px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.dataCell,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.dataCell {
  padding: 11px 12px;
  line-height: 18px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell {
  padding: 11px 12px;
  line-height: 18px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell i,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell i,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell .fa,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell .fa {
  display: inline-block;
  font-size: 15px;
  color: #3d7fba;
  font-weight: normal;
  margin-right: 6px;
  vertical-align: bottom;
  font-size: 18px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell span,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell span,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell .label,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell .label {
  font-size: 11px;
  color: #3d7fba;
  font-weight: bold;
  display: inline-block;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell span:hover,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell span:hover {
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell span:hover span,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.filingCell span:hover span {
  text-decoration: underline #3d7fba;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.pl5,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.pl5 {
  padding-left: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.pr5,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.pr5 {
  padding-right: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.positive,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.positive,
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.negative,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.negative {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.positive,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.positive {
  color: #4d9e6c;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.negative,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.negative {
  color: #e81a1a;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.netneutrality,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td span.netneutrality {
  color: #333;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.dataCell span.positive::before,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.dataCell span.positive::before {
  font-family: FontAwesome;
  content: "\f0de";
  margin-right: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.dataCell span.negative::before,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTable tbody tr td.dataCell span.negative::before {
  font-family: FontAwesome;
  content: "\f0dd";
  margin-right: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate a,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate a {
  margin-right: 5px;
  margin-top: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_info,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_info {
  font-size: 12px;
  margin-left: 5px;
  margin-top: 5px;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .prev_page,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .prev_page {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(../images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .prev_pageprev_page.disable,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .prev_pageprev_page.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .next_page,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .next_page {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin: 0px 0px 0px 10px;
  border-radius: 3px;
  width: 24px;
  background: url(../images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .next_page.disable,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .next_page.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .ui-icon,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .dataTables_paginate .ui-icon {
  display: none;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .ui-widget-header:first-child,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .ui-widget-header:first-child {
  display: block;
}
#new_company_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .ui-widget-header,
.common_type_main_container #main_right_container #holders_data #insider_trading .reskin-wrapper .transactions-content .bottom-intr-pane .datatable-wrapper .ui-widget-header {
  border: none;
  margin-top: 18px;
  background-color: #f9fcff;
}
#new_company_main_container #main_right_container #surprisechart_data #earnings-surprise-table-export-button,
.common_type_main_container #main_right_container #surprisechart_data #earnings-surprise-table-export-button {
  width: 20px;
  text-align: center;
  padding: 3px 10px;
  border: solid 1px #7e91ad;
  border-radius: 3px;
  cursor: pointer;
  color: #7e91ad;
  position: relative;
  bottom: 5px;
  right: 5px;
  float: right;
}
#new_company_main_container #main_right_container #surprisechart_data #earnings-surprise-table-export-button .icon,
.common_type_main_container #main_right_container #surprisechart_data #earnings-surprise-table-export-button .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
}
#new_company_main_container #main_right_container #surprisechart_data #earnings-surprise-table-export-button:hover,
.common_type_main_container #main_right_container #surprisechart_data #earnings-surprise-table-export-button:hover {
  background-color: #E8F1F9;
}
#new_company_main_container #main_right_container #surprisechart_data #surprisechart-legend,
.common_type_main_container #main_right_container #surprisechart_data #surprisechart-legend {
  position: absolute;
  right: 50px;
  top: 17px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprisechart-legend #surprisechart-actuals-legend-red,
.common_type_main_container #main_right_container #surprisechart_data #surprisechart-legend #surprisechart-actuals-legend-red {
  position: relative;
  right: 44px;
  display: inline-block;
  border-radius: 50%;
  background: #e74c3c;
  width: 10px;
  height: 10px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprisechart-legend #surprisechart-actuals-legend-actual-green,
.common_type_main_container #main_right_container #surprisechart_data #surprisechart-legend #surprisechart-actuals-legend-actual-green {
  display: inline-block;
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  bottom: 1px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprisechart-legend #surprisechart-actuals-legend-actual-red,
.common_type_main_container #main_right_container #surprisechart_data #surprisechart-legend #surprisechart-actuals-legend-actual-red {
  display: inline-block;
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  right: 40px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprisechart-legend #surprisechart-actuals-legend-green,
.common_type_main_container #main_right_container #surprisechart_data #surprisechart-legend #surprisechart-actuals-legend-green {
  display: inline-block;
  border-radius: 50%;
  background: green;
  width: 10px;
  height: 10px;
}
#new_company_main_container #main_right_container #surprisechart_data .surprisechart_dropdowns,
.common_type_main_container #main_right_container #surprisechart_data .surprisechart_dropdowns {
  position: relative;
  top: 3px;
  left: 5px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .no-data-wrapper,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .no-data-wrapper {
  background: #fff;
  height: 280px !important;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .no-data-wrapper td,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .no-data-wrapper td {
  height: 280px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .no-data-wrapper td .no-data,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .no-data-wrapper td .no-data {
  width: 100%;
  background: url('images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 100%;
  background-size: auto 100%;
  position: relative;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .no-data-wrapper td .no-data .no-data-text,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .no-data-wrapper td .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_scrollBody,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_scrollBody {
  height: auto !important;
  border-top: 0;
  overflow: hidden !important;
  margin-top: 0px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable {
  table-layout: fixed;
  border-collapse: collapse;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable td,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable td {
  font-size: 12px;
  padding: 6px 0px;
  text-align: left;
  border: 1px solid #ccd8e6;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th a,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th a,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable td a,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable td a {
  text-decoration: none;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th[aria-sort],
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th[aria-sort] {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0FCFC), color-stop(100%, #DAEFF1));
  background-image: -webkit-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: -moz-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: -ms-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: -o-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: linear-gradient(top, #F0FCFC, #DAEFF1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F0FCFC, endColorstr=#DAEFF1);
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th:first-child,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th:first-child,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable td:first-child,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable td:first-child {
  border-left: 0;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th:last-child,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable th:last-child,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable td:last-child,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable td:last-child {
  border-right: 0;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th {
  padding: 6px 6px 6px 12px;
  font-weight: bold;
  background: #fafbfc;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th div,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th div {
  position: relative;
  text-align: left;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th div span,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th div span {
  position: absolute;
  top: 0px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th div .ui-icon,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th div .ui-icon {
  top: 0px;
  left: -16px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th .DataTables_sort_wrapper,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th .DataTables_sort_wrapper {
  text-align: left;
  height: 18px;
  line-height: 18px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th .DataTables_sort_wrapper .dtable_text,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th .DataTables_sort_wrapper .dtable_text {
  position: absolute;
  color: #687b93;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th .DataTables_sort_wrapper .DataTables_sort_icon,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable thead th .DataTables_sort_wrapper .DataTables_sort_icon {
  position: absolute;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody td,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody td {
  height: 40px;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody td a,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody td a {
  text-decoration: none;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr:nth-child(even),
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr:nth-child(even),
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr.even,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr.even {
  background: #fcfdfd;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr:nth-child(odd),
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr:nth-child(odd),
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr.odd,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr.odd {
  background: #ffffff;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr {
  height: 40px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.leftCol,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.leftCol {
  text-align: left;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.midCol,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.midCol {
  text-align: center;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.rightCol,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.rightCol {
  text-align: right;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName {
  padding: 2px 12px;
  text-decoration: none;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName .insider-name,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName .insider-name,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName .insider-title,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName .insider-title {
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName .insider-name,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName .insider-name {
  font-size: 13px;
  font-weight: bold;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName .insider-title,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.insiderName .insider-title {
  font-size: 12px;
  font-weight: normal;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.textCell,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.textCell {
  padding: 0px 12px;
  line-height: 18px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.dataCell,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.dataCell {
  padding: 11px 12px;
  line-height: 18px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell {
  padding: 11px 12px;
  line-height: 18px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell i,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell i,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell .fa,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell .fa {
  display: inline-block;
  font-size: 15px;
  color: #3d7fba;
  font-weight: normal;
  margin-right: 6px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell span,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell span,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell .label,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.filingCell .label {
  font-size: 11px;
  color: #3d7fba;
  font-weight: bold;
  display: inline-block;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.pl5,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.pl5 {
  padding-left: 5px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.pr5,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.pr5 {
  padding-right: 5px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.positive,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.positive,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.negative,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.negative {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.positive,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.positive {
  color: #4d9e6c;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.negative,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.negative {
  color: #e81a1a;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.netneutrality,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td span.netneutrality {
  color: #333;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.dataCell span.positive::before,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.dataCell span.positive::before {
  font-family: FontAwesome;
  margin-right: 5px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.dataCell span.negative::before,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTable tbody tr td.dataCell span.negative::before {
  font-family: FontAwesome;
  margin-right: 5px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate a,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate a {
  margin-right: 5px;
  margin-top: 5px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_info,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_info {
  font-size: 12px;
  margin-left: 5px;
  margin-top: 5px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .prev_page,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .prev_page {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(../images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .prev_pageprev_page.disable,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .prev_pageprev_page.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .next_page,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .next_page {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin: 0px 0px 0px 10px;
  border-radius: 3px;
  width: 24px;
  background: url(../images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .next_page.disable,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .next_page.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .ui-icon,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .dataTables_paginate .ui-icon {
  display: none;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .ui-widget-header:first-child,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .ui-widget-header:first-child {
  display: none;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .ui-widget-header,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .ui-widget-header {
  border: none;
  margin-top: 18px;
  background-color: #f9fcff;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .module-container,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .module-container {
  border: none;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .module-container .graph,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .module-container .graph {
  box-sizing: border-box;
  height: 600px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .module-container .content,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .module-container .content {
  border: 0px solid #BBBBBB;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .module-container #company-main-graph,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .module-container #company-main-graph {
  border: 0px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons {
  height: 32px;
  padding: 0px;
  position: relative;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .title,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .title,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .header_text,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .header_text {
  line-height: 32px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .button-with-attachment,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .button-with-attachment {
  margin: 4px 0px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .seperator,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .seperator {
  margin: 4px 12px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .formticker,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header.header-with-buttons .formticker {
  padding: 6px 12px;
  line-height: 18px;
  height: 18px;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header {
  height: 24px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .title,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .title,
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .header_text,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .header_text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #666;
  margin-top: 0px;
  float: left;
  margin-left: 0px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  /*min-width:165px;*/
  box-shadow: none;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .formticker,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .formticker {
  margin-left: 12px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .seperator,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .seperator {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .select-box-holder,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .select-box-holder {
  float: right;
  margin-top: 0px;
  margin-left: 5px;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button-with-attachment,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button-with-attachment {
  padding: 3px 5px;
  cursor: pointer;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button-with-attachment .icon,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button-with-attachment .icon {
  /*height:14px;*/
  height: 18px;
  width: 18px;
  fill: #698094;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button {
  border: 1px solid #3d7fba;
  padding: 6px 12px;
  background: white;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button .icon,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button .icon {
  fill: #3d7fba;
}
#new_company_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button .icon_text,
.common_type_main_container #main_right_container #surprisechart_data #surprise-earnings-wrapper .header .button .icon_text {
  padding-left: 6px;
  color: inherit;
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
}
#new_company_main_container #main_right_container #statements_data,
.common_type_main_container #main_right_container #statements_data {
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer,
.common_type_main_container #main_right_container #statements_data #xbrl_outer {
  width: 100%;
  height: 89%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: #EEEEEE 1px 1px 0px 0px;
  -moz-box-shadow: #EEEEEE 1px 1px 0px 0px;
  box-shadow: #EEEEEE 1px 1px 0px 0px;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html {
  width: inherit;
  min-width: 1024px;
  height: 100%;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal {
  height: 100%;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-header,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-header {
  background: #e9f1f9;
  height: 42px;
  border-bottom: 2px solid #CCD8E6;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-header .title,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-header .title {
  float: left;
  text-overflow: ellipsis;
  max-width: 861px;
  overflow-x: hidden;
  white-space: nowrap;
  border-bottom: 0px;
  line-height: 30px;
  padding: 6px;
  font-size: 13px;
  font-family: Arial;
  color: #666;
  margin: 0px;
  font-weight: normal;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer {
  overflow: hidden;
  border-bottom: solid 1px #8ABFD7;
  background: #7e91ad;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header {
  width: 100%;
  overflow-y: hidden;
  white-space: nowrap;
  height: 42px;
  padding-left: 0px;
  font-family: Arial;
  line-height: 24px;
  background: #7e91ad;
  float: left;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .quarter_text,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .quarter_text {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin: 12px 0px;
  padding-left: 18px;
  float: right;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .quarter_results_outer,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .quarter_results_outer {
  display: inline-block;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin-top: 6px;
  margin-left: 12px;
  margin-right: 10px;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item {
  margin-right: 4px;
  border: solid 1px transparent;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 4px 0px 0px;
  padding: 3px 4px 3px 4px;
  display: inline-block;
  color: #fff;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item:hover,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 0px;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item:first-child,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .item:first-child {
  margin-left: 18px;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .selected,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .sub-header-outer .sub-header .selected {
  webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 0px;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl {
  width: 290px;
  height: 40px;
  float: left;
  /*background: #F8F8F8;*/
  border-right: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder {
  height: 100%;
  font-size: 14px;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_icon,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_icon {
  color: #595959;
  width: 5%;
  margin-top: 14px;
  padding-left: 5%;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form {
  height: 100%;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form input,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .search_xbrl .xbrl_search_box_holder .search_xbrm_form input {
  outline: none;
  border: 0px;
  background: transparent;
  font-size: 12px;
  margin-left: 2%;
  height: 100%;
  width: 87%;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container {
  /*height:500px;*/
  clear: both;
  height: 99%;
  border-bottom: 44px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu {
  height: 100%;
  width: 290px;
  float: left;
  overflow-y: auto;
  /*background:#F9F9F9;*/
  padding-bottom: 10px;
  border-right: 1px solid #BCBCBC;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-container,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-container {
  height: 100%;
  overflow-y: auto;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-subheading,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-subheading {
  padding-left: 6px;
  padding-top: 6px;
  font-size: 13px;
  color: #3d7fba;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 6px;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .first,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .first {
  border-top: none;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 18px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 13px;
  font-family: Arial;
  color: #3d7fba;
  line-height: 18px;
  padding-bottom: 6px;
  text-transform: capitalize;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item:hover,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .menu-item:hover {
  cursor: pointer;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .selected,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .left-menu .selected {
  /*font-weight:bold;*/
  background: none;
  color: #333;
  border-right: 6px solid #7e91ad;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content {
  height: 100%;
  overflow-y: hidden;
  background: #fff;
  /*padding: 5px;*/
  position: relative;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table {
  height: 36px;
  background: #fff;
  border-bottom: solid 1px #CCD8E6;
  font-size: 13px;
  font-family: Arial;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_version,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_version {
  float: left;
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 1%;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  color: #3d7fba;
  background-color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 3px 6px;
  font-family: Arial;
  box-sizing: border-box;
  margin-top: 5px;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .content-heading,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .content-heading {
  float: left;
  text-align: center;
  font-size: 13px;
  font-family: Arial;
  color: #666;
  line-height: 24px;
  padding: 6px 0px;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_export,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .header-table .xbrl_export {
  float: right;
  cursor: pointer;
  opacity: 0.45;
  padding-bottom: 0px;
  font-size: 18px;
  margin-top: 9px;
  margin-right: 12px;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .wrapper-report-container,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .wrapper-report-container {
  height: 100%;
  overflow: auto;
  width: 100%;
  border-bottom: solid 35px white;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .report-container,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .report-container {
  float: left;
  /*margin-left:8px;*/
  /*margin-top:8px;*/
  /*margin-right:8px;*/
}
#new_company_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .report-container a,
.common_type_main_container #main_right_container #statements_data #xbrl_outer #xbrl-html .xbrl-modal .xbrl-container .right-content .report-container a {
  cursor: default;
}
#new_company_main_container #main_right_container #social_data .all_page_header .doc_text,
.common_type_main_container #main_right_container #social_data .all_page_header .doc_text {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 18px;
}
#new_company_main_container #main_right_container #social_data .no-data,
.common_type_main_container #main_right_container #social_data .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 250px;
  background-size: auto 100%;
  position: relative;
}
#new_company_main_container #main_right_container #social_data .no-data .no-data-text,
.common_type_main_container #main_right_container #social_data .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer,
.common_type_main_container #main_right_container #social_data .news_tweets_outer {
  box-sizing: border-box;
  height: inherit;
  height: 99%;
  border-bottom: 63px solid transparent;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer {
  box-sizing: border-box;
  height: inherit;
  width: 656px;
  float: left;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer {
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer .news_data_header,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer .news_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  box-sizing: border-box;
  padding-left: 6px;
  overflow: auto;
  margin-bottom: 10px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer {
  height: 100%;
  overflow: auto;
  border-bottom: solid 34px #fff;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container {
  height: 100%;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e8f1f9;
  overflow-x: hidden;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container {
  padding-right: 4px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .headline,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .headline {
  color: #437FB7;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  fill: #437FB7;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .content,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .ticker,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .ticker {
  float: left;
  padding-top: 4px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .source,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .source {
  font-size: 9px;
  color: #999999;
  padding-top: 4px;
  padding-right: 6px;
  float: left;
  line-height: 18px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .author,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .news_outer #newscontainer .doc-container .list-item .item-container .news-articles-container .ticker_source_outer .author {
  font-size: 9px;
  color: #999999;
  padding-top: 4px;
  float: left;
  line-height: 18px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .gutter,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .gutter {
  height: 3%;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer {
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer .article_data_header,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer .article_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  overflow: auto;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 10px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer {
  height: 100%;
  overflow: auto;
  border-bottom: solid 34px #fff;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e8f1f9;
  overflow-x: hidden;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container {
  padding-right: 4px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .headline,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .headline {
  width: 100% !important;
  color: #437FB7;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .headline a,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .headline a {
  color: #437FB7;
  text-decoration: none;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .content,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .ticker,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .ticker {
  float: left;
  padding-top: 4px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .source,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .source {
  font-size: 9px;
  color: #999999;
  padding-top: 4px;
  padding-right: 6px;
  float: left;
  line-height: 18px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .author,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .news_article_outer .article_outer #articlescontainer .doc-container .list-item .item-container .news-articles-container .author {
  font-size: 9px;
  color: #999999;
  padding-top: 4px;
  line-height: 18px;
  float: left;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer {
  box-sizing: border-box;
  height: inherit;
  width: 356px;
  float: right;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer .tweet_data_header,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer .tweet_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  overflow: auto;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 10px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer {
  overflow: auto;
  border-bottom: solid 34px #fff;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container {
  height: 100%;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item:not(:first-child),
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding: 12px;
  font-size: 14px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-left-container,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-left-container {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 12px;
  overflow: auto;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-left-container .tweet-profile-pic,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-left-container .tweet-profile-pic {
  height: 100%;
  width: 100%;
  /* background: grey; */
  background-size: 100% 100%;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container {
  margin-left: 52px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container a,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container a {
  text-decoration: none;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container a:hover,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container a:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .upper-row-header .tweet-message,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .upper-row-header .tweet-message {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-right: 7px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .upper-row-header .tweet-source.user,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .upper-row-header .tweet-source.user {
  font-size: 12px;
  color: #999999;
  height: 16px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .content,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .content {
  font-size: 11px;
  color: #333333;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .content a,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .content a {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .ticker,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .ticker {
  float: left;
  padding-top: 4px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .author,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .author {
  float: left;
  font-size: 9px;
  color: #999999;
  padding-top: 4px;
  line-height: 18px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .author a,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item .tweet-right-container .author a {
  color: #999999;
  text-decoration: none;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item:hover,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .list-item:hover {
  background-color: #e2f2fb;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .new_tweet,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .doc-container .new_tweet {
  background-color: #fef3c2;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination {
  float: right;
  padding-top: 12px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets {
  border: 1px solid #d4e0ea;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 25px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets .icon,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets .icon {
  fill: #bbc6d5;
  margin: auto;
  height: 18px;
  width: 18px;
  margin-top: 3px;
  margin-right: 4px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets.disable,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets.disable {
  cursor: default;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets.enable,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets.enable {
  border-color: #698094;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets.enable .icon,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .prev_tweets.enable .icon {
  fill: #698094;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets {
  float: left;
  border: 1px solid #d4e0ea;
  height: 25px;
  margin-left: 12px;
  border-radius: 3px;
  width: 25px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets .icon,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets .icon {
  fill: #bbc6d5;
  margin: auto;
  height: 18px;
  width: 18px;
  margin-top: 3px;
  margin-left: 4px;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets.disable,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets.disable {
  cursor: default;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets.enable,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets.enable {
  border-color: #698094;
}
#new_company_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets.enable .icon,
.common_type_main_container #main_right_container #social_data .news_tweets_outer .tweets_outer #tweetscontainer .tweets_pagination .next_tweets.enable .icon {
  fill: #698094;
}
#new_company_main_container #main_right_container #compinfo_data .all_page_header .doc_text,
.common_type_main_container #main_right_container #compinfo_data .all_page_header .doc_text {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 18px;
}
#new_company_main_container #main_right_container #compinfo_data .no-data,
.common_type_main_container #main_right_container #compinfo_data .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 250px;
  background-size: auto 100%;
  position: relative;
}
#new_company_main_container #main_right_container #compinfo_data .no-data .no-data-text,
.common_type_main_container #main_right_container #compinfo_data .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: #EEEEEE 1px 1px 0px 0px;
  -moz-box-shadow: #EEEEEE 1px 1px 0px 0px;
  box-shadow: #EEEEEE 1px 1px 0px 0px;
  border: 0px;
  box-shadow: none;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer .management_info_data_header,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer .management_info_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info {
  background: #fff;
  border-spacing: 0 6px;
  width: 100%;
  margin: auto;
  font-size: 12px;
  margin-top: -18px;
  table-layout: fixed;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_head th,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_head th {
  text-align: center;
  /*font-size:14px;*/
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body {
  /*tr:nth-child(even) {background: @fmc-white};*/
  /*tr:nth-child(odd) {background: #f3f8fd};*/
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body td,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body td {
  vertical-align: top;
  /*padding:12px 6px;*/
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .name,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .name {
  color: #3d7fba;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  padding: 12px 0px;
  min-width: 100px;
  clear: both;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info {
  padding-left: 10px;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column {
  float: left;
  color: #666;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .ele,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .ele {
  margin-top: 18px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .ele:first-child,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .ele:first-child {
  margin-top: 0px;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .position::before,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .position::before {
  content: "Current Designation :";
  clear: both;
  display: block;
  font-weight: bold;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .since:before,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .since:before {
  content: "Since :";
  clear: both;
  display: block;
  font-weight: bold;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .age::before,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .age::before {
  content: "Age :";
  clear: both;
  display: block;
  font-weight: bold;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .compensation::before,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .compensation::before {
  content: "Basic Compensation";
  clear: both;
  display: block;
  font-weight: bold;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .options::before,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .options::before {
  content: "Options";
  clear: both;
  display: block;
  font-weight: bold;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .value::before,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column .value::before {
  content: "Value";
  clear: both;
  display: block;
  font-weight: bold;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column.small,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column.small {
  width: 35%;
  margin-left: 5%;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column.large,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .info .column.large {
  width: 60%;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .desc,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .desc {
  padding-right: 10px;
  color: #666;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .desc .paratext,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .desc .paratext {
  text-align: justify;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .mgmt-strip td,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .mgmt-strip td {
  border-top: 1px solid #d0d9e1;
  padding-bottom: 12px;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .mgmt-strip .mgmt-name,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .mgmt-strip .mgmt-name {
  cursor: pointer;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .mgmt-strip .mgmt-name div:hover,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .mgmt-strip .mgmt-name div:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .mgmt-strip:first-child td,
.common_type_main_container #main_right_container #compinfo_data .management_info_outer #employees_info #mgmt_info_body .mgmt-strip:first-child td {
  border-top: none;
}
#new_company_main_container #main_right_container #compinfo_data .board_info_outer,
.common_type_main_container #main_right_container #compinfo_data .board_info_outer {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: #EEEEEE 1px 1px 0px 0px;
  -moz-box-shadow: #EEEEEE 1px 1px 0px 0px;
  box-shadow: #EEEEEE 1px 1px 0px 0px;
  border: 0px;
  box-shadow: none;
}
#new_company_main_container #main_right_container #compinfo_data .board_info_outer .board_info_data_header,
.common_type_main_container #main_right_container #compinfo_data .board_info_outer .board_info_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #compinfo_data .board_info_outer #board_info,
.common_type_main_container #main_right_container #compinfo_data .board_info_outer #board_info {
  background: #fff;
  border-spacing: 0 6px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  color: #666;
}
#new_company_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_head,
.common_type_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_head {
  font-size: 14px;
  color: #666;
}
#new_company_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_body tr:nth-child(even),
.common_type_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_body tr:nth-child(even) {
  background: #ffffff;
}
#new_company_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_body tr:nth-child(odd),
.common_type_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_body tr:nth-child(odd) {
  background: #f3f8fd;
}
#new_company_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_body td,
.common_type_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_body td {
  vertical-align: top;
  font-size: 80%;
  padding-right: 5%;
}
#new_company_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_body .board-strip .mgmt-name,
.common_type_main_container #main_right_container #compinfo_data .board_info_outer #board_info #board_info_body .board-strip .mgmt-name {
  cursor: pointer;
}
#new_company_main_container #main_right_container #compinfo_data .startup_acquisitions_outer,
.common_type_main_container #main_right_container #compinfo_data .startup_acquisitions_outer {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: #EEEEEE 1px 1px 0px 0px;
  -moz-box-shadow: #EEEEEE 1px 1px 0px 0px;
  box-shadow: #EEEEEE 1px 1px 0px 0px;
  border: 0px;
  box-shadow: none;
}
#new_company_main_container #main_right_container #compinfo_data .startup_acquisitions_outer .startup_acquisitions_data_header,
.common_type_main_container #main_right_container #compinfo_data .startup_acquisitions_outer .startup_acquisitions_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions,
.common_type_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions {
  background: #fff;
  border-spacing: 0 6px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  color: #666;
}
#new_company_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions #startup_acquisitions_head,
.common_type_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions #startup_acquisitions_head {
  font-size: 14px;
  color: #666;
}
#new_company_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions #startup_acquisitions_body tr:nth-child(even),
.common_type_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions #startup_acquisitions_body tr:nth-child(even) {
  background: #ffffff;
}
#new_company_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions #startup_acquisitions_body tr:nth-child(odd),
.common_type_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions #startup_acquisitions_body tr:nth-child(odd) {
  background: #f3f8fd;
}
#new_company_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions #startup_acquisitions_body td,
.common_type_main_container #main_right_container #compinfo_data .startup_acquisitions_outer #startup_acquisitions #startup_acquisitions_body td {
  vertical-align: top;
  font-size: 80%;
}
#new_company_main_container #main_right_container #compinfo_data .row_separator,
.common_type_main_container #main_right_container #compinfo_data .row_separator {
  margin: 30px 0;
  height: 0;
  border-style: none;
  border-bottom: 1px solid #d0d9e1;
  background-color: transparent;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer .comp_events_data_header,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer .comp_events_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer {
  height: 100%;
  overflow: auto;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul {
  margin: 0px;
  padding: 0px;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul .single-company-event:not(:first-child),
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul .single-company-event:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 18px;
  /*color: #3f7fbd;*/
  color: #3d7fba;
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  overflow: auto;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li:hover,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li:hover {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-name,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-name {
  float: left;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-title,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-title {
  float: left;
  min-width: 100px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-title:hover,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-title:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs {
  float: right;
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span {
  float: right;
  padding-right: 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span:hover,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs span:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data {
  cursor: default;
  color: white;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event {
  cursor: default;
  color: white;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event:hover,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-docs .no-data-event:hover {
  text-decoration: none;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-date,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .comp_evenst_ul li .company-event-date {
  float: right;
  color: #999999;
  width: 15%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .list-item:not(:first-child),
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #compinfo_data .comp_events_outer #compeventscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
}
#new_company_main_container #main_right_container #documents_data .no-data,
.common_type_main_container #main_right_container #documents_data .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 465px;
  position: relative;
}
#new_company_main_container #main_right_container #documents_data .no-data .no-data-text,
.common_type_main_container #main_right_container #documents_data .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #documents_data .documents_header,
.common_type_main_container #main_right_container #documents_data .documents_header {
  height: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d0d9e1;
  width: 1050px;
  position: relative;
  left: -18px;
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc_text,
.common_type_main_container #main_right_container #documents_data .documents_header .doc_text {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  line-height: 30px;
  color: #666;
  font-size: 18px;
  padding-left: 18px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .icon,
.common_type_main_container #main_right_container #documents_data .documents_header .icon {
  font-size: 35px;
  margin-left: 12px;
  margin-right: 5px;
  display: none;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-search-box,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-search-box {
  width: 166px;
  float: right;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px 12px;
  color: #cccccc;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-search-box .docsearch-form,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-search-box .docsearch-form {
  margin: 0px;
  padding: 0px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-search-box .docsearch-form .search-outer-wrapper .search-box,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-search-box .docsearch-form .search-outer-wrapper .search-box {
  width: 114px;
  font-size: 14px;
  padding-right: 12px;
  line-height: 18px;
  height: inherit;
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: #ccc;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-search-box .docsearch-form .search-outer-wrapper .fa-search,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-search-box .docsearch-form .search-outer-wrapper .fa-search {
  margin-top: 2px;
  font-size: 14px;
  padding-left: 12px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-search-box .search-icon,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-search-box .search-icon {
  float: left;
  margin-top: 8px;
  color: #BCBCBC;
  font-size: 14px;
  margin-right: 6px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-search-box:hover,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-search-box:hover {
  border: solid 1px #3d7fba;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-search-box:active,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-search-box:active {
  border: solid 1px #3d7fba;
  border-radius: 5px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-sort,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-sort {
  font-size: 14px;
  margin-top: 7px;
  margin-left: 20px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-sort .outer-wrapper .msg,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-sort .outer-wrapper .msg {
  color: #cccccc;
  margin-right: 4px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-sort .outer-wrapper .sort-options .option,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-sort .outer-wrapper .sort-options .option {
  color: #3d7fba;
  float: left;
  cursor: pointer;
  margin-right: 12px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-sort .outer-wrapper .sort-options .option:last-child,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-sort .outer-wrapper .sort-options .option:last-child {
  padding-right: 0px;
}
#new_company_main_container #main_right_container #documents_data .documents_header .doc-sort .outer-wrapper .sort-options .option.selected_sort,
.common_type_main_container #main_right_container #documents_data .documents_header .doc-sort .outer-wrapper .sort-options .option.selected_sort {
  color: #000000;
  font-weight: bold;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row,
.common_type_main_container #main_right_container #documents_data .category_outer .row {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  overflow: auto;
  overflow-x: hidden;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .row_separator,
.common_type_main_container #main_right_container #documents_data .category_outer .row .row_separator {
  margin: 30px 0;
  height: 0;
  border-style: none;
  border-bottom: 1px solid #d0d9e1;
  background-color: transparent;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .separator,
.common_type_main_container #main_right_container #documents_data .category_outer .row .separator {
  width: 18px;
  height: inherit;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .header,
.common_type_main_container #main_right_container #documents_data .category_outer .row .header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  margin-bottom: 24px;
  overflow: auto;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .header .header_text,
.common_type_main_container #main_right_container #documents_data .category_outer .row .header .header_text {
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .header .header_text:hover,
.common_type_main_container #main_right_container #documents_data .category_outer .row .header .header_text:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .header .separator_share,
.common_type_main_container #main_right_container #documents_data .category_outer .row .header .separator_share {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination {
  float: right;
  padding-top: 12px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings .fa-caret-left,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings .fa-caret-left {
  color: #ccc;
  text-align: center;
  margin: auto;
  line-height: 25px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings.disable,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .prev_filings.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin-left: 10px;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings .fa-caret-right,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings .fa-caret-right {
  color: #ccc;
  line-height: 25px;
  text-align: center;
  margin: auto;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings.disable,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs .filings_data_header .filings_pagination .next_filings.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: right;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs .news_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs .news_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: right;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs .proxy_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs .proxy_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .no-data,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .no-data {
  width: 100%;
  /*height:300px;*/
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 465px;
  /*height:100%;*/
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .no-data img,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .no-data img {
  width: 100%;
  height: auto;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: right;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs .other_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs .other_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs .transcripts_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs .transcripts_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs .presentations_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs .presentations_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .row .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer {
  box-sizing: border-box;
  height: inherit;
  width: 656px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer {
  height: 48%;
  overflow: hidden;
  border: 1px solid #CCD8E6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer .presentations_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer .presentations_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  border-bottom: 1px solid #CCD8E6;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: auto;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer {
  height: 100%;
  overflow: auto;
  border-bottom: solid 24px #fff;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container {
  height: 100%;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item:not(:first-child),
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e8f1f9;
  overflow-x: hidden;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container {
  padding-right: 4px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .headline {
  color: #437FB7;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .content,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .ticker,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .ticker {
  float: left;
  padding-top: 4px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .author,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .author {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  padding-right: 4px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .presentations_outer #presentationscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .gutter,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .gutter {
  height: 3%;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer {
  height: 48%;
  overflow: hidden;
  border: 1px solid #CCD8E6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer .transcripts_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer .transcripts_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  border-bottom: 1px solid #CCD8E6;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: auto;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer {
  height: 100%;
  overflow: auto;
  border-bottom: solid 24px #fff;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container {
  height: 100%;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item:not(:first-child),
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e8f1f9;
  overflow-x: hidden;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container {
  padding-right: 4px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .headline {
  color: #437FB7;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .content,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .ticker,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .ticker {
  float: left;
  padding-top: 4px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .author,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .author {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  padding-right: 4px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
.common_type_main_container #main_right_container #documents_data .category_outer .presentations_transcripts_outer .transcripts_outer #transcriptscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer {
  border: 1px solid #CCD8E6;
  box-sizing: border-box;
  height: inherit;
  width: 356px;
  height: 99%;
  float: right;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer .sec_filings_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer .sec_filings_data_header {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  overflow: auto;
  border-bottom: 1px solid #CCD8E6;
  box-sizing: border-box;
  padding-left: 10px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer {
  height: 100%;
  overflow: auto;
  border-bottom: solid 24px #fff;
  box-sizing: border-box;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container {
  height: 100%;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item:not(:first-child),
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item:not(:first-child) {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e8f1f9;
  overflow-x: hidden;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container {
  padding-right: 4px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .headline {
  color: #437FB7;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .content,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .ticker,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .ticker {
  float: left;
  padding-top: 4px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .author,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .author {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  padding-right: 4px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon,
.common_type_main_container #main_right_container #documents_data .category_outer .sec_filings_outer #secfilingscontainer .doc-container .list-item .item-container .news-articles-container .hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .docs,
.common_type_main_container #main_right_container #documents_data .category_outer .docs {
  margin-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .load-more,
.common_type_main_container #main_right_container #documents_data .category_outer .load-more {
  background: #fff;
  height: 24px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-bottom: 1px solid #e8f1f9;
  box-shadow: none;
}
#new_company_main_container #main_right_container #documents_data .category_outer .load-more .fa,
.common_type_main_container #main_right_container #documents_data .category_outer .load-more .fa {
  line-height: 24px;
  font-size: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 {
  width: 50%;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .header,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .header {
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  margin-bottom: 24px;
  overflow: auto;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .header .header_text,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .header .header_text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .header .header_text:hover,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .header .header_text:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .header .separator_share,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .header .separator_share {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination {
  float: right;
  padding-top: 12px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings {
  border: 1px solid #ccc;
  float: left;
  height: 25px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_prev.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings .fa-caret-left,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings .fa-caret-left {
  color: #ccc;
  text-align: center;
  margin: auto;
  line-height: 25px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings.disable,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .prev_filings.disable {
  background: url(images/smal_arrow_disabled_prev.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings {
  float: left;
  border: 1px solid #ccc;
  height: 25px;
  margin-left: 10px;
  border-radius: 3px;
  width: 24px;
  background: url(images/smal_arrow_active_next.png) no-repeat center center;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings .fa-caret-right,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings .fa-caret-right {
  color: #ccc;
  line-height: 25px;
  text-align: center;
  margin: auto;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings.disable,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs .filings_data_header .filings_pagination .next_filings.disable {
  background: url(images/smal_arrow_disabled_next.png) no-repeat center center;
  cursor: default;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 165px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .external_link,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .external_link {
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .external_link .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .financial_docs #filingscontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs .transcripts_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs .transcripts_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 165px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .external_link,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .external_link {
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .external_link .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .transcripts_docs #transcriptscontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs .presentations_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs .presentations_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 165px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .external_link,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .external_link {
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .external_link .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .presentations_docs #presentationscontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs .other_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs .other_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 165px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link {
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col1 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 {
  width: 50%;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .header,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .header {
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  margin-bottom: 24px;
  overflow: auto;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .header .header_text,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .header .header_text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .header .header_text:hover,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .header .header_text:hover {
  text-decoration: underline;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .header .separator_share,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .header .separator_share {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: right;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs .other_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs .other_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 165px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link {
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .other_docs #othercontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: right;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs .news_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs .news_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 195px;
  width: 165px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .external_link,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .external_link {
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .external_link .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .news_docs #newscontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs {
  box-sizing: border-box;
  height: inherit;
  width: 507px;
  float: right;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs .proxy_data_header,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs .proxy_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .no-data,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .no-data {
  width: 100%;
  /*height:300px;*/
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 465px;
  /*height:100%;*/
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .no-data img,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .no-data img {
  width: 100%;
  height: auto;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .headline {
  width: auto;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 165px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .external_link,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .external_link {
  width: 16px;
  fill: #3d7fba;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .external_link .icon,
.common_type_main_container #main_right_container #documents_data .category_outer .col2 .proxy_docs #proxycontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer,
.common_type_main_container #main_right_container #documents_data .chronological_outer,
#new_company_main_container #main_right_container #documents_data .research_report_outer,
.common_type_main_container #main_right_container #documents_data .research_report_outer {
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  overflow: auto;
  overflow-x: hidden;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs {
  box-sizing: border-box;
  height: inherit;
  width: 1032px;
  float: left;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs .all_data_header,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs .all_data_header,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs .all_data_header,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs .all_data_header {
  margin-bottom: 0px;
  padding-bottom: 18px;
  font-size: 18px;
  line-height: 24px;
  color: #3d7fba;
  overflow: auto;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs .header_text,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs .header_text,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs .header_text,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs .header_text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs .header_text:hover,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs .header_text:hover,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs .header_text:hover,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs .header_text:hover {
  text-decoration: underline;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer {
  overflow: auto;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item {
  border-bottom: 1px solid #e8f1f9;
  padding-bottom: 6px;
  padding-top: 6px;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .headline,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .headline,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .headline {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #666;
  text-transform: uppercase;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .subtype,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .subtype,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .subtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 470px;
  padding-right: 10px;
  cursor: pointer;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .date,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .date,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .date {
  color: #999999;
  width: 160px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view {
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view .icon,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view .icon,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_view .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note {
  width: 16px;
  padding: 0px 7px 0px 14px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note .icon,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note .icon,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .doc_note .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link {
  fill: #3d7fba;
  width: 16px;
  padding: 0px 7px;
  font-size: 16px;
}
#new_company_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link .icon,
.common_type_main_container #main_right_container #documents_data .chronological_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link .icon,
#new_company_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link .icon,
.common_type_main_container #main_right_container #documents_data .research_report_outer .all_docs #allcontainer .doc-container .list-item .news-articles-container .external_link .icon {
  width: 16px;
  height: 16px;
}
#new_company_main_container #main_right_container #documents_data .research_report_outer .subtype,
.common_type_main_container #main_right_container #documents_data .research_report_outer .subtype {
  width: 760px !important;
}
#new_company_main_container #main_right_container #documents_data .research_report_outer #allcontainer,
.common_type_main_container #main_right_container #documents_data .research_report_outer #allcontainer {
  border-top: 0px !important;
}
#new_company_main_container #main_right_container #perf_data .row,
.common_type_main_container #main_right_container #perf_data .row {
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
#new_company_main_container #main_right_container #perf_data .row .header,
.common_type_main_container #main_right_container #perf_data .row .header {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-bottom: 24px;
  overflow: auto;
}
#new_company_main_container #main_right_container #perf_data .row .header .header_text,
.common_type_main_container #main_right_container #perf_data .row .header .header_text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #666;
  /*&:hover:not(.no-hover){*/
  /*text-decoration: underline;*/
  /*}*/
}
#new_company_main_container #main_right_container #perf_data .row .header .no-hover,
.common_type_main_container #main_right_container #perf_data .row .header .no-hover {
  cursor: default;
}
#new_company_main_container #main_right_container #perf_data .row .header .share_outer,
.common_type_main_container #main_right_container #perf_data .row .header .share_outer,
#new_company_main_container #main_right_container #perf_data .row .header .button-with-attachment,
.common_type_main_container #main_right_container #perf_data .row .header .button-with-attachment {
  padding: 3px 5px;
  cursor: pointer;
  color: #7e91ad;
}
#new_company_main_container #main_right_container #perf_data .row .header .share_outer .icon,
.common_type_main_container #main_right_container #perf_data .row .header .share_outer .icon,
#new_company_main_container #main_right_container #perf_data .row .header .button-with-attachment .icon,
.common_type_main_container #main_right_container #perf_data .row .header .button-with-attachment .icon {
  fill: #698094;
  height: 18px;
  width: 18px;
}
#new_company_main_container #main_right_container #perf_data .row .header .share_outer:hover,
.common_type_main_container #main_right_container #perf_data .row .header .share_outer:hover,
#new_company_main_container #main_right_container #perf_data .row .header .button-with-attachment:hover,
.common_type_main_container #main_right_container #perf_data .row .header .button-with-attachment:hover {
  color: #3d7fba;
}
#new_company_main_container #main_right_container #perf_data .row .header .share_outer:hover .icon,
.common_type_main_container #main_right_container #perf_data .row .header .share_outer:hover .icon,
#new_company_main_container #main_right_container #perf_data .row .header .button-with-attachment:hover .icon,
.common_type_main_container #main_right_container #perf_data .row .header .button-with-attachment:hover .icon {
  fill: #3d7fba;
}
#new_company_main_container #main_right_container #perf_data .row .header .separator,
.common_type_main_container #main_right_container #perf_data .row .header .separator {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #perf_data .row .header .separator_share,
.common_type_main_container #main_right_container #perf_data .row .header .separator_share {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#new_company_main_container #main_right_container #perf_data .row .header.header-with-buttons,
.common_type_main_container #main_right_container #perf_data .row .header.header-with-buttons {
  line-height: 32px;
  overflow: hidden;
}
#new_company_main_container #main_right_container #perf_data .row .header.header-with-buttons .separator,
.common_type_main_container #main_right_container #perf_data .row .header.header-with-buttons .separator,
#new_company_main_container #main_right_container #perf_data .row .header.header-with-buttons .separator_share,
.common_type_main_container #main_right_container #perf_data .row .header.header-with-buttons .separator_share {
  margin: 4px 12px;
}
#new_company_main_container #main_right_container #perf_data .row .header.header-with-buttons .share_outer,
.common_type_main_container #main_right_container #perf_data .row .header.header-with-buttons .share_outer,
#new_company_main_container #main_right_container #perf_data .row .header.header-with-buttons .button-with-attachment,
.common_type_main_container #main_right_container #perf_data .row .header.header-with-buttons .button-with-attachment {
  margin: 4px 0px;
}
#new_company_main_container #main_right_container #perf_data .row .header.header-with-buttons .select2-container .select2-choice div b,
.common_type_main_container #main_right_container #perf_data .row .header.header-with-buttons .select2-container .select2-choice div b {
  margin: 2px 0px;
}
#new_company_main_container #main_right_container #perf_data .row .relative_ticker_select,
.common_type_main_container #main_right_container #perf_data .row .relative_ticker_select {
  margin-left: 12px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table {
  width: 100%;
  display: block;
  overflow: auto;
  border-collapse: collapse;
  font-size: 11px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row {
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .top_header_th,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .top_header_th {
  height: 23px;
  text-align: right;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .top_header_th .header_col_div,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .top_header_th .header_col_div {
  width: 30px;
  height: 15px;
  padding: 5px 10px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .top_header_th .header_col_div p,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .top_header_th .header_col_div p {
  margin: auto;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .quarter_col,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .quarter_col {
  border-right: 2px solid #666666 !important;
  border-left: 2px solid #666666 !important;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .year_col,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row .year_col {
  border-right: 2px solid #666666 !important;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row th.descending,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row th.descending {
  border: 1px solid #BCBCBC;
  height: 23px;
  text-align: right;
  font-size: 12px;
  color: #4482bd;
  background-image: url(images/sort_asc.png);
  background-repeat: no-repeat;
  background-position: -3px 30px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row th.ascending,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .top_header_row th.ascending {
  border: 1px solid #BCBCBC;
  height: 23px;
  text-align: right;
  font-size: 12px;
  color: #4482bd;
  background-image: url(images/sort_desc.png);
  background-repeat: no-repeat;
  background-position: -3px 20px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow {
  font-size: 11px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow td,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow td {
  border-width: 1px;
  border-style: solid;
  border-color: transparent #e8f1f9 #e8f1f9;
  text-align: right;
  font-family: Arial;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
  padding-right: 6px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .quarter_col,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .quarter_col {
  border-right: 2px solid #666666 !important;
  border-left: 2px solid #666666 !important;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .year_col,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .year_col {
  border-right: 2px solid #666666 !important;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .datacol_ticker,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .datacol_ticker {
  border-right: 1px solid #e8f1f9;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #999999;
  line-height: 30px;
  text-indent: 6px;
  padding-right: 6px;
  text-align: left;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .datacol_ticker.rightA,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .datacol_ticker.rightA {
  text-align: right;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .datacol_ticker.rightA .super,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow .datacol_ticker.rightA .super {
  font-size: 11px;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow_2_avg,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .datarow_2_avg {
  border-top: 2px solid #ccd8e6 !important;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .avg_row .expand_ret_rows,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .avg_row .expand_ret_rows {
  cursor: pointer;
  padding-right: 6px;
  color: #fff;
  background: #3d7fba;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  margin-right: 3px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .year_row .expand_ret_rows,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .year_row .expand_ret_rows {
  display: none;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow {
  display: none;
  font-size: 12px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list {
  list-style-type: none;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list .average_detail,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list .average_detail {
  padding-top: 6px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list .average_detail span,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list .average_detail span {
  display: inline-block;
  padding-right: 6px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list .average_detail .detail_label,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list .average_detail .detail_label {
  width: 160px;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list .average_detail .detail_value,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table .detailrow .detail_list .average_detail .detail_value {
  width: 36px;
  padding-right: 12px;
  text-align: right;
}
#new_company_main_container #main_right_container #perf_data .row .outer_return_table .return_table #detailrow_pos,
.common_type_main_container #main_right_container #perf_data .row .outer_return_table .return_table #detailrow_pos {
  border-bottom-color: #666666;
}
#new_company_main_container #main_right_container #perf_data .no-data,
.common_type_main_container #main_right_container #perf_data .no-data {
  width: 100%;
  background: url('../images/noData2.png') no-repeat;
  background-position: 50% 50%;
  height: 435px;
  position: relative;
  background-size: auto 300px;
}
#new_company_main_container #main_right_container #perf_data .no-data .no-data-text,
.common_type_main_container #main_right_container #perf_data .no-data .no-data-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Arial;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#new_company_main_container #main_right_container #perf_data #return_vtable,
.common_type_main_container #main_right_container #perf_data #return_vtable {
  display: none;
}
#new_company_main_container #main_right_container #perf_data #return_vtable #roa_table,
.common_type_main_container #main_right_container #perf_data #return_vtable #roa_table {
  width: 50%;
}
#new_company_main_container .follow-popup-outer,
.common_type_main_container .follow-popup-outer {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 4px;
  width: 398px;
  max-width: 398px;
  height: 356px;
  margin-right: 0px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#new_company_main_container .follow-popup-outer .row,
.common_type_main_container .follow-popup-outer .row {
  overflow: hidden !important;
  margin-top: 0;
}
#new_company_main_container .follow-popup-outer .top-row,
.common_type_main_container .follow-popup-outer .top-row {
  color: #3d7fba;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  border-radius: 4px;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer,
.common_type_main_container .follow-popup-outer .top-row .alert-outer {
  border-right: 1px solid #d4e0ea;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alert-header,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alert-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 174px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alert-header .icon,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alert-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alert-header .alert-text,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alert-header .alert-text {
  margin-right: 6px;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alert-header .alert-toggle,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alert-header .alert-toggle {
  font-size: 10px;
  cursor: pointer;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox],
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked::before,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime {
  overflow: hidden;
  padding: 9px 12px;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .location-text,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .location-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .realtime-alert,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .realtime-alert {
  width: 58px;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .realtime-alert .deprecated,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .realtime-alert .deprecated {
  border: 1px solid #d4e0ea;
  height: 12px;
  width: 12px;
  margin-right: 6px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #1e374d;
  cursor: pointer;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .realtime-alert .deprecated .fa-check,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .realtime-alert .deprecated .fa-check {
  background-color: #1e374d;
  color: #ffffff;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .desktop,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-realtime .desktop {
  margin: 0 auto;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filings,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filings {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filings .filing-text,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filings .filing-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filings .filings-alert,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filings .filings-alert {
  padding-right: 18px;
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filings .eight-k,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filings .eight-k {
  margin: 0 auto;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .stock-text,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .stock-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .stock-alert,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .stock-alert {
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
  overflow: hidden;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .stock-deviation,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .stock-deviation {
  padding-bottom: 6px;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert {
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
  overflow: hidden;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .default-settings,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent .default-settings {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  padding: 9px 12px;
  font-size: 12px;
  font-family: Helvetica Neue, sans-serif;
}
#new_company_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent select::-ms-expand,
.common_type_main_container .follow-popup-outer .top-row .alert-outer .alerts-parent select::-ms-expand {
  display: none;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer {
  margin-left: 198px;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlist-header,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlist-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 174px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlist-header .icon,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlist-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow {
  cursor: pointer;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow .icon,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow .icon {
  height: 12px;
  width: 12px;
  margin-top: 5px;
  fill: #3d7fba;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent {
  height: 268px;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer {
  padding: 9px 12px;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search {
  border: 1px solid #d4e0ea;
  line-height: 24px;
  height: 24px;
  border-radius: 4px;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search .search_icon,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search .search_icon {
  margin-top: 5px;
  padding-left: 6px;
  fill: #bbc6d5;
  height: 13px;
  width: 13px;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search #watchlist_search,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search #watchlist_search {
  outline: none;
  border: 0px;
  background: transparent;
  margin: 0px;
  line-height: 24px;
  text-indent: 4px;
  width: 153px;
  font-size: 13px;
  padding: 0px;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper {
  padding: 9px 12px;
  overflow: auto;
  height: 213px;
  width: 172px;
  padding-top: 0px;
  padding-right: 15px;
  position: relative;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .new-watchlist,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .new-watchlist {
  display: none;
  text-align: center;
  font-size: 12px;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  padding: 6px 12px;
  width: 172px;
  box-sizing: border-box;
  margin-bottom: 6px;
  cursor: pointer;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data {
  width: 174px;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer {
  line-height: 14px;
  font-size: 12px;
  color: #3d7fba;
  clear: both;
  padding: 6px 0px;
  overflow: hidden;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox],
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked::before,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#new_company_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer .watchlist-name,
.common_type_main_container .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer .watchlist-name {
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
#new_company_main_container .follow-popup-outer .bottom-row,
.common_type_main_container .follow-popup-outer .bottom-row {
  font-size: 13px;
  font-family: Arial;
  border-top: 1px solid #d4e0ea;
}
#new_company_main_container .follow-popup-outer .bottom-row .cancel-button,
.common_type_main_container .follow-popup-outer .bottom-row .cancel-button {
  line-height: 24px;
  padding: 12px;
  color: #9cabb8;
  cursor: pointer;
}
#new_company_main_container .follow-popup-outer .bottom-row .save-button,
.common_type_main_container .follow-popup-outer .bottom-row .save-button {
  line-height: 20px;
  margin: 12px;
  border: 2px solid #3d7fba;
  background-color: #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #ffffff;
  cursor: pointer;
}
#new_company_main_container .follow-popup-outer .bottom-row .unfollow-button,
.common_type_main_container .follow-popup-outer .bottom-row .unfollow-button {
  line-height: 22px;
  margin: 12px 0;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #3d7fba;
  cursor: pointer;
}
#institutional_main_container #main_page_container #main_center .logo_outer {
  padding-top: 0px;
}
#institutional_main_container #main_page_container #main_center .logo_outer > div .app_text {
  margin: 30px 40px 0px 30px;
}
#institutional_main_container #main_page_container #main_footer {
  margin-top: 0px;
}
/*
Financial models selct2drop down css
*/
.fin-models-drop.select2-drop.select2-dropdown.select2-drop-active {
  border: 0 !important;
  border-radius: 4px !important;
  background: #FFFFFF !important;
  box-shadow: 0 6px 16px 0 rgba(17, 34, 49, 0.49) !important;
}
.fin-models-drop.select2-drop.select2-dropdown.select2-drop-active .select2-search {
  width: 100% !important;
}
.fin-models-drop.select2-drop.select2-dropdown.select2-drop-active .select2-results {
  margin: 0 !important;
  font-family: Helvetica Neue, sans-serif;
  color: #698094 !important;
}
.fin-models-drop.select2-drop.select2-dropdown.select2-drop-active .select2-results li {
  border-bottom: 1px solid #ccd8e6;
  padding: 6px;
}
.fin-models-drop.select2-drop.select2-dropdown.select2-drop-active .select2-results li .select2-result-label {
  padding: 0;
}
.fin-models-drop.select2-drop.select2-dropdown.select2-drop-active .select2-results .select2-highlighted {
  background-color: #e8eef7;
  color: #698094 !important;
}
.bar_chart_graph_popup .button-with-attachment {
  padding: 3px 5px;
  margin: 6px 6px;
  cursor: pointer;
  color: #7e91ad;
}
.bar_chart_graph_popup .button-with-attachment .icon {
  fill: #698094;
  height: 18px;
  width: 18px;
}
.bar_chart_graph_popup .button-with-attachment:hover {
  color: #3d7fba;
}
.bar_chart_graph_popup .button-with-attachment:hover .icon {
  fill: #3d7fba;
}
.risk_reward_popup .seperator {
  margin: 6px 6px 6px 9px;
  height: 22px;
  border-left: 1px solid #ccd8e6;
}
.risk_reward_popup .button-with-attachment {
  margin-top: 3px;
  padding: 6px 5px;
  background-color: #f6f6f6;
}
.risk_reward_popup .button-with-attachment .icon {
  fill: #7e91ad;
  width: 18px;
  height: 18px;
}
.risk_reward_popup .button-with-attachment.selected {
  background-color: #7e91ad;
}
.risk_reward_popup .button-with-attachment.selected .icon {
  fill: white;
  background-color: #7e91ad;
}
#risk-reward-container {
  overflow: hidden;
  height: inherit;
  background-color: white;
}
#risk-reward-container .left-pane,
#risk-reward-container #right-content-riskreward,
#risk-reward-container #stream-search-box-holder,
#risk-reward-container #left-content-riskreward {
  /*transition: all 0.3s ease-out;*/
}
#risk-reward-container .left-pane.active {
  position: absolute;
  left: -248px;
  top: 0;
  /*transition: all 0.3s ease-out;*/
}
#risk-reward-container #left-content-riskreward.active,
#risk-reward-container #stream-search-box-holder.active {
  position: absolute;
  left: -248px;
  top: 0;
  /*transition: all 0.3s ease-out;*/
}
#risk-reward-container #right-content-riskreward.active {
  width: 100%;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*transition: left 0.3s ease-out;*/
}
#risk-reward-container #left-content-riskreward {
  clear: both;
  float: left;
  width: 100%;
  box-sizing: border-box;
  height: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top: 2px solid #d4e0ea;
}
#risk-reward-container #left-content-riskreward .inset-container {
  float: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 100%;
  color: #4D4D4D;
  background-color: #ffffff;
  border-bottom: 1px solid #d4e0ea;
}
#risk-reward-container #left-content-riskreward .inset-container .header-container {
  height: 22px;
  width: 100%;
  padding-top: 4px;
  font-family: Helvetica Neue, sans-serif;
  background-color: #eef1f4;
}
#risk-reward-container #left-content-riskreward .inset-container .header-container .header-text {
  color: #3d7fba;
  font-weight: 500;
  font-size: 12px;
  padding-left: 6px;
  line-height: 18px;
  text-transform: uppercase;
  width: 80%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#risk-reward-container #left-content-riskreward .inset-container .header-container .header-expand-collapse {
  font-size: 12px;
  padding-right: 8px;
  margin-top: 4px;
  color: #BCBCBC;
  display: none;
}
#risk-reward-container #left-content-riskreward .inset-container .header-container .header-expand-collapse:hover {
  color: #595959;
}
#risk-reward-container #left-content-riskreward .inset-container .subheader-container {
  height: 18px;
  padding-top: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #F6F6F6;
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
  color: #595959;
  font-size: 9px;
}
#risk-reward-container #left-content-riskreward .inset-container .subheader-container .subheader-ticker {
  float: left;
  width: 40%;
}
#risk-reward-container #left-content-riskreward .inset-container .subheader-container .subheader-quickstat {
  float: left;
  width: 7%;
  text-align: center;
  height: 0;
}
#risk-reward-container #left-content-riskreward .inset-container .subheader-container .subheader-percent {
  float: right;
  text-align: center;
  width: 20%;
}
#risk-reward-container #left-content-riskreward .inset-container .subheader-container .subheader-chng {
  float: right;
  text-align: center;
  width: 20%;
}
#risk-reward-container #left-content-riskreward .inset-container .subheader-container .subheader-price {
  float: right;
  text-align: center;
  width: 20%;
}
#risk-reward-container #left-content-riskreward .inset-container .subheader-container .subheader-arrow {
  font-size: 6px;
  margin-left: 2px;
}
#risk-reward-container #left-content-riskreward .inset-container .subheader-container .subheader-arrow:hover {
  cursor: pointer;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container {
  width: 100%;
  font-family: Helvetica Neue, sans-serif;
  cursor: pointer;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container.active-watchlist {
  background-color: #EEEEEE;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item {
  padding: 6px 6px;
  font-size: 12px;
  height: 18px;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .list-ticker {
  margin-left: 10px;
  float: left;
  width: 20%;
  color: #437FB7;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .list-percent,
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .list-change {
  float: right;
  text-align: center;
  width: 20%;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .list-chng {
  float: right;
  text-align: center;
  width: 20%;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .list-price {
  float: right;
  text-align: center;
  width: 20%;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .list-quickstat {
  display: none;
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 2px;
  font-size: 9px;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .watchlist-name {
  width: 70%;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .item-name {
  margin-left: 10px;
  font-size: 12px;
  float: left;
  color: #3d7fba;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .item-name:last-child {
  border-bottom: none;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .item-number {
  float: right;
  /*color: #2F8B27;*/
  padding-right: 6px;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .stock-price {
  padding-right: 10px;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item .selected {
  text-decoration: underline;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container .list-item:hover {
  background: #e8eef7;
}
#risk-reward-container #left-content-riskreward .inset-container .fol_rec_watchlist {
  border-bottom: 1px solid #2e3644 !important;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container.recent_watchlist .list-item,
#risk-reward-container #left-content-riskreward .inset-container .list-item-container.followed_watchlist .list-item,
#risk-reward-container #left-content-riskreward .inset-container .list-item-container.fol_rec_watchlist .list-item {
  padding-left: 1px;
}
#risk-reward-container #left-content-riskreward .inset-container .list-item-container:last-child {
  border-bottom: none;
}
#risk-reward-container #left-content-riskreward #notebook-search-box-holder {
  /*width: 250px;*/
  width: 200px;
  float: left;
  height: 32px;
  /*margin-left: 15px;*/
  margin-left: 0;
}
#risk-reward-container #left-content-riskreward .search-box-holder {
  width: 100%;
  font-size: 14px;
  /*margin-left: 5px;*/
  margin-top: 7px;
  margin-bottom: 7px;
  border: none;
  float: left;
  background-color: #ededed;
  box-shadow: 0 1px 0 #dedede, inset 0 0 0 rgba(223, 223, 223, 0.3);
  background-image: linear-gradient(to top, #ededed -25%, #fff 125%);
}
#risk-reward-container #left-content-riskreward .search-box-holder .risk-reward-search {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#risk-reward-container #left-content-riskreward .search-box-holder .risk-reward-search .noisy-long-wrapper {
  border: 2px solid #d4e0ea;
}
#risk-reward-container #left-content-riskreward .search-box-holder .risk-reward-search .search-input-box-risk {
  width: 200px;
  height: 26px;
  background-image: url("http://localhost:9000/css/images/magnifier.png");
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
  float: left;
  outline: none;
  padding-left: 5px;
}
#risk-reward-container #left-content-riskreward .search-box-holder .risk-reward-search .add_on {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #bdbdbd;
  background: url(../images/plus_icon.png) no-repeat center center #f9f9f9;
  box-shadow: inset 0 1px 0 #fff, inset 0 0 3px #fff;
  outline: 0;
  cursor: pointer;
}
#risk-reward-container #left-content-riskreward .search-box-holder .risk-reward-search .add_comp_check {
  display: block;
  color: #595959;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  background-color: #f9f9f9;
  box-shadow: inset 0 1px 0 #fff;
  background-image: linear-gradient(to top, #efefef -20%, #f3f3f3 3.79%, #fbfbfb 120%);
  padding: 6px 0 6px 30px;
  margin-top: 10px;
}
#risk-reward-container #left-content-riskreward .search-box-holder .risk-reward-search #add_comp {
  position: absolute;
  left: 10px;
  bottom: 8px;
  padding: 0;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
#risk-reward-container #left-content-riskreward .search-box-holder .risk-reward-search .search-icon {
  float: right;
  color: #595959;
  font-size: 14px;
  margin-right: 8px;
  margin-top: 9px;
}
#risk-reward-container #left-content-riskreward #notebook-tickers-holder {
  float: left;
  width: 100%;
}
#risk-reward-container #left-content-riskreward #notebook-tickers-holder .button {
  float: right;
  width: 40px;
  height: 100%;
  text-align: center;
}
#risk-reward-container #left-content-riskreward #notebook-tickers-holder .button .icon {
  margin-top: 8px;
  color: #595959;
}
#risk-reward-container #left-content-riskreward #notebook-tickers-holder .outer-notes-list {
  padding: 20px 0;
}
#risk-reward-container #left-content-riskreward #notebook-tickers-holder .outer-notes-list .list-item-container {
  width: 100%;
}
#risk-reward-container #left-content-riskreward #notebook-tickers-holder .outer-notes-list .list-item-container .list-item {
  height: 20px;
  padding-top: 6px;
  padding-left: 1px;
  /*padding-right: 6px;*/
  font-size: 13px;
}
#risk-reward-container #left-content-riskreward #notebook-tickers-holder .outer-notes-list .list-item-container .list-item .list-note-text {
  float: left;
  width: 45%;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#risk-reward-container #left-content-riskreward #notebook-tickers-holder .outer-notes-list .list-item-container .list-item .note-updated-date {
  float: left;
  width: 55%;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container {
  overflow-y: auto;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .fixed_cell[style] {
  border: 1px solid #d4e0ea !important;
  border-bottom: 2px solid #d4e0ea !important;
  background-color: #ffffff !important;
  font-weight: 500;
  color: #3d7fba;
  font-size: 13px;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .header_table {
  background: #ffffff;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .header_table .other_cell {
  color: #3d7fba;
  border: 1px solid #ccd8e6 !important;
  border-bottom: 2px solid #ccd8e6 !important;
  border-left: 0 !important;
  font-size: 10px !important;
  font-weight: 500;
  position: relative;
  background-color: #ffffff;
  vertical-align: middle;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .row_header_table tr:nth-child(odd) {
  background: #ffffff;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .row_header_table .row_wrapper:nth-of-type(odd) {
  background-color: white;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .row_header_table .row_wrapper:nth-of-type(even) {
  background-color: #fcfdff;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .row_header_table tr:nth-child(even) {
  background: #fcfdff;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .row_header_table .first_cell {
  font-size: 11px;
  background-color: transparent;
  border: 1px solid #d4e0ea;
  font-weight: 500;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .row_header_table .first_cell div[style] {
  line-height: 20px !important;
  box-sizing: border-box;
  height: inherit;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .row_header_table .first_cell:not(.selectedRow) {
  background-image: none;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .year_ibes .main_table_row:nth-of-type(odd) {
  background-color: white;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .year_ibes .main_table_row:nth-of-type(even) {
  background-color: #f9fcff;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .year_ibes .main_table_row .other_cell {
  border-bottom: 1px solid #ccd8e6;
  border-right: 1px solid #ccd8e6;
  border-left: none;
  color: #264664;
  font-size: 11px;
  font-weight: 500;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container #risk-reward-table .ibes_container .year_ibes td {
  font-size: 11px;
  color: #112a40;
  border-right: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container .jspVerticalBar {
  display: none !important;
}
#risk-reward-container #right-content-riskreward #risk-reward-tables-container .row_header_table .first_cell div {
  color: #397FC9;
}
#risk-reward-container #right-content-riskreward #risk-reward-table-sub {
  padding-top: 18px;
}
#risk-reward-container #right-content-riskreward #risk-reward-table-sub #table-header {
  line-height: 18px;
  padding: 6px;
  font-size: 12px;
}
#risk-reward-container .search-box-holder {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: none;
  float: left;
  transition: all 0.3s ease-out;
  overflow: visible;
  background-color: transparent;
}
#risk-reward-container .search-box-holder .risk-reward-search {
  overflow: visible;
  position: relative;
  /*pre autocomplete css*/
}
#risk-reward-container .search-box-holder .risk-reward-search .search-input-box-risk.noAutocomplete {
  width: 200px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: right center;
  border: 2px solid #d4e0ea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
  /*float: left;*/
  outline: none;
  padding-left: 5px;
}
#risk-reward-container .search-box-holder .risk-reward-search .newAutocomplete {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background: white;
  border: 2px solid #d4e0ea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#risk-reward-container .search-box-holder .risk-reward-search .newAutocomplete .noisy-long-list {
  padding: 5px 30px 5px 5px;
  width: 175px;
}
#risk-reward-container .search-box-holder .risk-reward-search .newAutocomplete input {
  text-transform: uppercase;
  line-height: 16px;
  padding: 1px 0;
  margin-top: 1px;
}
#risk-reward-container .search-box-holder .risk-reward-search .newAutocomplete ::-webkit-input-placeholder {
  text-transform: initial;
}
#risk-reward-container .search-box-holder .risk-reward-search .newAutocomplete :-moz-placeholder {
  text-transform: initial;
}
#risk-reward-container .search-box-holder .risk-reward-search .newAutocomplete ::-moz-placeholder {
  text-transform: initial;
}
#risk-reward-container .search-box-holder .risk-reward-search .newAutocomplete :-ms-input-placeholder {
  text-transform: none;
}
#risk-reward-container .search-box-holder .risk-reward-search .icon {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: -26px;
  margin-right: 5px;
  cursor: pointer;
}
#risk-reward-container .search-box-holder .risk-reward-search .add_comp_check {
  display: block;
  color: #595959;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid #d4e0ea;
  background-color: white;
  padding: 6px 0 6px 30px;
  margin-top: 10px;
}
#risk-reward-container .search-box-holder .risk-reward-search #add_comp {
  position: absolute;
  left: 10px;
  bottom: 8px;
  padding: 0;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
#risk-reward-container .search-box-holder .risk-reward-search .search-icon {
  float: right;
  color: #595959;
  font-size: 14px;
  margin-right: 8px;
  margin-top: 9px;
}
#risk-reward-container .clearfix:before,
#risk-reward-container .clearfix:after {
  content: " ";
  display: table;
}
#risk-reward-container .clearfix:after {
  clear: both;
}
#risk-reward-container .clearfix {
  *zoom: 1;
}
#risk-reward-container .left-container {
  float: left;
  width: 280px;
  background: #e8eef7;
  box-shadow: 1px -1px 0 #dedede, inset -2px 0 2px rgba(223, 223, 223, 0.3);
  height: 100%;
}
#risk-reward-container #right-content-riskreward {
  -webkit-font-smoothing: antialiased;
  padding: 0 20px;
  overflow-y: hidden;
  background: white;
  border: 1px solid #DEDEDE;
  position: relative;
  box-sizing: border-box;
}
#risk-reward-container #right-content-riskreward .jspHorizontalBar {
  bottom: -8px;
}
#risk-reward-container #right-content-riskreward .plus {
  float: left;
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  margin: 18px 8px 18px 0;
}
#risk-reward-container #right-content-riskreward .plus .icon {
  fill: #3d7fba;
}
#risk-reward-container #right-content-riskreward .plus:hover {
  background: #3d7fba;
}
#risk-reward-container #right-content-riskreward .plus:hover .icon {
  fill: #ffffff;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading {
  /*overflow:auto;*/
  /*padding: 10px;*/
  font-size: 14px;
  padding-left: 2px;
  padding-top: 18px;
  padding-bottom: 18px;
  overflow: hidden;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-heading {
  float: left;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-heading .risk-reward-drop-columns .select {
  border: 1px solid #bdbdbd;
  border-right: 0;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .comp_text {
  color: #222;
  font-family: Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 600;
  float: left;
  margin: 0 0 12px 0;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .comp_text .risk-reward-menu-outer {
  padding: 0 6px;
  margin-left: 5px;
  cursor: default;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .comp_text .risk-reward-menu-outer .seperator {
  margin: 2px 6px 2px 0;
  height: 22px;
  border-left: 1px solid #ccd8e6;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .comp_text .risk-reward-menu-outer .risk-reward-menu-btn {
  /*height:18px;*/
  cursor: pointer;
  line-height: 18px;
  padding: 6px 5px;
  color: #7e91ad;
  font-size: 18px;
  border-radius: 4px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .comp_text .risk-reward-menu-outer .risk-reward-menu-btn:hover {
  color: #3d7fba;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .comp_text .risk-reward-menu-outer .risk-reward-menu-btn .icon {
  fill: #7e91ad;
  width: 18px;
  height: 18px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .comp_text .risk-reward-menu-outer .risk-reward-menu-btn.act {
  background-color: #7e91ad;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .comp_text .risk-reward-menu-outer .risk-reward-menu-btn.act .icon {
  fill: white;
  background-color: #7e91ad;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-clear {
  color: #7E91AD;
  float: right;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #CCD8E6;
  height: 30px;
  line-height: 18px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading div.select,
#risk-reward-container #right-content-riskreward .risk-reward-heading .select {
  width: 162px;
  height: 30px;
  color: #595959;
  font-family: Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  float: left;
  position: relative;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading div.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  box-shadow: inset 0 1px 0 #fff;
  background-image: linear-gradient(to top, #efefef -20%, #f3f3f3 3.79%, #fbfbfb 120%);
  background-color: #f1f1f1;
  margin: 0 !important;
  padding: 5px 10px 0 10px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading div.styledSelect.active,
#risk-reward-container #right-content-riskreward .risk-reward-heading div.styledSelect:active {
  box-shadow: inset 0 1px 2px #bdbdbd;
  background-image: linear-gradient(to top, #fbfbfb -20%, #f3f3f3 3.79%, #efefef 120%);
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #4d4d4d transparent transparent transparent;
  position: absolute;
  top: 13px;
  right: 10px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .styledSelect:active,
#risk-reward-container #right-content-riskreward .risk-reward-heading .styledSelect.active {
  background-color: #eee;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .options {
  display: none;
  position: absolute;
  width: 160px;
  height: 120px;
  overflow: auto;
  top: 29px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .options li {
  margin: 0;
  padding: 5px 10px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .options li:first-child {
  display: none;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .options li:hover {
  background-color: #eff9ff;
  box-shadow: 0 1px 0 #cfcfcf, inset 0 1px 0 #cfcfcf;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .settings .plot_div a,
#risk-reward-container #right-content-riskreward .risk-reward-heading div.styledSelect {
  border: 0;
  margin-left: 0;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .settings .plot_div a:active,
#risk-reward-container #right-content-riskreward .risk-reward-heading div.styledSelect:active,
#risk-reward-container #right-content-riskreward .risk-reward-heading div.styledSelect.active {
  border-radius: 0;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading div.select {
  height: 28px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading div.styledSelect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #bdbdbd;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .options {
  top: 28px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter {
  /*padding:10px;*/
  border: 1px solid #CCD8E6;
  border-radius: 4px;
  height: 28px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter div.scatter_plot_1,
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .scatter_plot_2 {
  width: 162px;
  height: 30px;
  color: #595959;
  font-family: Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  float: left;
  position: relative;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter div.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  box-shadow: inset 0 1px 0 #fff;
  background-image: linear-gradient(to top, #efefef -20%, #f3f3f3 3.79%, #fbfbfb 120%);
  background-color: #f1f1f1;
  margin: 0 !important;
  padding: 5px 10px 0 10px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter div.styledSelect.active,
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter div.styledSelect:active {
  box-shadow: inset 0 1px 2px #bdbdbd;
  background-image: linear-gradient(to top, #fbfbfb -20%, #f3f3f3 3.79%, #efefef 120%);
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #4d4d4d transparent transparent transparent;
  position: absolute;
  top: 13px;
  right: 10px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .styledSelect:active,
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .styledSelect.active {
  background-color: #eee;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .options {
  display: none;
  position: absolute;
  width: 160px;
  height: 120px;
  overflow: auto;
  top: 29px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .options li {
  margin: 0;
  padding: 5px 10px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .options li:first-child {
  display: none;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .options li:hover {
  background-color: #eff9ff;
  box-shadow: 0 1px 0 #cfcfcf, inset 0 1px 0 #cfcfcf;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .settings .plot_div a,
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter div.styledSelect {
  border: 0;
  margin-left: 0;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .settings .plot_div a:active,
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter div.styledSelect:active,
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter div.styledSelect.active {
  border-radius: 0;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter div.select {
  height: 28px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter div.styledSelect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #bdbdbd;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .options {
  top: 28px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-reward-scatter .final-plot {
  color: #7E91AD;
  float: right;
  display: inline-block;
  font-size: 13px;
  padding: 3px 8px;
  background-image: url(../images/plot.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 10px 0 30px;
  background-position: 8px center;
  height: 28px;
  line-height: 28px;
  margin-left: 0;
  border: 0;
  padding-right: 5px;
  margin-right: 0;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading input {
  /*margin-top: 5px;*/
  margin-left: 6px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 12px;
  cursor: pointer;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .button {
  float: left;
  color: #7e91ad;
  padding: 5px 10px;
  border: 1px solid #ccd8e6;
  line-height: 18px;
  margin-left: 6px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .button .icon {
  display: inline-block;
  font-size: 15px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .button .text {
  display: inline-block;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .export-risk-menu {
  background: #fff;
  border: 1px solid #7e91ad;
  border-radius: 4px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .export-risk-menu .triangle-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #7E91AD;
  /* margin: auto; */
  margin-top: -6px;
  margin-left: 8px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .export-risk-menu .menu-item {
  cursor: pointer;
  padding: 6px 15px;
  font-size: 12px;
  line-height: 18px;
  color: #7E91AD;
  border-bottom: 1px solid #d4e0ea;
  white-space: nowrap;
  vertical-align: middle;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .export-risk-menu .menu-item .icon {
  fill: #7E91AD;
  width: 12px;
  height: 12px;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .export-risk-menu .menu-item:hover {
  background-color: #7E91AD;
  color: #ffffff;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .export-risk-menu .menu-item:hover .icon {
  color: #ffffff;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .export-risk-menu .menu-item:hover .icon {
  fill: #ffffff;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .export-risk-menu:last-child {
  border-bottom: 0 !important;
}
#risk-reward-container #right-content-riskreward .risk-reward-heading .risk-pop .icon {
  width: 12px;
  height: 15px;
  vertical-align: middle;
  fill: #7e91ad;
}
/*
  LESS
  * Screener Render
*/
.page[data-id='screener-page'] {
  overflow-x: hidden;
}
#screen-main-container {
  background: white;
}
#screen-main-container .header_right .load-tickers-select2,
#screen-main-container .header_right .view-tickers-select2 {
  max-width: 145px;
}
#screen-main-container .outer-sector-watchlist {
  width: 100%;
  overflow: auto;
  /*margin-top:30px;*/
}
#screen-main-container .filters-row {
  padding: 7px;
  /*margin-top: 5px;*/
  /*margin-right: 10px;*/
  font-size: 12px;
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  color: #4D4D4D;
  background-color: #F3F3F3;
  /*border-radius: 5px;*/
  padding-left: 15px;
  padding-right: 15px;
}
#screen-main-container table {
  background-color: white;
  border-spacing: 0px;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#screen-main-container table .top_header .other_cell,
#screen-main-container table .top_header .first_cell {
  border-bottom: 2px solid #d4e0ea;
  border-top: 0;
}
#screen-main-container table .row_header_table .row_wrapper:nth-of-type(odd) {
  background-color: white;
}
#screen-main-container table .row_header_table .row_wrapper:nth-of-type(even) {
  background-color: #fcfdff;
}
#screen-main-container table .first_cell,
#screen-main-container table .top_header .other_cell {
  font-size: 12px;
  font-weight: 500;
  color: #1e374d;
  word-break: break-word;
}
#screen-main-container table .first_cell .ticker-chevron,
#screen-main-container table .top_header .other_cell .ticker-chevron {
  line-height: 24px;
}
#screen-main-container table .first_cell {
  background-image: none;
}
#screen-main-container table .fixed_cell {
  background: white !important;
  border: 1px solid #d4e0ea !important;
  border-top: 0 !important;
  border-bottom: 2px solid #d4e0ea !important;
  font-size: 12px !important;
  font-weight: 500;
}
#screen-main-container .ibes_container .year_ibes .other_cell {
  color: #1e374d;
  border-bottom-color: #d4e0ea;
  border-right-color: #d4e0ea;
  font-size: 11px;
}
#screen-main-container .ibes_container .year_ibes .other_cell div {
  line-height: 22px;
}
#screen-main-container #sector-subsector {
  border-bottom: 1px solid #424a57;
  /*.sector-select,.subsector-select,.parameter-select{*/
  /*border: 1px solid lightgray;*/
  /*border-radius: 5px;*/
  /*outline: none;*/
  /*}*/
}
#screen-main-container #sector-subsector .count_filter_row {
  height: 40px;
  padding: 0% 2%;
  width: 96%;
  display: none;
}
#screen-main-container #sector-subsector .count_filter_row .filter_count {
  float: left;
  width: 5%;
  font-size: 12px;
  line-height: 40px;
}
#screen-main-container #sector-subsector #s2id_select_filter {
  padding-top: 9px;
  line-height: 21px;
}
#screen-main-container #sector-subsector .padingleft15 {
  padding-left: 15px;
}
#screen-main-container .ibes_container .other_cell div {
  color: #1e374d;
}
.save-view {
  border-radius: 4px;
}
.save-view .header {
  position: relative;
  width: 100%;
  background: #f5faff;
  box-shadow: 0 1px 0 0 #d2e2f2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #527495;
  padding: 18px 0;
  letter-spacing: -0.2px;
}
.save-view .header .title {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.2px;
  text-align: center;
  color: #527495;
}
.save-view .header #modal-close {
  position: absolute;
  right: 25px;
  top: 22px;
  cursor: pointer;
}
.save-view .header #modal-close .icon {
  width: 12.9px;
  height: 12.9px;
  fill: #a7bdd2;
}
.save-view .content {
  height: 240px;
  padding: 20px 40px;
}
.save-view .content .share-view-wrapper {
  margin-top: 14px;
}
.save-view .content .share-view-wrapper .note-share-bar {
  min-height: 16px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.save-view .content .share-view-wrapper .note-share-bar span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 12px;
}
.save-view .content .share-view-wrapper .note-share-bar .label {
  color: #698094;
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  vertical-align: top;
  padding-right: 3px;
}
.save-view .content .share-view-wrapper .note-share-bar .user-icon {
  width: 19px;
  height: 10px;
  margin-right: 5px;
  fill: #3d7fba;
  float: left;
  margin-top: 1px;
}
.save-view .content .share-view-wrapper .note-share-bar .group-icon {
  width: 13px;
  height: 10px;
  margin-right: 5px;
  fill: #3d7fba;
  float: left;
}
.save-view .content .share-view-wrapper .note-share-bar .added-users,
.save-view .content .share-view-wrapper .note-share-bar .added-groups {
  margin-left: -2px;
}
.save-view .content .share-view-wrapper .note-share-bar .added-users .item-new,
.save-view .content .share-view-wrapper .note-share-bar .added-groups .item-new {
  display: inline-block;
  font-size: 12px;
  background: #edf4fb;
  color: #3d7fba;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  line-height: 12px;
  padding: 2px 6px;
  position: relative;
  border-radius: 3px;
  margin: 5px 3px 5px 3px;
  border: 1px solid #edf4fb;
  vertical-align: middle;
}
.save-view .content .share-view-wrapper .note-share-bar .added-users .item-new:hover .close-button,
.save-view .content .share-view-wrapper .note-share-bar .added-groups .item-new:hover .close-button {
  visibility: visible;
}
.save-view .content .share-view-wrapper .note-share-bar .added-users .close-button,
.save-view .content .share-view-wrapper .note-share-bar .added-groups .close-button {
  width: 6px;
  visibility: hidden;
  position: absolute;
  top: -7px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 2px 3px 0 0;
  transform: scale(1.1);
}
.save-view .content .share-view-wrapper .note-share-bar .added-users .temp-suggest-wrapper,
.save-view .content .share-view-wrapper .note-share-bar .added-groups .temp-suggest-wrapper {
  position: absolute;
  z-index: 99;
  left: 0;
  background: #ffffff;
}
.save-view .content .share-view-wrapper .note-share-bar .added-users .temp-suggest-wrapper .selected,
.save-view .content .share-view-wrapper .note-share-bar .added-groups .temp-suggest-wrapper .selected {
  background: #3d7fba;
  color: #ffffff;
}
.save-view .content .share-view-wrapper .note-share-bar .added-users .temp-suggest-wrapper .suggest,
.save-view .content .share-view-wrapper .note-share-bar .added-groups .temp-suggest-wrapper .suggest {
  padding-left: 0;
}
.save-view .content .share-view-wrapper .note-share-bar .added-users .temp-suggest-wrapper .suggest li,
.save-view .content .share-view-wrapper .note-share-bar .added-groups .temp-suggest-wrapper .suggest li {
  box-sizing: border-box;
  padding: 0 !important;
  text-transform: initial;
  height: 24px;
  width: 100%;
  clear: both;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  border-bottom: none;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 3px;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .clamor-wrapper {
  position: relative;
  padding: 2px;
  width: 120px;
  font-size: 10px;
  display: inline;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .user-group-share {
  width: 134px;
  background-color: #ffffff;
  border: 1px solid #3d7fba;
  border-radius: 2px;
  margin: 5px 0;
  color: #3d7fba;
  float: left;
  font-size: 11px;
  height: 16px;
  padding: 0px 5px;
  outline: none;
  -webkit-transition: none;
  -webkit-text-fill-color: #698094;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .suggest-wrapper {
  display: none;
  top: 32px !important;
  width: 152px;
  border: 1px solid #ffffff;
  box-shadow: 1px 2px 6px -2px #1e374d;
  border-radius: 3px;
  left: -143px;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .suggest-wrapper .suggest {
  list-style: none;
  /* width: 100%; */
  padding: 0px;
  margin: 0;
  background: white;
  color: #255178;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .suggest-wrapper .suggest li.seperator {
  height: 1px;
  background: #ffffff;
  padding: 0;
  width: 100%;
  display: none;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .suggest-wrapper .suggest li {
  box-sizing: border-box;
  padding: 0 !important;
  text-transform: initial;
  height: 24px;
  width: 100%;
  clear: both;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  border-bottom: none;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .suggest-wrapper .suggest li .sharing_user_item {
  font-size: 14px;
  position: relative;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  clear: both;
  min-height: 30px;
  cursor: pointer;
  padding: 0px 8px;
  overflow: hidden;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .suggest-wrapper .suggest li .sharing_user_item .fullname {
  margin-right: 6px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  line-height: 24px;
  font-size: 10px;
  color: #698094;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 145px;
  overflow: hidden;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .suggest-wrapper .suggest li.selected {
  background: #3d7fba;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .suggest-wrapper .suggest li.selected .fullname {
  color: #ffffff;
}
.save-view .content .share-view-wrapper .note-share-bar .add-share-users .suggest-wrapper .suggest .liHeader {
  padding: 3px 8px;
  display: inline-block;
  font-size: 12px;
  border-bottom: none;
  background-color: #ffffff;
  color: #40586E;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  width: 100%;
  box-sizing: border-box;
}
.save-view .content .share-view-wrapper .note-share-bar .add-token {
  vertical-align: middle;
  width: 12px;
  display: inline-block;
}
.save-view .content .share-view-wrapper .note-share-bar .add-token .add-token-icon {
  fill: #3d7fba;
  height: 12px;
  width: 12px;
  padding: 3px;
  margin-left: 4px;
  /* padding-top: 0px; */
  background-color: #EDF4FB;
  position: relative;
  top: 1px;
}
.save-view .content .input-wrapper div {
  line-height: 1.25;
  letter-spacing: 0.1px;
  font-size: 12px;
  color: #7e91ad;
  margin-top: 14px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
.save-view .content .input-wrapper input {
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  border: 1px solid #bbc6d5;
  border-radius: 3px;
}
.save-view .content .input-wrapper textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #bbc6d5;
  border-radius: 3px;
  resize: none;
}
.save-view .content .input-wrapper .share-view-name {
  background-image: url(../../images/user-add.png);
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.save-view .content .input-wrapper input.share-view-name[placeholder] {
  padding-left: 30px;
}
.save-view .content .input-wrapper input[placeholder],
.save-view .content .input-wrapper textarea[placeholder] {
  padding-left: 6px;
}
.save-view .content .error {
  color: red;
  font-size: 12px;
  margin-bottom: 14px;
}
.save-view .content .name-error {
  color: red;
  font-size: 12px;
  margin-bottom: 14px;
}
.save-view .content .name-exist-error {
  color: red;
  font-size: 12px;
  margin-bottom: 14px;
}
.save-view .buttons-row {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #f5faff;
  padding-bottom: 50px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  height: 19px;
}
.save-view .buttons-row .close {
  float: right;
  cursor: pointer;
  margin-top: 15px;
  font-size: 12px;
  padding: 12px 11px 12px 11px;
  border-radius: 5px;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-left: 10px;
  color: #3d7fba;
  display: inline-block;
}
.save-view .buttons-row .close:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
.save-view .buttons-row .save-button {
  text-align: center;
  float: right;
  margin-left: 33px;
  margin-top: 15px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 158px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.save-view .buttons-row .save-button:hover {
  background-color: #ffffff;
  color: #326b9e;
}
.manage-popup-outer-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 1001;
  border-radius: 4px 4px 0 0;
}
.manage-popup-outer-wrapper .header {
  z-index: 4;
  position: relative;
  height: 63.5px;
  background-color: #f5faff;
  box-shadow: 0 1px 0 0 #d2e2f2;
  border-radius: 4px 4px 0 0;
}
.manage-popup-outer-wrapper .header .title {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: -0.2px;
  text-align: center;
  color: #527495;
  padding: 23px;
}
.manage-popup-outer-wrapper .header .clear-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 12.9px;
  height: 12.9px;
}
.manage-popup-outer-wrapper #modal-close {
  font-size: 13px;
  position: absolute;
  top: 26px;
  right: 18px;
  cursor: pointer;
  margin-right: 18px;
}
.manage-popup-outer-wrapper #modal-close .icon {
  width: 12.9px;
  height: 12.9px;
  fill: #a7bdd2;
}
.manage-popup-outer-wrapper .content {
  position: relative;
  height: 440px;
  background: white;
}
.manage-popup-outer-wrapper .content .loader {
  display: none;
}
.manage-popup-outer-wrapper .content .data-unavailable-text {
  display: none;
  position: absolute;
  top: 50%;
  width: 250px;
  height: 200px;
  font-size: 15px;
  left: 0;
  color: darkgrey;
  right: 0;
  text-align: center;
  bottom: 0;
  margin: auto;
}
.manage-popup-outer-wrapper .content .manage-screener-popup {
  display: none;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table {
  border: none;
  border-bottom: 2px solid #d4e0ea;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header {
  background: white;
  height: 41px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column:first-child {
  width: 252px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column:nth-child(2),
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column:nth-child(3) {
  width: 170px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column:nth-child(4) {
  width: 412px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column {
  border: none;
  text-align: left;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column div {
  padding: 5px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column .column-title {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 0 0 0;
  vertical-align: top;
  font-size: 14px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: left;
  color: #092745;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column .column-title.active {
  color: #397FC9;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column .screener-table-sort {
  position: relative;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column .screener-table-sort .screener-table-sort-up {
  position: absolute;
  top: 0px;
  z-index: 10;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column .screener-table-sort .screener-table-sort-up .icon {
  width: 13px;
  height: 13px;
  fill: #889bba;
  opacity: 0.5;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column .screener-table-sort .screener-table-sort-down {
  position: absolute;
  top: 8px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column .screener-table-sort .screener-table-sort-down .icon {
  width: 13px;
  height: 13px;
  fill: #889bba;
  opacity: 0.5;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column .sort-triangle {
  font-size: 18px;
  color: #d4e0ea;
  vertical-align: middle;
  cursor: pointer;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-header-wrapper .header_table .top_header .column .sort-triangle.active {
  color: #397FC9;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows {
  overflow-y: scroll;
  border-bottom: 2px solid #d4e0ea;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table {
  border-collapse: collapse;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows {
  display: -webkit-box;
  border-bottom: 1px solid #d4e0ea !important;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #092745;
  padding-bottom: 3px;
  cursor: pointer;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td:first-child {
  width: 230px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td:first-child .name-wrapper {
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td:nth-child(2),
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td:nth-child(3) {
  width: 170px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td:nth-child(4) {
  width: 362px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td:nth-child(5) {
  width: 40px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td:not(:nth-child(4)) div {
  text-align: left;
  font-size: 13.5px;
  letter-spacing: 0.1px;
  vertical-align: middle;
  margin-right: 5px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td {
  width: 245px;
  height: 40px;
  padding-left: 12px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .user-icon {
  width: 19px;
  height: 19px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .user-icon .icon {
  width: 10px;
  height: 12px;
  fill: #ffffff;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .trash-row-icon {
  display: inline-block;
  vertical-align: middle;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .trash-row-icon .icon {
  width: 22px;
  height: 17px;
  fill: #889bba;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar {
  min-height: 16px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  vertical-align: sub;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .label {
  display: none;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 12px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar label {
  color: #698094;
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  vertical-align: top;
  padding-right: 3px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .user-icon {
  width: 19px;
  height: 10px;
  margin-right: 5px;
  fill: #3d7fba;
  float: left;
  margin-top: 1px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .group-icon {
  width: 13px;
  height: 10px;
  margin-right: 5px;
  fill: #3d7fba;
  float: left;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-users,
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-groups {
  margin-left: -2px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-users span,
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-groups span {
  text-align: left;
  margin-left: 0;
  font-size: 11px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-users .item-new,
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-groups .item-new {
  display: inline-block;
  font-size: 12px;
  background: #edf4fb;
  color: #3d7fba;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  line-height: 12px;
  padding: 2px 6px;
  position: relative;
  border-radius: 3px;
  margin: 3px 3px 0px 3px;
  border: 1px solid #edf4fb;
  vertical-align: middle;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-users .item-new:hover .close-button,
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-groups .item-new:hover .close-button {
  visibility: visible;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-users .close-button,
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-groups .close-button {
  width: 6px;
  visibility: hidden;
  position: absolute;
  top: -7px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 2px 3px 0 0;
  transform: scale(1.1);
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-users .temp-suggest-wrapper,
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-groups .temp-suggest-wrapper {
  position: absolute;
  z-index: 99;
  left: 0;
  background: #ffffff;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-users .temp-suggest-wrapper .selected,
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-groups .temp-suggest-wrapper .selected {
  background: #3d7fba;
  color: #ffffff;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-users .temp-suggest-wrapper .suggest,
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-groups .temp-suggest-wrapper .suggest {
  padding-left: 0;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-users .temp-suggest-wrapper .suggest li,
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .added-groups .temp-suggest-wrapper .suggest li {
  box-sizing: border-box;
  padding: 0 !important;
  text-transform: initial;
  height: 24px;
  width: 100%;
  clear: both;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  border-bottom: none;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 3px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .clamor-wrapper {
  position: relative;
  padding: 2px;
  width: 120px;
  font-size: 10px;
  display: inline;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .user-group-share {
  width: 134px;
  background-color: #ffffff;
  border: 1px solid #3d7fba;
  border-radius: 2px;
  margin: 5px 0;
  color: #3d7fba;
  float: left;
  font-size: 11px;
  height: 16px;
  padding: 0px 5px;
  outline: none;
  -webkit-transition: none;
  -webkit-text-fill-color: #698094;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .suggest-wrapper {
  display: none;
  top: 32px !important;
  width: 152px;
  border: 1px solid #ffffff;
  box-shadow: 1px 2px 6px -2px #1e374d;
  border-radius: 3px;
  left: -143px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .suggest-wrapper .suggest {
  list-style: none;
  /* width: 100%; */
  padding: 0px;
  margin: 0;
  background: white;
  color: #255178;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .suggest-wrapper .suggest li.seperator {
  height: 1px;
  background: #ffffff;
  padding: 0;
  width: 100%;
  display: none;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .suggest-wrapper .suggest li {
  box-sizing: border-box;
  padding: 0 !important;
  text-transform: initial;
  height: 24px;
  width: 100%;
  clear: both;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  border-bottom: none;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .suggest-wrapper .suggest li .sharing_user_item {
  font-size: 14px;
  position: relative;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  clear: both;
  min-height: 30px;
  cursor: pointer;
  padding: 0px 8px;
  overflow: hidden;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .suggest-wrapper .suggest li .sharing_user_item .fullname {
  margin-right: 6px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  line-height: 24px;
  font-size: 10px;
  color: #698094;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 145px;
  overflow: hidden;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .suggest-wrapper .suggest li.selected {
  background: #3d7fba;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .suggest-wrapper .suggest li.selected .fullname {
  color: #ffffff;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-share-users .suggest-wrapper .suggest .liHeader {
  padding: 3px 8px;
  display: inline-block;
  font-size: 12px;
  border-bottom: none;
  background-color: #ffffff;
  color: #40586E;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  width: 100%;
  box-sizing: border-box;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-token {
  vertical-align: middle;
  width: 12px;
  margin-top: 3px;
  display: inline-block;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .note-share-bar .add-token .add-token-icon {
  fill: #3d7fba;
  height: 12px;
  width: 12px;
  padding: 3px;
  margin-left: 4px;
  /* padding-top: 0px; */
  background-color: #EDF4FB;
  position: relative;
  top: 1px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .delete-screen .icon {
  width: 14px;
  height: 15px;
  fill: #687a99;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows td .delete-screen span {
  display: inline-block;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows.selected {
  background-color: #f5faff;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto !important;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows:hover {
  background-color: #f5faff;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .table-rows table .rows:hover .delete-screen .icon {
  fill: red;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  padding: 10px;
  font-size: 14.5px;
  line-height: 1.45;
  letter-spacing: 0.1px;
  text-align: left;
  color: #092745;
  background: white;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .description-data {
  display: none;
  width: 100%;
  border: none;
  margin-top: 5px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #092745;
  height: 45px;
  resize: none;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .description-data:disabled {
  background: transparent;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .description-edit {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .description-edit .icon {
  width: 13px;
  height: 13px;
  fill: #889bba;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .save-button-edit {
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  margin-top: 5px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .cancel-button-edit {
  float: left;
  cursor: pointer;
  margin-top: 5px;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-left: 25px;
  color: #3d7fba;
  display: inline-block;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .cancel-button-edit:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper div {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .no-description-data {
  width: 100%;
  border: none;
  margin-top: 5px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #092745;
  height: 45px;
  resize: none;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .no-description-data:disabled {
  background: transparent;
}
.manage-popup-outer-wrapper .content .manage-screener-popup .description-wrapper .edit-mode {
  border: 1px solid #d4e0ea;
}
.manage-popup-outer-wrapper .popup-footer {
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  background-color: #f5faff;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  border-radius: 0 0 4px 4px;
}
.manage-popup-outer-wrapper .popup-footer .header {
  border-radius: 0 0 4px 4px;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  z-index: 4;
}
.manage-popup-outer-wrapper .popup-footer .header .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.2px;
  text-align: left;
  color: #527495;
  display: inline-block;
  padding: 22px;
}
.manage-popup-outer-wrapper .popup-footer .header .item {
  float: right;
  margin-right: 10px;
}
.manage-popup-outer-wrapper .popup-footer .header .item input {
  display: inline-block;
  vertical-align: middle;
}
.manage-popup-outer-wrapper .popup-footer .header .item .save-button {
  text-align: center;
  float: right;
  margin-left: 33px;
  margin-top: 12px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 158px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.manage-popup-outer-wrapper .popup-footer .header .item .save-button:hover {
  background-color: #ffffff;
  color: #326b9e;
}
.manage-popup-outer-wrapper .popup-footer .header .item .cancel-button {
  float: right;
  cursor: pointer;
  margin-top: 12px;
  font-size: 12px;
  padding: 12px 11px 12px 11px;
  border-radius: 5px;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-left: 10px;
  color: #3d7fba;
  display: inline-block;
}
.manage-popup-outer-wrapper .popup-footer .header .item .cancel-button:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
.select2-drop.unsaved-select-dropdown {
  top: 83px;
  left: 1564.08px;
  z-index: 10002;
  width: 235px;
  margin-top: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.41);
}
.select2-drop.unsaved-select-dropdown .select2-search {
  padding-bottom: 2px;
}
.select2-drop.unsaved-select-dropdown .select2-highlighted {
  background: #3d7fba;
  color: white !important;
}
.select2-drop.unsaved-select-dropdown .select2-results {
  max-height: 256.5px;
  margin: 0;
}
.select2-drop.unsaved-select-dropdown .select2-results .select2-result-label {
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
}
.select2-drop.unsaved-select-dropdown .select2-results li {
  border-bottom: 1px solid #d4e0ea;
  font-size: 12px;
  letter-spacing: 0.1px;
  text-align: left;
  padding-left: 11px;
  color: #698094;
}
.select2-drop.unsaved-select-dropdown .select2-results::-webkit-scrollbar {
  width: 3px;
  height: 64px;
  border-radius: 1.5px;
}
.select2-drop.unsaved-select-dropdown .select2-results::-webkit-scrollbar-thumb {
  font-size: 12px;
  line-height: 2.67;
  letter-spacing: 0.1px;
  text-align: left;
  color: #698094;
  background-color: #c3cddc;
}
.select2-drop.unsaved-select-dropdown .select2-results::-webkit-scrollbar-thumb:hover {
  width: 3px;
  height: 64px;
  border-radius: 1.5px;
  background-color: #8b94a3;
}
.select2-drop.criteria-year-dropdown {
  background: #4f5d70!important;
  border: 1px solid #4f5d70!important;
}
.select2-drop.criteria-year-dropdown .select2-results {
  color: #7e91ad!important;
}
.select2-drop.criteria-year-dropdown input {
  color: #fff;
  background: #434e60;
}
.select2-drop.criteria-quarter-dropdown {
  background: #4f5d70!important;
  border: 1px solid #4f5d70!important;
}
.select2-drop.criteria-quarter-dropdown .select2-results {
  color: #7e91ad!important;
}
.select2-drop.criteria-quarter-dropdown input {
  color: #fff;
  background: #434e60;
}
.select2-drop.risk_reward_outer_popup_dropdown .select2-results {
  max-height: 180px!important;
}
.select2-drop.screener-filter-dropdown {
  border: none !important;
  border-radius: 4px !important;
  background-color: #4f5d70;
  box-shadow: 0px 6px 24px 0 rgba(0, 0, 0, 0.41);
  margin-top: 1px;
}
.select2-drop.screener-filter-dropdown .select2-search {
  margin-top: 2px;
}
.select2-drop.screener-filter-dropdown .select2-results {
  color: #f9fcff !important;
  font-size: 13px;
  letter-spacing: 0.1px;
  margin-right: 3px;
}
.select2-drop.screener-filter-dropdown .select2-results .select2-result {
  border-bottom: 1px solid #434e60;
}
.select2-drop.screener-filter-dropdown .select2-results .select2-result .select2-result-label {
  padding: 7px;
}
.select2-drop.screener-filter-dropdown .select2-results .select2-highlighted {
  background: #434e60;
}
.select2-drop.screener-filter-dropdown .select2-results .select2-no-results {
  background: none;
  margin-left: 4px;
}
.select2-drop.screener-filter-dropdown .select2-results::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}
.select2-drop.screener-filter-dropdown .select2-results::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.select2-drop.screener-filter-dropdown .select2-results::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: #7889a5;
  -webkit-border-radius: 2px;
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.select2-drop.screener-filter-dropdown .select2-results::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #2e3644;
  -webkit-border-radius: 2px;
}
.select2-drop.screener-filter-dropdown input {
  color: #f9fcff;
  background: #4f5d70;
}
.screener-filter-container {
  width: 193.5px !important;
  height: 32px;
}
.screener-filter-container a.select2-choice {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  border-radius: 2px;
  background-color: #4f5d70;
  box-shadow: 0px 1px 0 0 rgba(0, 0, 0, 0.13), inset 0px 1px 0 0 rgba(255, 255, 255, 0.06);
  line-height: 1.2;
  padding: 7px 0px;
  border: 1px solid #4f5d70 !important;
  background-image: none !important;
}
.screener-filter-container a.select2-choice span {
  width: 143.5px;
  height: 15px;
  margin-left: 11.5px;
  font-size: 12.5px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-align: left;
  color: #f9fcff;
}
.screener-filter-container a.select2-choice div {
  background: #4f5d70;
  border-left: 0px;
  margin-right: 2px;
}
.screener-filter-container a.select2-choice div b {
  margin-top: 12.5px;
  background-image: url(images/white-down-triangle.png) !important;
  background-repeat: no-repeat !important;
  background-size: 8px 6px !important;
}
.screener-filter-container.sfm-container a.select2-choice span {
  font-size: 12px;
}
.screener-filter-container.sfrs-operator-drop {
  width: 85px !important;
}
.amount {
  clear: both;
  line-height: 30px;
  font-size: 12px;
  color: #ffffff;
  padding-bottom: 12px;
}
.slider {
  clear: both;
  margin-top: 0px;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}
.slider .slider-test {
  width: 96%;
  clear: both;
  height: 5px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 0;
  border-radius: 2px;
  background: #364051;
  border: 1px solid #364051;
}
.slider .slider-test .ui-slider-range {
  background: #3d7fba;
}
.slider .row {
  padding: 6px 0 18px 0;
  overflow: hidden;
  /*width: 500px;*/
  /*width: 600px;*/
  width: 100%;
  /*border-bottom: 1px solid #bcbcbc;*/
  /*height: 65px;*/
}
.slider .row .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #ffffff;
  border: 1px solid #3d7fba;
  border-radius: 2px;
}
.slider .row .ui-slider.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: 0;
}
.params-show {
  width: 30px;
  height: 15px;
  border: 1px solid lightgray;
  text-align: center;
  font-size: 9px;
  float: left;
  margin-left: 25px;
  border-radius: 6px;
  cursor: pointer;
}
.params-show .drop-down-icon {
  font-size: 7px;
  padding-left: 11px;
  padding-top: 4px;
}
.sector-text {
  width: 405px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  border: solid 1px #8ABFD7;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.sector-button {
  border: 1px solid #BDBDBD;
  margin-top: 10px;
  margin-bottom: 7px;
  width: 385px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4D4D4D;
  background-color: #F3F3F3;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.cross-show {
  height: 15px;
  text-align: center;
  font-size: 9px;
  /*float:left;*/
  float: right;
  margin-left: 15px;
  /*margin-top: 25px;*/
  cursor: pointer;
}
.cross-show .close-icon {
  font-size: 11px;
  padding-left: 2px;
  padding-top: 4px;
}
.params-dropdown {
  height: 200px;
  width: 175px;
  overflow: auto;
  border: 1px solid lightgray;
  margin-left: 411px;
  margin-top: -35px;
  clear: both;
  margin-top: 0px;
  background-color: white;
  opacity: .9;
  border-radius: 4px;
  font-size: 10px;
}
.params-dropdown .param {
  border-bottom: 1px solid lightgray;
  padding: 5px;
  cursor: pointer;
}
#screen-main-container {
  min-width: 1280px;
  height: inherit;
  overflow-y: hidden;
  overflow-x: hidden;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#screen-main-container .outer-screen {
  width: 100%;
}
#screen-main-container .outer-screen .left-screen-content {
  float: left;
  width: 315px;
  background: #2e3644;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1,
#screen-main-container .outer-screen .left-screen-content .ls-header2,
#screen-main-container .outer-screen .left-screen-content .ls-header3 {
  width: 307px;
  height: 39px;
  box-shadow: 0px 1px 0 0 #1c2330;
  padding-left: 8px;
  padding-top: 8px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 {
  background-color: #364051;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-settings,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-save-filters,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-hide-left-pane,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-manage-screen,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-clear-screen {
  background: none;
  width: 28px;
  height: 32px;
  text-align: center;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-settings .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-save-filters .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-hide-left-pane .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-manage-screen .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-clear-screen .icon {
  width: 17px;
  height: 17px;
  margin-top: 6.7px;
  fill: #f9fcff;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-settings.disabled,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-save-filters.disabled,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-hide-left-pane.disabled,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-manage-screen.disabled,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-clear-screen.disabled {
  pointer-events: none;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-settings.disabled .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-save-filters.disabled .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-hide-left-pane.disabled .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-manage-screen.disabled .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-clear-screen.disabled .icon {
  fill: #4f5d70;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-settings:hover .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-save-filters:hover .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-hide-left-pane:hover .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-manage-screen:hover .icon,
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-clear-screen:hover .icon {
  width: 23px;
  height: 23px;
  margin-top: 3.7px;
  fill: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .ls-hide-left-pane {
  margin-left: -4px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder {
  position: relative;
  float: right;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder #save_drop_down {
  float: right;
  position: absolute;
  top: 47px;
  right: -50px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder #save_drop_down .rectangle {
  box-shadow: 0 7px 14.5px 0 rgba(13, 35, 57, 0.58);
  border: 0;
  padding: 6px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder #save_drop_down .rectangle .item {
  cursor: default;
  padding: 6px;
  width: 210px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder #save_drop_down .rectangle .item .title {
  padding: 0 6px 12px 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: -0.2px;
  text-align: center;
  color: #527495;
  white-space: initial;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder #save_drop_down .rectangle .item .error {
  font-size: 12px;
  line-height: 18px;
  color: #e81a1a;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder #save_drop_down .rectangle .item .search-box-holder {
  border: 0;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder #save_drop_down .rectangle .item .search-box-holder #screener_table_name {
  border: 1px solid #d4e0ea;
  line-height: 24px;
  border-radius: 3px;
  padding: 3px 6px;
  width: 200px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder #save_drop_down .rectangle .item .button {
  border-radius: 3px;
  line-height: 24px;
  width: 100px;
  padding: 6px;
  font-size: 14px;
  cursor: pointer;
  color: #3d7fba;
  background-color: #f5faff;
  border: solid 1px #d2e2f2;
}
#screen-main-container .outer-screen .left-screen-content .ls-header1 .menu-drop-holder #save_drop_down .rectangle .item .save-button {
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .ls-header2 {
  background-color: #2e3644;
  margin-top: 1px;
  height: 49px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header2 .header-text {
  font-size: 12px;
  color: white;
  font-weight: bold;
  margin-top: -4px;
  padding-bottom: 1px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header2 .ls-add-filter {
  width: 89px;
  height: 25.5px;
  border-radius: 2px;
  background-color: #3d7fba;
  box-shadow: 0px 1px 0 0 rgba(0, 0, 0, 0.13), inset 0px 1px 0 0 rgba(255, 255, 255, 0.06);
  cursor: pointer;
  margin-right: 8.5px;
  padding-left: 8px;
  padding-top: 5px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header2 .ls-add-filter .ls-af-icon {
  display: inline-block;
  vertical-align: middle;
}
#screen-main-container .outer-screen .left-screen-content .ls-header2 .ls-add-filter .ls-af-icon .icon {
  width: 11px;
  height: 11px;
  fill: #f9fcff;
}
#screen-main-container .outer-screen .left-screen-content .ls-header2 .ls-add-filter .ls-af-text {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #f9fcff;
  line-height: 1.2;
  font-size: 12.5px;
  display: inline-block;
  vertical-align: middle;
}
#screen-main-container .outer-screen .left-screen-content .ls-header3 .ls-header-text {
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 31px;
  text-align: left;
  color: #ffffff;
  width: 105px;
}
#screen-main-container .outer-screen .left-screen-content .ls-header3 .ls-currency-drop {
  float: left;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row {
  display: none;
  width: 274px;
  max-height: 80px;
  background-color: #364051;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.16), inset 0px 0.5px 0 0 #434e60;
  margin: 8px 8px 0 8px;
  padding: 12px 12px 10px 12px;
  cursor: move;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row {
  height: 24px;
  width: 100%;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row .afr-count {
  display: none;
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: #eef7ff;
  color: #1e242e;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row .afr-switch {
  float: left;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row .afr-switch .tgl + .tgl-btn {
  width: 25px;
  height: 14px;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row .afr-name {
  float: left;
  margin-left: 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 4px;
  max-width: 180px;
  word-wrap: break-word;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row .afr-filter-desc {
  cursor: pointer;
  height: 10px;
  width: 7px;
  background-color: #3d7fba;
  margin-left: 4px;
  padding: 0px 2px 4px 3px;
  color: white;
  border-radius: 3px;
  font-size: 10px;
  display: inline-flex;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row .afr-delete {
  display: none;
  float: right;
  margin-left: 7px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row .afr-delete .icon {
  width: 13px;
  height: 13px;
  fill: #889bba;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row .afr-edit {
  display: none;
  float: right;
  margin-left: 7px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-upper-row .afr-edit .icon {
  width: 13px;
  height: 13px;
  fill: #889bba;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-lower-row {
  min-height: 28px;
  max-height: 56px;
  width: 100%;
  display: inline-block;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-lower-row .header-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
  color: #889bba;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-lower-row .value-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-lower-row .afr-min-container {
  float: left;
  margin-right: 8px;
  max-width: 150px;
  max-height: 28px;
  overflow: hidden;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-lower-row .afr-max-container {
  float: left;
  max-height: 28px;
  max-width: 150px;
  overflow: hidden;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row .afr-lower-row .afr-result-container {
  float: right;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .applied-filter-row:last-child {
  margin-bottom: 20px;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .watchlist-row {
  display: none;
  width: 274px;
  background-color: #364051;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.16), inset 0px 0.5px 0 0 #434e60;
  margin: 8px;
  padding: 12px;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .watchlist-row .wr-row1 {
  display: inline-block;
  width: 100%;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .watchlist-row .wr-row1 .wr-name {
  float: left;
  margin-left: 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
  max-width: 230px;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .watchlist-row .wr-row1 .wr-delete {
  float: right;
  margin-left: 7px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector .watchlist-row .wr-row1 .wr-delete .icon {
  width: 13px;
  height: 13px;
  fill: #889bba;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector::-webkit-scrollbar-track-piece:hover {
  -webkit-border-radius: 0;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
#screen-main-container .outer-screen .left-screen-content .filter_and_sector::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: #7889a5;
  -webkit-border-radius: 3px;
  outline: 2px solid #fff;
  outline-offset: -2px;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row {
  padding: 12PX;
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #424a57;
  /*.filter_results{*/
  /*float: left;*/
  /*width: 5%;*/
  /*margin-right: 2%;*/
  /*font-size: 10px;*/
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  /*}*/
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .count {
  float: left;
  width: 18px;
  text-align: center;
  background: #272f3c;
  color: #ffffff;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  margin-right: 12px;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_name {
  float: left;
  width: 140px;
  color: #ffffff;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .subsector_name {
  float: left;
  width: 35%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  margin-left: 5%;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_value {
  float: left;
  width: 10%;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_mini_value {
  float: left;
  /*width: 15%;*/
  /*width: 20%;*/
  width: 18%;
  /*margin-right: 5%;*/
  margin-right: 2%;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_max_value {
  float: left;
  /*width: 15%;*/
  margin-right: 2%;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_edit_value,
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_delete_value,
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_save_value {
  width: 20px;
  color: #ffffff;
  cursor: pointer;
  height: 20px;
  margin-left: 6px;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_edit_value .icon,
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_delete_value .icon,
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_save_value .icon {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  fill: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_edit_value:hover .icon,
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_delete_value:hover .icon,
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .filter_save_value:hover .icon {
  fill: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .first_row {
  overflow: auto;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row {
  overflow: auto;
  font-size: 12px;
  padding-top: 12px;
  width: 100%;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_mini_value {
  float: left;
  /*width: 25%;*/
  /*margin-right: 10%;*/
  width: 30%;
  margin-right: 24px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_mini_value .min_text {
  color: #a5b3c7;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_mini_value .min_val {
  color: #ffffff;
  font-weight: 500;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_max_value {
  float: left;
  margin-right: 0;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_max_value .max_text {
  color: #a5b3c7;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_max_value .max_val {
  color: #ffffff;
  font-weight: 500;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_results {
  float: right;
  display: none;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_results .res_text {
  color: #a5b3c7;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_results .result {
  color: #ffffff;
  font-weight: 500;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_sector {
  float: left;
  width: 30%;
  margin-right: 15%;
  padding-left: 10%;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: grey;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .selected_filter_row .second_row .filter_subsector {
  float: left;
  width: 25%;
  margin-right: 0%;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: grey;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .even_filter {
  background-color: #2e3644;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer .odd_filter {
  background-color: #2e3644;
}
#screen-main-container .outer-screen .left-screen-content .add-criteria-outer {
  height: 50px;
  background: #1e242e;
  text-align: center;
  cursor: pointer;
  padding: 13px;
  box-sizing: border-box;
  margin: 12px 18px 0px 18px;
  display: none;
}
#screen-main-container .outer-screen .left-screen-content .add-criteria-outer input#add-criteria {
  margin: 0px;
  width: 90%;
  line-height: 24px;
  text-indent: 6px;
  padding: 0;
  outline: none;
  border: none;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #889bba;
  font-size: 14px;
  background: #1e242e;
}
#screen-main-container .outer-screen .left-screen-content .add-criteria-outer .icon {
  fill: #889bba;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}
#screen-main-container .outer-screen .left-screen-content .add-criteria-outer .add-criteria-data {
  overflow: auto;
  position: absolute;
  top: 125px;
  left: 18px;
  right: 0px;
  flex-flow: row;
  width: 1241px;
  background: #ffffff;
  z-index: 4;
  border-radius: 3px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
}
#screen-main-container .outer-screen .left-screen-content .add-criteria-outer .add-criteria-data .main-data.selected_series_type {
  background-color: #3d7fba;
  color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .add-criteria-outer .add-criteria-data .main-data {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #3d7fba;
  line-height: 18px;
  padding: 4px 6px;
  cursor: pointer;
  padding: 6px 12px;
}
#screen-main-container .outer-screen .left-screen-content .selected_filter_outer {
  overflow: auto;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer {
  font-size: 12px;
  background: #434e60;
  /*padding: 1% 2%;*/
  /*border-top: 1px solid #cecece;*/
  /*border-bottom: 1px solid #cecece;*/
  margin: 14px;
  border-radius: 2px solid #3d7fba;
  /*.filter_row_2{*/
  /*width: 100%;*/
  /*overflow: hidden;*/
  /*height: 30px;*/
  /*.text{*/
  /*margin-left: 10%;*/
  /*width: 30%;*/
  /*line-height:30px;*/
  /*}*/
  /*.operators{*/
  /*margin-top: 4px;*/
  /*width: 50%;*/
  /*}*/
  /*.operator-units{*/
  /*float:left;*/
  /*margin-left: 3%;*/
  /*width: 7%;*/
  /*line-height:30px;*/
  /*}*/
  /*}*/
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-text {
  line-height: 12px;
  font-size: 12px;
  color: #7e91ad;
  padding-bottom: 4px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name {
  padding: 12px 10px 0px;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name > * {
  margin-right: 15px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name:after {
  clear: both;
  display: block;
  content: '';
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name .count_div {
  width: 15px;
  height: 15px;
  display: none;
  background: #fff;
  border-radius: 4px;
  line-height: 14px;
  font-size: 10px;
  color: black;
  text-align: center;
  float: left;
  position: relative;
  top: 2px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name .toggle {
  float: left;
  height: 14px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name .toggle input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 27px;
  height: 14px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name .toggle .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 30px;
  height: 14px;
  top: -17px;
  position: relative;
  cursor: pointer;
  user-select: none;
  border-radius: 12px;
  padding: 2px;
  transition: all .4s ease;
  box-sizing: border-box;
  background: #a5b3c7;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name .toggle .tgl + .tgl-btn:after {
  content: '';
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease;
  position: relative;
  display: block;
  width: 44%;
  height: 100%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name .toggle .tgl:checked + .tgl-btn {
  background: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name .toggle .tgl:checked + .tgl-btn:after {
  left: 56%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .criteria_name .name {
  float: left;
  display: inline-block;
  height: 20px;
  width: auto;
  line-height: 20px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .time_period_type {
  padding: 12px 10px 0;
  background: #434e60;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .time_period_type .quaterly,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .time_period_type .annual {
  cursor: pointer;
  width: 49%;
  height: 28px;
  display: inline-block;
  padding: 7px;
  box-sizing: border-box;
  background: #4f5d70;
  color: #fff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .time_period_type .quaterly.selected,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .time_period_type .annual.selected {
  background: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .year_container,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .quarter_container {
  position: relative;
  height: 48px;
  padding: 12px 10px 0;
  background: #434e60;
  overflow: hidden;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .year_container .year_drop,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .quarter_container .year_drop,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .year_container .quarter_drop,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .quarter_container .quarter_drop {
  width: 100%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .year_container .select2-container a,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .quarter_container .select2-container a {
  box-shadow: none;
  background: #4f5d70;
  border: 1px solid #4f5d70;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .year_container .select2-container a div,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .quarter_container .select2-container a div {
  border: 0;
  background: none;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .growth_option {
  padding: 12px 10px 0;
  background: #434e60;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .growth_option .None,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .growth_option .yoy,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .growth_option .qoq {
  width: 49%;
  height: 28px;
  text-align: center;
  display: inline-block;
  padding: 7px;
  box-sizing: border-box;
  color: #fff;
  background: #4f5d70;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .growth_option .None.selected,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .growth_option .yoy.selected,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .growth_option .qoq.selected {
  background: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .timeSpan {
  padding: 12px 10px 0;
  background: #434e60;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .timeSpan .year {
  cursor: pointer;
  width: 19%;
  display: inline-block;
  height: 28px;
  text-align: center;
  padding: 7px;
  box-sizing: border-box;
  color: #fff;
  background: #4f5d70;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .timeSpan .year.selected {
  background: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .returnSpan {
  padding: 12px 10px 0;
  background: #434e60;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .returnSpan .year {
  cursor: pointer;
  width: 19%;
  display: inline-block;
  height: 28px;
  text-align: center;
  padding: 7px;
  box-sizing: border-box;
  color: #fff;
  background: #4f5d70;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .returnSpan .year.selected {
  background: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .mosaicMenu,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .shortMenu {
  padding: 12px 10px 0;
  background: #434e60;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .mosaicMenu .radio_parent,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .shortMenu .radio_parent {
  position: relative;
  height: 28px;
  padding: 9px 30px;
  box-sizing: border-box;
  color: #fff;
  background: #4f5d70;
  margin-bottom: 1px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .mosaicMenu .radio_parent .radio-button,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .shortMenu .radio_parent .radio-button {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .mosaicMenu .radio_parent .radio-button input[type="radio"],
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .shortMenu .radio_parent .radio-button input[type="radio"] {
  visibility: hidden;
  padding: 0 8px 1px 8px;
  height: 32px;
  width: 100%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .mosaicMenu .radio_parent .radio-button label,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .shortMenu .radio_parent .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #434e60;
  border: 1px solid #434e60;
  border-radius: 50px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .mosaicMenu .radio_parent .radio-button label:hover::after,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .shortMenu .radio_parent .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .mosaicMenu .radio_parent .radio-button label:after,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .shortMenu .radio_parent .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .mosaicMenu .radio_parent input[type=radio]:checked + label:after,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .shortMenu .radio_parent input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .mosaicMenu .radio_parent:last-child,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .shortMenu .radio_parent:last-child {
  margin-bottom: 12px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_row_1 {
  width: 100%;
  overflow: hidden;
  height: 30px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_row_1 .filter_count {
  float: left;
  width: 10%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_row_1 .filter_name {
  float: left;
  width: 90%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max {
  clear: both;
  /*width: 100%;*/
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
  height: 40px;
  margin-bottom: 5px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_2 {
  /*clear:both;*/
  /*width: 100%;*/
  width: 50%;
  overflow: hidden;
  /*margin-top: 5px;*/
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_2 .text {
  /*margin-left: 10%;*/
  /*width: 30%;*/
  line-height: 24px;
  padding-right: 6%;
  color: #a5b3c7;
  text-align: left;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_2 .minimum_input_outer {
  width: 50%;
  float: left;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_2 .minimum_input_outer input {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px;
  height: 24px;
  background: #272f3c;
  border: 1px solid #424a57;
  border-radius: 2px;
  padding-left: 6px;
  color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_2 .operator-units {
  float: left;
  margin-left: 3%;
  width: 7%;
  line-height: 30px;
  font-size: 10px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_2 .minimum_abs_outer {
  color: #ffffff;
  line-height: 24px;
  margin-left: 12px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_3 {
  /*clear:both;*/
  /*width: 100%;*/
  width: 50%;
  overflow: hidden;
  height: 40px;
  /*margin-top: 5px;*/
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_3 .text {
  /*margin-left: 10%;*/
  /*width: 30%;*/
  line-height: 24px;
  padding-right: 6%;
  color: #a5b3c7;
  text-align: left;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_3 .maximum_input_outer {
  width: 50%;
  float: right;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_3 .maximum_input_outer input {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  height: 24px;
  background: #272f3c;
  border: 1px solid #424a57;
  border-radius: 2px;
  padding-left: 6px;
  color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_3 .operator-units {
  float: right;
  margin-left: 3%;
  width: 10%;
  line-height: 30px;
  font-size: 10px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_min_max .filter_row_3 .maximum_abs_outer {
  color: #ffffff;
  line-height: 24px;
  cursor: pointer;
  width: 47%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_add_cancel {
  clear: both;
  font-size: 12px;
  padding: 18px 36px;
  height: 36px;
  background: #434e60;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_add_cancel .cancel_filter {
  float: left;
  width: 46%;
  line-height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  padding: 5px 0;
  text-align: center;
  border-radius: 3px;
  color: #1e374d;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter_add_cancel .confirm_filter {
  float: right;
  width: 46%;
  line-height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector {
  position: absolute;
  top: 80px;
  left: 179px;
  width: 592px;
  z-index: 101;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .active .checkbox span {
  background-color: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .active .checkbox label:after {
  border-color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .checkbox {
  width: 24px;
  overflow: hidden;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e8eef7;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector input,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector select {
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 8px 1px 8px;
  height: 32px;
  width: 100%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector input[type="checkbox"] {
  visibility: hidden;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector button {
  background-color: transparent;
  border: 2px solid #3d7fba;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #3d7fba;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay {
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 330px;
  top: 31px;
  left: 0;
  z-index: 300;
  box-shadow: 0 12px 30px 0 rgba(22, 42, 60, 0.65);
  overflow: hidden;
  border-radius: 2px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head .clear-input-field {
  position: absolute;
  left: 232px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
  color: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head input,
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head select {
  width: auto;
  flex-grow: 1;
  margin-right: 8px;
  max-width: 240px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head input {
  padding-right: 20px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head select {
  max-width: 160px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head .select-options {
  position: absolute;
  cursor: pointer;
  right: 16px;
  align-self: flex-end;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head .select-options a {
  margin-left: 8px;
  padding-left: 15px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  position: relative;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 1px;
  padding: 0px;
  margin: 0px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 2px;
  padding: 0px;
  margin: 0px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body {
  border: none !important;
  margin-top: 48px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body div:hover {
  background-color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body div.full {
  background-color: #e8eef7;
  color: #3d7fba;
  border-color: rgba(47, 89, 128, 0.9);
  -webkit-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  -moz-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  z-index: 200;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body div.full p {
  color: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body div.full .checkbox span {
  background-color: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body div.full .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body div.full .checkbox label:after {
  border-color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body div.full:hover {
  background-color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body div.tab-active {
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .sidebar-body div.tab-active p {
  font-weight: 500;
  color: #1e374d;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar {
  position: absolute;
  background-color: #f9fcff;
  border-right: 1px solid #d4e0ea;
  width: 227px;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar .select-options {
  border: none;
  height: 48px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #f9fcff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: center;
  padding: 0 16px;
  justify-content: flex-end;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar .select-options a {
  line-height: 48px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar div {
  position: relative;
  line-height: 11px;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: -1px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar div .checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar div .checkbox label {
  top: 9px;
  left: 5px;
  margin-top: 4px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar div p {
  display: inline-block;
  font-size: 13px;
  color: #698094;
  padding: 11px 0;
  margin-left: 32px;
  font-weight: 400;
  line-height: 16px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-sidebar div p span {
  font-size: 11px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body {
  overflow-y: auto;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-footer {
  background-color: #f9fcff;
  padding: 8px;
  border-top: 1px solid #d4e0ea;
  text-align: right;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-footer button {
  padding-left: 24px;
  padding-right: 24px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay {
  background: #fff;
  width: 820px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body {
  margin: 49px 0 0px 0;
  padding-bottom: 8px;
  height: 300px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-left: 227px;
  overflow-y: auto;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body .checkbox {
  width: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body .checkbox input {
  width: auto;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body .checkbox label {
  top: 12px;
  left: 4px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body h5 {
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body h5 span:not(.text) {
  font-size: 11px;
  color: #698094;
  font-weight: 400;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body h5 span.text {
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body h5 span.filter-count {
  vertical-align: top;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div {
  width: 154px;
  height: 42px;
  padding: 4px 4px 4px 32px;
  margin: 8px 0 0px 8px;
  border: 1px solid #d4e0ea;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 2px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div.active {
  border-color: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div.active .checkbox {
  background-color: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked {
  border-color: #1e374d;
  color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div.sector {
  padding: 0;
  border: none;
  width: inherit;
  height: inherit;
  margin: 0;
  display: none;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body p {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  padding-right: 6px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body p span {
  font-weight: 600;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div.globalSearch {
  display: block;
  height: 100%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div.globalSearch .item {
  float: left;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div.globalSearch {
  display: none;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body .sector {
  display: inline-block;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body .sector .item {
  display: inline-block;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body .sector .item h5 {
  display: inline-flex;
  max-width: 100%;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body .sector .item h5 span.text {
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div {
  width: 280px;
  height: 26px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div .checkbox {
  height: 24px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-body div .checkbox label {
  top: 5px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-sector .menu-overlay .menu-head {
  margin-left: 227px;
  background-color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .filter-subsector {
  clear: both;
  font-size: 10px;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  height: 40px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .green-button {
  border: 1px solid #3d7fba;
  padding: 5px 0px;
  text-align: center;
  cursor: pointer;
  float: left;
  background-color: #3d7fba;
  color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu {
  padding-left: 25px;
  padding-right: 25px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-series-name {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  float: right;
  display: inline-block;
  height: 19px;
  width: auto;
  line-height: normal;
  margin-left: -15px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .delete_hybrid_series {
  float: right;
  position: relative;
  top: -18px;
  cursor: pointer;
  padding-left: 4px;
  display: none;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .delete_hybrid_series .icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
  fill: #698094;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .filter-text {
  width: 65px;
  height: 15.5px;
  font-family: HelveticaNeue;
  font-size: 15px;
  color: #bbc6d5;
  clear: both;
  padding-top: 12px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-param {
  clear: both;
  height: 31px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-param .hybrid_param_count_text {
  height: 15.5px;
  font-family: HelveticaNeue;
  font-size: 15px;
  color: #ffffff;
  float: left;
  width: 26px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-param .hybrid_series_delete {
  position: relative;
  top: -15px;
  left: 95%;
  width: 10px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-param .hybrid_series_delete .icon {
  width: 13px;
  height: 13px;
  object-fit: contain;
  fill: #698094;
  float: right;
  padding-top: 3px;
  padding-right: 3px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-param .hybrid_series_select_param {
  width: 87%;
  height: 20px;
  border-radius: 3px;
  text-align: center;
  float: right;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-param .selected {
  background-color: #2e3644;
  color: #698094;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-param .unselected {
  background-color: #bbc6d5;
  color: #232834;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-param .hybrid_series_param_unselected {
  width: 87%;
  height: 20px;
  border-radius: 3px;
  background-color: #bbc6d5;
  color: #232834;
  text-align: center;
  float: right;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid-param .hybrid_series_param_selected {
  width: 87%;
  height: 20px;
  border-radius: 3px;
  background-color: #2e3644;
  color: #698094;
  text-align: center;
  float: right;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid_srs_add_param {
  width: 87%;
  height: 20px;
  border-radius: 3px;
  border: solid 1px #bbc6d5;
  color: #bbc6d5;
  text-align: center;
  background-color: transparent;
  clear: both;
  float: right;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid_srs_add_param .icon {
  width: 9px;
  height: 9px;
  object-fit: contain;
  fill: #bbc6d5;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid_expr_select {
  width: 100%;
  height: 20px;
  border-radius: 1px;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid_expr_error {
  color: red;
  font-weight: bold;
  font-size: 13px;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#screen-main-container .outer-screen .left-screen-content .set_filter_outer .hybridSeriesMenu .hybrid_srs_expr_cnfrm {
  width: 140px;
  height: 20px;
  border-radius: 3px;
  border: solid 1px #bbc6d5;
  color: #bbc6d5;
  text-align: center;
  background-color: transparent;
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector {
  position: absolute;
  top: 80px;
  left: 179px;
  width: 592px;
  z-index: 101;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .col {
  float: left;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .ticker-chevron {
  width: 92%;
  float: left;
  font-size: 10px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle {
  width: 892px;
  border-radius: 4px;
  border: 1px solid #ccd8e6;
  padding-top: 30px;
  margin-top: -30px;
  border-top-left-radius: 0px;
  box-shadow: none;
  height: 230px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .sector_header {
  padding: 6px 12px;
  margin-top: -30px;
  line-height: 18px;
  font-size: 12px;
  border-bottom: solid 1px #ccd8e6;
  background: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .sector_header .title {
  display: none;
  min-width: 180px;
  margin-right: 12px;
  font-weight: bold;
  color: #666;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .sector_header .toggle-all {
  display: inline-block;
  font-weight: normal;
  color: #3d7fba;
  font-family: Arial;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col {
  max-height: 100%;
  width: 240px;
  background: #f5f7fa;
  overflow: auto;
  float: left;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper {
  border-bottom: solid 1px #ccd8e6;
  font-size: 12px;
  overflow: hidden;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .menu-item {
  /*float:left;*/
  height: 48px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper {
  margin: 15px 6px 15px 12px;
  display: inline-block;
  vertical-align: middle;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_sector_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('../images/checkbox-unchecked.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .filter_sector_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox-checked-666.png') no-repeat;
  background-size: 18px 18px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .menu-item .checkbox-wrapper .incomplete.filter_sector_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox-checked-ccc.png') no-repeat;
  background-size: 18px 18px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper {
  max-width: 160px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-size: 12px;
  max-height: 36px;
  overflow: hidden;
  color: #3d7fba;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper .filter-count:before {
  content: " (";
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper .filter-count:after {
  content: ")";
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .menu-item .text-wrapper.active {
  color: #333;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .sub-menu-show {
  float: right;
  width: 18px;
  padding: 18px 0px;
  text-align: center;
  color: #3d7fba;
  border-left: 1px solid #ccd8e6;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper .sub-menu-show:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .left-col .menu-item-wrapper.expanded .sub-menu-show {
  background: #7e91ad;
  color: #ffffff;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col {
  float: right;
  position: relative;
  height: 100%;
  width: 650px;
  margin-left: -1px;
  background: #ffffff;
  border-left: solid 1px #ccd8e6;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper {
  position: relative;
  padding: 54px 12px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .searchbox-wrapper {
  position: relative;
  margin-top: -54px;
  width: 100%;
  height: 30px;
  padding: 12px 0px;
  border-bottom: solid 1px #ccd8e6;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .searchbox-wrapper .search_outer {
  display: inline-block;
  height: 26px;
  border: solid 1px #ccc;
  border-radius: 4px;
  width: 276px;
  padding: 1px 6px;
  vertical-align: bottom;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input {
  padding: 4px 0px;
  margin: 0px;
  line-height: 18px;
  height: 18px;
  width: 256px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input,
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input:focus,
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .searchbox-wrapper .search_outer input:active {
  border: 0px;
  box-shadow: none;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .searchbox-wrapper .search_outer .search-icon {
  color: #bcbcbc;
  margin: 7px 3px;
  font-size: 12px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .searchbox-wrapper .toggle-all {
  font-weight: normal;
  color: #3d7fba;
  font-size: 12px;
  line-height: 30px;
  margin-left: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper {
  height: 100%;
  width: 100%;
  overflow: auto;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector {
  padding-top: 12px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector .item {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  width: 278px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
  white-space: nowrap;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector .item .filter_checkbox {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('../images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector .item .filter_checkbox[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector .item label {
  float: left;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .label-text {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .filter-count {
  float: right;
  margin-left: 5px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .filter-count:before {
  content: " (";
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector .item label .filter-count:after {
  content: ")";
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .subsector-wrapper .sector .defgray {
  color: #ffffff;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .button-wrapper {
  position: relative;
  /*bottom:-54px;*/
  width: 100%;
  height: 30px;
  padding: 12px 0px;
  border-top: solid 1px #ccd8e6;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .button-wrapper .submitquery {
  width: 100%;
  text-align: center;
  margin: 0px auto;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .button-wrapper .submitquery .grey-button {
  width: 140px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 18px;
  background: #3d7fba;
  border: none;
  color: #fff;
  border-radius: 4px;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .button-wrapper .submitquery .blue-button {
  background-color: #3d7fba;
  color: #fff;
  border: 1px solid;
  border-radius: 4px;
  line-height: 18px;
  font-size: 12px;
  margin: 0px;
  outline: none;
  box-shadow: none;
  width: 150px;
  padding: 6px;
  cursor: pointer;
}
#screen-main-container .outer-screen .left-screen-content .filter-sector .rectangle .right-col .wrapper .button-wrapper .submitquery .blue-button:hover {
  color: #3d7fba;
  background-color: #fff;
}
#screen-main-container .outer-screen .right-screen-content {
  float: left;
  /*width: 70%;*/
  width: 70%;
  height: 100%;
  /*border: 1px solid #cecece;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: 0px;
}
#screen-main-container .outer-screen .right-screen-content .header {
  height: 47px;
  width: 100%;
  border-bottom: 1px solid #d4e0ea;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left {
  width: 315px;
  height: 100%;
  border-bottom: 1px solid #424a57;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #2e3644;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .header_left_text {
  line-height: 50px;
  font-size: 13px;
  float: left;
  margin-left: 18px;
  color: #ffffff;
  font-weight: 500;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder {
  position: relative;
  float: right;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #save_drop_down,
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down {
  float: right;
  position: absolute;
  top: 50px;
  right: 40px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #save_drop_down .rectangle,
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .rectangle {
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  border: 0;
  padding: 6px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #save_drop_down .rectangle .item,
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .rectangle .item {
  cursor: default;
  padding: 6px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #save_drop_down .rectangle .item .title,
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .rectangle .item .title {
  line-height: 18px;
  font-size: 15px;
  padding: 0 6px 12px 6px;
  text-align: center;
  color: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #save_drop_down .rectangle .item .error,
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .rectangle .item .error {
  font-size: 12px;
  line-height: 18px;
  color: #e81a1a;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #save_drop_down .rectangle .item .search-box-holder,
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .rectangle .item .search-box-holder {
  border: 0;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #save_drop_down .rectangle .item .search-box-holder #screener_table_name,
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .rectangle .item .search-box-holder #screener_table_name {
  border: 1px solid #d4e0ea;
  line-height: 24px;
  border-radius: 3px;
  padding: 3px 6px;
  width: 200px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #save_drop_down .rectangle .item .button,
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .rectangle .item .button {
  border-radius: 3px;
  line-height: 24px;
  width: 100px;
  padding: 6px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #3d7fba;
  background-color: #ffffff;
  color: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #save_drop_down .rectangle .item .save-button,
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .rectangle .item .save-button {
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  color: #ffffff;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down {
  right: 55px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .title {
  padding-bottom: 0 !important;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down .setasdefault_text {
  display: inline-block;
  line-height: 18px;
  color: #1e374d;
  font-size: 13px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down input#setasdefault[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #d4e0ea;
  height: 18px;
  width: 18px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: bottom;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down input#setasdefault[type=checkbox]:checked {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .menu-drop-holder #screen_load_drop_down input#setasdefault[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
  margin-left: 1px;
  line-height: 16px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .hide-left-pane,
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_load_button,
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_save_button,
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_clear_button {
  float: right;
  width: 42px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background: none;
  border-left: 1px solid #424a57;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .hide-left-pane .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_load_button .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_save_button .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_clear_button .icon {
  width: 18px;
  margin-top: 14px;
  height: 18px;
  fill: #ffffff;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_clear_button1 {
  float: right;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background: none;
  padding-right: 10px;
  padding-top: 6px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_clear_button1 input.screen_clear {
  color: #595959;
  margin-top: 10px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  padding: 3px 8px;
  margin-top: 5px;
  background-image: linear-gradient(to top, #efefef -20%, #f3f3f3 3.79%, #fbfbfb 120%);
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  box-shadow: inset 0 1px 0 #fff;
  height: 24px;
  cursor: pointer;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_load_button:hover,
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_save_button:hover,
#screen-main-container .outer-screen .right-screen-content .header .header_left #screener_filter_clear_button:hover,
#screen-main-container .outer-screen .right-screen-content .header .header_left .hide-left-pane:hover {
  background-color: #364051;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .save_outer_input {
  float: right;
  width: 150px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#screen-main-container .outer-screen .right-screen-content .header .header_left .save_outer_input input {
  width: 120px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right {
  height: 100%;
  background: #e8eef7;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-options {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .left-side-options {
  float: left;
  padding: 8px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-title {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #3d7fba;
  display: inline-block;
  vertical-align: middle;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-title span {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-title .watchlist-wrapper {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-title span {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .separator_share {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-wrapper .button-with-attachment-table {
  margin: 4px 0px;
  padding: 3px 5px;
  cursor: pointer;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-wrapper .button-with-attachment-table .icon {
  height: 18px;
  width: 18px;
  fill: #8bb2d6;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-wrapper .button-with-attachment-table .icon:hover {
  fill: #8bb2d6;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-wrapper .button-with-attachment-table.selected {
  background-color: #3d7fba;
  border-radius: 3px;
  color: #ffffff;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screener-dropdown-wrapper .dropdown-wrapper .button-with-attachment-table.selected .icon {
  fill: #ffffff;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options {
  float: right;
  padding: 7px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .unsaved-view-wrapper {
  height: 32px;
  margin-right: 0;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .unsaved-view-wrapper .unsaved-view-select-box {
  width: 180px;
  height: 32px;
  text-align: center;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .unsaved-view-wrapper .unsaved-view-select-box a.select2-choice {
  height: 31px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #ccd8e6;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .unsaved-view-wrapper .unsaved-view-select-box span {
  width: 150px;
  font-size: 13.9px;
  font-weight: 500;
  line-height: 0.71;
  padding: 10px 0;
  text-align: left;
  color: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .unsaved-view-wrapper .unsaved-view-select-box div {
  width: 32px;
  height: 32px;
  background-color: #f9fcff;
  box-shadow: inset 1px 0 0 0 #ccd8e6;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .unsaved-view-wrapper .unsaved-view-select-box div b {
  margin: 12px 11px;
  background-image: url(images/dropdown-triangle-black.png) !important;
  background-repeat: no-repeat !important;
  background-size: 8px 6px !important;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .unsaved-view-wrapper .title {
  width: 150px;
  height: 13px;
  font-size: 13.9px;
  font-weight: 500;
  line-height: 0.71;
  text-align: left;
  color: #3d7fba;
  display: inline-block;
  vertical-align: middle;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .save-option-wrapper,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .manage-view-icon,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .clear-view-wrapper {
  width: auto;
  height: auto;
  text-align: center;
  padding: 5px 7px;
  cursor: pointer;
  border-radius: 3px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .save-option-wrapper .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .manage-view-icon .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .clear-view-wrapper .icon {
  width: 14px;
  height: 14px;
  fill: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .save-option-wrapper.disabled,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .manage-view-icon.disabled,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .clear-view-wrapper.disabled {
  pointer-events: none;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .save-option-wrapper.disabled .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .manage-view-icon.disabled .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .clear-view-wrapper.disabled .icon {
  fill: #d4e0ea;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .save-option-wrapper:hover,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .manage-view-icon:hover,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .clear-view-wrapper:hover {
  padding: 5px 6px;
  background: #3d7fba;
  color: white;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .save-option-wrapper:hover .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .manage-view-icon:hover .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .clear-view-wrapper:hover .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup {
  float: right;
  position: absolute;
  z-index: 1002;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup .rectangle {
  box-shadow: 0 7px 14.5px 0 rgba(13, 35, 57, 0.58);
  border: 0;
  padding: 6px;
  width: 236px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup .rectangle .item {
  cursor: default;
  padding: 6px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup .rectangle .item .title {
  padding: 0 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: -0.2px;
  text-align: center;
  color: #527495;
  white-space: pre-wrap;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup .rectangle .item .error {
  font-size: 12px;
  line-height: 18px;
  color: #e81a1a;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup .rectangle .item .search-box-holder {
  border: 0;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup .rectangle .item .search-box-holder #screener_view_name {
  border: 1px solid #d4e0ea;
  line-height: 24px;
  border-radius: 3px;
  padding: 3px 6px;
  margin-top: 4px;
  width: 209px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup .rectangle .item .button {
  border-radius: 3px;
  line-height: 24px;
  width: 100px;
  padding: 6px;
  font-size: 15px;
  cursor: pointer;
  color: #3d7fba;
  background-color: #f5faff;
  border: solid 1px #d2e2f2;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup .rectangle .item .save-button {
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  color: #ffffff;
  font-size: 15px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options #save_view_popup .rectangle .item .save-button::-moz-focus-inner {
  outline: 0;
  border: 0;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .add-field-wrapper {
  width: 120px;
  height: 32px;
  border-radius: 2.5px;
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  text-align: center;
  cursor: pointer;
  line-height: 1.9;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .add-field-wrapper .icon-wrapper {
  display: inline-block;
  vertical-align: middle;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .add-field-wrapper .icon-wrapper .icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .add-field-wrapper .add-field-title {
  width: 59px;
  height: 10.5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 0.74;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .add-field-wrapper:hover {
  background-color: #ffffff;
  border: 1px solid #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .add-field-wrapper:hover .add-field-title {
  color: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .right-side-options .add-field-wrapper:hover .icon {
  fill: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .header_right_text {
  line-height: 50px;
  font-size: 13px;
  float: left;
  margin-left: 18px;
  color: #1e374d;
  font-weight: 500;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .configure_outer {
  height: 100%;
  border-left: 1px solid #d4e0ea;
  background: none;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .configure_outer div {
  color: #698094;
  font-size: 12px;
  padding: 0 9px;
  cursor: pointer;
  line-height: 50px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .configure_outer:hover {
  background-color: #e8eef7;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screen_filter,
#screen-main-container .outer-screen .right-screen-content .header .header_right .button {
  width: 44px;
  height: 100%;
  text-align: center;
  background: none;
  cursor: pointer;
  border-left: 1px solid #d4e0ea;
  margin-left: -1px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screen_filter .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_right .button .icon {
  width: 18px;
  height: 18px;
  fill: #698094;
  margin-top: 14px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screen_filter .filter-icon .icon,
#screen-main-container .outer-screen .right-screen-content .header .header_right .button .filter-icon .icon {
  width: 18px;
  height: 18px;
  fill: #698094;
  margin-top: 14px;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screen_filter:hover,
#screen-main-container .outer-screen .right-screen-content .header .header_right .button:hover {
  background-color: #e8eef7;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .show-left-pane {
  background: #2e3644;
  border-right: 1px solid #384254;
  border-left: 0;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .show-left-pane .icon {
  width: 18px;
  height: 18px;
  margin-top: 14px;
  fill: #ffffff;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .show-left-pane:hover {
  background: #364051;
}
#screen-main-container .outer-screen .right-screen-content .header .header_right .screen_filter.toggle_back {
  background-color: #d4e1ed;
}
#screen-main-container .outer-screen .right-screen-content .header .load_view,
#screen-main-container .outer-screen .right-screen-content .header .load_tickers {
  height: 20px;
  /*margin-top: 8px;*/
  margin-top: 12px;
  margin-right: 12px;
}
#screen-main-container .outer-screen .right-screen-content .header .curreny_select {
  height: 20px;
  margin-top: 12px;
  margin-right: 12px;
}
#screen-main-container .outer-screen .right-screen-content .header .curreny_select .curreny_select-select2 {
  max-width: 135px;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select {
  margin-top: 12px;
  margin-right: 12px;
  height: 24px;
  min-width: 56px;
  padding: 0 8px;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  border: 1px solid #bbc6d5;
  flex-grow: 1;
  color: #698094;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 208px;
  top: 31px;
  left: 0;
  z-index: 300;
  box-shadow: 0 12px 30px 0 rgba(22, 42, 60, 0.65);
  overflow: hidden;
  border-radius: 2px;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_header {
  background-color: #f9fcff;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_header .select-all,
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_header .clear-all {
  line-height: 40px;
  color: #3d7fba;
  cursor: pointer;
  margin-left: 10px;
  padding: 15px;
  position: relative;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_header .select-all .icon,
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_header .clear-all .icon {
  width: 9px;
  height: 9px;
  fill: #3d7fba;
  margin-right: 4px;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body {
  overflow-y: scroll;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box {
  height: auto;
  padding: 0px 8px 0px 0px;
  overflow: hidden;
  margin: 8px 8px 8px 8px;
  border: 1px solid #d4e0ea;
  flex-flow: row wrap;
  border-radius: 2px;
  position: relative;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .checkbox {
  width: 24px;
  height: 30px;
  position: absolute;
  background-color: #e8eef7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 7px;
  left: 4px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .checkbox label:hover::after {
  opacity: 0.3;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .region_name {
  height: 30px;
  width: 91%;
  line-height: 30px;
  padding-left: 26px;
  background-color: #e8eef7;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .screener_country {
  width: 153px;
  height: 22px;
  padding: 4px 4px 4px 32px;
  margin: 1px 0 7px 8px;
  border: 1px solid #d4e0ea;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 2px;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .screener_country .checkbox {
  width: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .screener_country .country_name {
  line-height: 22px;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .screener_country.active {
  border-color: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .screener_country.active .checkbox {
  background-color: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .screener_country.active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box .screener_country.active .checkbox label:after {
  border-color: #ffffff;
  opacity: 1;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box.active {
  border-color: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box.active .checkbox {
  background-color: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box.active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box.active .checkbox label:after {
  border-color: #ffffff;
  opacity: 1;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_body .screener_region_box.active .region_name {
  background-color: #3d7fba;
  color: #ffffff;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_footer {
  background-color: #f9fcff;
  padding: 8px;
  border-top: 1px solid #d4e0ea;
  text-align: right;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_footer .submitquery {
  background-color: transparent;
  border: 2px solid #3d7fba;
  padding: 6px 24px 6px 24px;
  border-radius: 3px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .region_select_container .screener_region_footer .submitquery:hover {
  color: #ffffff;
  background-color: #3d7fba;
  cursor: pointer;
}
#screen-main-container .outer-screen .right-screen-content .header .region_select .icon-down {
  height: 8px;
  width: 8px;
  fill: #698094;
  position: absolute;
  top: 8px;
  right: 6px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow {
  /*height: 22%;*/
  height: 160px;
  box-sizing: border-box;
  border-left: 0px;
  border-top: 0px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .dropdowns {
  /*height: 55px;*/
  float: left;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .outer-sector-watchlist {
  /*min-width: 1280px;*/
  /*.sector-select,.subsector-select,.parameter-select{*/
  /*border: 1px solid lightgray;*/
  /*border-radius: 5px;*/
  /*outline: none;*/
  /*}*/
  /*select::-ms-expand {*/
  /*display: none;*/
  /*}*/
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
  /*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
  /*select {padding-right:18px}*/
  /*}*/
  /*label {position:relative}*/
  /*label:after {*/
  /*content:'<>';*/
  /*font:11px "Consolas", monospace;*/
  /*color:#aaa;*/
  /*-webkit-transform:rotate(90deg);*/
  /*-moz-transform:rotate(90deg);*/
  /*-ms-transform:rotate(90deg);*/
  /*transform:rotate(90deg);*/
  /*right:8px; top:2px;*/
  /*padding:0 0 2px;*/
  /*border-bottom:1px solid #ddd;*/
  /*position:absolute;*/
  /*pointer-events:none;*/
  /*}*/
  /*label:before {*/
  /*content:'';*/
  /*right:6px; top:0px;*/
  /*width:20px; height:20px;*/
  /*background:#f8f8f8;*/
  /*position:absolute;*/
  /*pointer-events:none;*/
  /*display:block;*/
  /*}*/
  /*label.no-after:after{content:"";width:0px;}*/
  /*label.no-before:before{content:"";width:0px;}*/
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .outer-sector-watchlist .padingleft15 {
  padding-left: 15px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .outer-sector-watchlist #outer_sector_subsector {
  overflow: auto;
  padding: 15px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .outer-sector-watchlist #add-filter {
  overflow: auto;
  padding-left: 30px;
  height: 40px;
  line-height: 39px;
  margin-top: 10px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .outer-sector-watchlist .add-criteria {
  width: 80px;
  font-size: 10px;
  margin-left: 20px;
  margin-top: 7px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B1E848), color-stop(100%, #439A1D));
  background-image: -webkit-linear-gradient(top, #B1E848, #439A1D);
  background-image: -moz-linear-gradient(top, #B1E848, #439A1D);
  background-image: -ms-linear-gradient(top, #B1E848, #439A1D);
  background-image: -o-linear-gradient(top, #B1E848, #439A1D);
  background-image: linear-gradient(top, #B1E848, #439A1D);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B1E848, endColorstr=#439A1D);
  border: 1px solid #79787A;
  border-radius: 3px;
  /*.box-shadow-base-inset(#EEEEEE,1px,1px,1px);*/
  text-align: center;
  line-height: 26px;
  height: 26px;
  color: white;
  /*padding: 3px;*/
  font-size: 12px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow #screener-search-box {
  float: right;
  /*margin-top:30px;*/
  margin-right: 20px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow #query-search-box-holder .search-input-box {
  margin-top: 7px;
  line-height: 12px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow #query-search-box-holder .search-icon {
  margin-top: 6px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .watchlist-outer {
  float: right;
  /*padding-top: 15px;*/
  margin-right: 20px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .watchlist-outer #watchlist-save {
  /*margin-top: 15px;*/
  line-height: 15px;
  height: 15px;
  font-size: 10px;
  display: inline-block;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .watchlist-outer .input-outer {
  /*margin-top: 15px;*/
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .watchlist-outer .input-outer input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
  border: 1px solid #BBBBBB;
  line-height: 18px;
  float: left;
  height: 22px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer {
  background-color: white;
  height: 100%;
  overflow-y: auto;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .clear_filter_outer {
  clear: both;
  overflow: auto;
  width: 100%;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .clear_filter_outer .clear_filter {
  float: right;
  cursor: pointer;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row {
  clear: both;
  overflow: auto;
  width: 100%;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row .facets_item {
  float: left;
  width: 23%;
  margin-top: 0;
  margin-right: 1%;
  border-left: 3px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row .facets_item .facets_items {
  font-size: 11px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row .facets_item .facets_item_ul {
  list-style-type: none;
  padding-left: 10px;
  margin-top: 5px;
  color: #4482bd;
  text-transform: capitalize;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row .facets_item .facets_item_ul li {
  cursor: pointer;
  padding: 2px;
  background: transparent url("../images/bot-rit2.svg") no-repeat right bottom;
  padding-left: 5px;
  padding-right: 0px;
  margin-left: 0px;
  color: #4482bd;
  border-bottom: solid 1px #f9f9f9;
  font-weight: normal;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row .facets_item .facets_item_ul li:hover {
  padding-left: 0px;
  padding-right: 5px;
  background: #eaeaea url("../images/bot-rit.svg") no-repeat right bottom;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row .facets_item .facets_item_ul li.filter {
  background: #E4F0FB;
  border-radius: 3px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row .facets_item .facet_name {
  font-size: 13px;
  font-weight: bold;
  /*text-shadow:1px 1px 0 rgba(122, 108, 108, 0.3)*/
  background: #eaeaea;
  padding: 5px;
  padding-left: 10px;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row .facets_item:hover {
  border-left: 3px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
#screen-main-container .outer-screen .right-screen-content #screen-toprow .facets_outer .facet_row .facets_item:hover .facet_name {
  background: #f9f9f9;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow {
  /*padding: 10px;*/
  box-sizing: border-box;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow .jspVerticalBar {
  right: 4px;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow .jspHorizontalBar {
  bottom: -8px;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #data-table {
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
  width: 100%;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #data-table .header_table {
  cursor: pointer;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #data-table .year_ibes {
  background: white;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination {
  display: none;
  margin-right: 24px;
  min-height: 24px;
  float: right;
  margin-top: 3px;
  margin-bottom: 7px;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .header-text {
  font-size: 12px;
  line-height: 24px;
  float: left;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .pagination-arrow {
  float: left;
  width: 14px;
  height: 14px;
  padding-top: 4px;
  cursor: pointer;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .pagination-arrow .icon {
  width: 14px;
  height: 14px;
  fill: #3d7fba;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .pagination-arrow.disable {
  pointer-events: none;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .pagination-arrow.disable .icon {
  fill: #d4e0ea;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .goto-first-page .icon-container,
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .goto-last-page .icon-container {
  position: relative;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .goto-first-page .icon-container .angle1,
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .goto-last-page .icon-container .angle1 {
  position: absolute;
  left: 0;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .goto-first-page .icon-container .angle2,
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .goto-last-page .icon-container .angle2 {
  position: absolute;
  left: 6px;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .goto-first-page {
  margin-right: 5px;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .goto-prev-page {
  margin-right: 3px;
}
#screen-main-container .outer-screen .right-screen-content #screen-bottomrow #screener_pagination .goto-next-page {
  margin-left: 2px;
}
#screener-filter-menu-temp {
  z-index: 1000;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 826.5px;
  height: 461.5px;
  border-radius: 4px;
  background-color: #434e60;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.41);
  padding: 10px;
  display: none;
}
#screener-filter-menu-temp .sfm-header {
  width: 826.5px;
  height: 20px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  padding-top: 4px;
  font-weight: bold;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main {
  float: left;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-search-filter {
  width: 523px;
  height: 30px;
  border-radius: 2px;
  background-color: #364051;
  border: solid 1px #4f5d70;
  padding-left: 9px;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-search-filter .search-icon {
  margin-top: 8px;
  float: left;
  width: 4%;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-search-filter .search-icon .icon {
  width: 14px;
  height: 14px;
  fill: #a7c4df;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-search-filter #sfm-search-filter-input {
  font-size: 12px;
  text-align: left;
  color: #a7c4df;
  border: none;
  height: 30px;
  background: none;
  width: 95.5%;
  float: left;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box {
  width: 533.5px;
  border-radius: 2px;
  background-color: #4f5d70;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13), inset 0 1px 0 0 rgba(255, 255, 255, 0.06);
  margin-top: 12px;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col {
  height: auto !important;
  float: left;
  color: #f9fcff;
  font-size: 12px;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-cell-header,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-cell-header,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-cell-header,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-cell-header {
  border-bottom: 2px solid #434e60;
  height: 31px;
  line-height: 31px;
  padding-left: 8.5px;
  font-weight: bold;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell {
  min-height: 12px;
  border-bottom: 1px solid #434e60;
  width: 248px;
  padding-top: 8.7px;
  padding-bottom: 8.7px;
  padding-right: 9px;
  cursor: pointer;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell {
  padding-left: 8px;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell {
  padding-left: 8.5px;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .inactive,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .inactive,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .inactive,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .inactive,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .disabled,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .disabled,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .disabled,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .disabled {
  display: none;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell:hover,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell:hover,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell:hover,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell:hover,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell:hover,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell:hover,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell:hover,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell:hover,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .selected,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .selected,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .selected,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .selected {
  background-color: #364051;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .simplebar-track,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .simplebar-track,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .simplebar-track,
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .simplebar-track {
  width: 0;
  right: 3px;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col {
  width: 265px;
  border-right: 1px solid #434e60;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col {
  width: 265px;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-description {
  margin-top: 11px;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-description .sfm-description-head-text {
  height: 10px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7e91ad;
  margin-bottom: 5.5px;
  margin-left: 1px;
}
#screener-filter-menu-temp .sfm-main .sfm-left-main .sfm-filter-description .sfm-description-box {
  /*width: 523px;
          height: 82px;*/
  border-radius: 2px;
  background-color: #364051;
  /*border: solid 1px #4f5d70;*/
  font-size: 12px;
  text-align: left;
  color: #f9fcff;
  padding: 4px;
}
#screener-filter-menu-temp .sfm-main .sfm-right-main {
  float: left;
  width: 255px;
  height: 366px;
  border-radius: 4px;
  background-color: #364051;
  margin-left: 12px;
  padding: 12px;
}
#screener-filter-menu-temp .sfm-footer {
  height: 30px;
  margin-top: 8px;
  width: 826.5px;
  float: left;
  position: relative;
  border-top: 1px solid #364051;
  padding-top: 8px;
}
#screener-filter-menu-temp .sfm-footer .sfm-confirm-filter {
  width: 93px;
  height: 30px;
  border-radius: 2px;
  background-color: #3d7fba;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
#screener-filter-menu-temp .sfm-footer .sfm-cancel-filter {
  width: 38.5px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1px;
  font-weight: bold;
  text-align: center;
  color: #a7c4df;
  float: right;
  margin-right: 19px;
  cursor: pointer;
}
#screener-filter-range-select {
  width: 265px;
  z-index: 1002;
  position: absolute;
  top: 1px;
  max-height: 160px;
  border-radius: 4px;
  background-color: #434e60;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.41);
  padding: 10px;
  display: none;
}
#screener-filter-range-select .sfrs-header {
  width: 100%;
  height: 25px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  padding-top: 4px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
}
#screener-filter-range-select .sfrs-main {
  width: 100%;
}
#screener-filter-range-select .sfrs-main .header-text {
  font-size: 10px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7e91ad;
  margin-bottom: 4px;
}
#screener-filter-range-select .sfrs-main .sfrs-operator-container {
  float: left;
}
#screener-filter-range-select .sfrs-main .sfrs-min-container {
  float: left;
  padding-left: 5px;
}
#screener-filter-range-select .sfrs-main .sfrs-min-container .sfrs-min-outer .min-filter-input {
  width: 77px;
  height: 28px;
  border-radius: 4px;
  background-color: #364051;
  border: solid 1px #4f5d70;
  font-size: 12px;
  text-align: left;
  color: #a7c4df;
  padding-left: 4px;
}
#screener-filter-range-select .sfrs-main .sfrs-min-container .sfrs-abs-min {
  width: 75px;
  font-size: 10px;
  padding: 4px 1px 0 3px;
  color: white;
  cursor: pointer;
  text-shadow: -1px -1px 0px #4f5d70, 0px 1px 0px #1c2330;
  overflow: hidden;
  text-overflow: ellipsis;
}
#screener-filter-range-select .sfrs-main .sfrs-min-container .sfrs-abs-min:hover {
  color: #a7c4df;
}
#screener-filter-range-select .sfrs-main .sfrs-max-container {
  float: left;
  padding-left: 5px;
}
#screener-filter-range-select .sfrs-main .sfrs-max-container .sfrs-max-outer .max-filter-input {
  width: 77px;
  height: 28px;
  border-radius: 4px;
  background-color: #364051;
  border: solid 1px #4f5d70;
  text-align: left;
  color: #a7c4df;
  padding-left: 4px;
}
#screener-filter-range-select .sfrs-main .sfrs-max-container .sfrs-abs-max {
  width: 75px;
  font-size: 10px;
  padding: 4px 1px 0 3px;
  color: white;
  cursor: pointer;
  text-shadow: -1px -1px 0px #4f5d70, 0px 1px 0px #1c2330;
  overflow: hidden;
  text-overflow: ellipsis;
}
#screener-filter-range-select .sfrs-main .sfrs-max-container .sfrs-abs-max:hover {
  color: #a7c4df;
}
#screener-filter-range-select .sfrs-footer {
  height: 30px;
  margin-top: 12px;
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #364051;
  padding-top: 14px;
}
#screener-filter-range-select .sfrs-footer .sfrs-error {
  display: none;
  width: 100%;
  top: 0px;
  position: absolute;
  font-size: 12px;
  color: red;
  font-weight: bold;
  min-width: 265px;
}
#screener-filter-range-select .sfrs-footer .sfrs-confirm-filter {
  width: 93px;
  height: 30px;
  border-radius: 2px;
  background-color: #3d7fba;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
#screener-filter-range-select .sfrs-footer .sfrs-cancel-filter {
  width: 38.5px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #a7c4df;
  float: right;
  margin-right: 19px;
  cursor: pointer;
}
#screener-table .fixed_cell {
  position: relative;
  cursor: pointer;
}
#screener-table .fixed_cell .header-text {
  text-align: left;
  float: left;
  width: 72%;
}
#screener-table .fixed_cell .header-text.active {
  color: #3d7fba;
}
#screener-table .fixed_cell .screener-table-delete,
#screener-table .fixed_cell .screener-table-edit-filter {
  display: none;
  position: absolute;
  top: 5px;
}
#screener-table .fixed_cell .screener-table-delete .icon,
#screener-table .fixed_cell .screener-table-edit-filter .icon {
  width: 15px;
  height: 15px;
  fill: #889bba;
}
#screener-table .fixed_cell .screener-table-delete {
  right: 4px;
}
#screener-table .fixed_cell .screener-table-edit-filter {
  right: 21px;
}
#screener-table .fixed_cell .screener-table-sort {
  position: absolute;
  bottom: 2px;
  right: 3px;
}
#screener-table .fixed_cell .screener-table-sort .icon {
  width: 17px;
  height: 17px;
  fill: #889bba;
  opacity: 0.5;
}
#screener-table .fixed_cell .screener-table-sort .screener-table-sort-up,
#screener-table .fixed_cell .screener-table-sort .screener-table-sort-down {
  display: none;
}
#screener-table .fixed_cell .screener-table-sort .screener-table-sort-up.active,
#screener-table .fixed_cell .screener-table-sort .screener-table-sort-down.active {
  display: block;
}
#screener-table .fixed_cell .screener-table-sort .screener-table-sort-up.active .icon,
#screener-table .fixed_cell .screener-table-sort .screener-table-sort-down.active .icon {
  fill: #3d7fba;
  opacity: 1;
}
#screener-table .fixed_cell:hover .screener-table-delete,
#screener-table .fixed_cell:hover .screener-table-edit-filter {
  display: block;
}
#screener-table .top_header .other_cell {
  background-color: white;
}
#screener-table .top_header .other_cell div {
  position: relative;
  overflow: visible;
}
#screener-table .top_header .other_cell div .header-text {
  text-align: left;
  float: left;
  width: 72%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
#screener-table .top_header .other_cell div .header-text.active {
  color: #3d7fba;
}
#screener-table .top_header .other_cell div .screener-table-delete,
#screener-table .top_header .other_cell div .screener-table-edit-filter {
  display: none;
  position: absolute;
  top: 5px;
}
#screener-table .top_header .other_cell div .screener-table-delete .icon,
#screener-table .top_header .other_cell div .screener-table-edit-filter .icon {
  width: 15px;
  height: 15px;
  fill: #889bba;
}
#screener-table .top_header .other_cell div .screener-table-delete {
  right: 4px;
}
#screener-table .top_header .other_cell div .screener-table-edit-filter {
  right: 21px;
}
#screener-table .top_header .other_cell div .screener-table-sort {
  position: absolute;
  bottom: 2px;
  right: 3px;
}
#screener-table .top_header .other_cell div .screener-table-sort .icon {
  width: 17px;
  height: 17px;
  fill: #889bba;
  opacity: 0.5;
}
#screener-table .top_header .other_cell div .screener-table-sort .screener-table-sort-up,
#screener-table .top_header .other_cell div .screener-table-sort .screener-table-sort-down {
  display: none;
}
#screener-table .top_header .other_cell div .screener-table-sort .screener-table-sort-up.active,
#screener-table .top_header .other_cell div .screener-table-sort .screener-table-sort-down.active {
  display: block;
}
#screener-table .top_header .other_cell div .screener-table-sort .screener-table-sort-up.active .icon,
#screener-table .top_header .other_cell div .screener-table-sort .screener-table-sort-down.active .icon {
  fill: #3d7fba;
  opacity: 1;
}
#screener-table .top_header .other_cell.ui-sortable-helper {
  border-left: 1px solid #D4E0EA !important;
}
#screener-table .year_ibes .main_table_row:nth-of-type(odd) {
  background-color: white;
}
#screener-table .year_ibes .main_table_row:nth-of-type(even) {
  background-color: #fcfdff;
}
#screener-table .year_ibes .other_cell div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sector-subsector-menu,
#region-select-menu,
#exchange-select-menu {
  display: none;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 820px;
  z-index: 1002;
  height: 396px;
}
#sector-subsector-menu *,
#region-select-menu *,
#exchange-select-menu * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
#sector-subsector-menu .active .checkbox span,
#region-select-menu .active .checkbox span,
#exchange-select-menu .active .checkbox span {
  background-color: #3d7fba;
}
#sector-subsector-menu .active .checkbox label:after,
#region-select-menu .active .checkbox label:after,
#exchange-select-menu .active .checkbox label:after {
  border-color: #ffffff;
}
#sector-subsector-menu .active .checkbox label,
#region-select-menu .active .checkbox label,
#exchange-select-menu .active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#sector-subsector-menu .checkbox,
#region-select-menu .checkbox,
#exchange-select-menu .checkbox {
  width: 24px;
  overflow: hidden;
}
#sector-subsector-menu .checkbox label,
#region-select-menu .checkbox label,
#exchange-select-menu .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#sector-subsector-menu .checkbox span,
#region-select-menu .checkbox span,
#exchange-select-menu .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e8eef7;
}
#sector-subsector-menu .checkbox label:after,
#region-select-menu .checkbox label:after,
#exchange-select-menu .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sector-subsector-menu .checkbox label:hover::after,
#region-select-menu .checkbox label:hover::after,
#exchange-select-menu .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
#sector-subsector-menu .checkbox input[type=checkbox]:checked + label:after,
#region-select-menu .checkbox input[type=checkbox]:checked + label:after,
#exchange-select-menu .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#sector-subsector-menu input,
#region-select-menu input,
#exchange-select-menu input,
#sector-subsector-menu select,
#region-select-menu select,
#exchange-select-menu select {
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 8px 1px 8px;
  height: 32px;
  width: 100%;
}
#sector-subsector-menu input[type="checkbox"],
#region-select-menu input[type="checkbox"],
#exchange-select-menu input[type="checkbox"] {
  visibility: hidden;
}
#sector-subsector-menu .menu-overlay,
#region-select-menu .menu-overlay,
#exchange-select-menu .menu-overlay {
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 330px;
  top: 31px;
  left: 0;
  z-index: 300;
  box-shadow: 0 12px 30px 0 rgba(22, 42, 60, 0.65);
  overflow: hidden;
  border-radius: 2px;
}
#sector-subsector-menu .menu-overlay .menu-head,
#region-select-menu .menu-overlay .menu-head,
#exchange-select-menu .menu-overlay .menu-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#sector-subsector-menu .menu-overlay .menu-head .clear-input-field,
#region-select-menu .menu-overlay .menu-head .clear-input-field,
#exchange-select-menu .menu-overlay .menu-head .clear-input-field {
  position: absolute;
  left: 232px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
  color: #3d7fba;
}
#sector-subsector-menu .menu-overlay .menu-head input,
#region-select-menu .menu-overlay .menu-head input,
#exchange-select-menu .menu-overlay .menu-head input,
#sector-subsector-menu .menu-overlay .menu-head select,
#region-select-menu .menu-overlay .menu-head select,
#exchange-select-menu .menu-overlay .menu-head select {
  width: auto;
  flex-grow: 1;
  margin-right: 8px;
  max-width: 240px;
}
#sector-subsector-menu .menu-overlay .menu-head input,
#region-select-menu .menu-overlay .menu-head input,
#exchange-select-menu .menu-overlay .menu-head input {
  padding-right: 20px;
}
#sector-subsector-menu .menu-overlay .menu-head select,
#region-select-menu .menu-overlay .menu-head select,
#exchange-select-menu .menu-overlay .menu-head select {
  max-width: 160px;
}
#sector-subsector-menu .menu-overlay .menu-head .search-filter-switch,
#region-select-menu .menu-overlay .menu-head .search-filter-switch,
#exchange-select-menu .menu-overlay .menu-head .search-filter-switch {
  float: left;
  display: inline-flex;
  line-height: 32px;
}
#sector-subsector-menu .menu-overlay .menu-head .search-filter-switch .search-filter-switch-text,
#region-select-menu .menu-overlay .menu-head .search-filter-switch .search-filter-switch-text,
#exchange-select-menu .menu-overlay .menu-head .search-filter-switch .search-filter-switch-text {
  font-size: 12px;
  margin: 0 5px 0 4px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
#sector-subsector-menu .menu-overlay .menu-head .search-filter-switch .tgl + .tgl-btn,
#region-select-menu .menu-overlay .menu-head .search-filter-switch .tgl + .tgl-btn,
#exchange-select-menu .menu-overlay .menu-head .search-filter-switch .tgl + .tgl-btn {
  width: 25px;
  height: 14px;
  margin-top: 8px;
  padding: 2px;
}
#sector-subsector-menu .menu-overlay .menu-head .select-options,
#region-select-menu .menu-overlay .menu-head .select-options,
#exchange-select-menu .menu-overlay .menu-head .select-options {
  position: absolute;
  cursor: pointer;
  right: 16px;
  align-self: flex-end;
}
#sector-subsector-menu .menu-overlay .menu-head .select-options a,
#region-select-menu .menu-overlay .menu-head .select-options a,
#exchange-select-menu .menu-overlay .menu-head .select-options a {
  margin-left: 8px;
  padding-left: 15px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  position: relative;
}
#sector-subsector-menu .menu-overlay .menu-head .select-options a:nth-child(1):before,
#region-select-menu .menu-overlay .menu-head .select-options a:nth-child(1):before,
#exchange-select-menu .menu-overlay .menu-head .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 1px;
  padding: 0px;
  margin: 0px;
}
#sector-subsector-menu .menu-overlay .menu-head .select-options a:nth-child(2):before,
#region-select-menu .menu-overlay .menu-head .select-options a:nth-child(2):before,
#exchange-select-menu .menu-overlay .menu-head .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 2px;
  padding: 0px;
  margin: 0px;
}
#sector-subsector-menu .menu-overlay .sidebar-body,
#region-select-menu .menu-overlay .sidebar-body,
#exchange-select-menu .menu-overlay .sidebar-body {
  border: none !important;
  margin-top: 48px;
}
#sector-subsector-menu .menu-overlay .sidebar-body div:hover,
#region-select-menu .menu-overlay .sidebar-body div:hover,
#exchange-select-menu .menu-overlay .sidebar-body div:hover {
  background-color: #ffffff;
}
#sector-subsector-menu .menu-overlay .sidebar-body div.full,
#region-select-menu .menu-overlay .sidebar-body div.full,
#exchange-select-menu .menu-overlay .sidebar-body div.full {
  background-color: #e8eef7;
  color: #3d7fba;
  border-color: rgba(47, 89, 128, 0.9);
  -webkit-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  -moz-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  z-index: 200;
}
#sector-subsector-menu .menu-overlay .sidebar-body div.full p,
#region-select-menu .menu-overlay .sidebar-body div.full p,
#exchange-select-menu .menu-overlay .sidebar-body div.full p {
  color: #3d7fba;
}
#sector-subsector-menu .menu-overlay .sidebar-body div.full .checkbox span,
#region-select-menu .menu-overlay .sidebar-body div.full .checkbox span,
#exchange-select-menu .menu-overlay .sidebar-body div.full .checkbox span {
  background-color: #3d7fba;
}
#sector-subsector-menu .menu-overlay .sidebar-body div.full .checkbox label,
#region-select-menu .menu-overlay .sidebar-body div.full .checkbox label,
#exchange-select-menu .menu-overlay .sidebar-body div.full .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#sector-subsector-menu .menu-overlay .sidebar-body div.full .checkbox label:after,
#region-select-menu .menu-overlay .sidebar-body div.full .checkbox label:after,
#exchange-select-menu .menu-overlay .sidebar-body div.full .checkbox label:after {
  border-color: #ffffff;
}
#sector-subsector-menu .menu-overlay .sidebar-body div.full:hover,
#region-select-menu .menu-overlay .sidebar-body div.full:hover,
#exchange-select-menu .menu-overlay .sidebar-body div.full:hover {
  background-color: #ffffff;
}
#sector-subsector-menu .menu-overlay .sidebar-body div.tab-active,
#region-select-menu .menu-overlay .sidebar-body div.tab-active,
#exchange-select-menu .menu-overlay .sidebar-body div.tab-active {
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
}
#sector-subsector-menu .menu-overlay .sidebar-body div.tab-active p,
#region-select-menu .menu-overlay .sidebar-body div.tab-active p,
#exchange-select-menu .menu-overlay .sidebar-body div.tab-active p {
  font-weight: 500;
  color: #1e374d;
}
#sector-subsector-menu .menu-overlay .menu-sidebar,
#region-select-menu .menu-overlay .menu-sidebar,
#exchange-select-menu .menu-overlay .menu-sidebar {
  position: absolute;
  background-color: #f9fcff;
  border-right: 1px solid #d4e0ea;
  width: 230px;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
#sector-subsector-menu .menu-overlay .menu-sidebar .select-options,
#region-select-menu .menu-overlay .menu-sidebar .select-options,
#exchange-select-menu .menu-overlay .menu-sidebar .select-options {
  border: none;
  height: 48px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #f9fcff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: center;
  padding: 0 16px;
  justify-content: flex-end;
}
#sector-subsector-menu .menu-overlay .menu-sidebar .select-options a,
#region-select-menu .menu-overlay .menu-sidebar .select-options a,
#exchange-select-menu .menu-overlay .menu-sidebar .select-options a {
  line-height: 48px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
#sector-subsector-menu .menu-overlay .menu-sidebar .select-options a:nth-child(1):before,
#region-select-menu .menu-overlay .menu-sidebar .select-options a:nth-child(1):before,
#exchange-select-menu .menu-overlay .menu-sidebar .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#sector-subsector-menu .menu-overlay .menu-sidebar .select-options a:nth-child(2):before,
#region-select-menu .menu-overlay .menu-sidebar .select-options a:nth-child(2):before,
#exchange-select-menu .menu-overlay .menu-sidebar .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#sector-subsector-menu .menu-overlay .menu-sidebar div,
#region-select-menu .menu-overlay .menu-sidebar div,
#exchange-select-menu .menu-overlay .menu-sidebar div {
  position: relative;
  line-height: 11px;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: -1px;
}
#sector-subsector-menu .menu-overlay .menu-sidebar div .checkbox,
#region-select-menu .menu-overlay .menu-sidebar div .checkbox,
#exchange-select-menu .menu-overlay .menu-sidebar div .checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
}
#sector-subsector-menu .menu-overlay .menu-sidebar div .checkbox label,
#region-select-menu .menu-overlay .menu-sidebar div .checkbox label,
#exchange-select-menu .menu-overlay .menu-sidebar div .checkbox label {
  top: 9px;
  left: 5px;
  margin-top: 4px;
}
#sector-subsector-menu .menu-overlay .menu-sidebar div p,
#region-select-menu .menu-overlay .menu-sidebar div p,
#exchange-select-menu .menu-overlay .menu-sidebar div p {
  display: inline-block;
  font-size: 13px;
  color: #698094;
  padding: 11px 0;
  margin-left: 32px;
  font-weight: 400;
  line-height: 16px;
}
#sector-subsector-menu .menu-overlay .menu-sidebar div p span,
#region-select-menu .menu-overlay .menu-sidebar div p span,
#exchange-select-menu .menu-overlay .menu-sidebar div p span {
  font-size: 11px;
}
#sector-subsector-menu .menu-overlay .menu-body,
#region-select-menu .menu-overlay .menu-body,
#exchange-select-menu .menu-overlay .menu-body {
  overflow-y: auto;
}
#sector-subsector-menu .menu-overlay .menu-footer,
#region-select-menu .menu-overlay .menu-footer,
#exchange-select-menu .menu-overlay .menu-footer {
  background-color: #f9fcff;
  padding: 8px;
  border-top: 1px solid #d4e0ea;
  text-align: right;
  height: 46px;
}
#sector-subsector-menu .menu-overlay .menu-footer .confirm-filter,
#region-select-menu .menu-overlay .menu-footer .confirm-filter,
#exchange-select-menu .menu-overlay .menu-footer .confirm-filter {
  width: 93px;
  height: 30px;
  border-radius: 2px;
  background-color: #3d7fba;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
#sector-subsector-menu .menu-overlay .menu-footer .cancel-filter,
#region-select-menu .menu-overlay .menu-footer .cancel-filter,
#exchange-select-menu .menu-overlay .menu-footer .cancel-filter {
  width: 38.5px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1px;
  font-weight: bold;
  text-align: center;
  color: #a7c4df;
  float: right;
  margin-right: 19px;
  cursor: pointer;
}
#sector-subsector-menu .menu-overlay,
#region-select-menu .menu-overlay,
#exchange-select-menu .menu-overlay {
  background: #fff;
  width: 820px;
  top: 1px;
}
#sector-subsector-menu .menu-overlay .menu-body,
#region-select-menu .menu-overlay .menu-body,
#exchange-select-menu .menu-overlay .menu-body {
  margin: 49px 0 0px 0;
  padding-bottom: 8px;
  height: 300px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-left: 227px;
  overflow-y: auto;
}
#sector-subsector-menu .menu-overlay .menu-body .checkbox,
#region-select-menu .menu-overlay .menu-body .checkbox,
#exchange-select-menu .menu-overlay .menu-body .checkbox {
  width: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#sector-subsector-menu .menu-overlay .menu-body .checkbox input,
#region-select-menu .menu-overlay .menu-body .checkbox input,
#exchange-select-menu .menu-overlay .menu-body .checkbox input {
  width: auto;
}
#sector-subsector-menu .menu-overlay .menu-body .checkbox label,
#region-select-menu .menu-overlay .menu-body .checkbox label,
#exchange-select-menu .menu-overlay .menu-body .checkbox label {
  top: 12px;
  left: 4px;
}
#sector-subsector-menu .menu-overlay .menu-body h5,
#region-select-menu .menu-overlay .menu-body h5,
#exchange-select-menu .menu-overlay .menu-body h5 {
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
}
#sector-subsector-menu .menu-overlay .menu-body h5 span:not(.text),
#region-select-menu .menu-overlay .menu-body h5 span:not(.text),
#exchange-select-menu .menu-overlay .menu-body h5 span:not(.text) {
  font-size: 11px;
  color: #698094;
  font-weight: 400;
}
#sector-subsector-menu .menu-overlay .menu-body h5 span.text,
#region-select-menu .menu-overlay .menu-body h5 span.text,
#exchange-select-menu .menu-overlay .menu-body h5 span.text {
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#sector-subsector-menu .menu-overlay .menu-body h5 span.filter-count,
#region-select-menu .menu-overlay .menu-body h5 span.filter-count,
#exchange-select-menu .menu-overlay .menu-body h5 span.filter-count {
  vertical-align: top;
}
#sector-subsector-menu .menu-overlay .menu-body div,
#region-select-menu .menu-overlay .menu-body div,
#exchange-select-menu .menu-overlay .menu-body div {
  width: 154px;
  height: 42px;
  padding: 4px 4px 4px 32px;
  margin: 8px 0 0px 8px;
  border: 1px solid #d4e0ea;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 2px;
}
#sector-subsector-menu .menu-overlay .menu-body div.active,
#region-select-menu .menu-overlay .menu-body div.active,
#exchange-select-menu .menu-overlay .menu-body div.active {
  border-color: #3d7fba;
}
#sector-subsector-menu .menu-overlay .menu-body div.active .checkbox,
#region-select-menu .menu-overlay .menu-body div.active .checkbox,
#exchange-select-menu .menu-overlay .menu-body div.active .checkbox {
  background-color: #3d7fba;
}
#sector-subsector-menu .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#region-select-menu .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked,
#exchange-select-menu .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked {
  border-color: #1e374d;
  color: #ffffff;
}
#sector-subsector-menu .menu-overlay .menu-body div.sector,
#region-select-menu .menu-overlay .menu-body div.sector,
#exchange-select-menu .menu-overlay .menu-body div.sector {
  padding: 0;
  border: none;
  width: inherit;
  height: inherit;
  margin: 0;
  display: none;
}
#sector-subsector-menu .menu-overlay .menu-body div.region,
#region-select-menu .menu-overlay .menu-body div.region,
#exchange-select-menu .menu-overlay .menu-body div.region {
  padding: 0;
  border: none;
  width: inherit;
  height: inherit;
  margin: 0;
  display: none;
}
#sector-subsector-menu .menu-overlay .menu-body div.region .filing-wrapper div,
#region-select-menu .menu-overlay .menu-body div.region .filing-wrapper div,
#exchange-select-menu .menu-overlay .menu-body div.region .filing-wrapper div {
  width: 169px;
}
#sector-subsector-menu .menu-overlay .menu-body div.exchange,
#region-select-menu .menu-overlay .menu-body div.exchange,
#exchange-select-menu .menu-overlay .menu-body div.exchange {
  padding: 0;
  border: none;
  width: inherit;
  height: inherit;
  margin: 0;
  display: none;
}
#sector-subsector-menu .menu-overlay .menu-body div.exchange .filing-wrapper div,
#region-select-menu .menu-overlay .menu-body div.exchange .filing-wrapper div,
#exchange-select-menu .menu-overlay .menu-body div.exchange .filing-wrapper div {
  width: 268px;
}
#sector-subsector-menu .menu-overlay .menu-body p,
#region-select-menu .menu-overlay .menu-body p,
#exchange-select-menu .menu-overlay .menu-body p {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  padding-right: 6px;
}
#sector-subsector-menu .menu-overlay .menu-body p span,
#region-select-menu .menu-overlay .menu-body p span,
#exchange-select-menu .menu-overlay .menu-body p span {
  font-weight: 600;
}
#sector-subsector-menu .menu-overlay .menu-body div.globalSearch,
#region-select-menu .menu-overlay .menu-body div.globalSearch,
#exchange-select-menu .menu-overlay .menu-body div.globalSearch {
  display: block;
  height: 100%;
}
#sector-subsector-menu .menu-overlay .menu-body div.globalSearch .item,
#region-select-menu .menu-overlay .menu-body div.globalSearch .item,
#exchange-select-menu .menu-overlay .menu-body div.globalSearch .item {
  float: left;
}
#sector-subsector-menu .menu-overlay .menu-body div.globalSearch,
#region-select-menu .menu-overlay .menu-body div.globalSearch,
#exchange-select-menu .menu-overlay .menu-body div.globalSearch {
  display: none;
}
#sector-subsector-menu .menu-overlay .menu-body .sector,
#region-select-menu .menu-overlay .menu-body .sector,
#exchange-select-menu .menu-overlay .menu-body .sector,
#sector-subsector-menu .menu-overlay .menu-body .region,
#region-select-menu .menu-overlay .menu-body .region,
#exchange-select-menu .menu-overlay .menu-body .region,
#sector-subsector-menu .menu-overlay .menu-body .exchange,
#region-select-menu .menu-overlay .menu-body .exchange,
#exchange-select-menu .menu-overlay .menu-body .exchange,
#sector-subsector-menu .menu-overlay .menu-body .filling-wrapper,
#region-select-menu .menu-overlay .menu-body .filling-wrapper,
#exchange-select-menu .menu-overlay .menu-body .filling-wrapper {
  display: inline-block;
}
#sector-subsector-menu .menu-overlay .menu-body .sector .item,
#region-select-menu .menu-overlay .menu-body .sector .item,
#exchange-select-menu .menu-overlay .menu-body .sector .item,
#sector-subsector-menu .menu-overlay .menu-body .region .item,
#region-select-menu .menu-overlay .menu-body .region .item,
#exchange-select-menu .menu-overlay .menu-body .region .item,
#sector-subsector-menu .menu-overlay .menu-body .exchange .item,
#region-select-menu .menu-overlay .menu-body .exchange .item,
#exchange-select-menu .menu-overlay .menu-body .exchange .item,
#sector-subsector-menu .menu-overlay .menu-body .filling-wrapper .item,
#region-select-menu .menu-overlay .menu-body .filling-wrapper .item,
#exchange-select-menu .menu-overlay .menu-body .filling-wrapper .item {
  display: inline-block;
}
#sector-subsector-menu .menu-overlay .menu-body .sector .item h5,
#region-select-menu .menu-overlay .menu-body .sector .item h5,
#exchange-select-menu .menu-overlay .menu-body .sector .item h5,
#sector-subsector-menu .menu-overlay .menu-body .region .item h5,
#region-select-menu .menu-overlay .menu-body .region .item h5,
#exchange-select-menu .menu-overlay .menu-body .region .item h5,
#sector-subsector-menu .menu-overlay .menu-body .exchange .item h5,
#region-select-menu .menu-overlay .menu-body .exchange .item h5,
#exchange-select-menu .menu-overlay .menu-body .exchange .item h5,
#sector-subsector-menu .menu-overlay .menu-body .filling-wrapper .item h5,
#region-select-menu .menu-overlay .menu-body .filling-wrapper .item h5,
#exchange-select-menu .menu-overlay .menu-body .filling-wrapper .item h5 {
  display: inline-flex;
  max-width: 100%;
}
#sector-subsector-menu .menu-overlay .menu-body .sector .item h5 span.text,
#region-select-menu .menu-overlay .menu-body .sector .item h5 span.text,
#exchange-select-menu .menu-overlay .menu-body .sector .item h5 span.text,
#sector-subsector-menu .menu-overlay .menu-body .region .item h5 span.text,
#region-select-menu .menu-overlay .menu-body .region .item h5 span.text,
#exchange-select-menu .menu-overlay .menu-body .region .item h5 span.text,
#sector-subsector-menu .menu-overlay .menu-body .exchange .item h5 span.text,
#region-select-menu .menu-overlay .menu-body .exchange .item h5 span.text,
#exchange-select-menu .menu-overlay .menu-body .exchange .item h5 span.text,
#sector-subsector-menu .menu-overlay .menu-body .filling-wrapper .item h5 span.text,
#region-select-menu .menu-overlay .menu-body .filling-wrapper .item h5 span.text,
#exchange-select-menu .menu-overlay .menu-body .filling-wrapper .item h5 span.text {
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper,
#region-select-menu .menu-overlay .menu-body .filing-wrapper,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper {
  width: 563px;
  height: auto;
  padding: 24px 0 8px 0px;
  overflow: hidden;
  border: 1px solid #e8eef7;
  border-top: none;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper .head,
#region-select-menu .menu-overlay .menu-body .filing-wrapper .head,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper .head {
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  background-color: #e8eef7;
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  border: none;
  border-radius: 2px 2px 0 0;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected {
  border-color: #3d7fba;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected div,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected div,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected div {
  border-color: #3d7fba;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected div .checkbox label,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected div .checkbox label,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected div .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected div .checkbox label:after,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected div .checkbox label:after,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected div .checkbox label:after {
  border-color: #ffffff;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected div .checkbox span,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected div .checkbox span,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected div .checkbox span {
  background-color: #3d7fba;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active {
  border-color: #d4e0ea;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active .checkbox label,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active .checkbox label {
  background-color: #ffffff;
  border-color: #d4e0ea;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active .checkbox label:after {
  border-color: #3d7fba;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active .checkbox span,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected div.zero-active .checkbox span {
  background-color: #e8eef7;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected .checkbox:nth-child(1) label:after {
  border-color: #ffffff;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.selected .head:nth-child(2),
#region-select-menu .menu-overlay .menu-body .filing-wrapper.selected .head:nth-child(2),
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.selected .head:nth-child(2) {
  background-color: #3d7fba;
  color: #ffffff;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.incomplete,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.incomplete,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.incomplete {
  border-color: #bbc6d5;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.incomplete .filter-sub-box label,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.incomplete .filter-sub-box label {
  background-color: #698094;
  border-color: #bbc6d5;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#region-select-menu .menu-overlay .menu-body .filing-wrapper.incomplete .filter-sub-box label:after,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.incomplete .filter-sub-box label:after {
  border-color: #ffffff;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#region-select-menu .menu-overlay .menu-body .filing-wrapper.incomplete .head:nth-child(2),
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper.incomplete .head:nth-child(2) {
  background-color: #bbc6d5;
  color: #ffffff;
}
#sector-subsector-menu .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#region-select-menu .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#exchange-select-menu .menu-overlay .menu-body .filing-wrapper .item h5 span.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#sector-subsector-menu .menu-overlay .menu-body div,
#region-select-menu .menu-overlay .menu-body div,
#exchange-select-menu .menu-overlay .menu-body div {
  width: 280px;
  height: 26px;
}
#sector-subsector-menu .menu-overlay .menu-body div .checkbox,
#region-select-menu .menu-overlay .menu-body div .checkbox,
#exchange-select-menu .menu-overlay .menu-body div .checkbox {
  height: 24px;
}
#sector-subsector-menu .menu-overlay .menu-body div .checkbox label,
#region-select-menu .menu-overlay .menu-body div .checkbox label,
#exchange-select-menu .menu-overlay .menu-body div .checkbox label {
  top: 5px;
}
#sector-subsector-menu .menu-overlay .menu-head,
#region-select-menu .menu-overlay .menu-head,
#exchange-select-menu .menu-overlay .menu-head {
  margin-left: 227px;
  background-color: #ffffff;
}
#screener-confirm-popup {
  display: none;
  position: absolute;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  padding: 6px;
  width: 236px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  z-index: 1005;
}
#screener-confirm-popup .row1 {
  cursor: default;
  padding: 6px;
}
#screener-confirm-popup .row1 .title {
  line-height: 18px;
  font-size: 15px;
  padding: 0 6px;
  text-align: center;
  color: #3d7fba;
  white-space: pre-wrap;
}
#screener-confirm-popup .row2 {
  cursor: default;
  padding: 6px;
}
#screener-confirm-popup .row2 .button {
  border-radius: 3px;
  line-height: 24px;
  width: 100px;
  padding: 6px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #3d7fba;
  background-color: #ffffff;
  color: #3d7fba;
}
#screener-confirm-popup .row2 .confirm {
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  color: #ffffff;
}
#screener-custom-field-conflict-popup {
  z-index: 1005;
  width: 534px;
  height: 342px;
  border-radius: 4px;
  background-color: #434e60;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.41);
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -171px;
  margin-top: -189px;
  display: none;
}
#screener-custom-field-conflict-popup .scfc-header {
  height: 20px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  padding-top: 4px;
  font-weight: bold;
}
#screener-custom-field-conflict-popup .scfc-main {
  float: left;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-choose-all-box .button {
  font-size: 12px;
  letter-spacing: 0.1px;
  text-align: center;
  height: 32px;
  line-height: 18px;
  display: inline-block;
  padding: 7px;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  color: #f3f7fb;
  background-color: #4f5d70;
  width: 49.9%;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-choose-all-box .button.selected {
  background-color: #3d7fba;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box {
  width: 533.5px;
  height: 227.5px;
  border-radius: 2px;
  background-color: #4f5d70;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13), inset 0 1px 0 0 rgba(255, 255, 255, 0.06);
  margin-top: 12px;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-header {
  color: #f9fcff;
  font-size: 12px;
  width: 533px;
  height: 32px;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-header .scfc-field-header {
  border-bottom: 2px solid #434e60;
  height: 31px;
  line-height: 31px;
  padding-left: 8.5px;
  font-weight: bold;
  float: left;
  width: 255px;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-header .left-field-header {
  border-right: 1px solid #434e60;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container {
  height: 194px;
  width: 533px;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row-sample {
  display: none;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row {
  border-bottom: 1px solid #434e60;
  min-height: 12px;
  width: 529px;
  overflow: hidden;
  display: flex;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field,
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-updated-field {
  width: 248px;
  padding-top: 8.7px;
  padding-bottom: 8.7px;
  padding-right: 9px;
  cursor: pointer;
  float: left;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-field-header-text,
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-updated-field .scfc-field-header-text {
  color: #f9fcff;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 3px;
  font-style: italic;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-field-text,
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-updated-field .scfc-field-text {
  color: #f9fcff;
  font-size: 12px;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field {
  padding-left: 8px;
  border-right: 1px solid #434e60;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-check-save {
  float: left;
  padding-top: 7px;
  opacity: 0.3;
  pointer-events: none;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-check-save .scfc-save-checkbox {
  float: left;
  position: relative;
  margin-top: -2px;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-check-save .scfc-save-checkbox input {
  height: 10px;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-check-save .scfc-save-checkbox label {
  cursor: pointer;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 3px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-check-save .scfc-save-checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-check-save .scfc-save-checkbox label:hover::after {
  opacity: 0.3;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-check-save .scfc-save-checkbox.active label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-check-save .scfc-save-checkbox.active label:after {
  border-color: #ffffff;
  opacity: 1;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field .scfc-check-save .scfc-save-field-text {
  float: left;
  color: #e8eef7;
  font-size: 11px;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-updated-field {
  padding-left: 8.5px;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .disabled {
  pointer-events: none;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field:hover,
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-updated-field:hover {
  background-color: #364051;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-original-field:hover.selected,
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .scfc-updated-field:hover.selected {
  background-color: #3d7fba;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .selected {
  background-color: #3d7fba;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .scfc-field-row .selected .scfc-check-save {
  opacity: 1;
  pointer-events: auto;
}
#screener-custom-field-conflict-popup .scfc-main .scfc-select-field-box .scfc-field-row-container .simplebar-track {
  width: 0;
  right: 3px;
}
#screener-custom-field-conflict-popup .scfc-main .sfm-filter-description {
  margin-top: 11px;
}
#screener-custom-field-conflict-popup .scfc-main .sfm-filter-description .sfm-description-head-text {
  height: 10px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7e91ad;
  margin-bottom: 5.5px;
  margin-left: 1px;
}
#screener-custom-field-conflict-popup .scfc-main .sfm-filter-description .sfm-description-box {
  /*width: 523px;
        height: 82px;*/
  border-radius: 2px;
  background-color: #364051;
  /*border: solid 1px #4f5d70;*/
  font-size: 12px;
  text-align: left;
  color: #f9fcff;
  padding: 4px;
}
#screener-custom-field-conflict-popup .scfc-footer {
  height: 30px;
  margin-top: 8px;
  width: 534px;
  float: left;
  position: relative;
  border-top: 1px solid #364051;
  padding-top: 8px;
}
#screener-custom-field-conflict-popup .scfc-footer .scfc-confirm {
  width: 93px;
  height: 30px;
  border-radius: 2px;
  background-color: #3d7fba;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
#screener-custom-field-conflict-popup .scfc-footer .scfc-cancel {
  width: 38.5px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1px;
  font-weight: bold;
  text-align: center;
  color: #a7c4df;
  float: right;
  margin-right: 19px;
  cursor: pointer;
}
#screener-overlay {
  background-color: #000000;
  padding: 0px;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
}
#screener-custom-field-overlay {
  background-color: #000000;
  padding: 0px;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1002;
  display: none;
  width: 100%;
  height: 100%;
}
#screener-conflict-box-overlay {
  background-color: #000000;
  padding: 0px;
  opacity: 0.5;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1004;
  display: none;
  width: 100%;
  height: 100%;
}
#screener-filter-menu {
  height: 461.5px ;
}
#screener-filter-menu {
  z-index: 1003;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 826.5px;
  height: 405px;
  border-radius: 4px;
  background-color: #434e60;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.41);
  padding: 10px;
  display: none;
}
#screener-filter-menu .sfm-header {
  width: 826.5px;
  height: 20px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  padding-top: 4px;
  font-weight: bold;
}
#screener-filter-menu .sfm-main .sfm-left-main {
  float: left;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-search-filter {
  width: 523px;
  height: 30px;
  border-radius: 2px;
  background-color: #364051;
  border: solid 1px #4f5d70;
  padding-left: 9px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-search-filter .search-icon {
  margin-top: 8px;
  float: left;
  width: 4%;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-search-filter .search-icon .icon {
  width: 14px;
  height: 14px;
  fill: #a7c4df;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-search-filter #sfm-search-filter-input {
  font-size: 12px;
  text-align: left;
  color: #a7c4df;
  border: none;
  height: 30px;
  background: none;
  width: 95.5%;
  float: left;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box {
  width: 533.5px;
  height: 227.5px;
  border-radius: 2px;
  background-color: #4f5d70;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13), inset 0 1px 0 0 rgba(255, 255, 255, 0.06);
  margin-top: 12px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col {
  height: auto !important;
  float: left;
  color: #f9fcff;
  font-size: 12px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-cell-header,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-cell-header,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-cell-header,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-cell-header {
  border-bottom: 2px solid #434e60;
  height: 31px;
  line-height: 31px;
  padding-left: 8.5px;
  font-weight: bold;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container {
  height: 194px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell {
  min-height: 12px;
  border-bottom: 1px solid #434e60;
  width: 248px;
  padding-top: 8.7px;
  padding-bottom: 8.7px;
  padding-right: 9px;
  cursor: pointer;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell {
  padding-left: 8px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell {
  padding-left: 8.5px;
  overflow: hidden;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .value-text,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .value-text,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .value-text,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .value-text {
  float: left;
  max-width: 218px;
  word-wrap: break-word;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .delete-custom-filter {
  float: right;
  margin-right: 4px;
  display: none;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .delete-custom-filter .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .delete-custom-filter .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .delete-custom-filter .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .delete-custom-filter .icon {
  width: 14px;
  height: 14px;
  fill: #f9fcff;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .delete-custom-filter:hover .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .delete-custom-filter:hover .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .delete-custom-filter:hover .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .delete-custom-filter:hover .icon {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: -3px;
  fill: #3d7fba;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .inactive,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .inactive,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .inactive,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .inactive,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .disabled,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .disabled,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .disabled,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .disabled,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .blocked,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .blocked,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .blocked,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .blocked {
  display: none;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .selected,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .selected,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .selected,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .selected {
  background-color: #364051;
  font-weight: bold;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .selected .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .selected .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .selected .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .selected .delete-custom-filter {
  display: block;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .simplebar-track,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .simplebar-track,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .simplebar-track,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .simplebar-track {
  width: 0;
  right: 3px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col {
  width: 265px;
  border-right: 1px solid #434e60;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col {
  width: 265px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-description {
  margin-top: 11px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-description .sfm-description-head-text {
  height: 10px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7e91ad;
  margin-bottom: 5.5px;
  margin-left: 1px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-description .sfm-description-box {
  /*width: 523px;
          height: 82px;*/
  border-radius: 2px;
  background-color: #364051;
  /*border: solid 1px #4f5d70;*/
  font-size: 12px;
  text-align: left;
  color: #f9fcff;
  padding: 4px;
  word-wrap: break-word;
}
#screener-filter-menu .sfm-main .sfm-right-main {
  float: left;
  width: 266px;
  height: 366px;
  border-radius: 4px;
  background-color: #364051;
  margin-left: 12px;
  padding: 12px 5px 12px 8px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-name {
  width: 255px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  margin-left: 4px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box {
  padding-top: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 346px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .header-text {
  font-size: 10px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7e91ad;
  margin-bottom: 4px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .button {
  font-size: 12px;
  letter-spacing: 0.1px;
  text-align: center;
  height: 32px;
  line-height: 18px;
  display: inline-block;
  padding: 7px;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  color: #f3f7fb;
  background-color: #4f5d70;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .button.selected {
  background-color: #3d7fba;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .accounting-period-type,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .time-period-type,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .growth-option,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-time-period-type {
  padding-bottom: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .accounting-period-type .button,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .time-period-type .button,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .growth-option .button,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-time-period-type .button {
  width: 49%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .year-container,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .quarter-container,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-month-container,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-quarter-container {
  height: 48px;
  overflow: hidden;
  padding-bottom: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .year-container .year-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .quarter-container .year-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-month-container .year-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-quarter-container .year-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .year-container .quarter-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .quarter-container .quarter-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-month-container .quarter-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-quarter-container .quarter-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .year-container .mosaic-quarter-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .quarter-container .mosaic-quarter-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-month-container .mosaic-quarter-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-quarter-container .mosaic-quarter-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .year-container .mosaic-month-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .quarter-container .mosaic-month-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-month-container .mosaic-month-drop,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-quarter-container .mosaic-month-drop {
  width: 100% !important;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .time-span,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .return-span {
  padding-bottom: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .time-span .button,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .return-span .button {
  width: 18.6%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu {
  padding-bottom: 12px;
  font-size: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent {
  position: relative;
  height: 28px;
  padding: 8px 27px;
  box-sizing: border-box;
  color: #fff;
  background: #4f5d70;
  margin-bottom: 1px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button input[type="radio"],
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button input[type="radio"] {
  visibility: hidden;
  padding: 0 8px 1px 8px;
  height: 32px;
  width: 100%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button label,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #434e60;
  border: 1px solid #434e60;
  border-radius: 50px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button label:hover::after,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button label:after,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent input[type=radio]:checked + label:after,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent:last-child,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent:last-child {
  margin-bottom: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar-track-piece:hover {
  -webkit-border-radius: 0;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar-thumb {
  background-color: #7889a5;
  -webkit-border-radius: 3px;
  outline: 2px solid #fff;
  outline-offset: -2px;
}
#screener-filter-menu .sfm-footer {
  height: 30px;
  margin-top: 8px;
  width: 826.5px;
  float: left;
  position: relative;
  border-top: 1px solid #364051;
  padding-top: 8px;
}
#screener-filter-menu .sfm-footer .sfm-confirm-filter {
  width: 93px;
  height: 30px;
  border-radius: 2px;
  background-color: #3d7fba;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
#screener-filter-menu .sfm-footer .sfm-cancel-filter {
  width: 38.5px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1px;
  font-weight: bold;
  text-align: center;
  color: #a7c4df;
  float: right;
  margin-right: 19px;
  cursor: pointer;
}
#custom-field-menu {
  display: none;
}
#custom-field-menu .cfm-header {
  width: 100%;
  height: 25px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  padding-top: 4px;
  font-weight: bold;
}
#custom-field-menu .cfm-error {
  display: none;
  font-size: 12px;
  color: red;
  font-weight: bold;
  margin: -9px 0 5px 0;
}
#custom-field-menu .cfm-main .header-text {
  font-size: 10px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7e91ad;
  margin-bottom: 4px;
}
#custom-field-menu .cfm-main .cfm-name-container {
  width: 255px;
  height: 46px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-name-container #cfm-name-input {
  font-size: 12px;
  color: #a7c4df;
  height: 26px;
  background: #2e3644;
  border: solid 1px #4f5d70;
  padding-left: 7px;
  border-radius: 2px;
  width: 246px;
}
#custom-field-menu .cfm-main .cfm-desc-container {
  width: 255px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-desc-container #cfm-desc-input {
  border-radius: 2px;
  background: #2e3644;
  color: #a7c4df;
  border: solid 1px #4f5d70;
  font-size: 12px;
  min-width: 246px;
  min-height: 42px;
  max-width: 246px;
  max-height: 42px;
  padding: 4px;
  font-family: Arial;
}
#custom-field-menu .cfm-main .cfm-param-container {
  width: 255px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .sample-param-button {
  display: none;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button {
  border-radius: 2px;
  background-color: #4f5d70;
  box-shadow: 0px 1px 0 0 rgba(0, 0, 0, 0.13), inset 0px 1px 0 0 rgba(255, 255, 255, 0.06);
  height: 26px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button .button-text {
  height: 26px;
  width: 222px;
  float: left;
  color: #f9fcff;
  padding-left: 5px;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button .cfm-delete-param {
  display: none;
  float: right;
  width: 27px;
  text-align: center;
  height: 20px;
  padding-top: 6px;
  background: #2e3644;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button .cfm-delete-param .icon {
  width: 14px;
  height: 14px;
  fill: #889bba;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button:hover .button-text {
  color: #a7c4df;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button:hover .cfm-delete-param {
  display: block;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-add-param-button {
  width: 192px;
  height: 14px;
  border-radius: 2px;
  background-color: #3d7fba;
  cursor: pointer;
  padding: 8px 0 8px 63px;
  margin: 12px 0;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-add-param-button .add-icon-container {
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 3px;
  padding-top: 1px;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-add-param-button .add-icon-container .icon {
  width: 11px;
  height: 11px;
  fill: #ffffff;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-add-param-button .button-text {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #ffffff;
  width: 130px;
  height: 14px;
  float: left;
}
#custom-field-menu .cfm-main .cfm-expr-container {
  width: 255px;
  height: 46px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-expr-container #cfm-expr-input {
  font-size: 12px;
  color: #a7c4df;
  height: 26px;
  background: #2e3644;
  border: solid 1px #4f5d70;
  padding-left: 7px;
  border-radius: 2px;
  width: 246px;
}
#custom-field-menu .cfm-footer {
  height: 30px;
  margin-top: 12px;
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #364051;
  padding-top: 14px;
}
#custom-field-menu .cfm-footer .cfm-error {
  display: none;
  width: 100%;
  top: 0px;
  position: absolute;
  font-size: 12px;
  color: red;
  font-weight: bold;
  min-width: 265px;
}
#custom-field-menu .cfm-footer .cfm-confirm {
  width: 93px;
  height: 30px;
  border-radius: 2px;
  background-color: #3d7fba;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
#custom-field-menu .cfm-footer .cfm-cancel {
  width: 38.5px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #a7c4df;
  float: right;
  margin-right: 19px;
  cursor: pointer;
}
#screener-filter-menu,
.common-field-selector-menu {
  z-index: 1003;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 826.5px;
  height: 461.5px;
  border-radius: 4px;
  background-color: #434e60;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.41);
  padding: 10px;
  display: none;
}
#screener-filter-menu .sfm-header,
.common-field-selector-menu .sfm-header {
  width: 826.5px;
  height: 20px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  padding-top: 4px;
  font-weight: bold;
}
#screener-filter-menu .sfm-main .sfm-left-main,
.common-field-selector-menu .sfm-main .sfm-left-main {
  float: left;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-search-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-search-filter {
  width: 523px;
  height: 30px;
  border-radius: 2px;
  background-color: #364051;
  border: solid 1px #4f5d70;
  padding-left: 9px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-search-filter .search-icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-search-filter .search-icon {
  margin-top: 8px;
  float: left;
  width: 4%;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-search-filter .search-icon .icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-search-filter .search-icon .icon {
  width: 14px;
  height: 14px;
  fill: #a7c4df;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-search-filter #sfm-search-filter-input,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-search-filter #sfm-search-filter-input {
  font-size: 12px;
  text-align: left;
  color: #a7c4df;
  border: none;
  height: 30px;
  background: none;
  width: 95.5%;
  float: left;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box {
  width: 533.5px;
  height: 227.5px;
  border-radius: 2px;
  background-color: #4f5d70;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13), inset 0 1px 0 0 rgba(255, 255, 255, 0.06);
  margin-top: 12px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col {
  height: 227.5px;
  float: left;
  color: #f9fcff;
  font-size: 12px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-cell-header,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-cell-header,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-cell-header,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-cell-header,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-cell-header,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-cell-header,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-cell-header,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-cell-header {
  border-bottom: 2px solid #434e60;
  height: 31px;
  line-height: 31px;
  padding-left: 8.5px;
  font-weight: bold;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container {
  height: 194px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell {
  min-height: 12px;
  border-bottom: 1px solid #434e60;
  width: 248px;
  padding-top: 8.7px;
  padding-bottom: 8.7px;
  padding-right: 9px;
  cursor: pointer;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell {
  padding-left: 8px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell {
  padding-left: 8.5px;
  overflow: hidden;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .value-text,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .value-text,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .value-text,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .value-text,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .value-text,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .value-text,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .value-text,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .value-text {
  float: left;
  max-width: 218px;
  word-wrap: break-word;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .delete-custom-filter {
  float: right;
  margin-right: 4px;
  display: none;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .delete-custom-filter .icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .delete-custom-filter .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .delete-custom-filter .icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .delete-custom-filter .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .delete-custom-filter .icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .delete-custom-filter .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .delete-custom-filter .icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .delete-custom-filter .icon {
  width: 14px;
  height: 14px;
  fill: #f9fcff;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .delete-custom-filter:hover .icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell .delete-custom-filter:hover .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .delete-custom-filter:hover .icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell .delete-custom-filter:hover .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .delete-custom-filter:hover .icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell .delete-custom-filter:hover .icon,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .delete-custom-filter:hover .icon,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell .delete-custom-filter:hover .icon {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: -3px;
  fill: #3d7fba;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .inactive,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .inactive,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .inactive,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .inactive,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .inactive,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .inactive,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .inactive,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .inactive,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .disabled,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .disabled,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .disabled,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .disabled,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .disabled,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .disabled,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .disabled,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .disabled,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .blocked,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .blocked,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .blocked,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .blocked,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .blocked,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .blocked,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .blocked,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .blocked {
  display: none;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell:hover,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell:hover,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell:hover,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell:hover,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell:hover,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell:hover,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell:hover,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell:hover,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell:hover,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .selected,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .selected,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .selected,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .selected,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .selected,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .selected,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .selected,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .selected {
  background-color: #364051;
  font-weight: bold;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell:hover .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-category-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell:hover .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-category-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell:hover .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-category-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell:hover .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-category-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell:hover .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .sfm-field-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell:hover .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .sfm-field-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell:hover .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .sfm-field-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell:hover .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .sfm-field-cell:hover .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .selected .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .selected .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .selected .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .selected .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .selected .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .selected .delete-custom-filter,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .selected .delete-custom-filter,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .selected .delete-custom-filter {
  display: block;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .simplebar-track,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-category-container .simplebar-track,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .simplebar-track,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-category-container .simplebar-track,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .simplebar-track,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col .sfm-field-container .simplebar-track,
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .simplebar-track,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col .sfm-field-container .simplebar-track {
  width: 0;
  right: 3px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-category-col {
  width: 265px;
  border-right: 1px solid #434e60;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-select-box .filter-select-box-fields-col {
  width: 265px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-description,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-description {
  margin-top: 11px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-description .sfm-description-head-text,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-description .sfm-description-head-text {
  height: 10px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7e91ad;
  margin-bottom: 5.5px;
  margin-left: 1px;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-description .simplebar-track,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-description .simplebar-track {
  background: inherit;
}
#screener-filter-menu .sfm-main .sfm-left-main .sfm-filter-description .sfm-description-box,
.common-field-selector-menu .sfm-main .sfm-left-main .sfm-filter-description .sfm-description-box {
  width: 505px;
  height: 70px;
  border-radius: 2px;
  /*background-color: #364051;
          border: solid 1px #4f5d70;*/
  font-size: 12px;
  text-align: left;
  color: #f9fcff;
  padding: 4px;
  word-wrap: break-word;
}
#screener-filter-menu .sfm-main .sfm-right-main,
.common-field-selector-menu .sfm-main .sfm-right-main {
  float: left;
  width: 266px;
  height: 366px;
  border-radius: 4px;
  background-color: #364051;
  margin-left: 12px;
  padding: 12px 5px 12px 8px;
}
#screener-filter-menu .sfm-main .sfm-right-main .simplebar-track,
.common-field-selector-menu .sfm-main .sfm-right-main .simplebar-track {
  background: inherit;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-name,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-name {
  width: 255px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  margin-left: 4px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box {
  padding-top: 16px;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 346px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .header-text,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .header-text {
  font-size: 10px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7e91ad;
  margin-bottom: 4px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .button {
  font-size: 12px;
  letter-spacing: 0.1px;
  text-align: center;
  height: 32px;
  line-height: 18px;
  display: inline-block;
  padding: 7px;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  color: #f3f7fb;
  background-color: #4f5d70;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .button.selected,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .button.selected {
  background-color: #3d7fba;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box option.selected,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box option.selected {
  background: #3d7fba;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type {
  padding-bottom: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-4 .button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-4 .button {
  width: 24.5%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-2 .button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-2 .button {
  width: 49%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-3 .button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-3 .button {
  width: 33%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-5 .button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-5 .button {
  width: 19.5%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-10 .button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .btn-ui-type.type-10 .button {
  width: 19.5%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .dropdown-ui-type,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .dropdown-ui-type {
  height: 48px;
  overflow: hidden;
  padding-bottom: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .dropdown-ui-type .dropdown-ui-type-select,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .dropdown-ui-type .dropdown-ui-type-select {
  width: 98% !important;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .time-span,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .time-span,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .return-span,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .return-span {
  padding-bottom: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .time-span .button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .time-span .button,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .return-span .button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .return-span .button {
  width: 18.6%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu {
  padding-bottom: 12px;
  font-size: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent {
  position: relative;
  height: 28px;
  padding: 8px 27px;
  box-sizing: border-box;
  color: #fff;
  background: #4f5d70;
  margin-bottom: 1px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button input[type="radio"],
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button input[type="radio"],
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button input[type="radio"],
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button input[type="radio"],
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button input[type="radio"],
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button input[type="radio"] {
  visibility: hidden;
  padding: 0 8px 1px 8px;
  height: 32px;
  width: 100%;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button label,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button label,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button label,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button label,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button label,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #434e60;
  border: 1px solid #434e60;
  border-radius: 50px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button label:hover::after,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button label:hover::after,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button label:hover::after,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button label:hover::after,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button label:hover::after,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button label:after,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent .radio-button label:after,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button label:after,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent .radio-button label:after,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button label:after,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent input[type=radio]:checked + label:after,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent input[type=radio]:checked + label:after,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent input[type=radio]:checked + label:after,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent input[type=radio]:checked + label:after,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent input[type=radio]:checked + label:after,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent:last-child,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .radio-ui-type .radio_parent:last-child,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent:last-child,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .mosaic-menu .radio_parent:last-child,
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent:last-child,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box .short-menu .radio_parent:last-child {
  margin-bottom: 12px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar-track-piece,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar-track-piece:hover,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar-track-piece:hover {
  -webkit-border-radius: 0;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
#screener-filter-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar-thumb,
.common-field-selector-menu .sfm-main .sfm-right-main .selected-filter-box::-webkit-scrollbar-thumb {
  background-color: #7889a5;
  -webkit-border-radius: 3px;
  outline: 2px solid #fff;
  outline-offset: -2px;
}
#screener-filter-menu .sfm-footer,
.common-field-selector-menu .sfm-footer {
  height: 30px;
  margin-top: 8px;
  width: 826.5px;
  float: left;
  position: relative;
  border-top: 1px solid #364051;
  padding-top: 8px;
}
#screener-filter-menu .sfm-footer .sfm-confirm-filter,
.common-field-selector-menu .sfm-footer .sfm-confirm-filter {
  width: 93px;
  height: 30px;
  border-radius: 2px;
  background-color: #3d7fba;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
#screener-filter-menu .sfm-footer .sfm-cancel-filter,
.common-field-selector-menu .sfm-footer .sfm-cancel-filter {
  width: 38.5px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1px;
  font-weight: bold;
  text-align: center;
  color: #a7c4df;
  float: right;
  margin-right: 19px;
  cursor: pointer;
}
#custom-field-menu {
  display: none;
}
#custom-field-menu .cfm-header {
  width: 100%;
  height: 25px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  padding-top: 4px;
  font-weight: bold;
}
#custom-field-menu .cfm-error {
  display: none;
  font-size: 12px;
  color: red;
  font-weight: bold;
  margin: -9px 0 5px 0;
}
#custom-field-menu .cfm-main .header-text {
  font-size: 10px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7e91ad;
  margin-bottom: 4px;
}
#custom-field-menu .cfm-main .cfm-name-container {
  width: 255px;
  height: 46px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-name-container #cfm-name-input {
  font-size: 12px;
  color: #a7c4df;
  height: 26px;
  background: #2e3644;
  border: solid 1px #4f5d70;
  padding-left: 7px;
  border-radius: 2px;
  width: 246px;
}
#custom-field-menu .cfm-main .cfm-desc-container {
  width: 255px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-desc-container #cfm-desc-input {
  border-radius: 2px;
  background: #2e3644;
  color: #a7c4df;
  border: solid 1px #4f5d70;
  font-size: 12px;
  min-width: 246px;
  min-height: 42px;
  max-width: 246px;
  max-height: 42px;
  padding: 4px;
  font-family: Arial;
}
#custom-field-menu .cfm-main .cfm-param-container {
  width: 255px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .sample-param-button {
  display: none;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button {
  border-radius: 2px;
  background-color: #4f5d70;
  box-shadow: 0px 1px 0 0 rgba(0, 0, 0, 0.13), inset 0px 1px 0 0 rgba(255, 255, 255, 0.06);
  height: 26px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button .button-text {
  height: 26px;
  width: 222px;
  float: left;
  color: #f9fcff;
  padding-left: 5px;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button .cfm-delete-param {
  display: none;
  float: right;
  width: 27px;
  text-align: center;
  height: 20px;
  padding-top: 6px;
  background: #2e3644;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button .cfm-delete-param .icon {
  width: 14px;
  height: 14px;
  fill: #889bba;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button:hover .button-text {
  color: #a7c4df;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-param-box .param-button:hover .cfm-delete-param {
  display: block;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-add-param-button {
  width: 192px;
  height: 14px;
  border-radius: 2px;
  background-color: #3d7fba;
  cursor: pointer;
  padding: 8px 0 8px 63px;
  margin: 12px 0;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-add-param-button .add-icon-container {
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 3px;
  padding-top: 1px;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-add-param-button .add-icon-container .icon {
  width: 11px;
  height: 11px;
  fill: #ffffff;
}
#custom-field-menu .cfm-main .cfm-param-container .cfm-add-param-button .button-text {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #ffffff;
  width: 130px;
  height: 14px;
  float: left;
}
#custom-field-menu .cfm-main .cfm-expr-container {
  width: 255px;
  height: 46px;
  margin-bottom: 8px;
}
#custom-field-menu .cfm-main .cfm-expr-container #cfm-expr-input {
  font-size: 12px;
  color: #a7c4df;
  height: 26px;
  background: #2e3644;
  border: solid 1px #4f5d70;
  padding-left: 7px;
  border-radius: 2px;
  width: 246px;
}
#custom-field-menu .cfm-footer {
  height: 30px;
  margin-top: 12px;
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #364051;
  padding-top: 14px;
}
#custom-field-menu .cfm-footer .cfm-error {
  display: none;
  width: 100%;
  top: 0px;
  position: absolute;
  font-size: 12px;
  color: red;
  font-weight: bold;
  min-width: 265px;
}
#custom-field-menu .cfm-footer .cfm-confirm {
  width: 93px;
  height: 30px;
  border-radius: 2px;
  background-color: #3d7fba;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
#custom-field-menu .cfm-footer .cfm-cancel {
  width: 38.5px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #a7c4df;
  float: right;
  margin-right: 19px;
  cursor: pointer;
}
.screener-filter-dropdown .selected,
.select2-drop.screener-filter-dropdown .select2-results .select2-highlighted {
  background: #3d7fba !important;
}
/*
  LESS
  * Plotter
*/
#plotter-html {
  min-width: 1280px;
  height: inherit;
  overflow-y: hidden;
  /* Quant Analysis Css Starts */
  /* Quant Analysis Css End */
}
#plotter-html .nmr {
  margin-right: 0px !important;
}
#plotter-html .header_wrapper {
  padding: 12px 18px 18px 18px;
}
#plotter-html .header_wrapper .graph-mainheader {
  background: #fff;
  box-sizing: border-box;
  border-bottom: 0px;
  box-shadow: none;
  height: 30px;
}
#plotter-html .header_wrapper .graph-mainheader .button-with-attachment {
  margin: 4px 0px;
  padding: 3px 5px;
  cursor: pointer;
}
#plotter-html .header_wrapper .graph-mainheader .button-with-attachment .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
}
#plotter-html .header_wrapper .graph-mainheader .button-with-attachment .icon:hover {
  fill: #3d7fba;
}
#plotter-html .header_wrapper .graph-mainheader .button-with-attachment.selected {
  background-color: #698094;
  border-radius: 3px;
  color: #ffffff;
}
#plotter-html .header_wrapper .graph-mainheader .button-with-attachment.selected .icon {
  fill: #ffffff;
}
#plotter-html .header_wrapper .graph-mainheader .button {
  float: right;
  width: auto;
  height: auto;
  text-align: center;
  padding: 6px 10px;
  cursor: pointer;
  color: #3d7fba;
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 0px;
  border-right: 0px;
  box-sizing: border-box;
}
#plotter-html .header_wrapper .graph-mainheader .button:hover {
  padding: 6px 10px;
  background: #3d7fba;
  border-radius: 2px;
  color: white;
  border: 0px;
}
#plotter-html .header_wrapper .graph-mainheader .button:hover .icon {
  fill: #ffffff;
}
#plotter-html .header_wrapper .graph-mainheader .button .icon {
  margin-top: 0px;
  fill: #3d7fba;
  height: 16px;
  width: 16px;
}
#plotter-html .header_wrapper .graph-mainheader .button .icon_text {
  padding-left: 6px;
  color: inherit;
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
  display: none;
}
#plotter-html .header_wrapper .graph-mainheader #show-right-pane {
  /*border:1px solid @fmc-primary;*/
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#plotter-html .header_wrapper .graph-mainheader .seperator {
  margin: 4px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#plotter-html .header-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  padding: 6px 6px;
  line-height: 18px;
  font-family: Arial-italicMT, Arial;
  font-style: italic;
  color: #3876b3;
  padding-left: 3px;
}
#plotter-html .gutter {
  width: 1.32%;
  float: left;
  height: 100%;
}
#plotter-html .small-error-pane {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 250px;
  /*height: 53;*/
  padding: 10px;
  z-index: 9;
}
#plotter-html .small-error-pane .header {
  font-size: 12px;
  /*margin-bottom: 7px;*/
}
#plotter-html .small-error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
#plotter-html .small-error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#plotter-html #main-row {
  height: 750px;
  overflow-y: hidden;
  background: white;
}
#plotter-html #main-row #main-graph-holder {
  float: left;
  box-sizing: border-box;
}
#plotter-html #main-row #main-graph-holder .highcharts-tooltip text {
  white-space: pre;
}
#plotter-html #main-row #main-graph-holder #main-graph-container .header {
  /*background-image:none;*/
  /*background-color:white;*/
}
#plotter-html #main-row #main-graph-holder #main-graph-container .header .option-hide {
  display: none;
}
#plotter-html #main-row #main-graph-holder .content {
  height: 700px;
  padding-left: 7px;
  padding-right: 7px;
}
#plotter-html #main-row #plotter-popup {
  position: absolute;
}
#plotter-html #main-row #plotter-popup .triangle1 {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #3B76B0;
  margin: auto;
  float: left;
  margin-left: -19px;
  margin-top: 0px;
}
#plotter-html #main-row #plotter-popup #message-prompt {
  /*margin-top: -7px;*/
  /*left: 6px;*/
  /*z-index: 2;*/
  /*position: absolute;*/
}
#plotter-html #main-row #plotter-popup .content-plotter {
  background: #3975AF;
  border: 1px solid #28629A;
  border-radius: 3px;
  -webkit-box-shadow: #28629a 0px 0px 6px 1px;
  box-shadow: #28629a 0px 0px 6px 1px;
  color: white;
  font-size: 10px;
  /*margin-right: 2px;*/
  cursor: pointer;
  padding: 10px;
  width: 322px;
  height: 174px;
}
#plotter-html #main-row #plotter-popup .row {
  margin-bottom: 6px;
}
#plotter-html #main-row #plotter-popup .row-close {
  height: 7px;
  color: black;
  cursor: pointer;
  font-size: 11px;
}
#plotter-html #main-row #plotter-popup .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#plotter-html #main-row #plotter-popup .row1 {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 13px;
}
#plotter-html #main-row #right-graph-holder {
  float: left;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #bcbcbc;
  border-radius: 0px;
  background-color: #2e3645;
}
#plotter-html #main-row #right-graph-holder .simplebar-track {
  background: #2E3644 !important;
}
#plotter-html #main-row #right-graph-holder .clearAll {
  float: right;
  margin-right: 18px;
  cursor: pointer;
  color: #7d90ae;
  font-size: 10px;
  padding: 4px;
  outline: none;
  border: 1px solid;
  border-radius: 4px;
}
#plotter-html #main-row #right-graph-holder .separator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #7d90ae;
  padding: 0;
  margin: 12px 0px;
  clear: both;
}
#plotter-html #main-row #right-graph-holder .small-separator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #7d90ae;
  padding: 0;
  margin-top: 3px;
  margin-bottom: 12px;
  clear: both;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .header {
  background-color: white;
  background-image: none;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .quick-col {
  float: left;
  font-size: 12px;
  padding: 6px 6px 6px 6px;
  border-radius: 4px;
  cursor: pointer;
  color: #879abb;
  border: 1px solid #7d90ae;
  margin-right: 20px;
  width: 180px;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  line-height: 18px;
  box-sizing: border-box;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .index-to-100 {
  margin-top: 6px;
  margin-bottom: 6px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content {
  overflow-y: auto;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content .graph-drop .outer_toggle {
  width: 380px;
  padding: 0px 18px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content .graph-drop .outer_toggle .row {
  overflow: hidden;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content .graph-drop .outer_toggle .row .nmr {
  margin-right: 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content .graph-drop .outer_toggle .row .row_text {
  line-height: 18px;
  padding-bottom: 6px;
  font-size: 12px;
  font-family: ArialMT, Arial;
  font-weight: normal;
  color: #a2b1ca;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content .graph-drop .outer_toggle .row .inputdma .input-text {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 80px;
  margin-right: 12px;
  text-indent: 6px;
  margin: 0px 0px 0px 6px;
  padding: 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content .graph-drop .outer_toggle .separator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #879abb;
  padding: 0;
  margin: 12px 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content .graph-drop .outer_toggle .freq_row {
  overflow: visible;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content .top-row-graph #edit-series {
  cursor: pointer;
  float: left;
  margin-right: 6px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .content .top-row-graph .editable {
  border-bottom: 2px solid #A5C7FF;
  padding-bottom: 4px;
  margin-left: 6px;
  padding-left: 6px;
  text-overflow: clip;
}
#plotter-html #main-row #right-graph-holder .select-alter {
  border-radius: 0px;
  background-image: none;
}
#plotter-html #main-row #right-graph-holder .suggest-wrapper {
  margin-left: -3px;
  border: 0;
  box-shadow: 1px 2px 6px -2px #1e374d;
}
#plotter-html #main-row #right-graph-holder .suggest-wrapper li {
  box-sizing: border-box;
  text-transform: uppercase;
  clear: both;
  cursor: pointer;
  padding-left: 5px !important;
}
#plotter-html #main-row #right-graph-holder .suggest-wrapper li .newDocTicker {
  width: 100px;
  padding: 2px 4px;
}
#plotter-html #main-row #right-graph-holder .suggest-wrapper li .newDocCompName {
  width: 150px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .index-date {
  float: left;
  font-size: 12px;
  color: #879abb;
  width: 180px;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  line-height: 18px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .defgray {
  color: #ffffff !important;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .index-to-100 label {
  font-weight: bold;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .input-sheet {
  border: 1px solid #7d90ae;
  border-radius: 2px;
  background-color: #2E3645;
  color: #879abb;
  box-sizing: border-box;
  height: 32px;
  text-indent: 6px;
  width: 176px;
  padding: 4px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .result-head {
  overflow: hidden;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .result-head .back-btn {
  width: 100px;
  border: 1px solid #3d7fba;
  float: left;
  line-height: 32px;
  text-align: center;
  height: 32px;
  font-family: ArialMT, Arial;
  font-size: 14px;
  border-radius: 3px;
  margin-left: 18px;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .result-head .result-text {
  float: left;
  margin-left: 9px;
  line-height: 18px;
  padding: 6px 0px;
  font-size: 18px;
  font-family: ArialMT, Arial;
  color: #fff;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .result-head .result-text .search-text {
  margin-left: 2px;
  width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col {
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
  float: left;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .graph-drop .header-gradient {
  background-color: #2e3645;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col #list-entry .header-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #EAEAEA));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #EAEAEA);
  background-image: -moz-linear-gradient(top, #F9F9F9, #EAEAEA);
  background-image: -ms-linear-gradient(top, #F9F9F9, #EAEAEA);
  background-image: -o-linear-gradient(top, #F9F9F9, #EAEAEA);
  background-image: linear-gradient(top, #F9F9F9, #EAEAEA);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F9F9F9, endColorstr=#EAEAEA);
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control {
  float: left;
  margin: 12px 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .text-area {
  padding: 6px;
  max-height: 100px;
  height: 40px;
  min-width: 372px;
  max-width: 372px;
  margin-top: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .select_series_btn {
  display: inline-block;
  border-radius: 0px;
  padding: 7px 0px;
  text-align: center;
  height: 32px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  width: 188px;
  background: transparent;
  color: #879abb;
  font-weight: bold;
  border: 1px solid #879abb;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .selected_series_btn {
  color: white;
  background: #879abb;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .apiData_input .key-value {
  width: 182px;
  height: 32px;
  line-height: 32px;
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  margin-right: 12px;
  text-indent: 6px;
  margin-bottom: 6px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .newAutocomplete {
  margin-right: 10px !important;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .info-query-input {
  margin-left: -350px;
  margin-top: 12px;
  margin-bottom: 0px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .remove-query-input {
  margin-right: 12px;
  margin-top: 12px;
  margin-bottom: 0px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .add-query-input {
  margin-right: 12px;
  margin-top: 12px;
  margin-bottom: 0px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .noisy-black-list {
  width: 335px !important;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .proto_ticker {
  height: 20px !important;
  border: none !important;
  outline: 0 !important;
  vertical-align: top !important;
  margin: 0 !important;
  width: 330px !important;
  text-transform: uppercase !important;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .proto_query,
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .proto_url,
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .proto_custom {
  width: 350px !important;
  text-indent: 12px;
  padding: 0px 20px;
  margin-right: 10px !important;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .graph-dropdown {
  font-size: 8px;
  z-index: 101;
  position: absolute;
  display: none;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .content_note {
  font-size: 12px;
  padding: 2px;
  background: #F8F8F8 ;
  border: 1px solid lightgray;
  width: 197px;
  text-align: center;
  color: #595959;
  max-height: 250px;
  overflow-y: auto;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .proto_ticker_input .noisy-black-wrapper {
  float: left;
  margin-bottom: 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .proto_ticker_input .noisy-black-list {
  padding-left: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .proto_ticker_input .noisy-black-token {
  margin-left: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .suggest-left {
  float: left;
  line-height: 25px;
  height: 25px;
  text-align: left;
  width: 90px;
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .basic_prototype_input .suggest-right {
  float: left;
  line-height: 25px;
  text-align: left;
  height: 25px;
  width: 90px;
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .new-series-check,
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .ta-single-parameter-form {
  margin-top: 12px;
  display: block;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .new-series-check:after {
  content: '';
  clear: both;
  display: block;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .new-series-text {
  font-family: ArialMT, Arial;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .new-series-checkbox {
  float: left;
  font-size: 12px;
  padding: 6px 6px 6px 6px;
  border-radius: 4px;
  cursor: pointer;
  color: #879abb;
  border: 1px solid #7d90ae;
  margin-right: 20px;
  width: 45%;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  line-height: 18px;
  box-sizing: border-box;
  margin-bottom: 3px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .small-box {
  float: left;
  font-size: 12px;
  padding: 6px 6px 6px 6px;
  border-radius: 4px;
  cursor: pointer;
  color: #879abb;
  border: 1px solid #7d90ae;
  margin-right: 24px;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  line-height: 18px;
  box-sizing: border-box;
  width: 110px;
  text-align: center;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .defgray {
  color: #ffffff !important;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .plotter-check {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  border: 1px solid #7d90ae;
  float: left;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .plotter-check[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  border: 0px solid #fff;
  background-size: 18px 18px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control label {
  font-weight: bold;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input {
  padding: 0px 0px 0px 18px;
  float: none;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .active {
  background: #3d7fba;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .inputheading {
  font-size: 13px;
  font-family: ArialMT, Arial;
  margin-bottom: 5px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .twitter_button {
  display: inline-block;
  border: 1px solid #3d7fba;
  padding: 6px;
  width: 90px;
  text-align: center;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .date_ranges {
  display: inline-block;
  padding: 6px;
  text-align: center;
  width: 23px;
  height: 10px;
  cursor: pointer;
  border: 1px solid #7d90ae;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .date_ranges:hover {
  background: #7e91ad;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input #date-range-selecter {
  font-size: 13px;
  font-family: ArialMT, Arial;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input #query-info {
  display: inline-block;
  position: relative;
  top: 3px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input #query-info .icon {
  width: 15px;
  fill: #4682BA;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input #twitter-query-info {
  display: none;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .help-text {
  font-size: 12px;
  color: #798694;
  font-family: ArialMT, Arial;
  line-height: 18px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .input-text {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 380px;
  margin-right: 12px;
  text-indent: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input #custom_input {
  min-width: 380px;
  max-width: 380px;
  height: 40px;
  text-transform: uppercase;
  margin-right: 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input #command_plot_input {
  min-width: 346px;
  max-width: 346px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .newAutocomplete {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 384px;
  margin-right: 12px;
  text-indent: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .newAutocomplete .noisy-black-list {
  width: 340px;
  padding-left: 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .newAutocomplete .ticker-input-text.input-text {
  height: 20px;
  border: none;
  width: auto;
  outline: 0;
  vertical-align: top;
  margin: 0;
  text-transform: uppercase;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .select2-results {
  max-height: 300px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .select2-container {
  width: 380px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 4px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .select2-container a.select2-choice {
  background: #879abb;
  line-height: 18px;
  padding: 6px 0px;
  box-shadow: none;
  border: 1px solid #2f2f2f;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .select2-container a.select2-choice span {
  margin-left: 18px;
  font-family: ArialMT, Arial;
  font-size: 14px;
  color: #2e3645;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .select2-container a.select2-choice div {
  background: #879abb;
  border-left: 0px;
  margin-right: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .select2-container a.select2-choice div b {
  background: url(images/dropdown-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .select2-dropdown-open a.select2-choice div b {
  background: url(images/dropup-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .graph_input .exchange_separator {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 12px 0px;
  clear: both;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control .freq_row {
  padding: 0px;
  display: block;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #879abb ;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #879abb ;
  opacity: 1;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #879abb ;
  opacity: 1;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .new-series-control :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #879abb ;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .hrbar {
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
  background: #BCBCBC;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col #cancel_graphtype {
  width: 180px;
  border: 1px solid #3d7fba;
  float: left;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
  height: 48px;
  font-family: ArialMT, Arial;
  border-radius: 3px;
  margin-left: 20px;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col #submit_graphtype {
  width: 180px;
  color: white;
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  float: left;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
  height: 48px;
  font-family: ArialMT, Arial;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col #submit_graphtype1 {
  color: white;
  border: 1px solid #3d7fba;
  float: left;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  padding: 12px;
  font-family: ArialMT, Arial;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 12px;
  width: 380px;
  height: 48px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .grey-button {
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 0px 5px 0px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4D4D4D;
  /*background-color: #FAFAFA;*/
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  float: left;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .green-button {
  /*border:1px solid #BDBDBD;*/
  border: 1px solid #ddd;
  padding: 5px 0px 5px 0px;
  /*text-shadow: 1px 1px 0 rgba(255,255,255,0.3);*/
  text-align: center;
  /*color: #4D4D4D; */
  /*background-color: #FAFAFA;*/
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AFE447), color-stop(100%, #489E22));
  background-image: -webkit-linear-gradient(top, #AFE447, #489E22);
  background-image: -moz-linear-gradient(top, #AFE447, #489E22);
  background-image: -ms-linear-gradient(top, #AFE447, #489E22);
  background-image: -o-linear-gradient(top, #AFE447, #489E22);
  background-image: linear-gradient(top, #AFE447, #489E22);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#AFE447, endColorstr=#489E22);
  cursor: pointer;
  float: left;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .large-button {
  /*width:25%;*/
  /*width: 45%;*/
  width: 49.4%;
  height: 20px;
  line-height: 20px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .full-col .small-button {
  width: 18%;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph .list-container {
  margin-bottom: 6px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph .header-series {
  border-top: 0px;
  color: white;
  font-family: ArialMT, Arial;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 18px 18px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .search-plotter {
  box-shadow: none;
  line-height: 24px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 12px;
  margin: 24px 18px 0px 18px;
  margin-top: 0px;
  background: #1e242e;
  border-radius: 4px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .search-plotter .add-series-form {
  overflow: hidden;
  line-height: 24px;
  border-bottom: 0px;
  display: inline-block;
  width: 92%;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .search-plotter .add-series-form #add-series {
  margin: 0px;
  width: 100%;
  line-height: 24px;
  text-indent: 6px;
  padding: 0;
  outline: none;
  border: none;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #889bba;
  font-size: 14px;
  background: #1e242e;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .search-plotter .add-series-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #889bba;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .search-plotter .add-series-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #889bba;
  opacity: 1;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .search-plotter .add-series-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #889bba;
  opacity: 1;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .search-plotter .add-series-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #889bba;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .search-plotter .search-icon {
  cursor: pointer;
  padding-right: 6px;
  padding-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  float: left;
  display: inline-block;
  fill: #889bba;
  height: 17px;
  width: 17px;
  line-height: 24px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data {
  overflow: auto;
  z-index: 100;
  position: absolute;
  top: 98px;
  left: 18px;
  right: 0px;
  flex-flow: row;
  width: 1241px;
  white-space: nowrap;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  font-family: Helvetica Neue, Arial, sans-serif;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data::-webkit-scrollbar {
  width: 0px;
  height: 8px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(105, 128, 148, 0.55);
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 4px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-wrapper:first-child {
  width: 220px;
  box-sizing: border-box;
  float: none;
  display: inline-block;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-wrapper:last-child {
  width: 1200px;
  box-sizing: border-box;
  float: none;
  display: inline-block;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-wrapper:last-child .base-class-head {
  padding-top: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-class-head {
  font-size: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #1e374d;
  font-weight: 600;
  padding: 22px 22px 18px 22px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  background-color: #f9fcff;
  width: 100%;
  border-bottom: 1px solid #d4e0ea;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-class-head .text {
  text-transform: lowercase;
  font-size: 12px;
  font-weight: 300;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-class-head .image {
  width: 105px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 7px;
  background-size: 100%;
  background-position: 6px;
  border-radius: 4px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-class {
  flex-grow: 1;
  padding: 8px 16px;
  max-width: 204px;
  box-sizing: border-box;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-class .heading-wrapper {
  margin-bottom: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-class .heading {
  font-family: Helvetica Neue, Arial, sans-serif;
  margin-bottom: 12px;
  margin-top: 12px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #698094;
  font-size: 11px;
  font-weight: 600;
  padding-left: 6px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-class .sub-heading {
  color: #889bba;
  font-size: 12px;
  padding-top: 3px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-class .main-data-outer {
  margin-bottom: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .base-class:last-child {
  padding-right: 0;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .main-data {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #3d7fba;
  line-height: 18px;
  padding: 4px 6px;
  cursor: pointer;
  padding: 6px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .main-data:hover {
  color: #ffffff;
  cursor: pointer;
  border-radius: 2px;
  background: #3d7fba;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .add-series-data .selected_series_type {
  background-color: #3d7fba;
  color: #ffffff;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container #search-series-data .main-data {
  border-bottom: 1px solid #d4e0ea;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container #series-data .main-data {
  padding: 3px 6px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container ul {
  padding-left: 5px;
  margin: 6px;
  list-style-type: none;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container #name-series {
  padding: 0px;
  margin: 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container :not(ul.suggest) li {
  padding-left: 0px;
  padding-bottom: 2px;
  float: none;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container label {
  font-weight: bold;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .metric-drop-container {
  /*width:50%;*/
  margin-left: 10px;
  /*float:left;*/
  float: none;
  overflow: hidden;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .metric-drop-container .hide-right-pane {
  font-size: 16px;
  color: #595959;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .metric-drop-container .button {
  float: right;
  text-align: center;
  margin-right: 18px;
  line-height: 18px;
  padding: 12px 0px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .metric-drop-container .button .icon {
  color: #879abb;
  font-size: 23px;
  line-height: 18px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .metric-drop-container .metric-dropdown {
  width: 100%;
  height: 25px;
  background: none;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .metric-drop-container .button {
  float: right;
  text-align: center;
  margin-right: 18px;
  line-height: 18px;
  padding: 12px 0px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .metric-drop-container .button .icon {
  color: #879abb;
  font-size: 23px;
  line-height: 18px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .header-gradient {
  height: 30px;
  border: 0;
  border-bottom: 1px solid #000000;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .header-gradient .series-text {
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #889bba;
  float: left;
  padding: 6px 0px;
  width: 74px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #364051;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .header-gradient .selected-option {
  border-bottom: 2px solid #ffffff;
  background-color: #2e3644;
  color: #ffffff;
  padding-bottom: 4px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .header-gradient .button {
  float: right;
  text-align: center;
  cursor: pointer;
  line-height: 18px;
  padding: 6px 0px;
  width: 48px;
  background-color: #364051;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .header-gradient .button .icon {
  fill: #889bba;
  height: 18px;
  width: 18px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .of-divider {
  float: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .ticker-input-container {
  width: 35%;
  margin-left: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .ticker-input-container input {
  width: 100%;
  height: 21px;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet {
  display: block;
  overflow: hidden;
  padding: 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .select2-results {
  max-height: 300px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .select2-container {
  width: 225px;
  margin-top: 12px;
  margin-left: 6px;
  margin-bottom: 12px;
  border-radius: 4px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .select2-container a.select2-choice {
  background: #879abb;
  line-height: 22px;
  padding: 6px 0px;
  box-shadow: none;
  border: 1px solid #2f2f2f;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .select2-container a.select2-choice span {
  margin-left: 18px;
  font-family: ArialMT, Arial;
  font-size: 14px;
  color: #2e3645;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .select2-container a.select2-choice div {
  background: #879abb;
  border-left: 0px;
  margin-right: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .select2-container a.select2-choice div b {
  background: url(images/dropdown-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .select2-dropdown-open a.select2-choice div b {
  background: url(images/dropup-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .button {
  float: right;
  text-align: center;
  margin-right: 18px;
  line-height: 18px;
  padding: 12px 0px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .button .icon {
  color: #879abb;
  font-size: 23px;
  line-height: 18px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .refresh-sheet {
  background-color: #879abb;
  padding: 8px 12px;
  margin-right: 6px;
  margin-top: 12px;
  border-radius: 4px;
  border: 1px solid #000;
  box-sizing: border-box;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .refresh-sheet .icon {
  color: #000000;
  font-size: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet1 {
  overflow: hidden;
  color: #fff;
  background: #364052;
  font-weight: normal;
  font-size: 12px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet1 .date-sheet {
  float: left;
  background: #7d90ae;
  border: 1px solid #fff;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet1 .date-sheet .date-head .date-head-row th {
  background: #7d90ae;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 78px;
  box-sizing: border-box;
  height: 32px;
  overflow: hidden;
  font-size: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet1 .date-sheet .date-row td {
  border-top: 1px solid;
  text-align: center;
  padding: 6px 0px;
  width: 78px;
  font-size: 12px;
  font-family: ArialMT, Arial;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet1 .main-sheet {
  max-width: 330px;
  overflow-x: auto;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet1 .main-sheet .main-head .main-head-row .sheet-header {
  background: #7d90ae;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 85px;
  box-sizing: border-box;
  height: 32px;
  overflow: hidden;
  font-size: 10px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet1 .main-sheet .main-table {
  border: 1px solid;
  border-left: 0px;
  border-right: 0px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet1 .main-sheet .main-table tbody {
  max-height: 300px;
  overflow: auto;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet1 .main-sheet .main-table .sheet-row .sheet-cell {
  border-top: 1px solid;
  text-align: right;
  padding: 6px 0px;
  padding-right: 6px;
  width: 79px;
  font-size: 12px;
  font-family: ArialMT, Arial;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet {
  overflow: hidden;
  font-weight: normal;
  font-size: 12px;
  font-family: ArialMT, Arial;
  color: #ffffff;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .date-sheet .date-table {
  border-collapse: collapse;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .date-sheet .date-table .date-head tr th {
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  height: 32px;
  overflow: hidden;
  width: 78px;
  padding: 6px;
  font-weight: normal;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .date-sheet .date-table .date-head tr .sheet-header {
  width: 85px;
  text-align: right;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet {
  overflow-x: auto;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table {
  border-collapse: collapse;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table .date-head {
  display: block;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table .date-head tr th {
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  height: 32px;
  overflow: hidden;
  width: 78px;
  min-width: 78px;
  padding: 6px;
  font-weight: normal;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table .date-head tr th #sort_dt {
  margin-left: 6px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table .date-head tr .sheet-header {
  width: 85px;
  min-width: 85px;
  text-align: right;
  cursor: pointer;
  text-decoration: underline;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table tbody {
  display: block;
  padding-right: 18px;
  overflow-y: auto;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table tbody .sheet-row td {
  width: 78px;
  min-width: 78px;
  text-align: center;
  padding: 6px 0px;
  border-right: 2px solid #7d90ae;
  box-sizing: border-box;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table tbody .sheet-row .sheet-cell {
  text-align: right;
  padding-right: 6px;
  width: 85px;
  min-width: 85px;
  color: #ccd8e7;
  border-right: 1px solid #7d90ae;
  border-top: 3px solid transparent;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table tbody .sheet-row .sheet-cell .undo-btn {
  cursor: pointer;
  margin-left: 6px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table tbody .sheet-row .edit:hover {
  border-top: 3px solid #3678b8;
  border-bottom: 3px solid #3678b8;
  border-left: 3px solid #3678b8;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table tbody .sheet-row .edited-cell {
  color: #000000;
  background-color: #879abb;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table tbody .odd-row {
  background-color: #364052;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table .no_of_col1:before {
  content: '';
  height: 2px;
  width: 163px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table .no_of_col2:before {
  content: '';
  height: 2px;
  width: 248px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table .no_of_col3:before {
  content: '';
  height: 2px;
  width: 333px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table .no_of_col4:before {
  content: '';
  height: 2px;
  width: 402px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table .no_of_col5:before {
  content: '';
  height: 2px;
  width: 420px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table1:after {
  content: '';
  height: 2px;
  width: 164px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table2:after {
  content: '';
  height: 2px;
  width: 249px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table3:after {
  content: '';
  height: 2px;
  width: 334px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table4:after {
  content: '';
  height: 2px;
  width: 403px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .outer-main-sheet .main-sheet .main-table5:after {
  content: '';
  height: 2px;
  width: 420px;
  background-color: #7d90ae;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .bottom-row .left-pane {
  float: left;
  margin: 6px;
  color: #fff;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .bottom-row .input-sheet {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  margin-right: 12px;
  text-indent: 6px;
  margin-bottom: 0px;
  padding: 4px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .bottom-row .scroll-btn {
  float: right;
  color: #fff;
  margin: 6px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .bottom-row .sheet-btn {
  border: 2px solid #3678b9;
  padding: 6px;
  margin: 0px;
  border-radius: 4px;
}
#plotter-html #main-row #right-graph-holder #graph-controls-container .top-row-graph-sheet .bottom-row .disable {
  opacity: 0.41;
  pointer-events: none;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment #share_plotter {
  width: 140px;
  color: #ffffff;
  background-color: #464f5f;
  float: left;
  margin-left: 140px;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  font-family: ArialMT, Arial;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 6px 12px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .passive_msg {
  font-size: 12px;
  color: #798694;
  text-align: center;
  font-family: ArialMT, Arial;
  line-height: 18px;
  margin: 18px;
  padding: 6px 12px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment-input {
  position: absolute;
  bottom: 24px;
  width: 372px;
  border: 1px solid #1e232e;
  border-radius: 3px;
  box-sizing: border-box;
  height: 54px;
  margin-left: 24px;
  margin-top: 18px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment-input #comment-text {
  font-family: ArialMT, Arial;
  font-size: 12px;
  color: #ffffff;
  background-color: #364051;
  padding: 12px;
  width: 294px;
  height: 28px;
  border: none;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment-input #send_comment {
  cursor: pointer;
  background-color: #1e232e;
  height: 52px;
  width: 52px;
  box-sizing: border-box;
  padding: 18px;
  float: right;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment-input #send_comment .icon {
  color: #ffffff;
  font-size: 18px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comments_section {
  padding: 0px;
  width: auto;
  outline: none;
  overflow-y: auto;
  overflow-y: visible !important;
  overflow-x: hidden;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment {
  font-family: ArialMT, Arial;
  padding: 6px;
  margin-left: 18px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment .fullname {
  margin-left: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment .timestamp {
  font-size: 12px;
  color: #8092ac;
  margin-left: 6px;
  display: inline-block;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment .comment_text {
  color: #ffffff;
  font-size: 12px;
  padding: 6px;
  margin-left: 36px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment .buttons {
  display: inline-block;
  margin-left: 12px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment .buttons .btn {
  color: #ffffff;
  font-size: 9px;
  padding: 3px;
  background-color: #364052;
  height: 18px;
  font-family: Arial;
  display: none;
  box-sizing: border-box;
  border: 1px solid #1e232e;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment .edit-btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment .edit-btn:hover {
  background: #1e232e;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment .delete-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment:hover .edit-btn,
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .comment:hover .delete-btn {
  display: inline-block;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .top-users-bar {
  background-color: #364052;
  padding: 12px;
  margin-bottom: 12px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .shared_users {
  display: inline-block;
  margin-left: 12px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .name_tag {
  margin-right: 6px;
  font-size: 12px;
  font-family: ArialMT, Arial;
  padding: 6px;
  background-color: #1e232e;
  font-weight: bold;
  color: #3d7fba;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  width: 30px;
  box-sizing: border-box;
  display: inline-block;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .top-users-bar .name_tag {
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-comment .plus-btn {
  display: inline-block;
  background-color: #464f5f;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .share-overlay-popup {
  background: #000000;
  opacity: 0.6;
}
#plotter-html #main-row #right-graph-holder .share-popup {
  width: 445px;
  height: 240px;
  overflow: hidden;
  background: white;
  position: absolute;
  z-index: 999;
}
#plotter-html #main-row #right-graph-holder .share-popup .title-wrapper {
  padding: 18px 18px 12px 18px;
}
#plotter-html #main-row #right-graph-holder .share-popup .title-wrapper .title {
  /*font-family: Open Sans, bold;*/
  /*font-weight: bold;*/
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  color: #7e91ad;
}
#plotter-html #main-row #right-graph-holder .share-popup .title-wrapper .title .close-icon {
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .add-buttons {
  text-align: center;
}
#plotter-html #main-row #right-graph-holder .add-buttons .add-button {
  display: inline-block;
  margin: auto;
  float: none;
  width: 130px;
  border: 2px solid #889bba;
  line-height: 34px;
  margin-bottom: 12px;
  font-size: 12px;
  text-align: center;
  font-family: Helvetica Neue, Arial, sans-serif;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  color: #889bba;
}
#plotter-html #main-row #right-graph-holder .add-buttons .add-button:hover {
  background: #889bba;
  color: #ffffff;
}
#plotter-html #main-row #right-graph-holder .edit-weight-link {
  float: right;
  margin: auto;
  width: 40px;
  border: 1px solid #3d7fba;
  line-height: 20px;
  margin-top: 12px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
  height: 20px;
  font-family: ArialMT, Arial;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  color: #ccd8e7;
}
#plotter-html #main-row #right-graph-holder .buttons {
  margin-top: 12px;
  margin-bottom: 3px;
  text-align: center;
}
#plotter-html #main-row #right-graph-holder .buttons .btn {
  color: #ffffff;
  font-size: 11px;
  padding: 6px;
  background-color: #364052;
  height: 24px;
  font-family: ArialMT, Arial;
  display: inline-block;
  box-sizing: border-box;
  width: 125px;
  text-align: center;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .edit-btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
}
#plotter-html #main-row #right-graph-holder .edit-btn:hover {
  background: #1e232e;
}
#plotter-html #main-row #right-graph-holder .mkt-cap-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#plotter-html #main-row #right-graph-holder .delete-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container {
  padding: 0 18px;
  margin-top: 18px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .full-col {
  width: 100% !important;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .full-col #plot-button,
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .full-col #cancel_wt_option {
  width: 47% !important;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .weight-list {
  margin: 0px !important;
  padding: 0px !important;
  overflow: auto;
  margin-bottom: 4px !important;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .weight-list .graph-name-wrapper {
  overflow: hidden;
  margin-bottom: 12px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .weight-list .graph-name-wrapper .weightinput {
  float: left;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .weight-list .graph-name-wrapper .weightinput .input-weight {
  width: 50px;
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  text-indent: 6px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .weight-list .graph-name-wrapper .line-div {
  margin-top: 7px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .weight-list .graph-name-wrapper .series-weight-name {
  float: left;
  width: 230px;
  padding: 7px 18px;
  overflow: hidden;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ArialMT, Arial;
  font-size: 14px;
  line-height: 18px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .weight-list .graph-name-wrapper .weight-names {
  float: left;
  width: 300px !important;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .select2-container {
  width: 275px;
  margin-right: 12px;
  border-radius: 4px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .select2-container a.select2-choice {
  background: #879abb;
  line-height: 18px;
  padding: 6px 0px;
  box-shadow: none;
  border: 1px solid #2f2f2f;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .select2-container a.select2-choice span {
  margin-left: 18px;
  font-family: ArialMT, Arial;
  font-size: 14px;
  color: #2e3645;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .select2-container a.select2-choice div {
  background: #879abb;
  border-left: 0px;
  margin-right: 12px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .select2-container a.select2-choice div b {
  background: url(images/dropdown-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .select2-dropdown-open a.select2-choice div b {
  background: url(images/dropup-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .wt_button {
  display: inline-block;
  border: 1px solid #3d7fba;
  padding: 6px;
  width: 115px;
  color: white;
  text-align: center;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .active {
  background: #3d7fba;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container #plot-button {
  width: 180px;
  color: white;
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  float: left;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
  height: 48px;
  font-family: ArialMT, Arial;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container #cancel_wt_option {
  width: 180px;
  border: 1px solid #3d7fba;
  float: right;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
  height: 48px;
  font-family: ArialMT, Arial;
  border-radius: 3px;
  margin-left: 18px;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .mkt-cap-rebalancing .select2-container {
  width: 380px;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .weight-container .mkt-cap-rebalancing .inputheading {
  font-size: 13px;
  font-family: ArialMT, Arial;
  margin-bottom: 5px;
  color: white;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .plotter-check {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  border: 1px solid #7d90ae;
  float: left;
}
#plotter-html #main-row #right-graph-holder .top-row-graph-weight .plotter-check[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  border: 0px solid #fff;
  background-size: 18px 18px;
}
#plotter-html #main-row #right-graph-holder .series_name {
  margin: 0px 40px 0px 34px;
  padding: 0px 18px;
  overflow: hidden;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ArialMT, Arial;
  font-size: 14px;
}
#plotter-html #main-row #right-graph-holder .hidden_series {
  color: #bcbcbc;
}
#plotter-html #main-row #right-graph-holder .y_name {
  margin: 0px;
}
#plotter-html #main-row #right-graph-holder .regression-link {
  text-decoration: underline;
  font-size: 10px;
  margin-left: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  float: left;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .expression_input {
  min-width: 364px;
  max-width: 364px;
}
#plotter-html #main-row #right-graph-holder #regression-container .header-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #EAEAEA));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #EAEAEA);
  background-image: -moz-linear-gradient(top, #F9F9F9, #EAEAEA);
  background-image: -ms-linear-gradient(top, #F9F9F9, #EAEAEA);
  background-image: -o-linear-gradient(top, #F9F9F9, #EAEAEA);
  background-image: linear-gradient(top, #F9F9F9, #EAEAEA);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F9F9F9, endColorstr=#EAEAEA);
}
#plotter-html #main-row #right-graph-holder #regression-container .large-button {
  width: 25%;
  height: 20px;
  line-height: 20px;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .expression_input {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  width: 364px;
  margin-right: 3px;
  text-indent: 6px;
  margin-top: 6px;
  margin-bottom: 0px;
  min-width: 364px;
  max-width: 364px;
  text-transform: uppercase;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .independent_input,
#plotter-html #main-row #right-graph-holder .expression_input_par .dependent_input {
  overflow: hidden;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .analysis_expression {
  margin-left: 18px;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .remove-ss-fill-btn {
  margin: 2px;
  color: white;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .g_trends_suggestions {
  border: 1px solid black;
  position: absolute;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .g_trends_suggestions div {
  cursor: default;
  background-color: #E5E9F1;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .g_trends_suggestions div.current {
  background-color: #879ABB;
  color: white;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .ss-suggestion-data {
  overflow-wrap: break-word;
  overflow-y: auto;
  position: absolute;
  width: 336px;
  border: 2px solid #a6a6a6;
  padding: 12px;
  z-index: 2;
  background: #ccd8e6;
  color: #2e3645;
  font-size: 10px;
  line-height: 18px;
  max-height: 200px;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .ss-suggestion-data .ss-suggesstion {
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .ss-suggestion-data .selected {
  background-color: #2e3645;
  color: #ffffff;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .ss-suggestion-data .plotted {
  font-size: 13px;
}
#plotter-html #main-row #right-graph-holder .expression_input_par .ss-suggestion-data .ss-header {
  font-weight: bold;
  font-size: 13px;
  padding: 3px;
  border-top: 1px solid #2e3645;
}
#plotter-html #main-row #right-graph-holder .gtrends_input .ss-suggestion-data {
  overflow-wrap: break-word;
  overflow-y: auto;
  position: relative;
  width: 354px;
  border: 2px solid #a6a6a6;
  padding: 12px;
  z-index: 2;
  background: #ccd8e6;
  color: #2e3645;
  font-size: 10px;
  line-height: 18px;
  max-height: 200px;
}
#plotter-html #main-row #right-graph-holder .gtrends_input .ss-suggestion-data .ss-suggesstion {
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .gtrends_input .ss-suggestion-data .ss-suggesstion:hover {
  background-color: #2e3645;
  color: #ffffff;
}
#plotter-html #main-row #right-graph-holder .gtrends_input .ss-suggestion-data .selected {
  background-color: #2e3645;
  color: #ffffff;
}
#plotter-html #main-row #right-graph-holder .gtrends_input .ss-suggestion-data .plotted {
  font-size: 13px;
}
#plotter-html #main-row #right-graph-holder .gtrends_input .ss-suggestion-data .ss-header {
  font-weight: bold;
  font-size: 13px;
  padding: 3px;
  border-top: 1px solid #2e3645;
}
#plotter-html #main-row #right-graph-holder .dependence_exp_input .ss-suggestion-data,
#plotter-html #main-row #right-graph-holder .regression_expression .ss-suggestion-data {
  margin-left: 18px;
}
#plotter-html #main-row #right-graph-holder .dependence_exp_input {
  background: #364352;
  margin: 0px 6px;
  padding: 6px 0px;
}
#plotter-html #main-row #right-graph-holder .dependence_exp_input .indep_series_list {
  width: 336px;
  border: 1px solid #2e3645;
  padding: 12px;
  background: #ccd8e6;
  color: #2e3645;
  font-size: 10px;
  line-height: 18px;
  margin-left: 18px;
  max-height: 150px;
  overflow-y: auto;
}
#plotter-html #main-row #right-graph-holder .dependence_exp_input .indep_series_list .indep-series-par {
  padding: 1px;
  max-width: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#plotter-html #main-row #right-graph-holder .dependence_exp_input .indep_series_list .indep-series-par .lbl {
  cursor: pointer;
  color: #2e3645;
}
#plotter-html #main-row #right-graph-holder .dependence_exp_input .series-date-slider {
  padding: 6px;
}
#plotter-html #main-row #right-graph-holder .dependence_exp_input .last-point-filter {
  margin: 6px;
  padding: 6px;
}
#plotter-html #main-row #right-graph-holder .dependence_exp_input .last-point-filter .last-point-filter-n {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 24px;
  width: 60px;
  margin: 0px 6px;
  text-align: center;
  text-indent: 3px;
}
#plotter-html #main-row #right-graph-holder .select_series_btns {
  padding: 6px;
  margin-left: 12px;
}
#plotter-html #main-row #right-graph-holder .select_series_btns .select_series_btn {
  display: inline-block;
  border-radius: 0px;
  padding: 7px 0px;
  text-align: center;
  height: 32px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  width: 118px;
  background: transparent;
  color: #879abb;
  font-weight: bold;
  border: 1px solid #879abb;
}
#plotter-html #main-row #right-graph-holder .select_series_btns .selected_series_btn {
  color: white;
  background: #879abb;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .axis_top_opt {
  float: left;
  margin: 12px;
  margin-top: 0px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .axis_top_opt #add-axis {
  border: 2px solid;
  border-radius: 2px;
  box-sizing: border-box;
  color: #879abb;
  cursor: pointer;
  float: left;
  font-weight: 300;
  padding: 6px;
  text-align: center;
  width: 198px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .axis_top_opt .exp_col_outer {
  border: 2px solid transparent;
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin-left: 35px;
  padding: 6px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .axis_top_opt .exp_col_outer .exp_col {
  color: #879abb;
  cursor: pointer;
  float: left;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .axis_top_opt .exp_col_outer #expand {
  margin-right: 18px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper {
  float: left;
  width: 100%;
  overflow: auto;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent {
  overflow: visible;
  clear: both;
  font-size: 11px;
  color: #437FB7;
  overflow: auto;
  margin: 0px 12px 12px 12px;
  background: #323B4B;
  height: auto;
  width: auto;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .editable {
  border-bottom: 2px solid #A5C7FF;
  padding-bottom: 4px;
  margin-left: 6px;
  padding-left: 6px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .drag_series_name {
  border: 2px solid;
  border-radius: 4px;
  padding: 6px;
  margin: 12px 18px 0px 18px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .series-selected {
  background: grey;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .unsortable {
  border-style: dashed;
  border-width: 1px;
  color: #bcbcbc;
  text-align: center;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .drop {
  color: #3d7fba;
  background: white;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent #option-toggle {
  display: inline-block;
  float: right;
  margin-top: -18px;
  margin-right: 12px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent #option-toggle .icon {
  height: 16px;
  width: 16px;
  fill: #437FB7;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .graph-name-wrapper {
  padding: 18px 12px 18px 12px;
  overflow: hidden;
  clear: both;
  /* margin-top: 12px; */
  border-bottom: 1px solid #2E3645;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .ser-options {
  float: right;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .ser-options .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .ser-options .whiteFill {
  fill: white;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent #button_check {
  cursor: pointer;
  float: left;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent #remove-yaxis {
  cursor: pointer;
  float: left;
  margin-right: 6px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent #edit-toggle {
  cursor: pointer;
  float: left;
  margin-right: 6px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .series-name-list {
  margin-bottom: 12px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .yaxis_options {
  float: left;
  font-size: 12px;
  border-radius: 5px;
  color: #879abb;
  border: 1px solid #7d90ae;
  margin-right: 24px;
  font-family: Arial;
  line-height: 18px;
  box-sizing: border-box;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .parent_wrapper .parent .yaxis_options .toggle_option {
  display: inline-block;
  padding: 6px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown {
  font-size: 8px;
  display: block;
  overflow: hidden;
  clear: both;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content {
  background: #434E61;
  width: 100%;
  border: 0px solid #000000;
  box-sizing: border-box;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div {
  float: left;
  border-bottom: 1px solid #2f2f2f;
  padding: 18px;
  width: auto;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div {
  float: left;
  margin-top: 6px;
  overflow: hidden;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .input-text {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 380px;
  margin-right: 12px;
  text-indent: 6px;
  margin-top: 12px;
  margin-bottom: 0px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .check-box {
  font-family: Arial;
  font-weight: normal;
  width: 70px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .defgray {
  color: #ffffff !important;
  background: #7e91ad;
  border: 0px solid #7e91ad;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .select2-results {
  max-height: 300px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .select2-container {
  width: 180px;
  border-radius: 4px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .select2-container a.select2-choice {
  background: #879abb;
  line-height: 18px;
  padding: 6px 0px;
  box-shadow: none;
  border: 1px solid #2f2f2f;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .select2-container a.select2-choice span {
  margin-left: 18px;
  font-family: ArialMT, Arial;
  font-size: 14px;
  color: #2e3645;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .select2-container a.select2-choice div {
  background: #879abb;
  border-left: 0px;
  margin-right: 12px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .select2-container a.select2-choice div b {
  background: url(images/dropdown-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .select2-dropdown-open a.select2-choice div b {
  background: url(images/dropup-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .input-check {
  display: inline;
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  border: 1px solid #7d90ae;
  float: left;
  margin-right: 6px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .input-check[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  border: 0px solid #fff;
  background-size: 18px 18px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .apply {
  float: left;
  color: #879abb;
  font-size: 12px;
  cursor: pointer;
  padding: 6px;
  border: 2px solid;
  border-radius: 4px;
  width: 48px;
  text-align: center;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .default {
  float: left;
  padding: 6px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .content .head-div .child-div .default i {
  font-size: 20px;
  color: #879abb;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .options-text {
  color: #000000;
  font-size: 9px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .inner-text {
  float: left;
  font-family: ArialMT, Arial;
  color: #a2b1ca;
  font-size: 13px;
  margin-right: 12px;
  line-height: 18px;
  padding: 7px 0px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .dma-box {
  margin-right: 24px;
  float: left;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .check-box {
  float: left;
  font-size: 12px;
  padding: 6px 6px 6px 6px;
  border-radius: 5px;
  color: #879abb;
  border: 1px solid #7d90ae;
  margin-right: 24px;
  width: 180px;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  line-height: 18px;
  box-sizing: border-box;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .small-check-box {
  float: left;
  font-size: 12px;
  padding: 6px;
  border-radius: 5px;
  color: #879abb;
  border: 1px solid #7d90ae;
  width: 144px;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  line-height: 18px;
  box-sizing: border-box;
  margin-right: 6px;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .head-text {
  color: #ffffff;
  font-size: 13px;
  font-family: ArialMT, Arial;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .input-small {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 30px;
  margin-right: 0px;
  text-align: center;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .inner-button {
  float: left;
  background: #879abb;
  border-radius: 0px;
  border: 1px solid #2f2f2f;
  padding: 7px 0px;
  text-align: center;
  color: #000000;
  width: 36px;
  height: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .inner-button .icon {
  height: 12px;
  width: 12px;
  margin-top: 2px;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .step_btn {
  font-size: 12px;
  width: 30px;
  background: transparent;
  color: #879abb;
  border: 1px solid #879abb;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .def_step {
  color: white;
  background: #879abb;
}
#plotter-html #main-row #right-graph-holder .yaxis-list-container .graph-dropdown .nmr {
  margin-right: 0px;
}
#plotter-html #other-options {
  float: right;
  position: absolute;
  top: 36px;
  /*right:5px;*/
}
#plotter-html #other-options .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 150px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#plotter-html #other-options #yearly_table_name {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  line-height: 21px;
  float: left;
  width: 200px;
}
#plotter-html #other-options #save_button {
  float: right;
  width: 100px;
}
#plotter-html #other-options .item {
  cursor: default !important;
}
#plotter-html #other-options .item input {
  cursor: pointer !important;
}
#plotter-html #load-options {
  float: right;
  position: absolute;
  top: 36px;
  /*right:5px;*/
}
#plotter-html #load-options .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 162px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
  margin-left: 190px;
}
#plotter-html #load-options #yearly_table_name {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  line-height: 21px;
  float: left;
  width: 200px;
}
#plotter-html #load-options #save_button {
  float: right;
  width: 100px;
}
#plotter-html #save-drop-down {
  float: right;
  position: absolute;
  top: 34px;
  right: 0px;
}
#plotter-html #save-drop-down .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 190px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#plotter-html #save-drop-down #yearly_table_name {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  line-height: 21px;
  float: left;
  width: 200px;
}
#plotter-html #save-drop-down #save_button {
  float: right;
  width: 100px;
}
#plotter-html #load-drop-down {
  float: right;
  position: absolute;
  top: 36px;
  right: 0px;
}
#plotter-html #load-drop-down .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 191px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#plotter-html #load-drop-down #load_button {
  float: right;
  width: 100px;
}
#plotter-html .module-container {
  margin-bottom: 10px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #BBBBBB;
  border-top: 0px;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  box-sizing: border-box;
}
#plotter-html .module-container .button-with-borders {
  border-right: 0px solid #B6B6B6;
}
#plotter-html .company-graph-container {
  visibility: hidden;
}
#plotter-html #load-more-graph-new {
  width: 100%;
  /*background: #F4F4F4;*/
  /*height:200px;*/
  margin-top: 20px;
  float: left;
  margin-bottom: 10px;
  border: none;
  outline: none;
}
#plotter-html #load-more-graph-new .load-graph {
  width: 420px;
  margin: auto;
  color: #595959;
  background: #F4F4F4;
  font-size: 12px;
  padding-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: #eeeeee 1px 1px 0px 0px;
  -moz-box-shadow: #eeeeee 1px 1px 0px 0px;
  box-shadow: #eeeeee 1px 1px 0px 0px;
}
#plotter-html #load-more-graph-new .load-graph .load-chart-text {
  font-size: 20px;
  /*font-weight: bold;*/
  text-align: center;
  padding-top: 20px;
}
#plotter-html #load-more-graph-new .load-graph .load-button {
  /*text-shadow: 0px 1.2px black;*/
  border: 1px solid #979797;
  /*width: 150px;*/
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  /*padding-top: 7px;*/
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4e1ed), color-stop(100%, #d0dce9));
  background-image: -webkit-linear-gradient(top, #d4e1ed, #d0dce9);
  background-image: -moz-linear-gradient(top, #d4e1ed, #d0dce9);
  background-image: -ms-linear-gradient(top, #d4e1ed, #d0dce9);
  background-image: -o-linear-gradient(top, #d4e1ed, #d0dce9);
  background-image: linear-gradient(top, #d4e1ed, #d0dce9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d4e1ed, endColorstr=#d0dce9);
  width: 150px;
  margin: auto;
  margin-top: 30px;
  /*color:black;*/
  color: #344132;
  box-shadow: 0px 0px 1px 0px black;
  cursor: pointer;
}
#plotter-html #load-more-graph-new .load-below-text {
  width: 30%;
  margin-left: 35%;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
}
#plotter-html .nmr {
  margin-right: 0px !important;
}
#plotter-html .top-row-graph-analysis .result-head {
  padding: 6px;
  border-bottom: 3px solid #7d90ae;
}
#plotter-html .top-row-graph-analysis .result-head .back-btn {
  width: 100px;
  border: 1px solid #3d7fba;
  float: left;
  line-height: 32px;
  text-align: center;
  height: 32px;
  font-family: ArialMT, Arial;
  font-size: 14px;
  border-radius: 3px;
  margin-left: 18px;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
}
#plotter-html .top-row-graph-analysis .result-head .result-text {
  float: left;
  margin-left: 9px;
  line-height: 18px;
  padding: 6px 0px;
  font-size: 18px;
  font-family: ArialMT, Arial;
  color: #fff;
}
#plotter-html .top-row-graph-analysis .result-head .result-text .search-text {
  margin-left: 2px;
  width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#plotter-html .top-row-graph-analysis .seperating_header {
  padding: 6px;
  text-align: center;
}
#plotter-html .top-row-graph-analysis .main_options .main-optn {
  color: #8092AC;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 18px;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  border-bottom: 1px solid #272f3c;
  background: #2e3644;
}
#plotter-html .top-row-graph-analysis .main_options .main-optn.not-ready {
  color: black;
  text-decoration: line-through;
}
#plotter-html .top-row-graph-analysis #add_series_redirect {
  width: 140px;
  color: #ffffff;
  background-color: #464f5f;
  float: left;
  margin-left: 140px;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  font-family: ArialMT, Arial;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 6px 12px;
}
#plotter-html .top-row-graph-analysis .passive_msg {
  font-size: 12px;
  color: #798694;
  text-align: center;
  font-family: ArialMT, Arial;
  line-height: 18px;
  margin: 18px;
  padding: 6px 12px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par {
  height: 100%;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control {
  margin: 12px 0px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control a.select2-choice {
  background: #879abb;
  line-height: 22px;
  padding: 6px 0px;
  box-shadow: none;
  border: 1px solid #2f2f2f;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control a.select2-choice span {
  margin-left: 18px;
  font-family: ArialMT, Arial;
  font-size: 14px;
  color: #2e3645;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control a.select2-choice div {
  background: #879abb;
  border-left: 0px;
  margin-right: 12px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control a.select2-choice div b {
  background: url(images/dropdown-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .plotter-check {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  border: 1px solid #7d90ae;
  float: left;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .plotter-check[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  border: 0px solid #fff;
  background-size: 18px 18px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .lbl {
  padding: 6px;
  font-weight: normal;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .lbl.inline {
  display: inline-block;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .ptr {
  cursor: pointer;
  margin: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .small-check-box {
  float: left;
  font-size: 12px;
  padding: 6px;
  border-radius: 5px;
  color: #879abb;
  border: 1px solid #7d90ae;
  width: 139px;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  line-height: 18px;
  box-sizing: border-box;
  margin-right: 6px;
  cursor: pointer;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .input-small {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 35px;
  margin-right: 0px;
  text-align: center;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .large-lbl {
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  color: white;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .check-par {
  display: inline-block;
  padding: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .check {
  color: white;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .common-options {
  padding: 6px;
  position: absolute;
  border-top: 2px solid #1e232e;
  bottom: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .series-input {
  margin-top: 6px;
  margin-bottom: 6px;
  border: 1px solid #272f3c;
  padding: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .series-input .series-label {
  display: inline-block;
  width: 90px;
  margin-left: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .series-input .series-dropdown {
  display: inline;
  margin: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .series-input .series-dropdown .select2-container {
  width: 250px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .series-input .more-btn {
  display: inline;
  width: 24px;
  color: #ffffff;
  background-color: #464f5f;
  float: right;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  font-family: ArialMT, Arial;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .date-text {
  width: 70px;
  border: 0px;
  background: none;
  color: #879abb;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .ui-slider {
  color: #e8f1f9;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .ui-slider .ui-slider-range {
  background: #879abb;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .date-slider {
  width: 80%;
  background: none;
  margin-left: 10%;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .date-slider-display {
  margin: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .specific-optn {
  display: inline-block;
  padding: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .specific-optn .time-window {
  width: 50px;
  color: #3d7fba;
  border: 2px solid white;
  text-align: center;
  background-color: whitesmoke;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .specific-optn .large-window {
  width: 150px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .analysis-check {
  min-width: 170px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .analyze-btn {
  width: 120px;
  color: white;
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  float: right;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  height: 36px;
  font-family: ArialMT, Arial;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .reg_exp_input {
  min-width: 384px;
  max-width: 384px;
  text-transform: uppercase;
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  padding: 6px;
  margin: 12px;
  margin-top: 0px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .qa-option-group {
  margin: 6px;
  overflow: auto;
  background: #364352;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .qa-option-group .date-filter-check {
  margin-left: 3px;
  line-height: 32px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .date-input-par {
  display: inline-block;
  margin-top: 3px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .date-input-par .date-input {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 24px;
  text-indent: 2px;
  margin-bottom: 0px;
  width: 130px;
  font-size: 12px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .date-input-par.left-margin {
  margin-left: 30px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .new-analysis-control .glsar-input .glsar-input-box {
  text-align: center;
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 24px;
  margin-bottom: 0px;
  width: 50px;
  font-size: 12px;
  margin-right: 100px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section {
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: auto;
  color: white;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .header {
  font-size: 14px;
  color: #3d7fba;
  font-family: ArialMT, Arial;
  line-height: 18px;
  padding: 6px 6px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .buttons {
  margin: 6px;
  margin-left: 250px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .buttons .btn {
  color: #ffffff;
  font-size: 10px;
  padding: 6px;
  background-color: #364052;
  height: 24px;
  font-family: Arial;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #1e232e;
  width: 72px;
  text-align: center;
  cursor: pointer;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .view-data-btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .view-data-btn:hover,
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .save-analysis-btn:hover {
  background: #1e232e;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .save-analysis-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .filter-html {
  margin: 3px;
  padding: 12px;
  background: #364352;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .filter-html .lbl {
  float: left;
  margin: 6px;
  font-weight: normal;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .filter-html .filter-metric-dropdown {
  margin: 3px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .filter-html .filter-metric-dropdown .select2-container {
  width: 100px;
  float: left;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .filter-html .filter-condition {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 24px;
  width: 60px;
  margin: 0px 6px;
  text-align: center;
  text-indent: 3px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .filter-html .filter-series-btn {
  display: inline-block;
  cursor: pointer;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .table-title {
  padding: 12px;
  font-size: 15px;
  color: white;
  text-align: center;
  font-weight: bold;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section #predicted-ser-info {
  line-height: 18px;
  color: #fff;
  position: relative;
  top: -18px;
  margin-left: 373px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section #predicted-ser-info .predicted-icon {
  height: 18px;
  width: 18px;
  fill: #4682BA;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section #predicted_ser {
  padding: 2px;
  font-size: 12px;
  color: white;
  text-align: center;
  margin-top: -25px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .result-table {
  margin: 3px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .result-table table {
  width: 100%;
  border-spacing: 0px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .result-table td {
  min-width: 40px;
  word-wrap: break-word;
  max-width: 200px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .result-table tr,
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .result-table td {
  padding: 1px;
  border: 1px solid #8092AC;
  background: none;
  line-height: 24px;
  font-size: 12px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .result-plot {
  width: 400px;
  text-align: center;
  margin-left: 3px;
  height: 225px;
  margin-top: 3px;
  margin-bottom: 3px;
}
#plotter-html .top-row-graph-analysis .analysis-control-par .results-section .result-container {
  height: 225px;
  width: 400px;
}
.copy_to_all_svg {
  display: inline-block;
  float: right;
  cursor: pointer;
  margin-right: 24px;
}
.copy_to_all_svg .copy_to_all {
  line-height: 15px;
  display: inline-block;
  margin-left: 2px;
}
.copy_to_all_svg .icon {
  height: 15px;
  fill: #3d7fba;
}
#plotter-html.winversion #main-row #right-graph-holder #graph-controls-container .add-series-data {
  width: 1262px;
  white-space: nowrap;
}
#plotter-html.winversion #main-row #right-graph-holder #graph-controls-container .add-series-data .base-wrapper:last-child .base-class-head {
  padding-top: 9px;
}
#plotter-html.winversion #main-row #right-graph-holder .top-row-graph-weight .weight-container .weight-list .graph-name-wrapper .select2-container {
  width: 256px;
}
.message-popup-rt {
  width: 600px;
  overflow: hidden;
  background: white;
  position: absolute;
  top: 0;
  border-radius: 10px;
  z-index: 999;
}
.message-popup-rt .title-wrapper {
  padding: 18px 18px 12px 18px;
  background: #e8f1f9;
}
.message-popup-rt .title-wrapper .title {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  color: #7e91ad;
}
.message-popup-rt .title-wrapper .title #x-out {
  display: inline-block;
  float: right;
  cursor: pointer;
}
.message-popup-rt .title-wrapper .title #x-out .icon {
  width: 14px;
  fill: #7e91ad;
}
.message-popup-rt .title-wrapper .title #x-out .icon:hover {
  fill: #3D7FBA;
}
.message-popup-rt .title-wrapper .title .close-icon {
  cursor: pointer;
}
.message-popup-rt .content-wrapper {
  padding: 24px 18px;
  text-align: center;
  word-wrap: break-word;
}
.message-popup-rt .content-wrapper .content {
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.message-popup-rt .content-wrapper .button-holder {
  text-align: center;
}
.message-popup-rt .separator {
  width: 100%;
  min-height: 1px;
  background: #e8f1f9;
  border: solid white;
  border-width: 0 12px 0 12px;
  box-sizing: border-box;
}
.message-popup-rt .ok-btn,
.message-popup-rt .yes-btn,
.message-popup-rt .no-btn {
  display: inline-block;
  font-family: Arial,Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  background: #3d7fba;
  border-radius: 5px;
  cursor: pointer;
  width: 50px;
  border: 1px solid transparent;
}
.message-popup-rt .no-btn {
  margin-left: 24px;
}
.message-popup-rt .hover-btn:hover {
  background-color: #fff;
  color: #3d7fba;
  border: 1px solid;
}
.select-options {
  display: inline-block;
  float: right;
  padding: 6px;
}
.select-options a {
  cursor: pointer;
}
.select-options .select_options_svg {
  display: inline-block;
  margin-left: 10px;
  margin-right: 4px;
  position: relative;
  top: 2px;
  height: 12px;
}
.select-options .select_options_svg .icon {
  width: 12px;
  fill: #3d7fba;
}
#select-security {
  margin-bottom: 15px;
}
#select-security .active {
  background: #3d7fba;
}
#select-security .select_security_buttons {
  display: inline-block;
  width: 35%;
  text-align: center;
  padding: 6px;
  font-weight: bold;
  background-color: #364052;
  cursor: pointer;
  margin: 2px;
}
#select-security #enter-ticker {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 0;
}
#weighting-type {
  margin-bottom: 15px;
}
#weighting-type .weighting_type_buttons {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 6px;
  font-weight: bold;
  background-color: #364052;
  cursor: pointer;
  margin: 2px;
}
#weighting-type #equal-wtd {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 0;
}
#select-return-type {
  overflow: auto;
  text-align: center;
  display: inline-block;
  margin: 12px 0 12px 0;
}
#select-return-type div:nth-child(1) {
  text-align: left;
}
#select-return-type div:nth-child(2) {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid;
  float: left;
}
#select-return-type div:nth-child(3) {
  width: 50%;
  box-sizing: border-box;
  padding: 17px;
  float: left;
  border: 1px solid;
}
#allowed_users .user-add,
#allowed_users .all-users-folder-uploader {
  padding: 5px 2px;
}
#allowed_users .usernameadd-share-folder-uploader,
#allowed_users .item-new {
  height: 14px;
  width: auto;
  max-width: 95px;
  background-color: #eeeeee;
  color: #595959;
  font-size: 10px;
  padding: 4px 5px;
  border-radius: 8px;
  border: 0;
  float: left;
  margin-right: 4px;
  line-height: 14px;
}
#allowed_users .usernameadd-share-folder-uploader .close-button,
#allowed_users .item-new .close-button {
  margin-left: 4px;
}
#users_dropdown {
  min-width: 350px;
  max-width: 450px;
}
#users_dropdown .inner-item .username {
  max-width: 225px;
}
/* The Modal (background) */
.fu-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.fu-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.fu-close {
  margin-top: 10px;
  color: #7E91AD;
  float: right;
  font-size: 20px;
  font-weight: bold;
}
.fu-close:hover,
.fu-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.fu-modal-header {
  padding: 2px 16px;
  background-color: #e8f1f9;
  color: #7E91AD;
}
.fu-modal-body {
  padding: 2px 16px;
}
.fu-modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.fu-label {
  font-size: 14px !important;
  color: #7E91AD;
}
.apptopia-plotter-label {
  margin-top: 10px;
  margin-bottom: -10px;
}
.graph-folder-prompt {
  border-radius: 8px;
  border: 0 !important;
}
.graph-folder-prompt .header {
  text-align: center;
  font-weight: bold;
  padding: 16px 13px 16px 0px;
  background: #e8f1f9;
  color: #7E91AD;
  font-size: 14px;
  line-height: 18px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.graph-folder-prompt .header .title {
  display: inline-block;
}
.graph-folder-prompt .header #modal-close {
  display: inline-block;
  cursor: pointer;
}
.graph-folder-prompt .content {
  background-color: #ffffff;
  overflow-y: hidden;
  font-family: Helvetica Neue, sans-serif;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.graph-folder-prompt .content .left-column {
  width: 180px;
  border-right: 1px solid #ccd8e6;
  height: 100%;
  background: #f5f7fa;
  border-bottom-left-radius: 4px;
}
.graph-folder-prompt .content .left-column .search-graph-form {
  padding: 12px;
}
.graph-folder-prompt .content .left-column .search-graph-form input {
  height: 32px;
  padding-left: 6px;
  width: 92%;
  border-radius: 5px;
  outline: none;
  border: solid 1px #cccccc;
}
.graph-folder-prompt .content .left-column .sortby {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: solid 1px #CCD8e6;
}
.graph-folder-prompt .content .left-column .sortby li {
  color: #3d7fba;
  font-size: 12px;
  line-height: 18px;
  padding: 12px;
  padding-left: 24px;
  background: none;
  border-bottom: solid 1px #CCD8e6;
  border-left: none;
  cursor: pointer;
}
.graph-folder-prompt .content .left-column .sortby li.selected {
  border-right: solid 6px #7e91ad;
  background: none;
  color: #666666;
}
.graph-folder-prompt .content .right-column {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}
.graph-folder-prompt .content .right-column .breadcrumbs-wrapper {
  padding: 6px;
  height: 22px;
  font-size: 10px;
  border-bottom: solid 1px #dedede;
  width: 95%;
  margin: 1px;
}
.graph-folder-prompt .content .right-column .breadcrumbs-wrapper span,
.graph-folder-prompt .content .right-column .breadcrumbs-wrapper ul {
  float: left;
  padding: 5px;
  margin: 0px;
  color: #437fb7;
  cursor: pointer;
}
.graph-folder-prompt .content .right-column .breadcrumbs-wrapper li {
  padding: 0px;
  padding-left: 5px;
  text-transform: uppercase;
}
.graph-folder-prompt .content .right-column .breadcrumbs-wrapper ul {
  list-style: none;
}
.graph-folder-prompt .content .right-column .breadcrumbs-wrapper span::after {
  content: ">";
}
.graph-folder-prompt .content .right-column .max-class {
  max-width: 300px;
}
.graph-folder-prompt .content .right-column .loadGraphResults {
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.graph-folder-prompt .content .right-column .loadGraphResults thead {
  display: block;
}
.graph-folder-prompt .content .right-column .loadGraphResults .bgselected {
  background: #e8f1f9;
}
.graph-folder-prompt .content .right-column .loadGraphResults tbody {
  display: block;
  overflow-y: auto;
  max-height: 300px;
  width: 960px;
}
.graph-folder-prompt .content .right-column .loadGraphResults th {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px;
  padding-left: 6px;
  color: #333333;
  text-align: left;
}
.graph-folder-prompt .content .right-column .loadGraphResults th .sort-triangle {
  padding-left: 7px;
  cursor: pointer;
}
.graph-folder-prompt .content .right-column .loadGraphResults .ticker,
.graph-folder-prompt .content .right-column .loadGraphResults .tags,
.graph-folder-prompt .content .right-column .loadGraphResults .date,
.graph-folder-prompt .content .right-column .loadGraphResults .owner,
.graph-folder-prompt .content .right-column .loadGraphResults .status {
  width: 67px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .shared,
.graph-folder-prompt .content .right-column .loadGraphResults .remarks {
  width: 118px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .ticker_temp {
  width: 37px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .check-mark {
  width: 43px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .check-mark .tickername {
  max-width: 43px;
  min-width: 43px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .title,
.graph-folder-prompt .content .right-column .loadGraphResults .name_ser {
  width: 244px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .sharename,
.graph-folder-prompt .content .right-column .loadGraphResults .remarksname {
  max-width: 126px;
  min-width: 126px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .name {
  width: 100px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .delete,
.graph-folder-prompt .content .right-column .loadGraphResults .edit {
  width: 4px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .series {
  width: 250px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .tag_title,
.graph-folder-prompt .content .right-column .loadGraphResults .ticker_title {
  width: 130px;
}
.graph-folder-prompt .content .right-column .loadGraphResults td {
  font-size: 12px;
  line-height: 18px;
  font-weight: 200;
  color: #666;
  padding: 6px;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.graph-folder-prompt .content .right-column .loadGraphResults .graphname {
  max-width: 250px;
  min-width: 250px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .datename,
.graph-folder-prompt .content .right-column .loadGraphResults .opendatename,
.graph-folder-prompt .content .right-column .loadGraphResults .ownername,
.graph-folder-prompt .content .right-column .loadGraphResults .no_plotter,
.graph-folder-prompt .content .right-column .loadGraphResults .statusname {
  max-width: 73px;
  min-width: 73px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .datename,
.graph-folder-prompt .content .right-column .loadGraphResults .opendatename,
.graph-folder-prompt .content .right-column .loadGraphResults .ownername,
.graph-folder-prompt .content .right-column .loadGraphResults .statusname {
  text-align: left;
  min-width: 78px;
}
.graph-folder-prompt .content .right-column .loadGraphResults .list-by-tag,
.graph-folder-prompt .content .right-column .loadGraphResults .list-by-ticker {
  max-width: 136px;
  min-width: 136px;
  text-align: left;
}
.graph-folder-prompt .content .right-column .loadGraphResults .input-row {
  cursor: auto;
  border: 1px solid black;
  color: blue;
  text-overflow: initial;
}
.graph-folder-prompt .content .right-column .loadGraphResults .req {
  box-shadow: 0px 0px 5px 5px #bcbcbc;
}
.graph-folder-prompt .content .right-column .loadGraphResults .delete-row {
  text-align: center;
}
.graph-folder-prompt .content .right-column .loadGraphResults .delete-row:hover {
  color: red;
}
.graph-folder-prompt .content .right-column .loadGraphResults tr:hover {
  background: #FFFDE0;
}
.graph-folder-prompt .content .right-column .load_popup_company tbody {
  width: auto !important;
}
.graph-folder-prompt .permissions-prompt {
  min-height: 100px;
  width: 600px;
  left: 20%;
  top: 20%;
  background-color: #f5f7fa;
  padding: 20px;
  border: 1px solid #ccd8e6;
  border-radius: 8px;
  position: absolute;
  z-index: 2000;
}
.graph-folder-prompt .permissions-prompt .personName {
  display: inline-block;
  min-width: 250px;
  padding: 10px;
  margin: 10px;
  border: 1px solid #ccd8e6;
  border-radius: 8px;
  color: #666666;
}
.graph-folder-prompt .permissions-prompt .edit-permissions {
  margin: 10px;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccd8e6;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  color: #666666;
}
.graph-folder-prompt .permissions-prompt .edit-permissions .caret-down {
  margin-left: 10px;
}
.graph-folder-prompt .permissions-prompt .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px;
  z-index: 1;
  top: 12px;
  min-width: 100px;
  padding: 10px;
}
.graph-folder-prompt .permissions-prompt .dropdown-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.graph-folder-prompt .permissions-prompt .saveChanges-btn {
  float: right;
  margin-top: 30px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  color: #fff;
  border-radius: 5px;
}
.graph-folder-prompt .permissions-prompt .saveChanges-btn:hover {
  background-color: #fff;
  color: #3d7fba;
}
.graph-folder-prompt .permissions-prompt .cancel-btn {
  float: right;
  margin-top: 30px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #3d7fba;
  color: #3d7fba;
  margin-right: 20px;
  border-radius: 5px;
}
.graph-folder-prompt .permissions-prompt .cancel-btn:hover {
  background-color: #3d7fba;
  color: #fff;
}
.graph-folder-prompt .right-pane {
  font-family: Arial, Helvetica, sans-serif;
  /*background:#D3E0EC;*/
  padding: 12px;
  overflow-y: auto;
  margin-top: 4px;
  /* wrapper classes*/
  /*.add-user-form{*/
  /*width: 295px;*/
  /*height: 25px;*/
  /*float: left;*/
  /*clear: left;*/
  /*margin-bottom: 13px;*/
  /*margin-bottom: 13px;*/
  /*border: solid 1px #BCBCBC;*/
  /*padding-bottom: 7px;*/
  /*border-radius: 3px;*/
  /*}*/
}
.graph-folder-prompt .right-pane .title-name {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  margin: 12px 0 6px 0;
}
.graph-folder-prompt .right-pane .email-prompt {
  padding: 12px 0;
  color: #666666;
}
.graph-folder-prompt .right-pane .users-prompt {
  position: relative;
}
.graph-folder-prompt .right-pane .users-prompt .clear-all-btn {
  right: 6px;
  top: 10px;
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  color: #3d7fba;
  display: inline-block;
  font-size: 10px;
  padding: 4px 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  /* margin-left: 5px; */
  outline: none;
  border: 1px solid;
  /* box-shadow: none; */
  /* -webkit-transition: none; */
}
.graph-folder-prompt .right-pane .users-prompt .advanced-btn {
  right: 65px;
  top: 10px;
  position: absolute;
  background-color: #fff;
  color: #3d7fba;
  display: inline-block;
  font-size: 10px;
  padding: 4px 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  /* margin-left: 5px; */
  outline: none;
  border: 1px solid;
  /* box-shadow: none; */
  /* -webkit-transition: none; */
}
.graph-folder-prompt .right-pane .upload-prompt .fu-label {
  border: 1px solid;
  width: 100px;
  text-align: center;
  display: block;
  cursor: pointer;
  padding: 10px;
}
.graph-folder-prompt .right-pane .prompt-input {
  margin-top: 0px;
  border: 1px solid #ccd8e6;
  padding: 6px;
  border-radius: 4px;
  line-height: 18px;
}
.graph-folder-prompt .right-pane .prompt-input:focus {
  border: 1px solid #7e91ad;
}
.graph-folder-prompt .right-pane .spanhalf {
  width: 49%;
  margin-bottom: 0px;
}
.graph-folder-prompt .right-pane .spanning {
  width: 98%;
  max-width: 98%;
  margin-bottom: 0px;
}
.graph-folder-prompt .right-pane .share-user-msg-text {
  font-size: 10px;
  margin-top: 10px;
  margin-left: 14px;
  display: none;
}
.graph-folder-prompt .right-pane .all-users {
  /*width: 70.3%;*/
  float: left;
  overflow: auto;
  height: 80px;
  text-overflow: ellipsis;
  white-space: pre-line;
  max-width: 85%;
  margin-right: 5px;
}
.graph-folder-prompt .right-pane .all-users .show-user {
  color: #595959;
  font-size: 10px;
  padding-right: 5px;
  padding-top: 8px;
}
.graph-folder-prompt .right-pane .all-users .show-user:first-child {
  padding-left: 10px;
}
.graph-folder-prompt .right-pane .all-users .item-new {
  background: #EEE;
  color: #595959;
  float: left;
  font-size: 10px;
  padding: 4px 5px 4px;
  border-radius: 8px;
  margin-right: 5px;
  margin-top: 2px;
}
.graph-folder-prompt .right-pane .all-users .item-new .close-button {
  width: 7px;
  cursor: pointer;
  height: 7px;
  float: right;
  margin: 3px 1px 0 5px;
}
.graph-folder-prompt .right-pane .user-add input {
  height: 18px;
  width: 95px;
  max-width: 95px;
  background-color: #eeeeee;
  color: #595959;
  float: left;
  font-size: 10px;
  padding: 4px 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  /*margin-left: 5px;*/
  outline: none;
  border: 0;
  /*box-shadow: none;*/
  /*-webkit-transition: none;*/
}
.graph-folder-prompt .right-pane .bottom-prompt {
  float: left;
  padding: 12px;
  width: 97%;
}
.graph-folder-prompt .right-pane .bottom-prompt .cancel-button {
  float: left;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
  padding: 6px 12px;
  width: 13%;
  text-align: center;
}
.graph-folder-prompt .right-pane .bottom-prompt .cancel-button:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
.graph-folder-prompt .right-pane .bottom-prompt .sendbutton {
  float: right;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  background-color: white;
  font-size: 12px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
  padding: 6px 12px;
  width: 110px;
  text-align: center;
}
.graph-folder-prompt .right-pane .bottom-prompt .sendbutton:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
.graph-folder-prompt .right-pane .bottom-prompt #fu-submit {
  margin-left: 12px;
  background-color: #3d7fba;
  color: #ffffff;
}
.graph-folder-prompt .right-pane .bottom-prompt #fu-submit:hover {
  background-color: #ffffff;
  color: #3d7fba;
}
#data_flag:after {
  clear: both;
  display: block;
  content: '';
}
#hybrid-description,
#tr-description,
#fr-description {
  display: inline-block;
  cursor: pointer;
}
#hybrid-description .icon,
#tr-description .icon,
#fr-description .icon {
  height: 15px;
  width: 15px;
  fill: #4682BA;
}
#hybrid-command-description {
  background: white;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  width: 575px;
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  border-radius: 4px;
  padding: 18px;
  font-size: 14px;
  text-align: left;
  color: #000000;
}
#hybrid-command-description table {
  border: 1px solid #d4e0ea;
  border-collapse: collapse;
}
#hybrid-command-description table td:nth-child(even) {
  border-left: 1px solid #d4e0ea;
}
#hybrid-command-description table td:first-child {
  font-weight: bold;
  font-size: 13px;
}
#hybrid-command-description table td {
  padding: 4px;
}
#hybrid-command-description table thead {
  color: #4682BA;
}
#hybrid-command-description table thead td {
  border-bottom: 1px solid #d4e0ea;
  font-weight: bold;
}
#hybrid-command-description table thead td:first-child {
  font-size: 14px;
}
#hybrid-command-description table tbody tr:nth-child(even) {
  background: #F3F5F6;
}
/*
* Stream Page CSS
*/
#stream-html {
  height: inherit;
  overflow-y: hidden;
}
#stream-html .v2_option_menu {
  display: none;
  position: absolute;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
  z-index: 10;
  box-sizing: border-box;
}
#stream-html .v2_option_menu .v2_option_menu_list_item {
  cursor: pointer;
  display: block;
  padding: 6px 10px 6px 10px;
  font-size: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #28333D;
}
#stream-html .v2_option_menu .v2_option_menu_list_item:hover {
  background: #f3f3f3;
}
#stream-html .v2_option_menu .v2_option_menu_list_item_info_right_carret {
  width: 10px;
  display: inline-block;
  float: right;
  fill: #28333D;
  margin-top: 3px;
}
#stream-html .v2_option_menu .seperate {
  width: 100%;
  height: 1px;
  background-color: #ccd8e6;
  display: inline-block;
}
#stream-html .notif {
  position: absolute;
  border-radius: 4px;
  padding: 8px;
  z-index: 11;
  color: white;
  right: 20px;
  top: 20px;
}
#stream-html .notif .icon {
  display: inline-block;
  width: 20px;
  float: left;
  fill: white;
}
#stream-html .notif .text {
  display: inline-block;
  margin-top: 2px;
  margin-left: 4px;
}
#stream-html .notif_success {
  background-color: #3dbf6f;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
}
#stream-html .notif_error {
  background-color: #f04848;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
}
#stream-html .v2_option_info_container {
  position: absolute;
  display: none;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  width: 370px;
}
#stream-html .v2_option_info_container .v2_option_info {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_header {
  text-align: center;
  display: block;
  padding: 6px;
  background-color: #f5faff;
  font-size: 12px;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_header .v2_option_info_header_title {
  color: #28333D;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_header .v2_option_info_close {
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 11px;
  cursor: pointer;
  left: 100%;
  margin-left: -22px;
  margin-top: 3px;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_body {
  padding: 2px 0px;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row {
  display: table;
  clear: both;
  width: 100%;
  padding: 6px 0px;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row .label {
  width: 90px;
  padding-left: 8px;
  float: left;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #698094;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  position: relative;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row .value {
  float: left;
  color: #4691D8;
  text-align: left;
  display: inline-block;
  max-width: 200px;
  word-break: break-all;
  white-space: normal;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row .value_list_item {
  cursor: pointer;
  float: left;
  font-family: Helvetica Neue, sans-serif;
  font-size: 9px;
  text-align: center;
  color: #ffffff;
  background-color: #3d7fba;
  border-radius: 3px;
  border: 1px solid #3d7fba;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 6px;
  line-height: 16px;
  white-space: normal;
  margin-top: 2px;
  margin-bottom: 10px;
  max-width: 300px;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row .value_list_item_secondary {
  border: 1px solid #3d7fba;
  background: #ffffff;
  color: #3d7fba;
}
#stream-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row:not(:last-child) {
  border-bottom: 1px solid #E8EEF7;
}
#stream-html #middle-content {
  float: left;
  overflow-y: hidden;
  overflow-x: auto;
  background: white;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  width: 1018px;
  height: 100%;
}
#stream-html #middle-content #stock-info {
  margin-left: 16px;
  margin-right: 16px;
  height: 265px;
  position: relative;
  user-select: none;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
}
#stream-html #middle-content #stock-info #top-pane {
  height: 26px;
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
#stream-html #middle-content #stock-info #top-pane #stock-title {
  float: left;
  cursor: pointer;
}
#stream-html #middle-content #stock-info #top-pane #stock-title span {
  vertical-align: middle;
  line-height: 26px;
}
#stream-html #middle-content #stock-info #top-pane #stock-title .name {
  font-size: 16px;
  min-width: 72px;
  overflow: hidden;
  max-width: 270px;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  color: #666;
  cursor: default;
}
#stream-html #middle-content #stock-info #top-pane #stock-title .name.comp-name {
  cursor: pointer;
  color: #3d7fba;
  text-decoration: underline;
}
#stream-html #middle-content #stock-info #top-pane #stock-title .ticker {
  font-size: 16px;
  padding: 2px 6px 2px 6px;
}
#stream-html #middle-content #stock-info #top-pane #stock-title .exchange {
  font-size: 11px;
  color: #999999;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons {
  float: right;
  height: 100%;
  font-size: 10px;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .dsbld {
  color: #d3d3d3;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons #watchlist-read-mode {
  width: auto;
  height: 13px;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  padding: 5px 20px;
  border: solid 1px #698094;
  border-radius: 3px;
  background: white;
  color: #698094;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .follow-company {
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #3d7fba;
  border-radius: 3px;
  width: 100px;
  text-align: center;
  box-sizing: border-box;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .follow-company .icon {
  padding: 6px;
  background-color: #3d7fba;
  fill: #ffffff;
  height: 11px;
  width: 12px;
  border-radius: 0 3px 3px 0;
  border: 1px solid #3d7fba;
  border-left: none;
  border-right: none;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .follow-company:hover {
  cursor: pointer;
  background: #3d7fba;
  color: white;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .follow-company:hover .icon {
  background-color: #3270a7;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .follow-company::before {
  content: "Follow";
  display: inline-block;
  width: 76px;
  height: 25px;
  line-height: 22px;
  border: 1px solid #3d7fba;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  border-right: none;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .follow-company.following-company::before {
  content: "Following";
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .follow-company.following-company:hover::before {
  content: "Edit";
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .follow-company.following-company {
  color: #ffffff;
  background: #3d7fba;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-button {
  /*float:right;*/
  width: auto;
  height: auto;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 20px;
  border: solid 1px #8A9DBC;
  border-radius: 3px;
  background: white;
  color: #8A9DBC;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-button#stream-comp-follow {
  padding: 5px 10px;
  width: 70px;
  text-align: center;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-button#stream-comp-follow span {
  width: 100%;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-button#stream-comp-follow:hover {
  color: #ffffff;
  background: #8a9dbc;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons #next-tickers,
#stream-html #middle-content #stock-info #top-pane #control-buttons #previous-tickers {
  height: 13px;
  border-radius: 3px;
  width: 14px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #698094;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons #next-tickers .icon,
#stream-html #middle-content #stock-info #top-pane #control-buttons #previous-tickers .icon {
  fill: #698094;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons #next-tickers.dsbld,
#stream-html #middle-content #stock-info #top-pane #control-buttons #previous-tickers.dsbld {
  border: 1px solid #bbc6d5;
  cursor: default;
  pointer-events: none;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons #next-tickers.dsbld .icon,
#stream-html #middle-content #stock-info #top-pane #control-buttons #previous-tickers.dsbld .icon {
  fill: #bbc6d5;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons #pagination-details {
  font-size: 12px;
  line-height: 14px;
  padding: 6px 0px;
  color: #698094;
  cursor: default;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon {
  width: auto;
  height: auto;
  text-align: center;
  line-height: 13px;
  padding: 5px 8px;
  border: solid 1px #698094;
  border-radius: 3px;
  background: white;
  color: #698094;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon input,
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon input:hover,
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon input:active {
  border: none;
  outline: none;
  margin: 0px;
  font-size: 12px;
  line-height: 13px;
  height: 13px;
  padding: 0px 6px;
  width: 110px;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon .icon {
  /*vertical-align:middle;*/
  height: 13px;
  width: 13px;
  fill: #698094;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-button.dsbld {
  color: #d3d3d3;
  border: solid 1px #d3d3d3;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-button:hover {
  background: #e8f1f9;
}
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-button.dsbld:hover,
#stream-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon.dsbld:hover {
  background: white;
}
#stream-html #middle-content #stock-info #top-pane .stream-menu-outer {
  padding: 0px 6px;
  margin-left: 5px;
  cursor: default;
  /*border-left:solid 1px #8A9DBC;*/
}
#stream-html #middle-content #stock-info #top-pane .stream-menu-outer .seperator {
  margin: 2px 6px 2px 0px;
  height: 22px;
  border-left: 1px solid #ccd8e6;
}
#stream-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn {
  /*height:18px;*/
  cursor: pointer;
  line-height: 18px;
  padding: 4px 5px;
  font-size: 18px;
  border-radius: 4px;
}
#stream-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
}
#stream-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn .icon:hover {
  fill: #3d7fba;
}
#stream-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn.act {
  background-color: #7e91ad;
}
#stream-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn.act .icon {
  fill: #ffffff;
}
#stream-html #middle-content #stock-info #top-pane #stock-price-info {
  height: 25px;
  margin: 0px 10px 0px 25px;
  /*padding-top:2px;*/
  /*margin-top:0px;*/
  /*position:absolute;*/
  /*margin-left:50%;*/
  /*left:-80px;*/
}
#stream-html #middle-content #stock-info #top-pane #stock-price-info span {
  line-height: 26px;
  vertical-align: middle;
}
#stream-html #middle-content #stock-info #top-pane #stock-price-info .after-market {
  font-size: 10px;
}
#stream-html #middle-content #stock-info #top-pane #stock-price-info .big-stock-price {
  font-size: 32px;
  font-weight: bold;
}
#stream-html #middle-content #stock-info #top-pane #stock-price-info .change-price {
  font-size: 18px;
}
#stream-html #middle-content #stock-info #top-pane #stock-price-info .change-percent {
  font-size: 18px;
}
#stream-html #middle-content #stock-info #top-pane #watchlist-read-mode {
  cursor: pointer;
  color: #3d7fba;
  margin: 0 0 0 5px;
  display: none;
}
#stream-html #middle-content #stock-info #top-pane #watchlist-read-mode .fa {
  line-height: 26px;
}
#stream-html #middle-content #stock-info #top-pane #stream-menu-dropdown {
  position: absolute;
  top: 44px;
  left: 100px;
}
#stream-html #middle-content #stock-info #top-pane #stream-menu-dropdown .triangle1 {
  /*margin-left:80px;*/
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
  border-bottom-color: #7e91ad;
}
#stream-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle {
  position: relative;
  /*width:140px;*/
  font-size: 10px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #7e91ad;
  overflow: hidden;
  /*.menu-btn:first-child{*/
  /*height:4px;*/
  /*padding:0px;*/
  /*border-bottom: none;*/
  /*}*/
}
#stream-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn {
  padding: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  border-bottom: 1px solid #ccd8e6;
  white-space: nowrap;
  vertical-align: middle;
}
#stream-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn .icon {
  margin-right: 12px;
  fill: #3d7fba;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}
#stream-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn:hover {
  background-color: #e2f2fb;
}
#stream-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn:hover .text {
  text-decoration: underline;
}
#stream-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn:last-child {
  border-bottom: none;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer {
  position: absolute;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 4px;
  width: 498px;
  max-width: 498px;
  height: 389px;
  margin-right: 0px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .row {
  overflow: hidden !important;
  margin-top: 0 !important;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row {
  color: #3d7fba;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  border-radius: 4px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer {
  border-right: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alert-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 274px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alert-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alert-header .alert-text {
  margin-right: 6px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alert-header .alert-toggle {
  font-size: 10px;
  cursor: pointer;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked {
  background-color: #333;
  border: 1px solid #333;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert {
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
  overflow: hidden;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff {
  height: 25px;
  line-height: 25px;
  padding: 9px 12px;
  border-bottom: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col {
  outline: none;
  background: #fff;
  text-align: left;
  float: right;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col .tgl-btn {
  margin-top: 2.5px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation {
  padding: 0px 12px;
  height: 25px;
  line-height: 25px;
  border-bottom: 0px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col {
  outline: none;
  background: #fff;
  float: right;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col select,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col select,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col select,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col select,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col select,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col select,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col select,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col select,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col select,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col select {
  margin-top: 2.5px;
  color: #4f95da;
  direction: rtl;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 15px 2px 2px;
  border: none;
  background: transparent url('../images/dropdown_img.png') no-repeat right center;
  background-size: 9px 9px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col select::-ms-expand,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col select::-ms-expand,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col select::-ms-expand,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col select::-ms-expand,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col select::-ms-expand,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col select::-ms-expand,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col select::-ms-expand,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col select::-ms-expand,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col select::-ms-expand,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col select::-ms-expand {
  display: none;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .left-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .left-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .left-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .left-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .left-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .left-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .left-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .left-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .left-col,
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .left-col {
  text-align: left;
  float: left;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert {
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
  overflow: hidden;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .default-settings {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  padding: 9px 12px;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  border-bottom: 1px solid #d4e0ea;
  height: 14px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer {
  margin-left: 300px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlist-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 174px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlist-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow {
  cursor: pointer;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow .icon {
  height: 12px;
  width: 12px;
  margin-top: 5px;
  fill: #3d7fba;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent {
  height: 268px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer {
  padding: 9px 12px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search {
  border: 1px solid #d4e0ea;
  line-height: 24px;
  height: 24px;
  border-radius: 4px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search .search_icon {
  margin-top: 5px;
  padding-left: 6px;
  fill: #bbc6d5;
  height: 13px;
  width: 13px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search #watchlist_search {
  outline: none;
  border: 0px;
  background: transparent;
  margin: 0px;
  line-height: 24px;
  text-indent: 4px;
  width: 152px;
  font-size: 13px;
  padding: 0px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper {
  padding: 9px 12px;
  overflow: auto;
  height: 249px;
  width: 172px;
  padding-top: 0px;
  padding-right: 15px;
  position: relative;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .new-watchlist {
  display: none;
  text-align: center;
  font-size: 12px;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  padding: 6px 12px;
  width: 172px;
  box-sizing: border-box;
  margin-bottom: 6px;
  cursor: pointer;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data {
  width: 174px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer {
  line-height: 14px;
  font-size: 12px;
  color: #3d7fba;
  clear: both;
  padding: 6px 0px;
  overflow: hidden;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked {
  background-color: #333;
  border: 1px solid #333;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer .watchlist-name {
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .bottom-row {
  font-size: 13px;
  font-family: Arial;
  border-top: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .bottom-row .cancel-button {
  line-height: 24px;
  padding: 12px;
  color: #9cabb8;
  cursor: pointer;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .bottom-row .save-button {
  line-height: 20px;
  margin: 12px;
  border: 2px solid #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #3d7fba;
  cursor: pointer;
}
#stream-html #middle-content #stock-info #top-pane .follow-popup-outer .bottom-row .unfollow-button {
  line-height: 22px;
  margin: 12px 0;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #3d7fba;
  cursor: pointer;
}
#stream-html #middle-content #stock-info #bottom-pane {
  height: 198px;
  margin-top: 7px;
  position: relative;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container {
  float: left;
  height: 180px;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container {
  float: left;
  width: 49%;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading {
  width: 100%;
  padding-top: 0px;
  font-size: 10px;
  float: left;
  height: 28px;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .data_values,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .data_values,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .data_values,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .data_values {
  font-size: 10px;
  text-align: center;
  padding-top: 7px;
  float: left;
  height: 28px;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .pl1,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .pl1,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .pl1,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .pl1 {
  padding-left: 1%;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .price,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .price,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .price,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .price,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .change,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .change,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .change,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .change,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .perc-change,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .perc-change,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .perc-change,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .perc-change,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .positive,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .positive,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .positive,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .positive,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .negative,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .negative,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .negative,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .negative,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .krange,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .krange,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .krange,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .krange,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .ev_ebitda,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .ev_ebitda,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .ev_ebitda,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .ev_ebitda,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .pe,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .pe,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .pe,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .pe,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .mkt_cap,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .mkt_cap,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .mkt_cap,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .mkt_cap,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .ychange,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .ychange,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .ychange,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .ychange {
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow div.span6,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow div.span6,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading div.span6,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading div.span6 {
  font-size: 8px;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow {
  line-height: 28px;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading {
  border-bottom: 1px solid lightgray;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading div,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading div {
  color: gray;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .data_values,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .data_values {
  width: 100%;
  float: left;
  padding-top: 15px;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .intragraphs,
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .intragraphs {
  width: 26%;
  height: 28px;
  float: right;
  padding-top: 5px;
}
#stream-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container {
  float: right;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container {
  float: left;
  height: 198px;
  overflow: hidden;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container #stock-price-info {
  height: 40px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container #stock-price-info .after-market {
  font-size: 10px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .big-stock-price {
  font-size: 32px;
  font-weight: bold;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .change-price {
  font-size: 18px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .change-percent {
  font-size: 18px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container #financials-r1 {
  height: 30px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container #financials-r2 {
  height: 30px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .cell-container {
  width: 96px;
  margin-right: 4px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .cell-container .cell-value {
  font-size: 12px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .cell-container .cell-title {
  font-size: 11px;
  color: #999999;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .wide {
  width: 140px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .short {
  width: 70px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .last {
  margin-right: 0px;
}
#stream-html #middle-content #stock-info #bottom-pane #financials-container .hr-spacer {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #DDDDDD;
}
#stream-html #middle-content #stock-info #bottom-pane #gspc-year-graph {
  float: left;
  overflow: hidden;
  width: 345px;
  height: 172px;
  margin-left: 35px;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table {
  padding: 0px 0px 10px 0px;
  float: left;
  position: absolute;
  top: 8px;
  left: 383px;
  width: 220px;
  font-size: 0.9em;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table {
  border-collapse: collapse;
  border: 1px solid #cecece;
  font-size: 0.7em;
  background-color: #F9F9F9;
  line-height: 9px;
  width: 100%;
  /*margin:0 auto;*/
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .data-row td {
  border: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .data-row .title-cell {
  font-weight: bold #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #mkt_cap #mkt_cap-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #mkt_cap #mkt_cap-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #mkt_cap #mkt_cap-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev #ev-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev #ev-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev #ev-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #price #price-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #price #price-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #price #price-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_sales #p_sales-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_sales #p_sales-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_sales #p_sales-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_sales #ev_sales-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_sales #ev_sales-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_sales #ev_sales-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_eps #p_eps-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_eps #p_eps-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_eps #p_eps-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #fcf_yield #fcf_yield-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #fcf_yield #fcf_yield-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #fcf_yield #fcf_yield-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales td.title-cell {
  border-right: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales td.data-cell {
  border-right: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales td {
  border: none;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales #sales-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales #sales-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales #sales-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy td {
  border: none;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy #sales-yoy-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy #sales-yoy-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy #sales-yoy-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda td.title-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda td.data-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda td {
  border: none;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda #ebitda-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda #ebitda-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda #ebitda-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy td {
  border: none;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps td.title-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps td.data-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps td {
  border: none;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps #eps-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps #eps-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps #eps-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #dps #dps-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #dps #dps-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #dps #dps-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy td {
  border: none;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy #eps-yoy-1,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy #eps-yoy-2,
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy #eps-yoy-3 {
  text-align: right;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .year-row {
  font-weight: bold;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .year-row td {
  border: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .top-row td {
  border: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .percent-row {
  /*font-size:0.6em;*/
  font-size: 9px;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .percent-row td {
  border: 1px solid #cecece;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .spacer-row {
  background-color: grey;
}
#stream-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .spacer-row td {
  /*border:1px solid;*/
}
#stream-html #middle-content #stock-info #bottom-pane #graph-container {
  float: right;
  margin-left: -50px;
}
#stream-html #middle-content #stock-info #bottom-pane #graph-container #graph-time {
  text-align: right;
  font-size: 10px;
  color: #999999;
}
#stream-html #middle-content #stock-info #info-pane {
  color: gray;
  font-size: 10px;
  text-align: right;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#stream-html #middle-content #stock-info #error-pane {
  display: block;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 413px;
  padding: 10px;
}
#stream-html #middle-content #stock-info #error-pane .header {
  font-size: 14px;
  margin-bottom: 7px;
}
#stream-html #middle-content #stock-info #error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
#stream-html #middle-content #stock-info #error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#stream-html #middle-content #stock-info #small-error-pane {
  display: block;
  position: absolute;
  top: 4px;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 250px;
  padding: 10px;
}
#stream-html #middle-content #stock-info #small-error-pane .header {
  font-size: 12px;
}
#stream-html #middle-content #stock-info #small-error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
#stream-html #middle-content #stock-info #small-error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#stream-html #middle-content #stock-stream {
  overflow: hidden;
}
#stream-html #middle-content #stock-stream .stream-content {
  height: 450px;
}
#stream-html #middle-content #stock-stream .stream-content .stream-content-item {
  border-bottom: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-stream .stream-content .blue {
  background-color: #E0F0FC;
}
#stream-html #middle-content #stock-stream .stream-content .blue:hover {
  background-color: #FFFDE0;
}
#stream-html #middle-content #stock-stream .ticker .ticker-chevron {
  margin-top: 2px;
}
#stream-html #middle-content #stock-stream .stream-column {
  position: relative;
}
#stream-html #middle-content #stock-stream .stream-column .stream-tweet-select {
  padding-right: 3px;
  cursor: pointer;
  display: none;
}
#stream-html #middle-content #stock-stream .stream-column .stream-tweet-select .icon {
  height: 12px;
  width: 12px;
  fill: #1e374d;
  vertical-align: middle;
}
#stream-html #middle-content #stock-stream .stream-column .stream-column-select {
  padding-right: 3px;
  cursor: pointer;
}
#stream-html #middle-content #stock-stream .stream-column .stream-column-select .icon {
  height: 12px;
  width: 12px;
  fill: #1e374d;
  vertical-align: middle;
}
#stream-html #middle-content #stock-stream .stream-column.add-overlay-border:after {
  width: 97%;
  height: 98%;
  content: ' ';
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: inset;
  border: 5px solid #3d7fba;
}
#stream-html #middle-content #stock-stream .stream-column.add-overlay-border-docholder:after {
  width: 98.5%;
}
#stream-html #middle-content #stock-stream .stream-column-header {
  height: 28px;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  font-family: Helvetica Neue, Arial, sans-serif;
  background-color: #e8eef7;
}
#stream-html #middle-content #stock-stream .stream-column-header .header-title {
  color: #1e374d;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 7px;
}
#stream-html #middle-content #stock-stream .stream-column-header .header-title .cur_text,
#stream-html #middle-content #stock-stream .stream-column-header .header-title .art_text,
#stream-html #middle-content #stock-stream .stream-column-header .header-title .news_text {
  float: left;
}
#stream-html #middle-content #stock-stream .stream-column-header .header-title .cur_text select,
#stream-html #middle-content #stock-stream .stream-column-header .header-title .art_text select,
#stream-html #middle-content #stock-stream .stream-column-header .header-title .news_text select {
  padding: 1px;
  background: #fff;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #437FB7;
  margin-top: -1px;
}
#stream-html #middle-content #stock-stream .stream-column-header .header-title .new_tweet,
#stream-html #middle-content #stock-stream .stream-column-header .header-title .new_article,
#stream-html #middle-content #stock-stream .stream-column-header .header-title .new_news {
  float: right;
  margin-right: 12px;
  font-size: 10px;
  cursor: pointer;
  padding-top: 1px;
  color: #3d7fba;
  text-decoration: underline;
  display: none;
}
#stream-html #middle-content #stock-stream .stream-column-header .column-new-tweet {
  width: 150px;
  position: absolute;
  font-size: 12px;
  background: #F0F0F0;
  border: 1px solid grey;
  border-radius: 3px;
  z-index: 2;
  top: 12%;
  margin-right: -75px;
  right: 50%;
  text-align: center;
  padding: 4px;
  cursor: pointer;
}
#stream-html #middle-content #stock-stream .stream-column-header .column-new-tweet .new_tweet {
  text-decoration: underline;
  color: #437FB7;
  font-size: 11px;
}
#stream-html #middle-content #stock-stream #stream-curated-tweets {
  float: left;
  width: 339px;
  border-right: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-stream #stream-articles {
  float: left;
  width: 339px;
  border-right: 1px solid #d4e0ea;
}
#stream-html #middle-content #stock-stream #stream-news {
  float: left;
  width: 337px;
}
#stream-html #middle-content #stock-stream #stream-news .stream-column-header {
  border-right: none;
  /*.box-shadow-base-inset(transparent,0px,0px,0px,0px);*/
}
#stream-html #middle-content #stock-stream #stream-news #col3_tags {
  float: left;
  margin-top: 2px;
}
#stream-html #middle-content #stock-stream #stream-news .tag {
  background: #4FCDCE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 9px;
  color: white;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  margin-left: 10px;
  text-transform: lowercase;
}
#stream-html #middle-content #stock-stream #stream-news .close-icon {
  float: left;
  display: none;
  cursor: pointer;
  height: 12px;
  width: 12px;
  fill: #1e374d;
  margin-top: 1px;
}
#stream-html #middle-content #stock-stream #stream-news #read-mode-prompt {
  display: none;
  position: absolute;
  font-size: 12px;
  /*background-color: #d4e1ed;*/
  /*border: 1px solid #BCBCBC;*/
  border-radius: 3px;
  padding: 5px;
  z-index: 2;
  right: 5px;
  top: 35px;
  background-color: #112a40;
  border: 1px solid #112a40;
  opacity: 0.8;
  color: #ffffff;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
#stream-html #middle-content #stock-stream #stream-news .stream-content-item {
  border-right: none;
  /*.box-shadow-base-inset(transparent,0px,0px,0px,0px);*/
}
#stream-html #middle-content #stock-stream #stream-news .stream-load-more {
  border-right: none;
}
#stream-html #middle-content #stock-stream #stream-news #column-read-mode {
  cursor: pointer;
  margin-right: 6px;
  float: right;
}
#stream-html #middle-content #stock-stream #stream-news #column-read-mode .read-mode-text {
  text-decoration: underline;
  font-size: 9px;
}
#stream-html #middle-content #stock-stream #stream-news #column-read-mode .icon {
  height: 13px;
  width: 13px;
  margin-right: 6px;
  vertical-align: middle;
  fill: #1e374d;
}
#stream-html #middle-content #stock-stream #stream-news #column-read-mode .icon:hover {
  fill: #3d7fba;
}
#stream-html #middle-content #stock-stream #stream-news .stream-content {
  width: 337px;
}
#stream-html #left-content {
  z-index: 999;
  float: left;
  max-width: 282px;
  min-width: 259px;
  background: #e8eef7;
  height: inherit;
  overflow: visible;
}
#stream-html #left-content .watchlist-check {
  display: block;
  float: left;
  width: 4px;
  height: 10px;
  margin: -1px 0px 0px 0px;
  position: relative;
}
#stream-html #left-content .watchlist-check label {
  margin-left: 0px;
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff);
}
#stream-html #left-content .watchlist-check label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  background-color: #437FB7;
}
#stream-html #left-content .watchlist-check label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
}
#stream-html #left-content .watchlist-check input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#stream-html #left-content #stream-search-box-holder {
  width: 93%;
  margin: 6px 3%;
  overflow: visible;
}
#stream-html #left-content #stream-search-box-holder li .clear-icon .icon {
  font-size: 12px;
}
#stream-html #left-content #stream-search-box-holder .newAutocomplete input {
  text-transform: uppercase;
  line-height: 16px;
  padding: 1px 0px;
  margin-top: 1px;
}
#stream-html #left-content #stream-search-box-holder .newAutocomplete ::-webkit-input-placeholder {
  text-transform: initial;
}
#stream-html #left-content #stream-search-box-holder .newAutocomplete :-moz-placeholder {
  text-transform: initial;
}
#stream-html #left-content #stream-search-box-holder .newAutocomplete ::-moz-placeholder {
  text-transform: initial;
}
#stream-html #left-content #stream-search-box-holder .newAutocomplete :-ms-input-placeholder {
  text-transform: none;
}
#stream-html #left-content #stream-search-box-holder .newAutocomplete .docCompName {
  width: 236px;
  line-height: 18px;
  margin-left: 6px;
  padding: 0;
}
#stream-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper {
  margin-left: -3px;
  border: 0;
  box-shadow: 1px 2px 6px -2px #1e374d;
}
#stream-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li {
  padding: 6px 0 6px 6px;
  box-sizing: border-box;
}
#stream-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docTicker,
#stream-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docDebtTicker,
#stream-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docTickerInt {
  padding: 2px 4px;
}
#stream-html #left-content #stream-search-box-holder.search-box-holder {
  border: 2px solid #d4e0ea;
}
#stream-html #left-content #stream-search-box-holder.search-box-holder .search-watchlist-button {
  background: #ffffff;
  border-right: 1px solid #d4e0ea;
  color: #3d7fba;
}
#stream-html #left-content #stream-search-box-holder.search-box-holder .search-watchlist-button .icon {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
}
#stream-html #left-content #sensitivity_outer {
  width: 94%;
  float: left;
  font-size: 12px;
  margin: 0 3% 6px 3%;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#stream-html #left-content #sensitivity_outer .sensitivity_text {
  line-height: 24px;
  font-size: 13px;
  color: #698094;
  margin-right: 1px;
}
#stream-html #left-content #sensitivity_outer .sensitivity {
  color: #3d7fba;
  cursor: pointer;
  line-height: 18px;
  padding: 0 9px;
  border: 2px solid #3d7fba;
}
#stream-html #left-content #sensitivity_outer .sensitivity_selected {
  background: #3d7fba;
  color: #ffffff;
}
#stream-html #left-content #sensitivity_outer .med_sen {
  border-right: 1px solid #3d7fba;
  border-left: 1px solid #3d7fba;
}
#stream-html #left-content #sensitivity_outer .high_sen {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 0;
}
#stream-html #left-content #sensitivity_outer .low_sen {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#stream-html #left-content #sensitivity_outer .tutorial_outer {
  position: relative;
  left: 3px;
}
#stream-html #left-content #sensitivity_outer .tutorial_outer .tutorial-btn {
  float: left;
  cursor: pointer;
  fill: #698094;
  height: 15px;
  width: 15px;
  margin-top: 4px;
}
#stream-html #left-content #sensitivity_outer .tutorial_outer .tutorial-btn:hover {
  fill: #3d7fba;
}
#stream-html #left-content #ticker-watchlist {
  position: relative;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  width: 100%;
}
#stream-html #left-content #ticker-watchlist .jspPane {
  max-width: 277px;
}
#stream-html #left-content #ticker-watchlist .jspVerticalBar {
  right: 1px;
  width: 4px;
  display: block !important;
}
#stream-html #left-content #ticker-watchlist .jspVerticalBar .jspArrow {
  display: none !important;
}
#stream-html #left-content #ticker-watchlist .jspVerticalBar .jspDrag {
  height: 110px;
  width: 4px;
  background-color: rgba(105, 128, 148, 0.55);
  margin: 0px;
}
#stream-html #left-content .inset-container {
  font-family: Helvetica Neue, Arial, sans-serif;
  float: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 100%;
  color: #3d7fba;
  background-color: #ffffff;
  border-top: 2px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
}
#stream-html #left-content .inset-container .edit-span {
  float: left;
  font-size: 12px;
  margin-right: 12px;
  margin-top: 4px;
}
#stream-html #left-content .inset-container .header-container {
  height: 24px;
  width: 100%;
  padding-top: 6px;
  background: #eef1f4;
}
#stream-html #left-content .inset-container .header-container .header-text {
  width: 70%;
  float: left;
  color: #3d7fba;
  font-weight: 500;
  font-size: 12px;
  padding-left: 6px;
  line-height: 18px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#stream-html #left-content .inset-container .header-container .header-expand-collapse .icon {
  height: 12px;
  width: 12px;
  padding-right: 8px;
  margin-top: 4px;
  fill: #698094;
}
#stream-html #left-content .inset-container .header-container .header-expand-collapse .icon:hover {
  fill: #3d7fba;
}
#stream-html #left-content .inset-container .watchlist_allticker {
  font-family: Helvetica Neue, Arial, sans-serif;
  border-bottom: 0;
}
#stream-html #left-content .inset-container .watchlist_allticker .list-item {
  font-size: 12px;
  line-height: 18px;
}
#stream-html #left-content .inset-container .watchlist_allticker .list-item:hover {
  background: #e8eef7;
}
#stream-html #left-content .inset-container .subheader-container {
  overflow: hidden;
  height: 18px;
  padding-top: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #F6F6F6;
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  color: #595959;
  font-size: 9px;
}
#stream-html #left-content .inset-container .subheader-container .subheader-ticker {
  float: left;
  width: 21%;
  text-align: center;
}
#stream-html #left-content .inset-container .subheader-container .subheader-quickstat {
  float: left;
  width: 0%;
  text-align: right;
  height: 0px;
}
#stream-html #left-content .inset-container .subheader-container .subheader-percent {
  float: right;
  text-align: right;
  width: 20%;
}
#stream-html #left-content .inset-container .subheader-container .subheader-chng {
  float: right;
  text-align: right;
  width: 20%;
}
#stream-html #left-content .inset-container .subheader-container .subheader-price {
  float: right;
  text-align: right;
  /*width:20%;*/
  width: 19%;
}
#stream-html #left-content .inset-container .subheader-container .subheader-pe {
  float: right;
  text-align: right;
  width: 20%;
}
#stream-html #left-content .inset-container .subheader-container .subheader-arrow {
  font-size: 6px;
  margin-left: 1px;
}
#stream-html #left-content .inset-container .subheader-container .subheader-arrow:hover {
  cursor: pointer;
}
#stream-html #left-content .inset-container .list-item-container-selected,
#stream-html #left-content .inset-container .active_ticker {
  font-weight: bold;
  background-color: #3d7fba;
}
#stream-html #left-content .inset-container .list-item-container-selected .item-name,
#stream-html #left-content .inset-container .active_ticker .item-name,
#stream-html #left-content .inset-container .list-item-container-selected .item-number,
#stream-html #left-content .inset-container .active_ticker .item-number {
  color: #ffffff !important;
}
#stream-html #left-content .inset-container .list-item-container-selected .list-ticker,
#stream-html #left-content .inset-container .active_ticker .list-ticker {
  background: #ffffff !important;
  color: #3d7fba !important;
}
#stream-html #left-content .inset-container .list-item-container-selected .list-pe,
#stream-html #left-content .inset-container .active_ticker .list-pe {
  color: #ffffff !important;
}
#stream-html #left-content .inset-container .list-item-container-selected .list-change,
#stream-html #left-content .inset-container .active_ticker .list-change {
  color: #ffffff;
}
#stream-html #left-content .inset-container .list-item-container-selected .list-percent,
#stream-html #left-content .inset-container .active_ticker .list-percent {
  color: #ffffff;
}
#stream-html #left-content .inset-container .list-item-container-selected .list-price,
#stream-html #left-content .inset-container .active_ticker .list-price {
  color: #ffffff;
}
#stream-html #left-content .inset-container .fol_rec_watchlist {
  border-bottom: 1px solid #2e3644 !important;
}
#stream-html #left-content .inset-container .list-item-container.recent_watchlist .list-item,
#stream-html #left-content .inset-container .list-item-container.followed_watchlist .list-item,
#stream-html #left-content .inset-container .list-item-container.fol_rec_watchlist .list-item {
  padding-left: 1px;
}
#stream-html #left-content .inset-container .list-item-container {
  width: 100%;
  font-family: Helvetica Neue, Arial, sans-serif;
  cursor: pointer;
}
#stream-html #left-content .inset-container .list-item-container .list-item {
  height: 18px;
  padding: 6px 6px;
  font-size: 12px;
}
#stream-html #left-content .inset-container .list-item-container .list-item .list-ticker {
  float: left;
  width: 19%;
  color: #ffffff;
  background: #3d7fba;
  text-align: center;
  border-radius: 2px;
  line-height: 18px;
}
#stream-html #left-content .inset-container .list-item-container .list-item .list-percent,
#stream-html #left-content .inset-container .list-item-container .list-item .list-change {
  float: right;
  text-align: right;
  width: 20%;
  line-height: 18px;
}
#stream-html #left-content .inset-container .list-item-container .list-item .list-change {
  width: 19%;
}
#stream-html #left-content .inset-container .list-item-container .list-item .list-chng {
  float: right;
  text-align: right;
  width: 20%;
  line-height: 18px;
}
#stream-html #left-content .inset-container .list-item-container .list-item .list-price {
  float: right;
  text-align: right;
  width: 19%;
  margin-right: 3px;
  line-height: 18px;
  overflow: hidden;
}
#stream-html #left-content .inset-container .list-item-container .list-item .list-pe {
  width: 19%;
  color: #3d7fba;
  float: right;
  line-height: 18px;
  text-align: right;
  padding-right: 5px;
}
#stream-html #left-content .inset-container .list-item-container .list-item .list-quickstat {
  display: none;
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 2px;
  font-size: 9px;
}
#stream-html #left-content .inset-container .list-item-container .list-item .watchlist-name {
  width: 70%;
}
#stream-html #left-content .inset-container .list-item-container .list-item .item-name {
  margin-left: 10px;
  float: left;
  color: #3d7fba;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#stream-html #left-content .inset-container .list-item-container .list-item .item-name:last-child {
  border-bottom: none;
}
#stream-html #left-content .inset-container .list-item-container .list-item .item-number {
  float: right;
  padding-right: 6px;
}
#stream-html #left-content .inset-container .list-item-container .list-item .stock-price {
  padding-right: 10px;
}
#stream-html #left-content .inset-container .list-item-container .list-item .selected {
  text-decoration: underline;
}
#stream-html #left-content .inset-container .list-item-container .list-item:hover {
  background: #e8eef7;
}
#stream-html #left-content .inset-container .list-item-container:last-child {
  border-bottom: none;
}
#stream-html #left-content .inset-container .outer_sub_watchlist {
  border-bottom: 2px solid #d4e0ea;
}
#stream-html #extra-content {
  float: left;
  -webkit-box-shadow: #EAEAEA 4px 0px 5px -2px;
  -moz-box-shadow: #EAEAEA 4px 0px 5px -2px;
  box-shadow: #EAEAEA 4px 0px 5px -2px;
  background: #F9F9F9;
  height: inherit;
  overflow: auto;
}
#stream-html #holder {
  min-width: 1280px;
  overflow-y: hidden;
  height: inherit;
  background-color: #F9F9F9;
}
#stream-html #stream-filings-drop-down,
#stream-html #stream-presentations-drop-down {
  left: 687px;
  top: 41px;
}
/*
* Realtime Search Page CSS
*/
#rts-html {
  overflow: auto;
}
#rts-html #rts-top {
  float: left;
}
#rts-html #rts-top #row1 {
  width: 100%;
  float: left;
  position: relative;
}
#rts-html #rts-top #row1 .rts-search-box {
  width: 240px;
  margin-bottom: 8px;
  margin-right: 100px;
  float: left;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#rts-html #rts-top #row1 #keysearch-explain {
  position: absolute;
  top: 73px;
  left: 56px;
}
#rts-html #rts-top #row1 #keysearch-explain .triangle1 {
  position: relative;
  z-index: 101;
  width: 0px;
  height: 0px;
  margin-left: 3px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #30506e transparent;
}
#rts-html #rts-top #row1 #keysearch-explain .content {
  background: #3975AF;
  border: 1px solid #28629A;
  border-radius: 3px;
  -webkit-box-shadow: #28629a 0px 0px 6px 1px;
  box-shadow: #28629a 0px 0px 6px 1px;
  color: white;
  font-size: 10px;
  cursor: pointer;
  padding: 10px;
  width: 300px;
  height: 152px;
}
#rts-html #rts-top #row1 #keysearch-explain .row {
  margin-bottom: 6px;
}
#rts-html #rts-top #row1 #keysearch-explain .row-close {
  height: 7px;
  color: black;
  cursor: pointer;
  font-size: 11px;
}
#rts-html #rts-top #row1 #keysearch-explain .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#rts-html #rts-top #row1 #keysearch-explain .row1 {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 13px;
}
#rts-html #rts-top #row1 #keysearch-explain .row2 {
  font-weight: bold;
  margin-bottom: 13px;
}
#rts-html #rts-top #row1 #keysearch-explain .row4 {
  margin-bottom: 6px;
  background-color: #DBE5EF;
  -webkit-box-shadow: inset 0px 0px 2px 1px #28629a;
  box-shadow: inset 0px 0px 2px 1px #28629a;
  float: right;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 1px;
  color: black;
  cursor: pointer;
  font-size: 11px;
}
#rts-html #rts-top #row1 #keysearch-explain .row3 {
  margin-top: 12px;
  text-align: center;
  margin-bottom: 13px;
}
#rts-html #rts-top #row1 #rts-buttons {
  float: left;
  cursor: pointer;
}
#rts-html #rts-top #row1 #rts-buttons .button-base {
  border: 1px solid #CBCBCB;
  -webkit-box-shadow: #EEEEEE 0px 2px 2px 0px;
  -moz-box-shadow: #EEEEEE 0px 2px 2px 0px;
  box-shadow: #EEEEEE 0px 2px 2px 0px;
  width: 130px;
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
  padding: 12px 0px 12px 0px;
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4C4C4C;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F5F5F5));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F5F5F5);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F5F5F5);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F5F5F5);
  background-image: -o-linear-gradient(top, #FAFAFA, #F5F5F5);
  background-image: linear-gradient(top, #FAFAFA, #F5F5F5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F5F5F5);
}
#rts-html #rts-top #row1 #rts-buttons .button-selected {
  -webkit-box-shadow: #EEEEEE 0px 2px 2px 0px;
  -moz-box-shadow: #EEEEEE 0px 2px 2px 0px;
  box-shadow: #EEEEEE 0px 2px 2px 0px;
  width: 130px;
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
  padding: 12px 0px 12px 0px;
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4C4C4C;
  background-color: #FAFAFA;
  border: 1px solid #BDBDBD;
  background-color: #E7E7E7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E7E7E7), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: -moz-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: -ms-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: -o-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: linear-gradient(top, #E7E7E7, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E7E7E7, endColorstr=#F3F3F3);
}
#rts-html #rts-top #row1 #rts-buttons .button-base:hover {
  border: 1px solid #BDBDBD;
  background-color: #E7E7E7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E7E7E7), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: -moz-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: -ms-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: -o-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: linear-gradient(top, #E7E7E7, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E7E7E7, endColorstr=#F3F3F3);
}
#rts-html #rts-top #row1 #rts-buttons .button-left {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
#rts-html #rts-top #row1 #rts-buttons .button-right {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
#rts-html #rts-top #row2 {
  float: left;
  width: 100%;
  font-size: 11px;
  color: #999999;
  margin-bottom: 15px;
}
#rts-html #app-search-table {
  width: 100%;
}
#rts-html #app-search-table .graphs {
  float: left;
  margin-bottom: 20px;
  display: none;
}
#rts-html #app-search-table .graphs .embed-graph {
  border: none;
}
#rts-html #app-search-table .graphs .graph-container {
  margin-bottom: 20px;
  width: 49%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: #EEEEEE 1px 1px 0px 0px;
  -moz-box-shadow: #EEEEEE 1px 1px 0px 0px;
  box-shadow: #EEEEEE 1px 1px 0px 0px;
}
#rts-html #app-search-table .graphs .graph-container .header {
  height: 32px;
  width: 100%;
  border-bottom: 1px solid #B6B6B6;
  font-family: Helvetica Neue, sans-serif;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  -webkit-box-shadow: #EEEEEE 0px 2px 1px 0px;
  -moz-box-shadow: #EEEEEE 0px 2px 1px 0px;
  box-shadow: #EEEEEE 0px 2px 1px 0px;
}
#rts-html #app-search-table .graphs .graph-container .header .title {
  float: left;
  margin-left: 12px;
  margin-top: 8px;
  font-size: 12px;
  color: #595959;
  font-weight: normal;
}
#rts-html #app-search-table .graphs .graph-container .header .button-with-borders {
  border-left: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  -webkit-box-shadow: #EBEBEB 1px 0px 0px 0px;
  -moz-box-shadow: #EBEBEB 1px 0px 0px 0px;
  box-shadow: #EBEBEB 1px 0px 0px 0px;
}
#rts-html #app-search-table .graphs .graph-container .header .button {
  float: right;
  width: 40px;
  height: 100%;
  text-align: center;
  position: relative;
  bottom: 2px;
}
#rts-html #app-search-table .graphs .graph-container .header .button .icon {
  margin-top: 8px;
  color: #595959;
  fill: #698094;
  height: 20px;
}
#rts-html #app-search-table .graphs .graph-container .header .button:hover {
  -moz-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  box-shadow: inset 0px 0px 3px 0px #BCBCBC;
}
#rts-html #app-search-table .graphs .graph-container .graph {
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#rts-html #app-search-table .graphs .graph-container .input-query {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 10px;
  border: 1px solid #BBBBBB;
  line-height: 18px;
  width: 60px;
}
#rts-html #app-search-table .graphs .container-wide {
  width: 99%;
}
#rts-html #app-search-table #stream {
  float: right;
  width: 340px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: #EEEEEE 2px 1px 1px 0px;
  -moz-box-shadow: #EEEEEE 2px 1px 1px 0px;
  box-shadow: #EEEEEE 2px 1px 1px 0px;
}
#rts-html #app-search-table #stream .pagination-buttons {
  font-size: 13px;
  float: left;
  margin-bottom: 3px;
}
#rts-html #app-search-table #stream .pagination-buttons .previous {
  padding-top: 10px;
  height: 26px;
  color: #A9A9A9;
  float: left;
  width: 169px;
  text-align: center;
  background: #F5F5F5;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  -moz-box-shadow: inset 0px 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px 0px #ffffff;
}
#rts-html #app-search-table #stream .pagination-buttons .next {
  color: #4C4C4C;
  padding-top: 10px;
  height: 26px;
  float: right;
  width: 169px;
  text-align: center;
  background: #D4F0FF;
  border-top: 1px solid #8ABFD7;
  border-left: 1px solid #8ABFD7;
  border-bottom: 1px solid #8ABFD7;
  -moz-box-shadow: inset 0px 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px 0px #ffffff;
}
#rts-html #app-search-table #stream .pagination-buttons .next:active {
  -moz-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  box-shadow: inset 0px 0px 3px 0px #BCBCBC;
}
#rts-html #app-search-table #stream .pagination-buttons .unavailable {
  color: #A9A9A9;
  background: #F5F5F5;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  -moz-box-shadow: inset 0px 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px 0px #ffffff;
}
#rts-html #app-search-table #stream .pagination-buttons .available {
  color: #4C4C4C;
}
#rts-html #app-search-table #stream .pagination-buttons .available:active {
  -moz-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  box-shadow: inset 0px 0px 3px 0px #BCBCBC;
}
#rts-html #app-search-table #stream .header {
  height: 32px;
  width: 100%;
  font-family: Helvetica Neue, sans-serif;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  -webkit-box-shadow: #EEEEEE 0px 2px 1px 0px;
  -moz-box-shadow: #EEEEEE 0px 2px 1px 0px;
  box-shadow: #EEEEEE 0px 2px 1px 0px;
}
#rts-html #app-search-table #stream .header .title {
  float: left;
  margin-left: 12px;
  margin-top: 8px;
  font-size: 12px;
  color: #595959;
  font-weight: normal;
}
#rts-html #app-search-table #stream .sub-header {
  float: left;
  height: 25px;
  width: 100%;
  background: #E6E6E6;
  border-top: 1px solid #B6B6B6;
}
#rts-html #app-search-table #stream .sub-header .title {
  margin-top: 5px;
  margin-left: 12px;
  font-size: 12px;
  font-weight: bold;
}
#rts-html #app-search-table #stream .tweet-container {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#rts-html #app-search-table #stream .tweet-item {
  float: left;
  width: 100%;
  border-top: 1px solid #BBBBBB;
  -moz-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  box-shadow: inset 0px -1px 1px 0px #EEEEEE;
}
#rts-html #app-search-table #stream .tweet-item .content {
  font-size: 11px;
  color: #232323;
}
#rts-html #app-search-table #stream .tweet-item .author {
  font-size: 9px;
  color: #999999;
  padding-top: 6px;
}
#rts-html #app-search-table #stream .tweet-item .author a {
  text-decoration: none;
}
#rts-html #app-search-table #stream .tweet-item .tweet-left-container {
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  height: 48px;
  width: 48px;
}
#rts-html #app-search-table #stream .tweet-item .tweet-left-container .tweet-profile-pic {
  height: 48px;
  width: 48px;
  background: grey;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 230px;
  float: left;
  margin-left: 8px;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container .upper-row-header {
  height: 17px;
  padding-bottom: 1px;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container .upper-row-header .tweet-message {
  font-size: 12px;
  font-weight: bold;
  margin-right: 7px;
  height: 16px;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container .upper-row-header .tweet-source {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  height: 10px;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container .upper-row-header .usernamelink {
  color: black;
  text-decoration: none;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container .tweet-api {
  margin-top: -18px;
  font-size: 17px;
  margin-right: 12px;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container .tweet-api .text {
  margin-top: 3px;
  margin-right: 8px;
  color: #595959;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container .tweet-api .icon {
  font-size: 13px;
  color: #698094;
  line-height: 18px;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container .tweet-api .img {
  height: 12px;
  width: 12px;
  fill: #698094;
  margin-top: 2px;
  margin-right: 1px;
  outline: none;
  border: none;
}
#rts-html #app-search-table #stream .tweet-item .tweet-right-container .tweet-api .tweet-retweet {
  margin-left: 7px;
  margin-right: 7px;
}
#rts-html #app-search-table #stream .tweet-item:hover {
  background: #FFFDE0;
}
#rts-html #app-search-table #stream .headline-item {
  float: left;
  width: 100%;
  border-top: 1px solid #BBBBBB;
  -moz-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  box-shadow: inset 0px -1px 1px 0px #EEEEEE;
}
#rts-html #app-search-table #stream .headline-item .headline-title {
  color: #437FB7;
  font-size: 12px;
  padding-left: 12px;
  padding-top: 10px;
}
#rts-html #app-search-table #stream .headline-item .headline-datestamp {
  color: #999999;
  font-size: 10px;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 10px;
}
#rts-html #app-search-table #stream .headline-item:hover {
  background: #FFFDE0;
}
#rts-html #rts-content {
  width: 100%;
}
#rts-html #rts-content .graphs {
  float: left;
  margin-bottom: 20px;
  display: none;
}
#rts-html #rts-content .graphs .embed-graph {
  border: none;
}
#rts-html #rts-content .graphs #load-more-alexa-graph-new {
  width: 100%;
  margin-top: 20px;
  float: left;
  margin-bottom: 10px;
  border: none;
  outline: none;
}
#rts-html #rts-content .graphs #load-more-alexa-graph-new .load-graph {
  width: 420px;
  margin: auto;
  color: #595959;
  background: #F4F4F4;
  font-size: 12px;
  padding-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: #eeeeee 1px 1px 0px 0px;
  -moz-box-shadow: #eeeeee 1px 1px 0px 0px;
  box-shadow: #eeeeee 1px 1px 0px 0px;
}
#rts-html #rts-content .graphs #load-more-alexa-graph-new .load-graph .load-chart-text {
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}
#rts-html #rts-content .graphs #load-more-alexa-graph-new .load-graph .load-button {
  border: 1px solid #979797;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4e1ed), color-stop(100%, #d0dce9));
  background-image: -webkit-linear-gradient(top, #d4e1ed, #d0dce9);
  background-image: -moz-linear-gradient(top, #d4e1ed, #d0dce9);
  background-image: -ms-linear-gradient(top, #d4e1ed, #d0dce9);
  background-image: -o-linear-gradient(top, #d4e1ed, #d0dce9);
  background-image: linear-gradient(top, #d4e1ed, #d0dce9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d4e1ed, endColorstr=#d0dce9);
  width: 150px;
  margin: auto;
  margin-top: 30px;
  color: #344132;
  box-shadow: 0px 0px 1px 0px black;
  cursor: pointer;
}
#rts-html #rts-content .graphs #load-more-alexa-graph-new .load-below-text {
  width: 30%;
  margin-left: 35%;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
}
#rts-html #rts-content .graphs .graph-container {
  margin-bottom: 20px;
  width: 49%;
}
#rts-html #rts-content .graphs .graph-container .header {
  font-family: Helvetica Neue, sans-serif;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  -webkit-box-shadow: #EEEEEE 0px 2px 1px 0px;
  -moz-box-shadow: #EEEEEE 0px 2px 1px 0px;
  box-shadow: #EEEEEE 0px 2px 1px 0px;
  position: relative;
  height: 28px;
  background: white;
  border: none;
  width: auto;
  padding: 6px 12px;
  box-shadow: none;
  color: #3d7fba;
}
#rts-html #rts-content .graphs .graph-container .header .title {
  color: #5488C1;
  margin-top: 0px;
  float: left;
  margin-left: 0px;
  font-size: 12px;
  font-weight: normal;
  line-height: 28px;
}
#rts-html #rts-content .graphs .graph-container .header .separator_share {
  margin: 0px 12px;
  border-left: 1px solid #ccd8e6;
  height: 24px;
  padding: 0px;
}
#rts-html #rts-content .graphs .graph-container .header .button-with-borders {
  border-left: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  -webkit-box-shadow: #EBEBEB 1px 0px 0px 0px;
  -moz-box-shadow: #EBEBEB 1px 0px 0px 0px;
  box-shadow: #EBEBEB 1px 0px 0px 0px;
}
#rts-html #rts-content .graphs .graph-container .header .button {
  float: left;
  width: auto;
  height: auto;
  text-align: center;
  padding: 5px 10px;
  border: solid 0px #8A9DBC;
  margin-left: 12px;
  cursor: pointer;
}
#rts-html #rts-content .graphs .graph-container .header .button .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
  margin-top: 6px;
}
#rts-html #rts-content .graphs .graph-container .header .button-with-attachment {
  margin-left: 0px;
  padding: 0px 5px;
}
#rts-html #rts-content .graphs .graph-container .header .button:hover .icon {
  fill: #3d7fba;
}
#rts-html #rts-content .graphs .graph-container .graph {
  padding-left: 12px;
  padding-bottom: 12px;
}
#rts-html #rts-content .graphs .graph-container .input-query {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 10px;
  border: 1px solid #BBBBBB;
  text-align: center;
  line-height: 18px;
  width: 60px;
}
#rts-html #rts-content .graphs .container-wide {
  width: 99%;
}
#rts-html #rts-content #stream {
  float: right;
  width: 340px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: #EEEEEE 2px 1px 1px 0px;
  -moz-box-shadow: #EEEEEE 2px 1px 1px 0px;
  box-shadow: #EEEEEE 2px 1px 1px 0px;
}
#rts-html #rts-content #stream .pagination-buttons {
  font-size: 13px;
  float: left;
  margin-bottom: 3px;
}
#rts-html #rts-content #stream .pagination-buttons .previous {
  padding-top: 10px;
  height: 26px;
  color: #A9A9A9;
  float: left;
  width: 169px;
  text-align: center;
  background: #F5F5F5;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  -moz-box-shadow: inset 0px 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px 0px #ffffff;
}
#rts-html #rts-content #stream .pagination-buttons .next {
  color: #4C4C4C;
  padding-top: 10px;
  height: 26px;
  float: right;
  width: 169px;
  text-align: center;
  background: #D4F0FF;
  border-top: 1px solid #8ABFD7;
  border-left: 1px solid #8ABFD7;
  border-bottom: 1px solid #8ABFD7;
  -moz-box-shadow: inset 0px 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px 0px #ffffff;
}
#rts-html #rts-content #stream .pagination-buttons .next:active {
  -moz-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  box-shadow: inset 0px 0px 3px 0px #BCBCBC;
}
#rts-html #rts-content #stream .pagination-buttons .unavailable {
  color: #A9A9A9;
  background: #F5F5F5;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  -moz-box-shadow: inset 0px 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px 0px #ffffff;
}
#rts-html #rts-content #stream .pagination-buttons .available {
  color: #4C4C4C;
}
#rts-html #rts-content #stream .pagination-buttons .available:active {
  -moz-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0px 0px 3px 0px #BCBCBC;
  box-shadow: inset 0px 0px 3px 0px #BCBCBC;
}
#rts-html #rts-content #stream .header {
  height: 32px;
  width: 100%;
  font-family: Helvetica Neue, sans-serif;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  -webkit-box-shadow: #EEEEEE 0px 2px 1px 0px;
  -moz-box-shadow: #EEEEEE 0px 2px 1px 0px;
  box-shadow: #EEEEEE 0px 2px 1px 0px;
}
#rts-html #rts-content #stream .header .title {
  float: left;
  margin-left: 12px;
  margin-top: 8px;
  font-size: 12px;
  color: #595959;
  font-weight: normal;
}
#rts-html #rts-content #stream .sub-header {
  float: left;
  height: 25px;
  width: 100%;
  background: #E6E6E6;
  border-top: 1px solid #B6B6B6;
}
#rts-html #rts-content #stream .sub-header .title {
  margin-top: 5px;
  margin-left: 12px;
  font-size: 12px;
  font-weight: bold;
}
#rts-html #rts-content #stream .tweet-container {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#rts-html #rts-content #stream .tweet-item {
  float: left;
  width: 100%;
  border-top: 1px solid #BBBBBB;
  -moz-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  box-shadow: inset 0px -1px 1px 0px #EEEEEE;
}
#rts-html #rts-content #stream .tweet-item .content {
  font-size: 11px;
  color: #232323;
}
#rts-html #rts-content #stream .tweet-item .author {
  font-size: 9px;
  color: #999999;
  padding-top: 6px;
}
#rts-html #rts-content #stream .tweet-item .author a {
  color: #999999;
  text-decoration: none;
}
#rts-html #rts-content #stream .tweet-item .tweet-left-container {
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  height: 48px;
  width: 48px;
}
#rts-html #rts-content #stream .tweet-item .tweet-left-container .tweet-profile-pic {
  height: 48px;
  width: 48px;
  background: grey;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 230px;
  float: left;
  margin-left: 8px;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container .upper-row-header {
  height: 16px;
  padding-bottom: 1px;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container .upper-row-header .tweet-message {
  font-size: 12px;
  font-weight: bold;
  margin-right: 7px;
  height: 16px;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container .upper-row-header .tweet-source {
  font-size: 9px;
  color: #999999;
  padding-top: 2px;
  height: 10px;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container .upper-row-header .usernamelink {
  color: black;
  text-decoration: none;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container .tweet-api {
  margin-top: -18px;
  font-size: 17px;
  margin-right: 12px;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container .tweet-api .text {
  margin-top: 3px;
  margin-right: 8px;
  color: #595959;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container .tweet-api .icon {
  font-size: 13px;
  color: #698094;
  line-height: 18px;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container .tweet-api .img {
  height: 12px;
  width: 12px;
  margin-top: 2px;
  fill: #698094;
  margin-right: 1px;
  outline: none;
  border: none;
}
#rts-html #rts-content #stream .tweet-item .tweet-right-container .tweet-api .tweet-retweet {
  margin-left: 7px;
  margin-right: 7px;
}
#rts-html #rts-content #stream .tweet-item:hover {
  background: #FFFDE0;
}
#rts-html #rts-content #stream .headline-item {
  float: left;
  width: 100%;
  border-top: 1px solid #BBBBBB;
  -moz-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0px -1px 1px 0px #EEEEEE;
  box-shadow: inset 0px -1px 1px 0px #EEEEEE;
}
#rts-html #rts-content #stream .headline-item .headline-title {
  color: #437FB7;
  font-size: 12px;
  padding-left: 12px;
  padding-top: 10px;
}
#rts-html #rts-content #stream .headline-item .headline-datestamp {
  color: #999999;
  font-size: 10px;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 10px;
}
#rts-html #rts-content #stream .headline-item:hover {
  background: #FFFDE0;
}
#rts-html .alexa5Ybutton {
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
}
/*
  settings popup css
*/
.account-page-popup {
  position: absolute;
  top: 0;
  left: 0;
}
.account-page-popup .overlay {
  background: #000000;
  opacity: 0.7;
}
.account-page-popup .loading {
  z-index: 9999;
  position: fixed;
  display: none;
  width: 10%;
  bottom: 0;
  right: 0;
  text-align: center;
}
.account-page-popup .loading .loading-wrapper {
  width: 100%;
  height: 50px;
  text-align: center;
}
.account-page-popup .loading .loading-wrapper p {
  font-size: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #85bff1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.account-page-popup .loading circle {
  stroke-dasharray: 410;
  stroke-dashoffset: 2110;
  stroke-width: 2;
  stroke-linecap: round;
  animation: dash 8s linear infinite;
  fill-opacity: 0.1;
  stroke: #538dbf;
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
.account-page-popup .message-popup {
  overflow: hidden;
  background: white;
  position: absolute;
  top: 0;
  border-radius: 4px;
  z-index: 999;
}
.account-page-popup .message-popup .title-wrapper {
  position: relative;
  border-bottom: none;
  padding: 18px 0;
  background-color: #f5faff;
  box-shadow: 0 1px 0 0 #d2e2f2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  margin-bottom: 1px;
}
.account-page-popup .message-popup .title-wrapper .title {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  color: #527495;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.2px;
  margin-bottom: 1px;
}
.account-page-popup .message-popup .title-wrapper .title .close-icon {
  position: absolute;
  right: 25px;
  top: 24px;
  cursor: pointer;
  color: #a7bdd2;
  font-size: 13px;
}
.account-page-popup .account-page-modal {
  position: relative;
}
.account-page-popup .account-page-modal .close-icon {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 27px;
}
.account-page-popup .account-page-modal #account_options {
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.account-page-popup .account-page-modal #account_options #left-column {
  text-align: left;
  background-color: #E8F1F9;
  width: 180px;
  height: 500px;
  background-color: #f5faff;
  border-right: 1px solid #ccd8e6;
}
.account-page-popup .account-page-modal #account_options #left-column #notebook-dropdown-wrapper {
  display: none;
}
.account-page-popup .account-page-modal #account_options #left-column .menu {
  padding: 0 !important;
  border-bottom: 1px solid #CCD8e6;
  cursor: pointer;
  color: #3d7fba;
  font-family: Helvetica Neue, Arial, sans-serif;
}
.account-page-popup .account-page-modal #account_options #left-column .menu .ui-accordion-header {
  margin-top: 0;
}
.account-page-popup .account-page-modal #account_options #left-column .menu .ui-accordion-header-icon {
  position: absolute;
  right: 8px;
  left: auto;
}
.account-page-popup .account-page-modal #account_options #left-column .menu .message {
  overflow: hidden;
  cursor: pointer;
  padding: 12px 18px;
  border: none !important;
  background: none !important;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
.account-page-popup .account-page-modal #account_options #left-column .menu .submenu {
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  border: none !important;
  background: none !important;
  list-style: none;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
.account-page-popup .account-page-modal #account_options #left-column .menu .submenu li.option-active {
  border-right: 6px solid #7E91AD;
  color: #3d7fba;
}
.account-page-popup .account-page-modal #account_options #left-column .option-active {
  border-right: 6px solid #7E91AD;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #left-column #account .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #team .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #integrations .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #alerts .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #share-alerts .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #custom-settings .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #notebookSettings .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #globalSearch .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #screener .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #options .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #custom-templates .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #equityDataTerminal .ui-accordion-header-icon,
.account-page-popup .account-page-modal #account_options #left-column #comparableSetting .ui-accordion-header-icon {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column {
  width: 680px;
  padding: 12px 18px 0 18px;
  margin-top: 10px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
.account-page-popup .account-page-modal #account_options #right-column .right-top-row {
  text-align: left;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 2px solid #d4e0ea;
  overflow: hidden;
}
.account-page-popup .account-page-modal #account_options #right-column .right-top-row .save-msg {
  font-size: 12px;
  color: white;
  line-height: 30px;
  background: #3dbf6f;
  padding: 0 12px;
  border-radius: 3px;
}
.account-page-popup .account-page-modal #account_options #right-column .right-top-row .error-msg {
  font-size: 12px;
  color: white;
  line-height: 30px;
  background: #f04848;
  padding: 0 12px;
  border-radius: 3px;
}
.account-page-popup .account-page-modal #account_options #right-column .height-flow {
  overflow-y: auto;
  height: 352px;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view {
  font-size: 13px;
  line-height: 18px;
  padding: 12px 0 0 0;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .section-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section {
  margin: 0 auto;
  width: 380px;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section .section-line {
  overflow: hidden;
  padding: 6px 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section .section-line .section-label {
  text-align: right;
  line-height: 18px;
  padding: 7px 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section .section-line .input {
  float: right;
  border: 1px solid #cccccc;
  border-radius: 4px;
  line-height: 18px;
  padding: 6px 12px;
  width: 180px;
  color: #999999;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section .section-line .fullname,
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section .section-line .username,
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section .section-line .email {
  border: 0px solid #cccccc;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section .password-set-message,
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section .password-error-message {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 6px;
  color: #2da65b;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .account-section .password-error-message {
  color: #f04848;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .pwd-text {
  font-family: arial, helvetica, clean, sans-serif;
  line-height: 18px;
  font-size: 13px;
  color: #698094;
  padding: 6px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .separator {
  border-bottom: 1px solid #ccd8e6;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .tfa-section {
  padding: 6px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .tfa-section .body {
  padding: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html #regular-view .tfa-section #tfa_enable {
  color: #ffffff;
  background: #3d7fba;
  padding: 12px;
  border-radius: 4px;
  margin-left: 12px;
  display: inline-block;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html .submit-button-row {
  padding-top: 3px;
  margin-top: 6px;
  background: #f5faff;
  margin: 0 -21px 0 -18px;
  padding-bottom: 50px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  height: 19px;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html .submit-button-row .submit {
  float: right;
  margin-left: 33px;
  margin-top: 8px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 158px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html .submit-button-row .submit:hover {
  background-color: #326b9e;
}
.account-page-popup .account-page-modal #account_options #right-column #account-html .submit-button-row .cancel {
  float: right;
  padding: 12px;
  font-size: 12px;
  color: #527495;
  cursor: pointer;
  margin-top: 8px;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view {
  padding: 12px 18px 0 0;
  height: 380px;
  overflow-y: auto;
  width: 100%;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-name .beta-status {
  color: #F5A623;
  font-size: 12px;
  padding-left: 3px;
  font-style: italic;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info .body-s {
  padding: 12px 0;
  width: 440px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info .body-l {
  padding: 12px 0;
  width: 500px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info .right-section {
  padding: 6px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info .right-section select {
  border: 1px solid #ccd8e6;
  color: #7e91ad;
  background-color: #ffffff;
  width: 180px;
  height: 30px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info .right-section .submit-yes,
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info .right-section .mine {
  display: inline-block;
  border: 1px solid #CCD8e6;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info .right-section .submit-no,
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info .right-section .all {
  display: inline-block;
  border: 1px solid #CCD8e6;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .row .section-info .right-section .active {
  border: 0;
  background: #3d7fba;
  color: #ffffff;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .separator {
  border-bottom: 1px solid #ccd8e6;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html #page-view .separator2 {
  border-bottom: 2px solid #ccd8e6;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html .submit-button-row {
  padding-top: 3px;
  margin-top: 6px;
  background: #f5faff;
  margin: 0 -21px 0 -18px;
  padding-bottom: 50px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  height: 19px;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html .submit-button-row .submit {
  float: right;
  margin-left: 33px;
  margin-top: 8px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 158px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html .submit-button-row .submit:hover {
  background-color: #326b9e;
}
.account-page-popup .account-page-modal #account_options #right-column #options-html .submit-button-row .cancel {
  float: right;
  padding: 12px;
  font-size: 12px;
  color: #527495;
  cursor: pointer;
  margin-top: 8px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view {
  padding: 12px 18px 0 0;
  height: 380px;
  overflow-y: auto;
  width: 100%;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row {
  overflow: auto;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 12px;
  color: #3d7fba;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info {
  font-size: 13px;
  line-height: 18px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .body-s {
  padding: 12px 0;
  width: 440px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .body-s image {
  display: inline-block;
  margin-right: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .body-s image .img {
  width: 48px;
  height: 48px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .body-l {
  padding: 12px 0;
  width: 500px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section {
  padding: 6px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section select {
  border: 1px solid #ccd8e6;
  color: #7e91ad;
  background-color: #ffffff;
  width: 180px;
  height: 30px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .submit-yes,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .mine {
  display: inline-block;
  border: 1px solid #CCD8e6;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .submit-no,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .all,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .my-notes,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .all-notes,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .submit-yes,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .submit-no,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .team-content,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .private-content {
  display: inline-block;
  border: 1px solid #CCD8e6;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
  font-size: 13px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .right-section .active {
  border: 0;
  background: #3d7fba;
  color: #ffffff;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .notebook-address,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .filter_menu,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .mynotes_vs_allnotes,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .receive-emails,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .default_filter,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .default_watchlist {
  margin-top: 10px;
  overflow: hidden;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .notebook-address .body-s,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .filter_menu .body-s,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .mynotes_vs_allnotes .body-s,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .receive-emails .body-s,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .default_filter .body-s,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .default_watchlist .body-s {
  font-size: 13px;
  line-height: 18px;
  padding: 6px 0;
  width: 440px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .notebook-address {
  margin-top: 0px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .notebook-address .body-s {
  width: 300px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .notes,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .highlights,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .inline-mentions {
  margin-top: 10px;
  overflow: hidden;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .notes .body-s,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .highlights .body-s,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .inline-mentions .body-s {
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  font-weight: 500;
  color: #698094;
  padding: 6px 0;
  width: 440px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .section-info .subheading {
  text-align: left;
  font-weight: 500;
  padding: 6px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync {
  border-radius: 2px;
  background-color: #f5faff;
  border: solid 1px #d2e2f2;
  overflow: hidden;
  height: 56px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section {
  top: 5px;
  position: relative;
  margin-left: 15px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section .sync-indicator,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section .sync-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -9px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section .sync-indicator.enabled,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section .sync-indicator.enabled {
  background-color: #00e767;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section .sync-indicator.disabled,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section .sync-indicator.disabled {
  background-color: #d2e2f2;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section .image,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section .image {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  position: relative;
  margin-top: 5px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section .image img,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section .image img {
  width: 32px;
  height: 32px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section .section-settings,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section .section-settings {
  display: inline-block;
  vertical-align: top;
  top: 5px;
  position: relative;
  width: 350px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section .section-settings .sync-name,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section .section-settings .sync-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section .section-settings .section-info,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section .section-settings .section-info {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .left-section .section-settings .section-info .body,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .left-section .section-settings .section-info .body {
  width: 450px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .right-section .sync-status,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .right-section .sync-status {
  height: 32px;
  width: 160px;
  border-radius: 3px;
  margin: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .right-section .sync-status .sync-status-text,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .right-section .sync-status .sync-status-text {
  color: white;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .right-section .sync-status.enabled,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .right-section .sync-status.enabled {
  background-color: #3d7fba;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync .right-section .sync-status.disabled,
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync .right-section .sync-status.disabled {
  background-color: #8fa4ba;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .one-note-sync {
  margin-bottom: 7px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .row .ever-note-sync {
  margin-top: 7px;
  margin-bottom: 33px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .separator {
  border-bottom: 1px solid #ccd8e6;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view .separator2 {
  border-bottom: 2px solid #ccd8e6;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view {
  padding: 12px 0 0 0;
  height: 310px;
  overflow-y: auto;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row {
  overflow: hidden;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-title-info {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .body-s {
  padding: 6px 0;
  width: 450px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .body-l {
  padding: 12px 0;
  width: 500px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section {
  padding: 7px 0;
  max-width: 200px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section select {
  border: 1px solid #d4e0ea;
  color: #7e91ad;
  background-color: #ffffff;
  width: 180px;
  height: 30px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .inp-wrap {
  cursor: pointer;
  padding: 4px 8px 4px 4px;
  border: 1px solid #a5b3c7;
  position: relative;
  display: inline-flex;
  border-radius: 3px;
  margin-bottom: 12px;
  margin-right: 12px;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .inp-wrap input[type="checkbox"] {
  -webkit-appearance: none;
  border: 1px solid #d4e0ea;
  height: 18px;
  width: 18px;
  overflow: hidden;
  margin: 0 6px 0 0;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: bottom;
  text-align: center;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .inp-wrap input.modified {
  opacity: 0.5;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .inp-wrap input[type="checkbox"]:checked {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .inp-wrap input[type="checkbox"]:checked::before {
  -webkit-appearance: none;
  content: "\f00c";
  display: inline;
  font-size: 1.2em;
  line-height: 16px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .submit-yes {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .submit-no {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .active {
  border: 0;
  background: #3d7fba;
  color: #ffffff;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .yes-submit {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .row .section-info .right-section .no-submit {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .separator {
  border-bottom: 1px solid #d4e0ea;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html #notebook-profile-view #share-alerts-view .separator2 {
  border-bottom: 2px solid #d4e0ea;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html .submit-button-row {
  padding-top: 3px;
  margin-top: 6px;
  background: #f5faff;
  margin: 0 -21px 0 -18px;
  padding-bottom: 50px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  height: 19px;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html .submit-button-row .submit {
  float: right;
  margin-left: 33px;
  margin-top: 8px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 158px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html .submit-button-row .submit:hover {
  background-color: #326b9e;
}
.account-page-popup .account-page-modal #account_options #right-column #notebookSettings-html .submit-button-row .cancel {
  float: right;
  padding: 12px;
  font-size: 12px;
  color: #527495;
  cursor: pointer;
  margin-top: 8px;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view {
  padding: 12px 18px 0 0;
  height: 680px;
  overflow-y: auto;
  width: 100%;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .body-s {
  padding: 12px 0;
  width: 440px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .body-l {
  padding: 12px 0;
  width: 500px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .right-section {
  padding: 6px 0;
  text-align: right;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .right-section input {
  border-radius: 4px;
  height: 23px;
  width: 50px;
  color: black;
  border: 1px solid #CCD8e6;
  text-align: center;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .right-section select {
  border: 1px solid #ccd8e6;
  color: #7e91ad;
  background-color: #ffffff;
  width: 180px;
  height: 30px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .right-section .submit-yes,
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .right-section .small {
  display: inline-block;
  border: 1px solid #CCD8e6;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .right-section .submit-no,
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .right-section .mid,
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .right-section .large {
  display: inline-block;
  border: 1px solid #CCD8e6;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .row .section-info .right-section .active {
  border: 0;
  background: #3d7fba;
  color: #ffffff;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .separator {
  border-bottom: 1px solid #ccd8e6;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html #search-page-view .separator2 {
  border-bottom: 2px solid #ccd8e6;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html .submit-button-row {
  padding-top: 3px;
  margin-top: 6px;
  background: #f5faff;
  margin: 0 -21px 0 -18px;
  padding-bottom: 50px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  height: 19px;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html .submit-button-row .submit {
  float: right;
  margin-left: 33px;
  margin-top: 8px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 158px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html .submit-button-row .submit:hover {
  background-color: #326b9e;
}
.account-page-popup .account-page-modal #account_options #right-column #globalSearch-html .submit-button-row .cancel {
  float: right;
  cursor: pointer;
  margin-top: 8px;
  font-size: 15px;
  padding: 12px 11px 12px 11px;
  border-radius: 5px;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-left: 10px;
  color: #3d7fba;
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html .right-top-row {
  text-align: left;
  padding: 0 18px 12px 0;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 2px solid #ccd8e6;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html .right-top-row .message {
  display: inline-block;
  font: 24px Arial;
  color: #000000;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html .right-top-row .single_bulk_switch {
  font: 14px Arial;
  color: #3d7fba;
  float: right;
  margin-right: -16px;
  margin-top: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html .right-top-row .icon-invite:before {
  content: "'";
  height: 32px;
  display: inline-block;
  color: #3d7fba;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html .right-top-row .invite_add_icon {
  display: inline;
  margin-right: 5px;
  width: 24px;
  height: 24px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view {
  padding: 12px 0 0 0;
  overflow-y: auto;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowToClone {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer {
  max-height: 172px;
  height: 172px;
  width: 680px;
  box-sizing: border-box;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer .row {
  margin-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer .row .name_box {
  width: 240px;
  margin-right: 6px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer .row .name_box .error_msg {
  font: 14px Arial;
  color: #e81a1a;
  float: left;
  line-height: 18px;
  min-height: 18px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer .row .name_box .input {
  border: 1px solid #698094;
  border-radius: 3px;
  line-height: 32px;
  padding: 14px 12px;
  font: 14px Arial;
  color: #698094;
  width: 240px;
  box-sizing: border-box;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer .row .email_box {
  width: 428px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer .row .email_box .error_msg {
  font: 14px Arial;
  color: #e81a1a;
  float: left;
  line-height: 18px;
  min-height: 18px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer .row .email_box .error_msg:after {
  clear: both;
  content: '';
  display: block;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer .row .email_box .email {
  border: 1px solid #698094;
  border-radius: 3px;
  line-height: 32px;
  padding: 14px 12px;
  font: 14px Arial;
  color: #698094;
  width: 428px;
  box-sizing: border-box;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .rowContainer .row:after {
  display: block;
  clear: both;
  content: "";
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .send_single_invite_row:after {
  clear: both;
  content: '';
  display: block;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .send_single_invite_row .add_another {
  font: 14px Arial;
  color: #3d7fba;
  margin-top: 12px;
  line-height: 20px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .single_users_content .send_single_invite_row button {
  height: 44px;
  line-height: 20px;
  width: 192px;
  background: #3d7fba;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .block_users_content .error_msg {
  font: 14px Arial;
  color: #e81a1a;
  float: left;
  line-height: 18px;
  min-height: 18px;
  margin-bottom: 6px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .block_users_content .error_msg:after {
  clear: both;
  content: '';
  display: block;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .block_users_content textarea {
  height: 156px;
  width: 664px;
  padding: 6px;
  border: 1px solid #698094;
  font: 14px Arial;
  line-height: 18px;
  resize: none;
  border-radius: 3px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .block_users_content .row:after {
  display: block;
  clear: both;
  content: "";
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .block_users_content .row.send_bulk_invite_row {
  margin-top: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .block_users_content .row.send_bulk_invite_row .bulk_message {
  font: 14px Arial;
  color: #a9a9a9;
  margin-top: 12px;
  line-height: 20px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .block_users_content .row.send_bulk_invite_row button {
  height: 44px;
  line-height: 20px;
  width: 192px;
  background: #3d7fba;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: none;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .heading {
  font-size: 14px;
  color: #000;
  font-family: HelveticaNeue, Arial;
  text-align: left;
  font-weight: 600;
  line-height: 18px;
  border-bottom: 1px solid #3d7fba;
  padding-bottom: 6px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .thead .name,
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .thead .email,
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .thead .status {
  display: inline-block;
  float: left;
  color: #1e374d;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  padding: 12px 0;
  font-weight: 700;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .thead .name {
  width: 160px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .thead .email {
  width: 216px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .thead .status {
  width: 186px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer {
  box-sizing: border-box;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer .trow .name,
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer .trow .email,
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer .trow .status {
  display: inline-block;
  float: left;
  color: #1e374d;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  padding: 7px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer .trow .bold {
  color: #2da65b;
  font-weight: 500;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer .trow .resend {
  padding: 0 6px;
  line-height: 20px;
  font-size: 12px;
  float: left;
  color: #3d7fba;
  border: 2px solid #3d7fba;
  border-radius: 3px;
  margin-top: 4px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer .trow .name {
  width: 160px;
  padding-left: 8px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer .trow .email {
  width: 216px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer .trow .status {
  width: 150px;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .rowsContainer .trow:after {
  clear: both;
  content: "";
  display: block;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .thead:after {
  clear: both;
  content: "";
  display: block;
}
.account-page-popup .account-page-modal #account_options #right-column #team-html #team-view .invite_users_row .evenRow {
  background: #e8eef7;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view {
  padding: 12px 0 0 0;
  height: 352px;
  overflow-y: auto;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .left-section .image {
  display: inline-block;
  margin-right: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .left-section .image img {
  width: 48px;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .left-section .section-settings {
  display: inline-block;
  vertical-align: top;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .left-section .section-settings .section-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .left-section .section-settings .section-info {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .left-section .section-settings .section-info .body {
  padding: 12px 0 0 0;
  width: 450px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .right-section {
  padding: 6px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .right-section select {
  border: 1px solid #ccd8e6;
  color: #7e91ad;
  background-color: #ffffff;
  width: 180px;
  height: 30px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .right-section .submit-yes {
  display: inline-block;
  border: 1px solid #CCD8e6;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .right-section .submit-no {
  display: inline-block;
  border: 1px solid #CCD8e6;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .row .right-section .active {
  border: 0;
  background: #3d7fba;
  color: #ffffff;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .separator {
  border-bottom: 1px solid #d4e0ea;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html #integrations-view .separator2 {
  border-bottom: 2px solid #d4e0ea;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html .submit-button-row {
  padding-top: 3px;
  margin-top: 6px;
  background: #f5faff;
  margin: 0 -21px 0 -18px;
  padding-bottom: 50px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  height: 19px;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html .submit-button-row .submit {
  float: right;
  margin-left: 33px;
  margin-top: 8px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 158px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html .submit-button-row .submit:hover {
  background-color: #326b9e;
}
.account-page-popup .account-page-modal #account_options #right-column #integrations-html .submit-button-row .cancel {
  float: right;
  padding: 12px;
  font-size: 12px;
  color: #527495;
  cursor: pointer;
  margin-left: 12px;
  margin-top: 8px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view {
  padding: 12px 0 0 0;
  height: 352px;
  overflow-y: auto;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info .body-s {
  padding: 6px 0;
  width: 450px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info .body-l,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info .body-l {
  padding: 12px 0;
  width: 500px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info input,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info input {
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 12px;
  width: 300px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info .right-section {
  padding: 5px 0px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info .right-section select,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info .right-section select {
  border: 1px solid #d4e0ea;
  color: #7e91ad;
  background-color: #ffffff;
  width: 180px;
  height: 30px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info .right-section .submit-yes,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info .right-section .submit-yes {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info .right-section .submit-no,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info .right-section .submit-no {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info .right-section .active,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info .right-section .active {
  border: 0;
  background: #3d7fba;
  color: #ffffff;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info .right-section .yes-submit,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info .right-section .yes-submit {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .row .section-info .right-section .no-submit,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .row .section-info .right-section .no-submit {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .separator,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .separator {
  border-bottom: 1px solid #d4e0ea;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #alerts-view .separator2,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #alerts-view .separator2 {
  border-bottom: 2px solid #d4e0ea;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view {
  padding: 12px 0 0 0;
  height: 352px;
  overflow-y: auto;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row {
  overflow: hidden;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-title-info,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-title-info {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .body-s {
  padding: 6px 0;
  width: 450px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .body-l,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .body-l {
  padding: 12px 0;
  width: 500px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section {
  padding: 7px 0;
  max-width: 200px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section select,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section select {
  border: 1px solid #d4e0ea;
  color: #7e91ad;
  background-color: #ffffff;
  width: 180px;
  height: 30px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap {
  cursor: pointer;
  padding: 4px 8px 4px 4px;
  border: 1px solid #a5b3c7;
  position: relative;
  display: inline-flex;
  border-radius: 3px;
  margin-bottom: 12px;
  margin-right: 12px;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap input[type="checkbox"],
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap input[type="checkbox"] {
  -webkit-appearance: none;
  border: 1px solid #d4e0ea;
  height: 18px;
  width: 18px;
  overflow: hidden;
  margin: 0 6px 0 0;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: bottom;
  text-align: center;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap input.modified,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap input.modified {
  opacity: 0.5;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap input[type="checkbox"]:checked,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap input[type="checkbox"]:checked {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap input[type="checkbox"]:checked::before,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .inp-wrap input[type="checkbox"]:checked::before {
  -webkit-appearance: none;
  content: "\f00c";
  display: inline;
  font-size: 1.2em;
  line-height: 16px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .submit-yes,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .submit-yes {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .submit-no,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .submit-no {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .active,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .active {
  border: 0;
  background: #3d7fba;
  color: #ffffff;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .yes-submit,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .yes-submit {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .row .section-info .right-section .no-submit,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .row .section-info .right-section .no-submit {
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  color: #7E91AD;
  padding: 6px 18px;
  margin-left: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .separator,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .separator {
  border-bottom: 1px solid #d4e0ea;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html #share-alerts-view .separator2,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html #share-alerts-view .separator2 {
  border-bottom: 2px solid #d4e0ea;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html .submit-button-row,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html .submit-button-row {
  padding-top: 3px;
  margin-top: 6px;
  background: #f5faff;
  margin: 0 -21px 0 -18px;
  padding-bottom: 50px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  height: 19px;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html .submit-button-row .submit,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html .submit-button-row .submit {
  float: right;
  margin-left: 33px;
  margin-top: 8px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 158px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html .submit-button-row .submit:hover,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html .submit-button-row .submit:hover {
  background-color: #326b9e;
}
.account-page-popup .account-page-modal #account_options #right-column #alerts-html .submit-button-row .cancel,
.account-page-popup .account-page-modal #account_options #right-column #share-alerts-html .submit-button-row .cancel {
  float: right;
  padding: 12px;
  font-size: 12px;
  color: #527495;
  cursor: pointer;
  margin-left: 12px;
  margin-top: 8px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .thesis-fields {
  overflow-y: auto;
  height: 100%;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields {
  margin-top: 20px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .new-field-button {
  display: none;
  margin: 20px 10px 10px 10px;
  background-color: #3d7fba;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .new-field-button .new-field {
  display: inline-block;
  padding: 4px 6px 4px 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .new-field-button .new-field-drpdwn {
  display: inline-block;
  padding: 8px;
  border-left: 1px solid #fff;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .new-field-button .new-field-drpdwn .rectangle {
  display: none;
  text-align: left;
  position: absolute;
  left: 0;
  top: 34px;
  width: 140px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  border-radius: 3px;
  color: #1e374d;
  background: #fff;
  font-size: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .new-field-button .new-field-drpdwn .rectangle.active {
  display: block;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .new-field-button .new-field-drpdwn .drpdwn-section {
  padding: 4px 6px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .new-field-button .new-field-drpdwn:hover {
  background: #2168a9;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .new-field-button.active {
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #custom-settings-view {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #custom-settings-view.active {
  display: block;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .add-options {
  display: inline-block;
  vertical-align: top;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .add-options .checkbox {
  position: relative;
  top: 2px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .add-options span {
  vertical-align: top;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .calc-fields-description {
  display: inline-block;
  vertical-align: top;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .calc-fields-description .symbol,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .calc-fields-description .exp {
  font-weight: 600;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .calc-fields-description .symbol:after,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .calc-fields-description .exp:after {
  content: '   -   ';
}
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html {
  overflow-y: auto;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .save-msg.error,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .save-msg.error {
  background: #f04848;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .right-top-row .message,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .right-top-row .message {
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .drag-drop,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .drag-drop {
  display: inline-block;
  cursor: move;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .drag-drop .move-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .drag-drop .move-icon {
  height: 9px;
  fill: #caceba;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #custom-note-type-view .row input,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #custom-note-type-view .row input {
  font-size: 12px;
  border-radius: 3px;
  height: 20px;
  width: 250px;
  border: 1px solid #bbc6d5;
  padding: 4px 10px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #custom-settings-view,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #custom-settings-view,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #custom-note-type-view,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #custom-note-type-view {
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .select2-choice,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .select2-choice {
  height: 28px;
  line-height: 28px;
  border: 1px solid #bbc6d5;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row {
  text-align: left;
  margin: 25px 0;
  overflow: hidden;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .add-btn,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .add-btn {
  margin-left: 20px;
  border: 1px solid #f3f3f3;
  padding: 5px;
  border-radius: 2px;
  background: #F9F9F9;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .all-tokens,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .all-tokens {
  margin: 10px 0 0 205px;
  display: inline-block;
  min-width: 250px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .all-tokens .token,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .all-tokens .token {
  border-top: 1px solid #bbc6d5;
  font-size: 12px;
  display: block;
  padding: 0 15px;
  width: 235px;
  color: #707074;
  font-weight: 600;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .all-tokens .token .text,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .all-tokens .token .text {
  padding-left: 10px;
  display: inline-block;
  width: 210px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .all-tokens .token .icon-delete,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .all-tokens .token .icon-delete {
  height: 8px;
  fill: #707074;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .all-tokens .token:last-child,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .all-tokens .token:last-child {
  border-bottom: 1px solid #bbc6d5;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .cancel {
  display: inline-block;
  background-color: #3d7fba;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .cancel {
  background: #fff;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  margin-left: 10px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .title,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .title {
  font-size: 12px;
  width: 30%;
  display: inline-block;
  font-weight: 600;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .note,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .note {
  font-size: 11px;
  font-style: italic;
  margin-left: 205px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .note.red-flag,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .note.red-flag {
  color: red;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .description-input,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .description-input,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .name-input,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .name-input,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row .token-input,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row .token-input {
  font-size: 12px;
  border-radius: 3px;
  height: 20px;
  width: 250px;
  border: 1px solid #bbc6d5;
  padding: 4px 10px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row:nth-child(2),
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row:nth-child(2) {
  overflow: hidden;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled .title,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled .title,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled .token-input,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled .token-input,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled .add-btn,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled .add-btn {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled #create-field,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled #create-field,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled #create_note_type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled #create_note_type {
  margin: 30px 100px 0 0;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled input,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled input {
  background: #DCDAD1;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled .select2-choice,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled .select2-choice {
  background: #DCDAD1;
  pointer-events: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled .token-input,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled .token-input,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .row.disabled .add-btn,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .row.disabled .add-btn {
  pointer-events: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent {
  text-align: left;
  color: #1e374d;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .active-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .active-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .active-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .active-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .active-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .active-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .active-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .active-note-type {
  margin-top: 10px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .inactive-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .inactive-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .inactive-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .inactive-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .inactive-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .inactive-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .inactive-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .inactive-note-type {
  margin-top: 10px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .edit_custom_note_type .new-custom-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .edit_custom_note_type .new-custom-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .edit_custom_note_type .new-custom-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .edit_custom_note_type .new-custom-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .edit_custom_note_type .new-custom-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .edit_custom_note_type .new-custom-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .edit_custom_note_type .new-custom-note-type,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .edit_custom_note_type .new-custom-note-type {
  font-size: 12px;
  border-radius: 3px;
  height: 20px;
  width: 250px;
  border: 1px solid #bbc6d5;
  padding: 4px 10px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .edit_custom_note_type .custom-note-type-edit-error,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .edit_custom_note_type .custom-note-type-edit-error,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .edit_custom_note_type .custom-note-type-edit-error,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .edit_custom_note_type .custom-note-type-edit-error,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .edit_custom_note_type .custom-note-type-edit-error,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .edit_custom_note_type .custom-note-type-edit-error,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .edit_custom_note_type .custom-note-type-edit-error,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .edit_custom_note_type .custom-note-type-edit-error {
  font-size: 12px;
  color: white;
  line-height: 30px;
  background: #f04848;
  padding: 0 12px;
  border-radius: 3px;
  float: right;
  height: 28px;
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .update-field .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .update-field .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .update-field .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .update-field .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .update-field .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .update-field .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .update-field .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .update-field .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .update-field .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .update-field .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .update-field .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .update-field .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .update-field .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .update-field .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .update-field .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .update-field .submit {
  margin-right: 20px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .drag-drop,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .drag-drop,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .drag-drop,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .drag-drop,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .drag-drop,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .drag-drop,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .drag-drop,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .drag-drop {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .drag-drop .move-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .drag-drop .move-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .drag-drop .move-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .drag-drop .move-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .drag-drop .move-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .drag-drop .move-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .drag-drop .move-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .drag-drop .move-icon {
  position: relative;
  bottom: -7px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .header,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .header,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .header,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .header,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .header,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .header,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .header,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .header {
  font-size: 18px;
  border-bottom: 1px solid #d4e0ea;
  padding-bottom: 6px;
  color: #1e374d;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .header .reorder,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .header .reorder,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .header .reorder,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .header .reorder,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .header .reorder,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .header .reorder,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .header .reorder,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .header .reorder {
  background: #3d7fba;
  border-radius: 3px;
  padding: 0 6px;
  color: #fff;
  float: right;
  font-size: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .icons,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .icons,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .icons,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .icons,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .icons,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .icons,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .icons,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .icons {
  display: inline-block;
  float: right;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .delete-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .delete-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .delete-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .delete-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .delete-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .delete-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .delete-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .delete-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .edit-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .edit-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .edit-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .edit-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .edit-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .edit-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .edit-icon-parent-div,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .edit-icon-parent-div {
  float: left;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .restore-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .restore-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .restore-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .restore-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .restore-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .restore-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .restore-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .restore-icon {
  height: 16px;
  width: 16px;
  padding: 4px;
  fill: #698094;
  margin-right: 8px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .permanent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .permanent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .permanent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .permanent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .permanent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .permanent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .permanent .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .permanent .delete-icon {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .fields .no-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .fields .no-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .fields .no-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .fields .no-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .fields .no-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .fields .no-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .fields .no-fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .fields .no-fields {
  margin-left: 10px;
  color: gray;
  font-style: italic;
  font-size: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .field-header,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .field-header,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .field-header,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .field-header,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .field-header,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .field-header,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .field-header,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .field-header {
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #d4e0ea;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .field-header .custom-note-category-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .field-header .custom-note-category-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .field-header .custom-note-category-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .field-header .custom-note-category-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .field-header .custom-note-category-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .field-header .custom-note-category-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .field-header .custom-note-category-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .field-header .custom-note-category-name {
  width: 30%;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .field,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .field,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .field,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .field,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .field,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .field,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .field,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .field {
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #d4e0ea;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .term,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .term,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .term,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .term,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .term,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .term,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .term,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .term {
  display: inline-block;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 12px;
  vertical-align: top;
  max-height: 70px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .description,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .description,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .description,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .description,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .description,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .description,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .description,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .description {
  white-space: pre-wrap;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .name {
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .custom-note-type-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .custom-note-type-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .custom-note-type-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .custom-note-type-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .custom-note-type-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .custom-note-type-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .custom-note-type-name,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .custom-note-type-name {
  text-align: left;
  width: 30%;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .values,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .values,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .values,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .values,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #inactive_custom_note_type_list_parent .values,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #inactive_custom_note_type_list_parent .values,
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active_custom_note_type_list_parent .values,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active_custom_note_type_list_parent .values {
  width: 190px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .all-tokens,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .all-tokens {
  margin: 10px 0 0 130px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .note,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .note {
  margin-left: 136px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .restore-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .restore-icon {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .col,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .col {
  padding: 10px 10px 0 10px;
  font-weight: bold;
  font-size: 16px;
  border-top: 1px solid;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields .col:first-child,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields .col:first-child {
  border-top: 0;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html .deleted-fields .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html .deleted-fields .edit-icon {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields.movable .fields,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields.movable .fields {
  width: 665px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields.movable .field,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields.movable .field {
  width: 664px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields.movable .drag-drop,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields.movable .drag-drop {
  display: inline-block !important;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-settings-html #active-fields.movable .field,
.account-page-popup .account-page-modal #account_options #right-column #custom-note-type-html #active-fields.movable .field {
  cursor: move;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .right-top-row .message {
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template {
  text-align: left;
  height: 100%;
  overflow: auto;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .field-header {
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #d4e0ea;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .update-template .cancel,
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .update-template .submit {
  margin: 60px 30px 0 0;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row {
  text-align: left;
  margin: 25px 0;
  overflow: auto;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .add-btn {
  margin-left: 20px;
  border: 1px solid #f3f3f3;
  padding: 5px;
  border-radius: 2px;
  background: #F9F9F9;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .all-tokens {
  margin: 10px 0 0 135px;
  display: inline-block;
  min-width: 250px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .all-tokens .token {
  border-top: 1px solid #ccd8e8;
  font-size: 12px;
  display: block;
  padding: 0 15px;
  width: 220px;
  color: #707074;
  font-weight: 600;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .all-tokens .token .drag-drop {
  display: inline-block;
  cursor: move;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .all-tokens .token .drag-drop .move-icon {
  height: 9px;
  fill: #caceba;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .all-tokens .token .text {
  padding-left: 10px;
  display: inline-block;
  width: 170px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .all-tokens .token .icon-delete {
  height: 8px;
  fill: #707074;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .all-tokens .token:last-child {
  border-bottom: 1px solid #ccd8e8;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .submit,
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .cancel {
  float: right;
  margin: 60px 25px 0 0;
  background-color: #3d7fba;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .cancel {
  background: #fff;
  color: #3d7fba;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .title {
  font-size: 12px;
  width: 125px;
  display: inline-block;
  font-weight: 600;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .note {
  font-size: 11px;
  font-style: italic;
  margin-left: 130px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row .note.red-flag {
  color: red;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row input {
  font-size: 12px;
  border-radius: 3px;
  height: 20px;
  width: 250px;
  border: 1px solid #d4e0ea;
  padding: 4px 10px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .row:nth-child(2) {
  overflow: hidden;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .header {
  font-size: 18px;
  border-bottom: 1px solid #d4e0ea;
  padding-bottom: 6px;
  color: #1e374d;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .header .reorder {
  float: right;
  font-size: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .icons {
  float: right;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .delete-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .edit-icon,
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .restore-icon {
  height: 16px;
  width: 16px;
  padding: 4px;
  fill: #698094;
  margin-right: 8px;
  cursor: pointer;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .template-view {
  margin: 20px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .template-view .header-title {
  font-size: 18px;
  border-bottom: 1px solid #d4e0ea;
  padding-bottom: 10px;
  color: #1e374d;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .template-view .restore-icon {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .deleted-templates {
  margin: 20px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .deleted-templates .header-title {
  font-size: 18px;
  border-bottom: 1px solid #d4e0ea;
  padding-bottom: 10px;
  color: #1e374d;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .deleted-templates .edit-icon {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .template-header {
  font-weight: 600;
  font-size: 13px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .field {
  font-size: 12px;
  padding: 6px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .name,
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .section {
  display: inline-block;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 16px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .name {
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .section {
  width: 360px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .values {
  width: 140px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .template {
  padding: 6px 0;
  font-size: 12px;
  border-bottom: 1px solid #d4e0ea;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template {
  margin-top: 20px;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template .new-template-btn,
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template .cancel-template-btn,
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template .create-template-btn {
  margin: 10px;
  background-color: #3d7fba;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template .create-template-btn {
  display: none;
  margin-left: 0;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template .cancel-template-btn {
  background: #fff;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template .row {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template.active .row {
  display: block;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template.active .cancel-template-btn,
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template.active .create-template-btn {
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #custom-templates-html .custom-template .add-template.active .new-template-btn {
  display: none;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #edt-currency-wrapper,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #edt-currency-wrapper,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #edt-currency-wrapper,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #comparable-currency-wrapper,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #comparable-currency-wrapper,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #comparable-currency-wrapper,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #screener-currency-wrapper,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #screener-currency-wrapper,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #screener-currency-wrapper {
  padding: 12px 18px 0 0;
  height: 680px;
  overflow-y: auto;
  width: 100%;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #edt-currency-wrapper .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #edt-currency-wrapper .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #edt-currency-wrapper .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #comparable-currency-wrapper .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #comparable-currency-wrapper .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #comparable-currency-wrapper .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #screener-currency-wrapper .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #screener-currency-wrapper .row .section-name,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #screener-currency-wrapper .row .section-name {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 12px;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #edt-currency-wrapper .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #edt-currency-wrapper .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #edt-currency-wrapper .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #comparable-currency-wrapper .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #comparable-currency-wrapper .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #comparable-currency-wrapper .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #screener-currency-wrapper .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #screener-currency-wrapper .row .section-info,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #screener-currency-wrapper .row .section-info {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #edt-currency-wrapper .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #edt-currency-wrapper .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #edt-currency-wrapper .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #comparable-currency-wrapper .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #comparable-currency-wrapper .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #comparable-currency-wrapper .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #screener-currency-wrapper .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #screener-currency-wrapper .row .section-info .right-section,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #screener-currency-wrapper .row .section-info .right-section {
  padding: 6px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #edt-currency-wrapper .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #edt-currency-wrapper .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #edt-currency-wrapper .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #comparable-currency-wrapper .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #comparable-currency-wrapper .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #comparable-currency-wrapper .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #screener-currency-wrapper .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #screener-currency-wrapper .row .section-info .body-s,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #screener-currency-wrapper .row .section-info .body-s {
  padding: 12px 0;
  width: 440px;
  text-align: left;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #edt-currency-wrapper .separator,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #edt-currency-wrapper .separator,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #edt-currency-wrapper .separator,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #comparable-currency-wrapper .separator,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #comparable-currency-wrapper .separator,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #comparable-currency-wrapper .separator,
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html #screener-currency-wrapper .separator,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html #screener-currency-wrapper .separator,
.account-page-popup .account-page-modal #account_options #right-column #screener-html #screener-currency-wrapper .separator {
  border-bottom: 1px solid #ccd8e6;
  margin: 12px 0;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html .submit-button-row,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html .submit-button-row,
.account-page-popup .account-page-modal #account_options #right-column #screener-html .submit-button-row {
  padding-top: 3px;
  margin-top: 6px;
  bottom: 0px;
  background: #f5faff;
  margin: 0 -21px 0 -18px;
  padding-bottom: 50px;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  box-shadow: 0px -1px 0 0 #d2e2f2;
  height: 19px;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html .submit-button-row .submit,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html .submit-button-row .submit,
.account-page-popup .account-page-modal #account_options #right-column #screener-html .submit-button-row .submit {
  float: right;
  margin-left: 33px;
  margin-top: 8px;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background: #3d7fba;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  width: 158px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #3d7fba;
  display: inline-block;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html .submit-button-row .submit:hover,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html .submit-button-row .submit:hover,
.account-page-popup .account-page-modal #account_options #right-column #screener-html .submit-button-row .submit:hover {
  background-color: #326b9e;
}
.account-page-popup .account-page-modal #account_options #right-column #equityDataTerminal-html .submit-button-row .cancel,
.account-page-popup .account-page-modal #account_options #right-column #comparableSetting-html .submit-button-row .cancel,
.account-page-popup .account-page-modal #account_options #right-column #screener-html .submit-button-row .cancel {
  float: right;
  padding: 12px;
  font-size: 12px;
  color: #527495;
  cursor: pointer;
  margin-top: 8px;
}
.emsg {
  color: #E45952;
  font-size: 10px;
}
#new_watchlist_main_container {
  height: 100%;
  min-width: 1280px;
  overflow-y: hidden;
  font-family: Helvetica Neue, Arial, sans-serif;
  background: #f8f8f8;
}
#new_watchlist_main_container input {
  font-family: Helvetica Neue, Arial, sans-serif;
}
#new_watchlist_main_container #left_container {
  width: 250px;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  overflow: visible !important;
  background-color: #272f3c;
}
#new_watchlist_main_container #left_container .jspContainer {
  overflow: visible;
}
#new_watchlist_main_container #left_container .new-watchlist-button {
  width: 222px;
  font-size: 14px;
  line-height: 36px;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: center;
  border: 1px solid #536178;
  border-radius: 3px;
  margin: 12px 12px 12px 12px;
  color: #ffffff;
  background: #536178;
  cursor: pointer;
}
#new_watchlist_main_container #left_container .new-watchlist-button .add-icon {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
#new_watchlist_main_container #left_container .new-watchlist-button .add-icon .icon {
  height: 22px;
  width: 22px;
  fill: #ffffff;
}
#new_watchlist_main_container #left_container .new-watchlist-button:hover {
  background: #272f3c;
  border-color: #536178;
}
#new_watchlist_main_container #left_container .left_menu_outer {
  clear: both;
  font-family: Arial;
  background-color: #272f3c;
  overflow-y: auto;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item {
  border-bottom: 1px solid #272f3c;
  padding: 7.5px 0;
  background-color: #2e3644;
  color: #8A9DBC;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item.selected {
  background-color: #364051;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item.selected .menu-wrapper .icon-wrapper {
  color: #ffffff;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item.selected .menu-wrapper .icon-wrapper .icon {
  fill: #ffffff;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item.selected .ul_item {
  color: #8A9DBC;
  backgound-color: #364051;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper {
  padding: 0;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .icon-wrapper {
  overflow: hidden;
  cursor: pointer;
  padding: 0 12px;
  border: none !important;
  background: none !important;
  color: #8092aC;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .icon-wrapper .icon {
  float: left;
  height: 16px;
  width: 16px;
  padding: 0 12px 0 0;
  margin: 0;
  cursor: pointer;
  fill: #8092aC;
  margin-top: 4px;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .icon-wrapper .txt {
  float: left;
  font-size: 14px;
  line-height: 24px;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .sub-menu-wrapper {
  margin-top: 20px;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .sub-menu-wrapper .icon-sub-wrapper {
  color: #cddaf0;
  padding-left: 12px;
  font-size: 14px;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .sub-menu-wrapper .ul-item {
  color: #8a9dbc;
  font-size: 13px;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item {
  padding: 0 0 0 30px;
  margin: 0;
  color: #8a9dbc;
  border: none !important;
  background: none !important;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item .li_item {
  list-style-type: none;
  line-height: 18px;
  padding: 0 0 0 12px;
  font-size: 12px;
  cursor: pointer;
  text-transform: capitalize;
  margin: 12px 0 12px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 130px;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item .li_item:hover {
  color: #3d7fba;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item .li_item span.wl-fn {
  width: 120px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item .li_item span.initials {
  float: right;
  font-size: 10px;
  color: #ffffff;
  border-radius: 10px;
  background: #7f8fa9;
  height: 20px;
  width: 20px;
  text-align: center;
  padding-top: 2px;
  box-sizing: border-box;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item .blue_li_item {
  color: #3d7fba;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item::-webkit-scrollbar {
  width: 6px;
  background: #364051;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item::-webkit-scrollbar-track {
  border-radius: 8px;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item::-webkit-scrollbar-track-piece {
  border-radius: 8px;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .menu-wrapper .ul_item::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #000000;
  opacity: 0.4;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .border_wrapper {
  border-left: 2px solid #ffffff;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .ui-accordion-header-icon {
  position: absolute;
  right: 8px;
  left: auto;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .ui-state-focus .ui-icon,
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .ui-state-hover .ui-icon,
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .ui-state-hover .ui-icon,
#new_watchlist_main_container #left_container .left_menu_outer .menu-item .ui-state-default .ui-icon {
  background: url(../images/down@2x.png);
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
#new_watchlist_main_container #left_container .left_menu_outer .menu-item#shared_watchlist_menu .menu-wrapper .ul_item .li_item {
  margin: 12px 0;
  width: 150px;
}
#new_watchlist_main_container #left_container .left_menu_outer .li_item.selected_item {
  padding: 0 0 0 10px !important;
  color: #ffffff !important;
}
#new_watchlist_main_container #left_container .left_menu_outer .li_item.selected_item .menu_wrapper .icon_wrapper .txt {
  color: white;
}
#new_watchlist_main_container #left_container .left_menu_outer .li_item.selected_item .ui-accordion-header-icon {
  position: absolute;
  right: 0;
  left: auto;
}
#new_watchlist_main_container #left_container .left_menu_outer .ui-corner-bottom,
#new_watchlist_main_container #left_container .left_menu_outer .ui-corner-top,
#new_watchlist_main_container #left_container .left_menu_outer .ui-corner-all {
  border-radius: 0;
}
#new_watchlist_main_container #right_container {
  background: white;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-tickers {
  overflow: auto;
  width: 96%;
  padding: 0 18px 120px 0;
  margin-left: 18px;
  margin-top: 12px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader {
  background: #ffffff;
  box-sizing: border-box;
  border-bottom: 0;
  box-shadow: none;
  height: 48px;
  padding: 6px 18px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .header-text,
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .edge-alert-email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 48px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #698094;
  text-transform: capitalize;
  max-width: 322px;
  font-weight: 300;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .button {
  float: right;
  width: auto;
  height: auto;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #7f8fa9;
  border-radius: 2px;
  margin-left: 12px;
  cursor: pointer;
  color: #7f8fa9;
  box-shadow: none;
  margin-top: 6px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .button .icon {
  margin-top: 0;
  font-size: 16px;
  line-height: 18px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .button .icon_text {
  padding-left: 8px;
  color: inherit;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .share_wrapper {
  float: right;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #bbc6d5;
  height: auto;
  border-radius: 2px;
  margin-left: 12px;
  box-shadow: none;
  font-size: 13px;
  line-height: 24px;
  margin-top: 6px;
  color: #698094;
  cursor: pointer;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .share_wrapper .share-txt {
  line-height: 18px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu {
  float: right;
  color: #7f8fa9;
  margin-top: 14px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .icon-m {
  height: 18px;
  width: 18px;
  fill: #7f8fa9;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .caret_icon {
  position: absolute;
  right: 6px;
  color: #e7eaee;
  z-index: 1;
  font-size: 24px;
  top: 12px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .other_menus_wrapper {
  position: absolute;
  top: 30px;
  right: 0;
  box-shadow: 0 6px 12px 0 rgba(0, 22, 42, 0.65);
  width: 156px;
  background: #ffffff;
  border-radius: 3px;
  z-index: 2;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .other_menus_wrapper .menu_button {
  float: right;
  height: auto;
  cursor: pointer;
  color: #698094;
  box-shadow: none;
  width: 100%;
  padding: 12px 0;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .other_menus_wrapper .menu_button .icon {
  height: 16px;
  fill: #698094;
  margin: 0 12px;
  width: 16px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .other_menus_wrapper .menu_button .icon_text {
  color: inherit;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  width: 116px;
  margin-left: 12px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .other_menus_wrapper .menu_button:hover {
  background: #7f8fa9;
  color: #ffffff;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .other_menus_wrapper .menu_button:hover .icon {
  fill: #ffffff;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .other_menus_wrapper .menu_button:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .other_menus_wrapper .menu_button:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu .other_menus_wrapper .hor_sp {
  border-bottom: 1px solid #d4e0ea;
  float: right;
  width: 110px;
  margin-left: 14px;
  margin-right: 6px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #other_menu.active .icon-m {
  fill: #4f95da;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .search-box-wl {
  float: right;
  width: 200px;
  height: auto;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #bbc6d5;
  border-radius: 2px;
  margin-left: 12px;
  cursor: pointer;
  box-shadow: none;
  font-size: 13px;
  line-height: 24px;
  margin-top: 6px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .search-box-wl .icon {
  height: 16px;
  width: 16px;
  fill: #bbc6d5;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .search-box-wl .search_text {
  outline: none;
  border: 0;
  line-height: 16px;
  font-size: 13px;
  margin-left: 6px;
  color: #1e374d;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .search-box-wl:focus {
  border: 1px solid #698094;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .search-box-wl:focus .icon {
  color: #3d7fba;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .search-box-wl:focus .search-text {
  color: #3d7fba;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader #rem_entire_wl {
  color: #ffffff;
  border: 1px solid #7f8fa9;
  background-color: #7f8fa9;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .add-wl {
  background: #3d7fba;
  color: #ffffff;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .bulk-edit {
  padding: 6px 12px;
  color: #7f8fa9;
  font-size: 13px;
  line-height: 18px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .vert_separator {
  margin: 0 12px;
  border-right: 1px solid #d4e0ea;
  float: right;
  width: 1px;
  height: 18px;
  margin-top: 13px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .alert-popup {
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  float: left;
  width: 300px;
  display: none;
  opacity: 1;
  cursor: auto;
  position: fixed;
  font-size: 12px;
  z-index: 999;
  border: 1px solid transparent;
  color: #8a6d3b;
  background-color: #fcf8e3;
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .alert-popup .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .alert-popup .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
#new_watchlist_main_container #right_container .header-wrapper .wl-mainheader .alert-popup .ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}
#new_watchlist_main_container #right_container .header-wrapper .separator {
  margin: 12px 0;
  border-bottom: 1px solid #d4e0ea;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  padding-top: 0;
  margin-top: 0;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead .main-type-cell {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
  font-family: Helvetica Neue, Arial, sans-serif;
  padding: 15px 20px;
  border: 1px solid #d4e0ea;
  text-align: center;
  font-weight: normal;
  background: #F5F7FB;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead .main-type-cell .icon {
  width: 14px;
  height: 14px;
  fill: #fff;
  background: #3d7fba;
  border-radius: 14px;
  margin-left: 5px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead .type-cell {
  width: 6%;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #4f95da;
  cursor: pointer;
  border: 1px solid #e8eef7;
  border-bottom-color: #d4e0ea;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead .type-cell:hover {
  text-decoration: underline;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead .type-cell1 {
  width: 6%;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
  border: 1px solid #e8eef7;
  border-bottom-color: #d4e0ea;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead th:first-child {
  border-right-color: #d4e0ea;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead th.alert-follow,
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead tdh:nth-child(2) {
  border-left-color: #d4e0ea;
  cursor: default;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead th.alert-prepost,
#new_watchlist_main_container #right_container .header-wrapper #wl_table thead tdh:nth-child(3) {
  border-left-color: #d4e0ea;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker {
  height: 40px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .ticker-cell {
  min-width: 133px;
  text-align: left;
  font-size: 13px;
  padding: 0px;
  line-height: 40px;
  color: #698094;
  border: 1px solid #d4e0ea;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .ticker-cell .del-tick,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .ticker-cell .del-ticker {
  line-height: 40px;
  margin-left: 3px;
  cursor: pointer;
  display: none;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .ticker-cell .del-tick .icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .ticker-cell .del-ticker .icon {
  height: 14px;
  width: 14px;
  margin-top: 13px;
  fill: #698094;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .ticker-cell .tickername {
  float: left;
  text-indent: 12px;
  line-height: 40px;
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .press-release,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .filing-alert {
  min-width: 100px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell {
  text-align: center;
  border: 1px solid #d4e0ea;
  color: #698094;
  padding: 0;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .icon {
  margin: 0 auto;
  font-size: 16px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  padding: 2px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .checked {
  display: block;
  color: #ffffff;
  background: #3d7fba;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .unchecked {
  display: block;
  color: #ffffff;
  background: #a5b3c7;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .active {
  color: #ffffff;
  border-radius: 2px;
  line-height: 24px;
  margin: 6px;
  background-color: #4f95da;
  cursor: pointer;
  padding: 0 12px;
  font-size: 12px;
  display: block;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .inactive {
  color: #ffffff;
  border-radius: 2px;
  line-height: 24px;
  margin: 6px 12px;
  background-color: #bbc6d5;
  cursor: pointer;
  padding: 0 6px;
  font-size: 12px;
  display: block;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-pr,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-al,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .marketData {
  height: 32px;
  width: 100%;
  display: inline-block;
  font-size: 11px;
  line-height: 32px;
  border-right: transparent;
  flex-grow: 1;
  text-align: left;
  text-indent: 15px;
  color: #4f95da;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-filing .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-pr .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-al .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-broker .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .marketData .icon-down {
  height: 8px;
  width: 9px;
  fill: #4f95da;
  position: absolute;
  top: 12px;
  right: 6px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-filing .parent-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-pr .parent-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-al .parent-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-broker .parent-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .marketData .parent-icon {
  height: 8px;
  width: 9px;
  fill: #4f95da;
  position: absolute;
  top: 12px;
  right: 6px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-filing .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-pr .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-al .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-broker .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .marketData .icon-holder {
  float: right;
  text-indent: 0px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-filing .icon-holder .child-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-pr .icon-holder .child-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-al .icon-holder .child-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .filter-broker .icon-holder .child-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .marketData .icon-holder .child-icon {
  height: 8px;
  width: 8px;
  fill: #4f95da;
  position: relative;
  margin: 6px 12px 6px 0;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Rounded sliders */
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .switch input {
  display: none;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .switch input:checked + .slider {
  background-color: #2196F3;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .switch .slider.round {
  border-radius: 34px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .switch .slider.round:before {
  border-radius: 50%;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-cell .temporary-disabled {
  background: #a5b3c7;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .icon-cell {
  color: #3d7fba;
  fill: #698094;
  width: 9px;
  text-indent: 10px;
  background-color: #ffffff;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-fil-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-sm-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-news-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-realtime-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-prepost {
  color: #333333;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .realtime,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-news-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-marketData {
  min-width: 100px;
  text-align: left;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .filing .menu-overlay,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .realtime .menu-overlay,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-broker .menu-overlay,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-news-all .menu-overlay,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-marketData .menu-overlay {
  position: relative;
  z-index: 999999998;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .filing .menu-overlay .menu-body,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .realtime .menu-overlay .menu-body,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-broker .menu-overlay .menu-body,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-news-all .menu-overlay .menu-body,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-marketData .menu-overlay .menu-body {
  width: 100%;
  flex-grow: 1;
  cursor: pointer;
  position: absolute;
  color: #5d6e7c;
  line-height: 20px;
  font-size: 11px;
  padding: 12px 0;
  height: auto;
  display: block;
  overflow: visible;
  background: #fff;
  box-shadow: 1px 1px 20px 0 #5d6e7c;
  border-radius: 2px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .filing .menu-overlay .menu-body .item,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .realtime .menu-overlay .menu-body .item,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-broker .menu-overlay .menu-body .item,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-news-all .menu-overlay .menu-body .item,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-marketData .menu-overlay .menu-body .item {
  text-align: left;
  text-indent: 15px;
  height: 20px;
  background: #ffffff;
  width: 100%;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .filing .menu-overlay .menu-body .item .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .realtime .menu-overlay .menu-body .item .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-broker .menu-overlay .menu-body .item .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-news-all .menu-overlay .menu-body .item .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-marketData .menu-overlay .menu-body .item .icon-holder {
  height: 20px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .filing .menu-overlay .menu-body .item .icon-holder .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .realtime .menu-overlay .menu-body .item .icon-holder .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-broker .menu-overlay .menu-body .item .icon-holder .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-news-all .menu-overlay .menu-body .item .icon-holder .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-marketData .menu-overlay .menu-body .item .icon-holder .icon-down {
  position: absolute;
  right: 12px;
  top: 18px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .filing .menu-overlay .menu-body .item .txt,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .realtime .menu-overlay .menu-body .item .txt,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-broker .menu-overlay .menu-body .item .txt,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-news-all .menu-overlay .menu-body .item .txt,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .alert-marketData .menu-overlay .menu-body .item .txt {
  height: 20px;
  vertical-align: middle;
  color: #3d7fba;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .location {
  min-width: 145px;
  padding-right: 0px;
  padding-left: 0px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .followed_ticker .broker {
  min-width: 115px;
  padding-right: 0px;
  padding-left: 0px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker {
  height: 40px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .ticker-cell {
  min-width: 133px;
  padding: 0px;
  text-align: left;
  font-size: 13px;
  line-height: 30px;
  color: #698094;
  border: 1px solid #d4e0ea;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .ticker-cell .del-tick,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .ticker-cell .del-ticker {
  line-height: 40px;
  margin-left: 3px;
  cursor: pointer;
  display: none;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .ticker-cell .del-tick .icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .ticker-cell .del-ticker .icon {
  height: 14px;
  width: 14px;
  margin-top: 13px;
  fill: #698094;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .ticker-cell .tickername {
  float: left;
  text-indent: 12px;
  line-height: 40px;
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .press-release,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .filing-alert {
  min-width: 100px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell {
  text-align: center;
  border: 1px solid #d4e0ea;
  color: #a5b3c7;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .icon {
  margin: 0 auto;
  font-size: 16px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  padding: 2px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .checked {
  display: block;
  color: #ffffff;
  background: #e5eaef;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .unchecked {
  display: block;
  color: #ffffff;
  background: #e5eaef;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .active {
  color: #ffffff;
  border-radius: 2px;
  line-height: 24px;
  margin: 6px;
  background: #e5eaef;
  cursor: pointer;
  padding: 0 12px;
  font-size: 12px;
  display: block;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .inactive {
  color: #ffffff;
  border-radius: 2px;
  line-height: 24px;
  margin: 6px 12px;
  background: #e5eaef;
  cursor: pointer;
  padding: 0 6px;
  font-size: 12px;
  display: block;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-pr,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-al,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .marketData {
  height: 32px;
  width: 100%;
  display: inline-block;
  font-size: 11px;
  line-height: 32px;
  border-right: transparent;
  flex-grow: 1;
  text-align: left;
  text-indent: 15px;
  cursor: pointer;
  position: relative;
  color: #e5eaef;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-filing .parent-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-pr .parent-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-al .parent-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-broker .parent-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .marketData .parent-icon {
  height: 8px;
  width: 9px;
  fill: #e5eaef;
  position: absolute;
  top: 12px;
  right: 6px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-filing .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-pr .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-al .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-broker .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .marketData .icon-holder {
  float: right;
  text-indent: 0px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-filing .icon-holder .child-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-pr .icon-holder .child-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-al .icon-holder .child-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .filter-broker .icon-holder .child-icon,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .marketData .icon-holder .child-icon {
  height: 8px;
  width: 9px;
  fill: #e5eaef;
  position: relative;
  margin: 6px 12px 6px 0;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Rounded sliders */
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .switch input {
  display: none;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .switch input:checked + .slider {
  background-color: #2196F3;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .switch .slider.round {
  border-radius: 34px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-cell .switch .slider.round:before {
  border-radius: 50%;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .icon-cell {
  color: #3d7fba;
  fill: #698094;
  width: 9px;
  text-indent: 10px;
  background-color: #ffffff;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-fil-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-sm-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-news-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-realtime-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-prepost {
  color: #333333;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .realtime,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-news-all {
  min-width: 100px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .filing .menu-overlay,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .realtime .menu-overlay,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-broker .menu-overlay,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-news-all .menu-overlay {
  position: relative;
  z-index: 999999998;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .filing .menu-overlay .menu-body,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .realtime .menu-overlay .menu-body,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-broker .menu-overlay .menu-body,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-news-all .menu-overlay .menu-body {
  width: 100%;
  flex-grow: 1;
  cursor: pointer;
  position: absolute;
  color: #5d6e7c;
  line-height: 20px;
  font-size: 11px;
  padding: 12px 0;
  height: auto;
  display: block;
  overflow: visible;
  background: #fff;
  box-shadow: 1px 1px 20px 0 #5d6e7c;
  border-radius: 2px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .filing .menu-overlay .menu-body .item,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .realtime .menu-overlay .menu-body .item,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-broker .menu-overlay .menu-body .item,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-news-all .menu-overlay .menu-body .item {
  text-align: left;
  text-indent: 15px;
  height: 20px;
  background: #ffffff;
  width: 100%;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .filing .menu-overlay .menu-body .item .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .realtime .menu-overlay .menu-body .item .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-broker .menu-overlay .menu-body .item .icon-holder,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-news-all .menu-overlay .menu-body .item .icon-holder {
  height: 20px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .filing .menu-overlay .menu-body .item .icon-holder .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .realtime .menu-overlay .menu-body .item .icon-holder .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-broker .menu-overlay .menu-body .item .icon-holder .icon-down,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-news-all .menu-overlay .menu-body .item .icon-holder .icon-down {
  position: absolute;
  right: 12px;
  top: 18px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .filing .menu-overlay .menu-body .item .txt,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .realtime .menu-overlay .menu-body .item .txt,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-broker .menu-overlay .menu-body .item .txt,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .alert-news-all .menu-overlay .menu-body .item .txt {
  height: 20px;
  vertical-align: middle;
  color: #3d7fba;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .location {
  min-width: 145px;
  padding-right: 0px;
  padding-left: 0px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .unfollowed_ticker .broker {
  min-width: 115px;
  padding-right: 0px;
  padding-left: 0px;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker {
  background: #f9fcff;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-news-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-realtime-all,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-marketData {
  background: #f9fcff;
}
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-broker .filter-filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-news-all .filter-filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .filing .filter-filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-realtime-all .filter-filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-marketData .filter-filing,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-broker .filter-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-news-all .filter-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .filing .filter-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-realtime-all .filter-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-marketData .filter-broker,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-broker .filter-pr,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-news-all .filter-pr,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .filing .filter-pr,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-realtime-all .filter-pr,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-marketData .filter-pr,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-broker .filter-al,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-news-all .filter-al,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .filing .filter-al,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-realtime-all .filter-al,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-marketData .filter-al,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-broker .marketData,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-news-all .marketData,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .filing .marketData,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-realtime-all .marketData,
#new_watchlist_main_container #right_container .header-wrapper #wl_table tbody .hover_ticker .alert-marketData .marketData {
  background: #f9fcff;
}
#new_watchlist_main_container #right_container .header-wrapper .add-wl,
#new_watchlist_main_container #right_container .header-wrapper .save-changes,
#new_watchlist_main_container #right_container .header-wrapper .configure-watchlist {
  float: left;
  width: auto;
  height: auto;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #7e91ad;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: none;
  background: #3d7fba;
  color: #ffffff;
}
#new_watchlist_main_container #right_container .header-wrapper .add-wl .icon,
#new_watchlist_main_container #right_container .header-wrapper .save-changes .icon,
#new_watchlist_main_container #right_container .header-wrapper .configure-watchlist .icon {
  width: 15px;
  height: 18px;
  fill: #ffffff;
}
#new_watchlist_main_container #right_container .header-wrapper .add-wl .icon_text,
#new_watchlist_main_container #right_container .header-wrapper .save-changes .icon_text,
#new_watchlist_main_container #right_container .header-wrapper .configure-watchlist .icon_text {
  padding-left: 6px;
  color: inherit;
  font-family: Helvetica Neue, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
#new_watchlist_main_container #right_container .header-wrapper .bulk-edit {
  padding: 6px 12px;
  color: #7e91ad;
  font-size: 13px;
  line-height: 18px;
  margin-left: 6px;
  float: left;
  border: 1px solid #ffffff;
  border-radius: 3px;
  cursor: pointer;
}
#new_watchlist_main_container #right_container .header-wrapper .bulk-edit:hover {
  border: 1px solid #7e91ad;
}
#new_watchlist_main_container #right_container .configure-alert {
  width: 96%;
  overflow: auto;
  padding: 0px 18px;
  height: 48px;
}
#new_watchlist_main_container #right_container .configure-alert .configure-text .sub-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 48px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5d6c7e;
  text-transform: capitalize;
  max-width: 322px;
  font-weight: 300;
}
#new_watchlist_main_container #right_container .configure-alert .configure-watchlist {
  float: right;
  padding: 6px 14px 6px 12px;
  margin-top: 8px;
}
#new_watchlist_main_container #right_container .configure-alert .configure-watchlist .icon {
  width: 11px;
  height: 13px;
  margin-top: 2.5px;
}
#new_watchlist_main_container #right_container .configure-alert .configure-watchlist .icon_text {
  margin-left: 13px;
  padding-left: 0px;
}
#new_watchlist_main_container #right_container .bottom-row {
  width: 96%;
  padding: 12px 18px;
  overflow: auto;
}
#new_watchlist_main_container #right_container .bottom-row .add-wl {
  float: left;
}
#new_watchlist_main_container #right_container .bottom-row .save-changes {
  float: right;
  background: #3dbf6f;
}
#new_watchlist_main_container #watchlist-filter-popup {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  outline: none;
  position: absolute;
  width: 900px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay {
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 330px;
  left: 0;
  z-index: 300;
  box-shadow: 0 12px 30px 0 rgba(22, 42, 60, 0.65);
  overflow: hidden;
  border-radius: 2px;
  width: 658px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body {
  border: none !important;
  margin-top: 48px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div:hover {
  background-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.full {
  background-color: #e8eef7;
  color: #3d7fba;
  border-color: rgba(47, 89, 128, 0.9);
  -webkit-box-shadow: 1px 0 0 0 rgba(47, 89, 128, 0.9);
  -moz-box-shadow: 1px 0 0 0 rgba(47, 89, 128, 0.9);
  box-shadow: 1px 0 0 0 rgba(47, 89, 128, 0.9);
  z-index: 200;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.full p {
  color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.full .checkbox span {
  background-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.full .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.full .checkbox label:after {
  border-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.full:hover {
  background-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.incomplete {
  background-color: rgba(187, 198, 213, 0.6);
  color: #3d7fba;
  border-color: #bbc6d5;
  -webkit-box-shadow: 1px 0 0 0 #bbc6d5;
  -moz-box-shadow: 1px 0 0 0 #bbc6d5;
  box-shadow: 1px 0 0 0 #bbc6d5;
  z-index: 200;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.incomplete p {
  color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.incomplete .checkbox span {
  background-color: #bbc6d5;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.incomplete .checkbox label {
  background-color: #698094;
  border-color: #698094;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.incomplete .checkbox label:after {
  border-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.incomplete:hover {
  background-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.tab-active {
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-box-shadow: 1px 0 0 0 #ffffff;
  -moz-box-shadow: 1px 0 0 0 #ffffff;
  box-shadow: 1px 0 0 0 #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .sidebar-body div.tab-active p {
  font-weight: 500;
  color: #1e374d;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body {
  overflow-y: auto;
  margin: 49px 0 0 0;
  height: 300px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .checkbox {
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .checkbox input {
  width: auto;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .checkbox label {
  top: 5px;
  left: 4px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body h5 {
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
  margin: 0px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body h5 span:not(.text) {
  font-size: 11px;
  color: #698094;
  font-weight: 400;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body h5 span.text {
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body h5 span.filter-count {
  vertical-align: top;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div {
  width: 154px;
  padding: 4px 4px 4px 32px;
  margin: 8px 0 0 8px;
  border: 1px solid #d4e0ea;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 2px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.active {
  border-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.active .checkbox {
  background-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.active .checkbox input[type=checkbox]:checked {
  border-color: #1e374d;
  color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper {
  display: inline-block;
  width: 718px;
  height: auto;
  padding: 24px 0 8px 0;
  overflow: hidden;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .head {
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  background-color: #e8eef7;
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper {
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
  width: 300px;
  width: auto;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items {
  display: inline-block;
  height: 30px;
  width: auto;
  max-width: 280px;
  position: relative;
  border: 0;
  padding: 4px 4px 4px 4px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button {
  height: 28px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio] {
  visibility: hidden;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_news_wrapper .news-wrapper .items h5 {
  margin-left: 14px;
  font-size: 12px;
  line-height: 18px;
  display: inline-flex;
  max-width: 100%;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.sector,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.region,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.ef-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.non-ef-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.globalSearch,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.ppt-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.gbf-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.tickers,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.tt-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.rr-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.note-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.sd-wrapper {
  padding: 0;
  border: none;
  width: inherit;
  height: inherit;
  margin: 0;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.tt-wrapper .item {
  display: inline-block;
  width: 300px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.tt-wrapper .item h5 span.text {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.rr-wrapper .item {
  display: inline-block;
  width: 340px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.rr-wrapper .item h5 span.text {
  max-width: 255px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.note-wrapper .item {
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.ppt-wrapper .item {
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.sd-wrapper .item {
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.gbf-wrapper .item {
  display: inline-block;
  width: 300px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.gbf-wrapper .item h5 span.text {
  max-width: 300px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.ef-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.non-ef-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.ppt-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div .gbf-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.tt-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.rr-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.note-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.sd-wrapper {
  display: block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.non-ef-wrapper {
  background: #ffffff;
  position: absolute;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.non-ef-wrapper .text {
  text-align: center;
  color: #bbc6d5;
  font-size: 15px;
  line-height: 18px;
  border: 0;
  width: 300px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 50%;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body p {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  padding-right: 6px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body p span {
  font-weight: 600;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.tickers,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.globalSearch {
  display: block;
  height: 100%;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.tickers .item,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.globalSearch .item {
  float: left;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.globalSearch {
  display: none;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body div.region {
  height: 100%;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .region,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .filing-wrapper,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .sub-region-wrapper {
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .region .item,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .filing-wrapper .item,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .sub-region-wrapper .item {
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .region .item h5 span.text,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .filing-wrapper .item h5 span.text,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .sub-region-wrapper .item h5 span.text {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .sector {
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .sector .item {
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .sector .item h5 {
  display: inline-flex;
  max-width: 100%;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .sector .item h5 span.text {
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar {
  position: absolute;
  background-color: #f9fcff;
  border-right: 1px solid #d4e0ea;
  width: 227px;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .select-options {
  border: none;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #f9fcff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: center;
  padding: 0 16px;
  justify-content: flex-end;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .select-options a {
  line-height: 48px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .select-options a .icon {
  width: 9px;
  height: 9px;
  fill: #3d7fba;
  margin-right: 4px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .select-options a:nth-child(1):before {
  position: absolute;
  left: 0;
  font-size: 9px;
  top: 19px;
  padding: 0;
  margin: 0;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .select-options a:nth-child(2):before {
  position: absolute;
  left: 0;
  font-size: 9px;
  top: 19px;
  padding: 0;
  margin: 0;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar div {
  position: relative;
  line-height: 11px;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: -1px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar div .checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar div .checkbox label {
  top: 9px;
  left: 5px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar div p {
  display: inline-block;
  font-size: 13px;
  color: #698094;
  padding: 11px 0;
  margin-left: 32px;
  font-weight: 400;
  line-height: 16px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar div p span {
  font-size: 11px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: 227px;
  background-color: #ffffff;
  background-color: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head .clear-input-field .icon {
  position: absolute;
  left: 232px;
  font-size: 9px;
  top: 19px;
  padding: 0;
  margin: 0;
  fill: #3d7fba;
  width: 9px;
  height: 9px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head input,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head select {
  width: auto;
  flex-grow: 1;
  margin-right: 8px;
  max-width: 240px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head input {
  padding-right: 20px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head select {
  max-width: 160px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head .select-options {
  position: absolute;
  right: 16px;
  align-self: flex-end;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head .select-options a {
  margin-left: 8px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  position: relative;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head .select-options a .icon {
  width: 9px;
  height: 9px;
  fill: #3d7fba;
  margin-right: 4px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head .select-options a:nth-child(1):before {
  position: absolute;
  left: 0;
  font-size: 9px;
  top: 1px;
  padding: 0;
  margin: 0;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head .select-options a:nth-child(2):before {
  position: absolute;
  left: 0;
  font-size: 9px;
  top: 2px;
  padding: 0;
  margin: 0;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-footer {
  background-color: #f9fcff;
  padding: 8px;
  border-top: 1px solid #d4e0ea;
  text-align: right;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-footer button {
  padding-left: 24px;
  padding-right: 24px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .ticker-menu-body {
  margin: 74px 0 0 0;
  height: 362px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .ticker-menu-body .load-more {
  box-sizing: border-box;
  cursor: pointer;
  width: 98%;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  padding-top: 10px;
  line-height: 24px;
  display: block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay {
  height: 364px;
  width: 960px;
  display: block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head {
  margin-left: 227px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head input {
  padding-right: 20px;
  width: auto;
  flex-grow: 1;
  padding: 0 8px 1px 8px;
  height: 32px;
  margin-right: 8px;
  max-width: 240px;
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  box-sizing: border-box;
  font-family: Helvetica Neue, Arial, sans-serif;
  -webkit-appearance: none;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head .select-options {
  position: absolute;
  right: 16px;
  align-self: flex-end;
  height: 32px;
  padding: 0px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-head .select-options a {
  font-size: 12px;
  margin-left: 8px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  position: relative;
  text-decoration: none;
  color: #3d7fba;
  cursor: pointer;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar {
  position: absolute;
  background-color: #f9fcff;
  border-right: 1px solid #d4e0ea;
  width: 227px;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body {
  border: none !important;
  margin-top: 48px;
  height: 316px;
  position: relative;
  line-height: 11px;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: -1px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item .checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  overflow: hidden;
  background-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item .checkbox input {
  padding: 0 8px 1px 8px;
  height: 32px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  -webkit-appearance: none;
  visibility: hidden;
  background-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item .checkbox label {
  border-color: #698094;
  top: 10px;
  left: 4px;
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item p {
  display: inline-block;
  font-size: 13px;
  margin: 0px;
  color: #698094;
  padding: 11px 0;
  margin-left: 32px;
  font-weight: 400;
  line-height: 16px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item p .type_text {
  font-weight: 500;
  color: #1e374d;
  font-size: 13px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item p .filter_count {
  font-size: 11px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.tab-active {
  color: #3d7fba;
  border-color: #bbc6d5;
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  box-shadow: 1px 0 0 0 #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.incomplete {
  background-color: rgba(187, 198, 213, 0.6);
  color: #3d7fba;
  border-color: #bbc6d5;
  -webkit-box-shadow: 1px 0 0 0 #bbc6d5;
  -moz-box-shadow: 1px 0 0 0 #bbc6d5;
  box-shadow: 1px 0 0 0 #bbc6d5;
  z-index: 200;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.incomplete .checkbox label {
  background-color: #698094;
  border-color: #698094;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .full {
  color: #3d7fba;
  border-color: rgba(47, 89, 128, 0.9);
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body {
  width: 732px;
  align-content: flex-start;
  display: block;
  height: 268px;
  margin-left: 227px;
  overflow-y: auto;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper {
  padding: 0;
  border: none;
  width: inherit;
  height: inherit;
  margin: 0;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper {
  width: 718px;
  height: auto;
  padding: 24px 0 8px 0;
  display: inline-block;
  overflow: hidden;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper .checkbox {
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #e8eef7;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper .checkbox input {
  width: auto;
  padding: 0 8px 1px 8px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-appearance: none;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper .checkbox label {
  left: 4px;
  top: 5px;
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 2;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper .head {
  height: 24px;
  margin: 0px;
  line-height: 24px;
  padding-left: 24px;
  background-color: #e8eef7;
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper .item {
  width: 169px;
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper .item .checkbox {
  height: 24px;
  width: 24px;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper .item h5 {
  line-height: 16px;
  font-size: 12px;
  margin: 0;
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper .item h5 .txt {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper .item h5 .filter-count {
  font-size: 11px;
  color: #698094;
  font-weight: 400;
  vertical-align: top;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected {
  border-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected .subregion_count {
  color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected div {
  border-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected div .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected div .checkbox label:after {
  border-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected div .checkbox span {
  background-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected div.zero-active {
  border-color: #d4e0ea;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected div.zero-active .checkbox label {
  background-color: #ffffff;
  border-color: #d4e0ea;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected div.zero-active .checkbox label:after {
  border-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected div.zero-active .checkbox span {
  background-color: #e8eef7;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected .checkbox:nth-child(1) label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected .checkbox:nth-child(1) label:after {
  border-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.selected .head:nth-child(2) {
  background-color: #3d7fba;
  color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.incomplete {
  border-color: #bbc6d5;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.incomplete .subregion_count {
  color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.incomplete .filter-sub-box label {
  background-color: #698094;
  border-color: #bbc6d5;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.incomplete .filter-sub-box label:after {
  border-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-body .subtype_wrapper .filing-wrapper.incomplete .head:nth-child(2) {
  background-color: #bbc6d5;
  color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-footer .submitquery,
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-footer .close-custom-filter {
  padding-left: 24px;
  padding-right: 24px;
  background-color: #3d7fba;
  border: 2px solid #3d7fba;
  padding: 6px 12px;
  border-radius: 3px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
#new_watchlist_main_container #watchlist-filter-popup .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#new_watchlist_main_container #watchlist-filter-popup .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#new_watchlist_main_container #watchlist-filter-popup .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#new_watchlist_main_container #watchlist-filter-popup .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
#new_watchlist_main_container #watchlist-filter-popup .active .checkbox label {
  background-color: #1e374d;
  border: 1px solid #1e374d;
}
#new_watchlist_main_container #watchlist-filter-popup .active .checkbox label:after {
  border-color: #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item {
  position: relative;
  line-height: 11px;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: -1px;
  cursor: pointer;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.tab-active {
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  box-shadow: 1px 0 0 0 #ffffff;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.tab-active .checkbox label {
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.tab-active .checkbox span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e8eef7;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.incomplete {
  color: #3d7fba;
  border-color: #bbc6d5;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.incomplete .checkbox label {
  background-color: #698094;
  border-color: #698094;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.incomplete .checkbox span {
  background-color: #bbc6d5;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.full {
  color: #3d7fba;
  border-color: rgba(47, 89, 128, 0.9);
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.full .checkbox {
  background-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.full .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-sidebar .sidebar-body .menu-item.full .checkbox span {
  background-color: #3d7fba;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-overlay .menu-footer .disable-button {
  background: #a5b3c7;
  border: 2px solid #a5b3c7;
  cursor: default;
}
#new_watchlist_main_container #watchlist-filter-popup .menu-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.wl-popup .content #csvDropBox {
  margin-top: 5px;
  position: relative;
  border: 2px dotted #d4e0ea;
  border-radius: 10px;
  text-align: center;
}
.wl-popup .content #csvDropBox .upload-icon {
  margin: 5px;
}
.wl-popup .content #csvDropBox .file-upload {
  font-size: 14px;
  width: 100%;
  padding: 5px 0px 10px;
}
.wl-popup .content #csvDropBox .icon-container {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  padding: 5px 0px 0px 0px;
  text-align: center;
}
.wl-popup .content #csvDropBox .icon-container .icon {
  fill: #3d7fba;
  width: 20px;
  height: 20px;
}
.wl-popup .content #csvDropBox .input_file {
  cursor: pointer;
  height: 58px;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wl-popup .configure-wl-popup li.noisy-long-token {
  pointer-events: none;
}
#market_wl_popup {
  width: 700px;
}
#market_wl_popup #market_data_popup {
  font-size: 14px;
  padding: 10px 20px;
}
#market_wl_popup #market_data_popup .header {
  padding: 10px 0;
  width: 100%;
}
#market_wl_popup #market_data_popup .header .heading {
  font-size: 16px;
  text-align: center;
}
#market_wl_popup #market_data_popup .section {
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
}
#market_wl_popup #market_data_popup .ticker-info .ticker-name,
#market_wl_popup #market_data_popup .ticker-info .price-value {
  font-weight: 600;
  color: #3d7fba;
}
#market_wl_popup #market_data_popup .ticker-info .price {
  font-weight: 200;
}
#market_wl_popup #market_data_popup .ticker-info div {
  display: inline-block;
}
#market_wl_popup #market_data_popup .alert-type .price-change {
  margin-bottom: 10px;
}
#market_wl_popup #market_data_popup .alert-type .price {
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
}
#market_wl_popup #market_data_popup .alert-type .price-value {
  margin-top: 20px;
  display: inline-block;
}
#market_wl_popup #market_data_popup .alert-type .stock-alert {
  padding: 6px 0px;
  margin-top: 10px;
  overflow: auto;
  width: 300px;
  border-radius: 3px;
  border: 1px solid #d4e0ea;
}
#market_wl_popup #market_data_popup .alert-type .stock-alert input {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 20px;
  width: 20px;
  overflow: hidden;
  margin: 0px 5px 0px 5px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  float: left;
}
#market_wl_popup #market_data_popup .alert-type .stock-alert input:checked {
  border: 1px solid #3d7fba;
  background-color: white;
}
#market_wl_popup #market_data_popup .alert-type .stock-alert input:checked::before {
  -webkit-appearance: none;
  content: "\e009";
  font-size: 14px;
  position: relative;
  left: 2px;
  top: 2px;
  color: #3d7fba;
}
#market_wl_popup #market_data_popup .alert-type .stock-alert span {
  display: inline-block;
  line-height: 20px;
  float: left;
}
#market_wl_popup #market_data_popup .price-table {
  font-size: 14px;
  margin: 10px 0px;
}
#market_wl_popup #market_data_popup .price-table .table-head {
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  color: #444343;
}
#market_wl_popup #market_data_popup .price-table .table-head div {
  width: 165px;
  color: #3d7fba;
  display: inline-block;
}
#market_wl_popup #market_data_popup .price-table .table-head .column-action,
#market_wl_popup #market_data_popup .price-table .table-head .column-frequency {
  width: 180px;
  display: inline-block;
}
#market_wl_popup #market_data_popup .price-table .table-head .column-type {
  width: 120px;
  display: inline-block;
}
#market_wl_popup #market_data_popup .price-table .table-head .column-threshold {
  width: 140px;
  display: inline-block;
}
#market_wl_popup #market_data_popup .price-table .table-body {
  max-height: 200px;
  overflow: auto;
}
#market_wl_popup #market_data_popup .price-table .table-body .no-threshold {
  text-align: center;
  height: 40px;
  line-height: 40px;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row {
  font-weight: 200;
  line-height: 25px;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row .column-action {
  width: 180px;
  text-align: right;
  display: inline-block;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row .column-action .btn-action {
  color: #3d7fba;
  cursor: pointer;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row .column-action .remove_row {
  color: #3d7fba;
  width: 20px;
  margin-left: 160px;
  cursor: pointer;
  text-align: right;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row .column-threshold {
  width: 140px;
  display: inline-block;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row .column-threshold input {
  width: 120px;
  box-sizing: border-box;
  padding: 5px 5px;
  height: 23px;
  border: 1px solid #bbc6d5;
  border-radius: 2px;
  text-align: right;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row .column-threshold .uneditable {
  background-color: transparent;
  border: 0px solid;
  user-select: none;
  pointer-events: none;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row .column-type {
  width: 120px;
  display: inline-block;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row .column-frequency {
  width: 180px;
  display: inline-block;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row .column-frequency select {
  font-size: 13px;
  outline: none;
  cursor: pointer;
  direction: rtl;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 2px 15px 2px 2px;
  border: none;
  background: transparent url(../images/dropdown_img.png) no-repeat right center;
  background-size: 9px 9px;
}
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-type,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-threshold .threshold-value,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-frequency select,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-action .btn-action .edit,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-action .btn-action .delete {
  text-decoration: line-through;
  pointer-events: none;
}
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-type select,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-threshold .threshold-value select,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-frequency select select,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-action .btn-action .edit select,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-action .btn-action .delete select {
  pointer-events: none;
}
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-type input:invalid,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-threshold .threshold-value input:invalid,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-frequency select input:invalid,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-action .btn-action .edit input:invalid,
#market_wl_popup #market_data_popup .price-table .table-body .cross .column-action .btn-action .delete input:invalid {
  color: red;
}
#market_wl_popup #market_data_popup .price-table .table-body .table-row:hover .column-action .btn-action {
  display: block;
}
#market_wl_popup #market_data_popup .add-threshold-row {
  overflow: auto;
}
#market_wl_popup #market_data_popup .add-threshold-row .add-threshold-button {
  text-align: center;
  color: #fff;
  background: #3d7fba;
  float: right;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #3d7fba;
  padding: 6px 12px;
  cursor: pointer;
  width: 100px;
}
#market_wl_popup #market_data_popup .save-cancel-row {
  text-align: center;
  margin-top: 10px;
}
#market_wl_popup #market_data_popup .save-cancel-row .save-market-alert {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 18px;
  background: #3d7fba;
  font-size: 14px;
  padding: 6px 12px;
  width: 100px;
  border-radius: 3px;
  margin-left: 30px;
  border: 1px solid #3d7fba;
}
#market_wl_popup #market_data_popup .save-cancel-row .cancel-market-alert {
  font-size: 14px;
  color: #527495;
  display: inline-block;
  border-radius: 3px;
  line-height: 18px;
  border: 1px solid #3d7fba;
  padding: 6px 12px;
  cursor: pointer;
  width: 100px;
}
.message-popup-rt {
  border: 1px solid black;
}
.message-popup-rt .content-wrapper {
  padding: 12px 18px;
  word-wrap: break-word;
}
.message-popup-rt .content-wrapper .content {
  max-height: 200px;
  overflow: auto;
}
#table-extractor-html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
#table-extractor-html .table-extractor-container .left-menu {
  height: 100%;
  min-width: 360px;
  width: 425px;
  float: left;
  position: relative;
  border-right: 1px solid #093550;
  display: none;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header {
  width: 100%;
  height: 50px;
  float: left;
  padding: 0;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .header-button {
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  color: #1472AB;
  border: 1px solid #1472AB;
  border-radius: 4px;
  margin: 6px 10px 6px 0;
  padding: 6px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .header-button:hover {
  color: #ffffff;
  background: #3d7fba;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .header-button:hover .icon {
  fill: #ffffff;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .header-button .icon {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
  margin-right: 6px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data {
  position: relative;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save {
  position: absolute;
  top: 32px;
  left: -10px;
  cursor: default;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .triangle1 {
  left: 27px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle {
  width: 430px;
  height: 150px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle .save-popup-container {
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle .save-popup-container .name-label {
  font-size: 14px;
  color: black;
  float: left;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle .save-popup-container .search-box-holder {
  margin-left: 20px;
  width: 230px;
  height: 20px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle .save-popup-container .search-box-holder #doctable_model_name {
  border: none;
  outline: none;
  width: 100%;
  font-size: 12px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle .subtitle-container {
  margin-left: 35px;
  font-size: 12px;
  margin-top: 10px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle #modelExistsAlert {
  margin-left: 35px;
  font-size: 12px;
  color: #b51f0d;
  visibility: hidden;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle .input-buttons {
  margin-left: 30px;
  margin-top: 15px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle .input-buttons #doctable_save_button {
  width: 100px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .save-data .popup-tooltip-container_save .rectangle .input-buttons #doctable_cancel_button {
  margin-left: 40px;
  width: 100px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .maximize,
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .minimize {
  height: 18px;
  width: 18px;
  text-align: center;
  margin-right: 6px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .maximize .fa,
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .minimize .fa {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  line-height: 18px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .maximize .fa::before {
  content: "\f065";
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-header .minimize .fa::before {
  content: "\f066";
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container {
  min-width: 360px;
  overflow: auto;
  min-height: 65px;
  border-bottom: 2px solid #093550;
  border-top: 2px solid #093550;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table {
  border-collapse: collapse;
  width: 98%;
  margin: auto;
  margin-top: 0;
  text-align: center;
  table-layout: fixed;
  color: #093550;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table thead tr {
  line-height: 30px;
  color: #3d7fba;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table thead tr th {
  border-bottom: 2px solid #093550;
  border-right: 1px solid #C7E1F1;
  border-left: 1px solid #C7E1F1;
  font-size: 12px;
  position: relative;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table thead tr .adjust-column {
  width: 30px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table thead tr .type-column {
  width: 40px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table thead tr .quarter-column {
  width: 80px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table thead tr .value-column {
  width: 100px;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table thead tr .value-column .toggle-units {
  position: absolute;
  right: 0;
  margin-top: 2px;
  width: 18px;
  height: 18px;
  background: #3d7fba;
  color: #fff;
  text-align: center;
  border: 1px solid #3d7fba;
  margin-right: 2px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr {
  line-height: 25px;
  color: #3d7fba;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr.clicked-row {
  background-color: #3d7fba;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr.clicked-row td {
  color: white;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr td {
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #C7E1F1 #C7E1F1;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .adjust-column {
  width: 30px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .adjust-column input {
  float: left;
  -webkit-appearance: none;
  border: 1px solid #093550;
  height: 14px;
  width: 14px;
  overflow: hidden;
  border-radius: 2px;
  font-size: 12px;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: 2px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .adjust-column input:checked {
  background-color: #3d7fba;
  border: 1px solid #093550;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .adjust-column input:checked::before {
  -webkit-appearance: none;
  content: "\f00c";
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .type-column {
  width: 40px;
  cursor: pointer;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .type-column .fa-gear {
  position: relative;
  top: 7px;
  opacity: 0.5;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .type-column .td-popup {
  display: none;
  overflow: auto;
  position: absolute;
  top: 20px;
  background-color: white;
  color: black;
  z-index: 1;
  border: 1px solid black;
  width: 350px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .type-column .td-popup .settings-row .settings_check {
  float: left;
  -webkit-appearance: none;
  border: 1px solid #093550;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 6px 6px 1px 7px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .type-column .td-popup .settings-row .settings_check:checked {
  background-color: #3d7fba;
  border: 1px solid #093550;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .type-column .td-popup .settings-row .settings_check:checked::before {
  -webkit-appearance: none;
  content: "\f00c";
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .type-column .td-popup .settings-row .settings_data {
  text-align: left;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .type-column .td-popup .settings-row-fy4 {
  border-bottom: 1px solid black;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .quarter-column {
  width: 80px;
  cursor: pointer;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .quarter-column .fa-external-link {
  position: relative;
  top: 5px;
  opacity: 0.5;
  font-size: 10px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .quarter-column .icon-external-link {
  position: relative;
  top: 7px;
  opacity: 0.5;
  font-size: 10px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column {
  width: 100px;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .value-span {
  display: inline-block;
  cursor: pointer;
  min-width: 40px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .value-span div {
  display: none;
  pointer-events: none;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .get_fuzzy_terms {
  float: right;
  position: relative;
  top: 8px;
  display: none;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent {
  width: 300px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .triangle-left {
  position: absolute;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #7e91ad transparent transparent;
  left: -13px;
  top: 12px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .rectangle {
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #7e91ad;
  overflow: hidden;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .rectangle .fuzzy-row {
  position: relative;
  padding: 6px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  border-bottom: 1px solid #ccd8e6;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .rectangle .fuzzy-row .fuzzy_term {
  color: #2e3645;
  float: left;
  width: 70%;
  text-align: left;
  padding-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .rectangle .fuzzy-row .fuzzy_data {
  color: #2e3645;
  float: left;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .rectangle .fuzzy-row .fuzzy_check {
  float: left;
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 1px 6px 1px 0;
  border-radius: 2px;
  font-size: 12px;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .rectangle .fuzzy-row .fuzzy_check:checked {
  background-color: #3d7fba;
  border: 1px solid #093550;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .rectangle .fuzzy-row .fuzzy_check:checked::before {
  -webkit-appearance: none;
  content: "\f00c";
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .rectangle .fuzzy-row:hover {
  background-color: #e2f2fb;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr .value-column .sub_options_parent .rectangle .fuzzy-row:last-child {
  border-bottom: none;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr td.value-column .info::after,
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr td.value-column.multi .info::after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  width: 8px;
  margin-right: -8px;
  margin-left: -12px;
  float: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr td.value-column .info::after {
  content: "";
  cursor: pointer;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr td.value-column.multi .info::after {
  content: "\f05a";
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-container #extract-table tbody tr td.edited {
  background: #ba3d7f;
  color: white;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer {
  width: 100%;
  height: 35px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .fetch-more {
  border: 1px solid #3d7fba;
  background-color: white;
  padding: 5px;
  font-size: 12px;
  margin: 2px;
  border-radius: 4px;
  color: #3d7fba;
  cursor: pointer;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .fetch-more .icon {
  height: 12px;
  width: 12px;
  margin-right: 6px;
  fill: #3d7fba;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .fetch-more:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .fetch-more:hover .icon {
  fill: #ffffff;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .fetch-more.fetching {
  pointer-events: none;
  background-color: #3d7fba;
  color: #fff;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data {
  position: relative;
  border: 1px solid #be2020;
  background-color: white;
  border-radius: 4px;
  color: #be2020;
  font-size: 12px;
  cursor: pointer;
  padding: 5px;
  margin: 3px;
  float: right;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save {
  position: absolute;
  top: -130px;
  left: 90px;
  cursor: default;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save .rectangle {
  width: 430px;
  height: 215px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save .rectangle .report-issue-popup-container {
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save .rectangle .report-issue-popup-container .name-label {
  padding-top: 3px;
  font-size: 18px;
  color: black;
  float: left;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save .rectangle .report-issue-popup-container .search-box-holder {
  margin-left: 20px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save .rectangle .report-issue-popup-container .search-box-holder #doctable_report_issue_content {
  border: none;
  outline: none;
  width: 280px;
  height: 100px;
  font-size: 14px;
  padding: 8px;
  resize: none;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save .rectangle .empty_message {
  margin-left: 120px;
  padding-top: 8px;
  font-size: 12px;
  color: #b51f0d;
  visibility: hidden;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save .rectangle .input-buttons {
  margin-left: 80px;
  margin-top: 15px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save .rectangle .input-buttons #doctable_report_issue_save_button {
  width: 100px;
  margin-left: 35px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data .popup-tooltip-container_save .rectangle .input-buttons #doctable_report_issue_cancel_button {
  margin-left: 40px;
  width: 100px;
}
#table-extractor-html .table-extractor-container .left-menu .timeseries-footer .report-issue-data:hover {
  background-color: #be2020;
  color: #ffffff;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .settings-row {
  padding: 6px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  color: #t_color;
  white-space: nowrap;
  vertical-align: middle;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .settings-row .settings_check {
  float: left;
  -webkit-appearance: none;
  border: 1px solid #093550;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 1px 6px 1px 0;
  border-radius: 2px;
  font-size: 12px;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .settings-row .settings_check:checked {
  background-color: #3d7fba;
  border: 1px solid #093550;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .settings-row .settings_check:checked::before {
  -webkit-appearance: none;
  content: "\f00c";
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .settings-row .autodetect-settings {
  font-size: 10px;
  color: #5EC700;
  vertical-align: top;
  display: none;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .settings-row:hover {
  background-color: #e2f2fb;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .sensitivity-row {
  padding: 6px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  color: #t_color;
  white-space: nowrap;
  vertical-align: middle;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .sensitivity-row .sensitivity_check {
  float: left;
  border: 1px solid #093550;
  margin: 1px 6px 1px 0;
  border-radius: 2px;
  font-size: 12px;
  background-color: #fff;
  display: inline-block;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .sensitivity-row .sensitivity_data {
  display: inline-block;
  margin-left: 20px;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .sensitivity-row .autodetect-settings {
  font-size: 10px;
  color: #5EC700;
  vertical-align: top;
  display: none;
}
#table-extractor-html .table-extractor-container .left-menu .floated-timeseries-footer .sensitivity-row:hover {
  background-color: #e2f2fb;
}
#table-extractor-html .table-extractor-container .right-content-wrapper {
  position: relative;
  height: 100%;
  overflow-x: scroll;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .doctable.error {
  width: 400px;
  height: auto;
  border: 2px solid #cccccc;
  border-radius: 5px;
  color: black;
  display: none;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .doctable.error .head {
  border-bottom: 2px solid #cccccc;
  padding: 6px;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .doctable.error .content {
  padding: 6px;
  font-size: 12px;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content {
  white-space: nowrap;
  position: absolute;
  float: right;
  width: inherit;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-separator {
  border-left: 1px solid #093550;
  height: 100%;
  width: 1px;
  display: inline-block;
  position: absolute;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container {
  display: inline-block;
  vertical-align: top;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #1472AB;
  line-height: 50px;
  height: 50px;
  border-bottom: 2px solid #093550;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .previous-doc,
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .next-doc {
  width: 15%;
  display: inline-block;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .previous-doc span,
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .next-doc span {
  cursor: pointer;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .previous-doc span:hover,
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .next-doc span:hover {
  color: #3da8e8;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .previous-doc.disabled,
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .next-doc.disabled {
  color: #c6e5f8;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .previous-doc.disabled span:hover,
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .next-doc.disabled span:hover {
  color: #c6e5f8;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .container-header .quarter-title {
  display: inline-block;
  width: 70%;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header {
  color: #1472AB;
  border-bottom: 2px solid #093550;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .select-text {
  float: left;
  width: 180px;
  font-weight: bold;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value {
  float: left;
  padding-left: 10px;
  border-right: 1px solid #093550;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .highlight-color {
  width: 30px;
  height: 30px;
  float: left;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .highlight-color1 {
  background-color: greenyellow;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .highlight-color2 {
  background-color: #2ffff7;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .highlight-color3 {
  background-color: #ffbf00;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .highlight-color4 {
  background-color: #ff7f7f;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .highlight-color5 {
  background-color: #ff7fff;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .highlight-color6 {
  background-color: #ffff00;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .term-name {
  float: left;
  margin-left: 5px;
  max-width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .term-values {
  float: right;
  width: 75px;
  margin-right: 10px;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .term-values select {
  width: 80px;
  margin-top: 3px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  color: #1472AB;
  border: 1px solid #093550;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #ffffff;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value .term-values div {
  width: 80px;
  border: 1px solid #093550;
  margin-top: 3px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  color: #1472AB;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .multi-value-header .term-value:nth-child(3n+3) {
  border-right: none;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .table_header {
  float: right;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  color: #1472AB;
  border: 1px solid #093550;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 25px;
  padding: 6px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  width: 100px;
  text-align: center;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .table_header .open-link {
  margin-left: 6px;
  margin-top: 3px;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .table_header .open-link .icon {
  height: 12px;
  width: 12px;
  fill: #3d7fba;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .table-container {
  margin: 25px;
  padding: 10px;
  -webkit-box-shadow: 0 0 5px 2px #fff;
  -moz-box-shadow: 0 0 5px 2px #fff;
  box-shadow: 0 0 5px 2px grey;
  white-space: normal;
  margin-top: 50px;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .table-container table * {
  margin: 0;
  padding: 0;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .table-container tr {
  line-height: 20px;
}
#table-extractor-html .table-extractor-container .right-content-wrapper .right-content .report-container .table-end {
  height: 5px;
  background: #1472AB;
}
/**
This is search user render css
*/
.search_user_container .page-inner .container-row {
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.search_user_container .page-inner .container-row #username-table-container {
  overflow-y: scroll;
  border-top: 41px solid transparent;
  border-bottom: 41px solid transparent;
}
.search_user_container .page-inner .container-row #username-table-container table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.search_user_container .page-inner .container-row #username-table-container table td,
.search_user_container .page-inner .container-row #username-table-container table th {
  border-bottom: 1px solid #fff;
  padding: 10px;
}
.search_user_container .page-inner .container-row #username-table-container table thead tr th {
  height: 0;
  line-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
.search_user_container .page-inner .container-row #username-table-container table thead tr th div {
  position: absolute;
  color: #fff;
  padding: 10px;
  line-height: normal;
  background: #3d7fba;
  width: 100%;
  z-index: 2;
  text-align: left;
  font-weight: bold;
  top: 0;
  margin-left: -10px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.search_user_container .page-inner .message-popup {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 450px;
  height: 190px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.search_user_container .page-inner .message-popup .image-holder {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  cursor: pointer;
  height: 15px;
}
.search_user_container .page-inner .message-popup .image-holder .img {
  margin: 0 auto;
}
.search_user_container .page-inner .message-popup .text-holder {
  margin: 40px 0px;
}
.search_user_container .page-inner .message-popup .text-holder .clear-msg {
  width: 265px;
  height: 21px;
  font-family: HelveticaNeue;
  font-size: 18px;
  text-align: center;
  color: #506f8a;
  margin: 0 auto;
}
.search_user_container .page-inner .message-popup .button-holder {
  margin: 10px 0px;
}
.search_user_container .page-inner .message-popup .button-holder .action {
  text-align: center;
  width: 350px;
  margin: 0 auto;
  overflow: auto;
}
.search_user_container .page-inner .message-popup .button-holder .action .action-type {
  text-align: center;
  float: left;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  height: 38px;
  border-radius: 3px;
  background-color: #3e7fbd;
  color: #ffffff;
}
.search_user_container .page-inner .message-popup .button-holder .action .configure-search {
  margin-left: 10px;
}
.tutorial_outer:hover {
  color: #3d7fba;
}
#clipboard-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 100;
  display: none;
  opacity: 0;
}
#clipboard {
  width: 1px;
  height: 1px;
  padding: 0;
}
#html-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 100;
  display: none;
  opacity: 0;
}
.not-hover-icon {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
  float: right;
  margin-right: 2px;
}
#container {
  overflow-y: auto;
}
.maintainanceMess {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(231, 76, 60, 0.85);
  opacity: 1;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 12px 24px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  position: relative;
}
.watchlist_allticker {
  width: 100%;
  font-family: Helvetica Neue, sans-serif;
  border-bottom: 1px solid #BCBCBC;
  cursor: pointer;
}
.watchlist_allticker .list-item {
  height: 18px;
  padding: 6px 6px 6px 1px;
  font-size: 10px;
}
.watchlist_allticker .list-item .list-quickstat {
  display: none;
  float: left;
  width: 2%;
  text-align: center;
  margin-top: 2px;
  font-size: 9px;
}
.watchlist_allticker .list-item .list-quickstat .watchlist-check {
  display: none;
  float: left;
  width: 4px;
  height: 10px;
  margin: -1px 0 0 0;
  position: relative;
}
.watchlist_allticker .list-item .item-name {
  margin-left: 10px;
  float: left;
  color: #3d7fba;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.watchlist_allticker .list-item:hover {
  background: #FFFDE0;
}
.authorname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.authornameuser {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wid70perc {
  width: 70%;
}
.ticker-chevron {
  cursor: pointer;
  font-family: Helvetica Neue, sans-serif;
  font-size: 9px;
  text-align: center;
  color: #ffffff;
  background-color: #3d7fba;
  border-radius: 3px;
  border: 1px solid #3d7fba;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 0 6px;
  line-height: 16px;
  white-space: nowrap;
}
.ticker-chevron:hover {
  background-color: white;
  color: #3d7fba;
}
.ticker-chevron.disable-minimodal,
.ticker-small.disable-minimodal,
.ticker.disable-minimodal {
  cursor: default !important;
}
.secondary_ticker {
  display: inline-block;
  float: left;
}
.secondary_ticker .ticker-chevron {
  margin-top: 2px;
  border: 1px solid #3d7fba;
  background: #ffffff;
  color: #3d7fba;
}
.ticker-chevron-unselected {
  color: #366692;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff);
}
.ticker-chevron-unselected:hover {
  color: #ffffff;
  background-color: #4682BA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4682BA), color-stop(100%, #3C76AD));
  background-image: -webkit-linear-gradient(top, #4682BA, #3C76AD);
  background-image: -moz-linear-gradient(top, #4682BA, #3C76AD);
  background-image: -ms-linear-gradient(top, #4682BA, #3C76AD);
  background-image: -o-linear-gradient(top, #4682BA, #3C76AD);
  background-image: linear-gradient(top, #4682BA, #3C76AD);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4682BA, endColorstr=#3C76AD);
}
.ticker-chevron-selected {
  color: #ffffff;
  background-color: #366692;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4682BA), color-stop(100%, #3C76AD));
  background-image: -webkit-linear-gradient(top, #4682BA, #3C76AD);
  background-image: -moz-linear-gradient(top, #4682BA, #3C76AD);
  background-image: -ms-linear-gradient(top, #4682BA, #3C76AD);
  background-image: -o-linear-gradient(top, #4682BA, #3C76AD);
  background-image: linear-gradient(top, #4682BA, #3C76AD);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4682BA, endColorstr=#3C76AD);
}
.ticker-chevron.doc {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.grey-button {
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4D4D4D;
  background-color: #FAFAFA;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.grey-button:hover {
  border: 1px solid #BDBDBD;
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E1E1E1));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -o-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: linear-gradient(top, #F3F3F3, #E1E1E1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F3F3, endColorstr=#E1E1E1);
}
.grey-buttoon {
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4D4D4D;
  background-color: #F3F3F3;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#default-doc {
  font-size: 10px;
}
#first_doc {
  margin-top: 5px;
}
.selected {
  background: #ffffff;
}
.search-box-holder {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  float: left;
  overflow: hidden;
}
.search-box-holder .search-input-box,
.search-box-holder .search-inputbox {
  width: 140px;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 7px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
  float: left;
}
.search-box-holder .search-input-box,
.search-box-holder .search-inputbox:focus {
  outline: none;
}
.search-box-holder .search-watchlist-button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  float: left;
  border-right: 1px solid #BCBCBC;
  color: #595959;
  font-size: 18px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7px;
}
.search-box-holder .search-watchlist-button:hover {
  background-color: #7e91ad;
  color: #fff;
  border-color: #7e91ad;
}
.search-box-holder .search-watchlist-button:active {
  -moz-box-shadow: inset 0 0 5px 0px #BCBCBC;
  -webkit-box-shadow: inset 0 0 5px 0px #BCBCBC;
  box-shadow: inset 0 0 5px 0px #BCBCBC;
}
.search-box-holder .search-icon,
.search-box-holder .clear-icon {
  float: right;
  color: #BCBCBC;
  font-size: 14px;
  margin: 10px 6px;
}
.search-box-holder .search-icon .icon,
.search-box-holder .clear-icon .icon {
  fill: #698094;
  height: 14px;
  width: 14px;
}
.search-box-holder .search-icon:hover {
  color: #595959;
  transition: all 0.3s ease-out;
}
.search-box-holder .clear-icon:hover {
  color: #595959;
}
.search-box {
  width: 85%;
  height: 32px;
  border: none;
  margin-right: 6px;
  /*background-image: url("@{image-url}/magnifier.png");*/
  background-repeat: no-repeat;
  background-position: right center;
  /*border:1px solid #BCBCBC; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
  float: left;
  outline: none;
  padding-left: 5px;
}
/*
* Tab Popup css
*/
#institutional-holdings-generic-container #holdings-select,
#institutional-holdings-drop-down #holdings-select,
#insider-trading-drop-down #holdings-select {
  padding: 1px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #437FB7;
  margin-top: -3px;
  background: #fff;
}
#institutional-holdings-generic-container .table-container .dataTables_scrollHead,
#institutional-holdings-drop-down .table-container .dataTables_scrollHead,
#insider-trading-drop-down .table-container .dataTables_scrollHead,
#institutional-holdings-generic-container .dataTables_wrapper .dataTables_scrollHead,
#institutional-holdings-drop-down .dataTables_wrapper .dataTables_scrollHead,
#insider-trading-drop-down .dataTables_wrapper .dataTables_scrollHead,
#institutional-holdings-generic-container .table-container .dataTables_scrollHeadInner,
#institutional-holdings-drop-down .table-container .dataTables_scrollHeadInner,
#insider-trading-drop-down .table-container .dataTables_scrollHeadInner,
#institutional-holdings-generic-container .dataTables_wrapper .dataTables_scrollHeadInner,
#institutional-holdings-drop-down .dataTables_wrapper .dataTables_scrollHeadInner,
#insider-trading-drop-down .dataTables_wrapper .dataTables_scrollHeadInner {
  background-color: white;
  min-width: 100%;
}
#institutional-holdings-generic-container .table-container .dataTables_scrollHead .dataTable,
#institutional-holdings-drop-down .table-container .dataTables_scrollHead .dataTable,
#insider-trading-drop-down .table-container .dataTables_scrollHead .dataTable,
#institutional-holdings-generic-container .dataTables_wrapper .dataTables_scrollHead .dataTable,
#institutional-holdings-drop-down .dataTables_wrapper .dataTables_scrollHead .dataTable,
#insider-trading-drop-down .dataTables_wrapper .dataTables_scrollHead .dataTable,
#institutional-holdings-generic-container .table-container .dataTables_scrollHeadInner .dataTable,
#institutional-holdings-drop-down .table-container .dataTables_scrollHeadInner .dataTable,
#insider-trading-drop-down .table-container .dataTables_scrollHeadInner .dataTable,
#institutional-holdings-generic-container .dataTables_wrapper .dataTables_scrollHeadInner .dataTable,
#institutional-holdings-drop-down .dataTables_wrapper .dataTables_scrollHeadInner .dataTable,
#insider-trading-drop-down .dataTables_wrapper .dataTables_scrollHeadInner .dataTable {
  min-width: 100%;
}
#institutional-holdings-generic-container .table-container .dataTable,
#institutional-holdings-drop-down .table-container .dataTable,
#insider-trading-drop-down .table-container .dataTable,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable,
#insider-trading-drop-down .dataTables_wrapper .dataTable {
  width: 100%;
  table-layout: fixed;
}
#institutional-holdings-generic-container .table-container .dataTable th,
#institutional-holdings-drop-down .table-container .dataTable th,
#insider-trading-drop-down .table-container .dataTable th,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable th,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable th,
#insider-trading-drop-down .dataTables_wrapper .dataTable th {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #f0f0f0);
  background-image: -moz-linear-gradient(top, #f7f7f7, #f0f0f0);
  background-image: -ms-linear-gradient(top, #f7f7f7, #f0f0f0);
  background-image: -o-linear-gradient(top, #f7f7f7, #f0f0f0);
  background-image: linear-gradient(top, #f7f7f7, #f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f7f7f7, endColorstr=#f0f0f0);
}
#institutional-holdings-generic-container .table-container .dataTable th span.css-right,
#institutional-holdings-drop-down .table-container .dataTable th span.css-right,
#insider-trading-drop-down .table-container .dataTable th span.css-right,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable th span.css-right,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable th span.css-right,
#insider-trading-drop-down .dataTables_wrapper .dataTable th span.css-right {
  float: right;
}
#institutional-holdings-generic-container .table-container .dataTable th[aria-sort],
#institutional-holdings-drop-down .table-container .dataTable th[aria-sort],
#insider-trading-drop-down .table-container .dataTable th[aria-sort],
#institutional-holdings-generic-container .dataTables_wrapper .dataTable th[aria-sort],
#institutional-holdings-drop-down .dataTables_wrapper .dataTable th[aria-sort],
#insider-trading-drop-down .dataTables_wrapper .dataTable th[aria-sort] {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0FCFC), color-stop(100%, #DAEFF1));
  background-image: -webkit-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: -moz-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: -ms-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: -o-linear-gradient(top, #F0FCFC, #DAEFF1);
  background-image: linear-gradient(top, #F0FCFC, #DAEFF1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F0FCFC, endColorstr=#DAEFF1);
}
#institutional-holdings-generic-container .table-container .dataTable th,
#institutional-holdings-drop-down .table-container .dataTable th,
#insider-trading-drop-down .table-container .dataTable th,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable th,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable th,
#insider-trading-drop-down .dataTables_wrapper .dataTable th {
  font-size: 11px;
  position: relative;
  vertical-align: text-top;
  min-height: 40px;
}
#institutional-holdings-generic-container .table-container .dataTable th div,
#institutional-holdings-drop-down .table-container .dataTable th div,
#insider-trading-drop-down .table-container .dataTable th div,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable th div,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable th div,
#insider-trading-drop-down .dataTables_wrapper .dataTable th div {
  padding-left: 5px;
  padding-right: 5px;
}
#institutional-holdings-generic-container .table-container .dataTable td.leftCol,
#institutional-holdings-drop-down .table-container .dataTable td.leftCol,
#insider-trading-drop-down .table-container .dataTable td.leftCol,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable td.leftCol,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable td.leftCol,
#insider-trading-drop-down .dataTables_wrapper .dataTable td.leftCol {
  padding: 10px;
  text-align: left;
  font-size: 10px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#institutional-holdings-generic-container .table-container .dataTable th.leftCol,
#institutional-holdings-drop-down .table-container .dataTable th.leftCol,
#insider-trading-drop-down .table-container .dataTable th.leftCol,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable th.leftCol,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable th.leftCol,
#insider-trading-drop-down .dataTables_wrapper .dataTable th.leftCol {
  padding-left: 5px;
  text-align: left;
}
#institutional-holdings-generic-container .table-container .dataTable td.midCol,
#institutional-holdings-drop-down .table-container .dataTable td.midCol,
#insider-trading-drop-down .table-container .dataTable td.midCol,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable td.midCol,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable td.midCol,
#insider-trading-drop-down .dataTables_wrapper .dataTable td.midCol {
  padding: 10px;
  text-align: center;
  font-size: 10px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#institutional-holdings-generic-container .table-container .dataTable th.midCol div,
#institutional-holdings-drop-down .table-container .dataTable th.midCol div,
#insider-trading-drop-down .table-container .dataTable th.midCol div,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable th.midCol div,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable th.midCol div,
#insider-trading-drop-down .dataTables_wrapper .dataTable th.midCol div {
  text-align: center;
}
#institutional-holdings-generic-container .table-container .dataTable td.rightCol,
#institutional-holdings-drop-down .table-container .dataTable td.rightCol,
#insider-trading-drop-down .table-container .dataTable td.rightCol,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable td.rightCol,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable td.rightCol,
#insider-trading-drop-down .dataTables_wrapper .dataTable td.rightCol {
  padding: 10px;
  text-align: right;
  font-size: 10px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#institutional-holdings-generic-container .table-container .dataTable th.rightCol,
#institutional-holdings-drop-down .table-container .dataTable th.rightCol,
#insider-trading-drop-down .table-container .dataTable th.rightCol,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable th.rightCol,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable th.rightCol,
#insider-trading-drop-down .dataTables_wrapper .dataTable th.rightCol {
  padding-right: 5px;
  text-align: right;
}
#institutional-holdings-generic-container .table-container .dataTable td.instiName,
#institutional-holdings-drop-down .table-container .dataTable td.instiName,
#insider-trading-drop-down .table-container .dataTable td.instiName,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable td.instiName,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable td.instiName,
#insider-trading-drop-down .dataTables_wrapper .dataTable td.instiName {
  cursor: pointer;
  color: #3d7fba;
}
#institutional-holdings-generic-container .table-container .dataTable tr.odd,
#institutional-holdings-drop-down .table-container .dataTable tr.odd,
#insider-trading-drop-down .table-container .dataTable tr.odd,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable tr.odd,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable tr.odd,
#insider-trading-drop-down .dataTables_wrapper .dataTable tr.odd {
  background-color: white;
}
#institutional-holdings-generic-container .table-container .dataTable tr.even,
#institutional-holdings-drop-down .table-container .dataTable tr.even,
#insider-trading-drop-down .table-container .dataTable tr.even,
#institutional-holdings-generic-container .dataTables_wrapper .dataTable tr.even,
#institutional-holdings-drop-down .dataTables_wrapper .dataTable tr.even,
#insider-trading-drop-down .dataTables_wrapper .dataTable tr.even {
  background-color: #f0f0f0;
}
#institutional-holdings-generic-container .table-container .dataTables_paginate a,
#institutional-holdings-drop-down .table-container .dataTables_paginate a,
#insider-trading-drop-down .table-container .dataTables_paginate a,
#institutional-holdings-generic-container .dataTables_wrapper .dataTables_paginate a,
#institutional-holdings-drop-down .dataTables_wrapper .dataTables_paginate a,
#insider-trading-drop-down .dataTables_wrapper .dataTables_paginate a {
  margin-right: 5px;
  margin-top: 5px;
}
#institutional-holdings-generic-container .table-container .dataTables_info,
#institutional-holdings-drop-down .table-container .dataTables_info,
#insider-trading-drop-down .table-container .dataTables_info,
#institutional-holdings-generic-container .dataTables_wrapper .dataTables_info,
#institutional-holdings-drop-down .dataTables_wrapper .dataTables_info,
#insider-trading-drop-down .dataTables_wrapper .dataTables_info {
  font-size: 12px;
  margin-left: 5px;
  margin-top: 5px;
}
#sentieo-html body {
  font-family: Helvetica Neue, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #F4F8FE;
  overflow: hidden;
}
.page-container {
  height: inherit;
  float: left;
  width: 100%;
  background: #ffffff;
  font-family: Helvetica Neue, sans-serif;
}
.page-container .page-inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
/*xbrl report css*/
.report table.authRefData {
  background-color: #def;
  border: 2px solid #2F4497;
  font-size: 1em;
  position: absolute;
}
.report table.authRefData a {
  display: block;
  font-weight: bold;
}
.report table.authRefData p {
  margin-top: 0;
}
.report table.authRefData .hide {
  background-color: #2F4497;
  padding: 1px 3px 0 0;
  text-align: right;
}
.report table.authRefData .hide a:hover {
  background-color: #2F4497;
}
.report table.authRefData .body {
  height: 150px;
  overflow: auto;
  width: 400px;
}
.report table.authRefData table {
  font-size: 1em;
}
/* Report Styles */
.pl a,
.pl a:visited {
  color: black;
  text-decoration: none;
}
/* table */
.report-container #xbrl-table {
  background-color: white;
  border: 2px solid #bcbcbc;
  clear: both;
  color: black;
  font: normal 8pt Helvetica, Arial, san-serif;
  margin-bottom: 2em;
}
.report {
  background-color: white;
  border: 2px solid #acf;
  clear: both;
  color: black;
  font: normal 8pt Helvetica, Arial, san-serif;
  margin-bottom: 2em;
  width: 100%;
}
.report hr {
  border: 1px solid #acf;
}
/* Top labels */
.report th {
  background-color: #acf;
  color: black;
  font-weight: bold;
  text-align: center;
}
.report th.void {
  background-color: transparent;
  color: #000000;
  font: bold 10pt Helvetica, Arial, san-serif;
  text-align: left;
}
.report .pl {
  text-align: left;
  vertical-align: top;
  white-space: normal;
  width: 200px;
  word-wrap: break-word;
}
.report td.pl a.a {
  cursor: pointer;
  display: block;
  width: 200px;
}
.report td.pl div.a {
  width: 200px;
}
.report td.pl a:hover {
  background-color: #ffc;
}
/* Header rows... */
.report tr.rh {
  background-color: #acf;
  color: black;
  font-weight: bold;
}
/* Calendars... */
.report .rc {
  background-color: #f0f0f0;
}
/* Even rows... */
.report .re,
.report .reu {
  background-color: #def;
}
.report .reu td {
  border-bottom: 1px solid black;
}
/* Odd rows... */
.report .ro,
.report .rou {
  background-color: white;
}
.report .rou td {
  border-bottom: 1px solid black;
}
.report .rou table td,
.report .reu table td {
  border-bottom: 0 solid black;
}
/* styles for footnote marker */
.report .fn {
  white-space: nowrap;
}
/* styles for numeric types */
.report .num,
.report .nump {
  text-align: right;
  white-space: nowrap;
}
.report .nump {
  padding-left: 2em;
}
.report .nump {
  padding: 0 0.4em 0 2em;
}
/* styles for text types */
.report .text {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  white-space: normal;
}
.report .text .big {
  margin-bottom: 1em;
  width: 17em;
}
.report .text .more {
  display: none;
}
.report .text .note {
  font-style: italic;
  font-weight: bold;
}
.report .text .small {
  width: 10em;
}
.report sup {
  font-style: italic;
}
.report .outerFootnotes {
  font-size: 1em;
}
#company-html {
  margin-top: 0;
}
#company-html .page-container {
  height: 84%;
}
#access-denied {
  text-align: center;
}
#access-denied div {
  margin-top: 60px;
}
#access-denied .icon i {
  font-size: 280px;
  color: #373737;
}
#access-denied a.btn {
  text-decoration: none;
  color: #3A3A3A;
}
#access-denied #contact-sentieo {
  color: #3d7fba;
  text-decoration: underline;
  cursor: pointer;
  padding: 0 4px;
}
.main-graph-save-prompt {
  width: 600px;
  height: auto;
  background: white;
  position: absolute;
  top: 100px;
  border-radius: 10px;
  zoom: 0.9;
}
.main-graph-save-prompt .header {
  width: 100%;
  height: 33px;
  background: #E8F1F9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #255178;
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  /*font-style: italic;*/
  font-weight: bold;
}
.main-graph-save-prompt .content {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
.main-graph-save-prompt .content .row {
  width: 100%;
  padding: 18px 0;
  text-align: center;
  /*specific css*/
}
.main-graph-save-prompt .content .row label,
.main-graph-save-prompt .content .row input {
  display: inline-block;
  vertical-align: middle;
}
.main-graph-save-prompt .content .row label {
  font-size: 12px;
  color: #666;
}
.main-graph-save-prompt .content .row input[type=text] {
  padding: 6px;
  width: 240px;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.main-graph-save-prompt .content .row input[type=text]:active,
.main-graph-save-prompt .content .row input[type=text]:focus {
  color: #666;
}
.main-graph-save-prompt .content .row input[type=checkbox] {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  background: url(../images/uncheck.png) no-repeat;
  background-size: 24px 24px;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
}
.main-graph-save-prompt .content .row input[type=checkbox]:checked {
  background: url('../images/check.png') no-repeat;
  background-size: 24px 24px;
}
.main-graph-save-prompt .content .row input#graph-save-name {
  margin-right: 24px;
}
.main-graph-save-prompt .content .row input.default {
  margin-right: 12px;
}
.main-graph-save-prompt .content .center {
  display: inline-block;
}
.main-graph-save-prompt .content .separator {
  width: 100%;
  height: 1px;
  border-top: solid 1px #E8F1F9;
}
.main-graph-save-prompt .content .button {
  float: left;
  background: #fff;
  padding: 12px 18px;
  margin-right: 18px;
  border-radius: 5px;
  color: #3E7EBB;
  font-size: 16px;
  cursor: pointer;
}
.main-graph-save-prompt .content .button:last-child {
  margin-right: 0;
}
.main-graph-save-prompt .content .button:hover {
  background: #3E7EBB;
  color: #fff;
}
.doc-share-popup-content {
  position: absolute;
  height: auto;
  min-width: 596px;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid #e9f1f9;
  border-radius: 4px;
}
.doc-share-popup-content .header {
  background: #e9f1f9;
  line-height: 18px;
  padding: 18px 0;
  text-align: center;
  color: #7e91ad;
}
.doc-share-popup-content .header .cancel-share-popup {
  float: right;
  margin-right: 24px;
  cursor: pointer;
}
.doc-share-popup-content .content .users-section {
  border-bottom: 0;
  max-height: 200px;
  overflow: auto;
  margin-left: 122px;
}
.doc-share-popup-content .content .users-section .row {
  min-width: 555px;
  max-width: 606px;
  margin-left: 0;
  margin-right: 0;
}
.doc-share-popup-content .content .users-section .row.lastRow {
  margin-bottom: 0;
}
.doc-share-popup-content .content .separator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e9f1f9;
  padding: 0;
  margin-left: 146px;
  margin-right: 24px;
  margin-bottom: 18px;
}
.doc-share-popup-content .content .separator-2 {
  margin-left: 24px;
}
.doc-share-popup-content .content .mid-separator {
  margin-top: 18px;
  margin-left: 24px;
}
.doc-share-popup-content .content .email-notify label {
  line-height: 18px;
  padding: 6px;
  font-size: 16px;
  font-family: Helvetica Neue, sans-serif;
  margin-right: 24px;
  float: left;
}
.doc-share-popup-content .content .email-notify .notify-check {
  background-color: white;
  color: #979797;
  float: left;
  line-height: 18px;
  padding: 6px;
}
.doc-share-popup-content .content .email-notify .notify-check .name {
  padding-top: 3px;
}
.doc-share-popup-content .content .email-notify .notify-check .imageclass2 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
  display: none;
}
.doc-share-popup-content .content .email-notify .notify-check .imageclass1 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
}
.doc-share-popup-content .content .email-notify .notify-check-selected {
  color: white;
  float: left;
  line-height: 18px;
  padding: 6px;
}
.doc-share-popup-content .content .email-notify .notify-check-selected .name {
  padding-top: 3px;
}
.doc-share-popup-content .content .email-notify .notify-check-selected .imageclass2 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
}
.doc-share-popup-content .content .email-notify .notify-check-selected .imageclass1 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
  display: none;
}
.doc-share-popup-content .content .sentieoStaff .value {
  max-height: 32px;
}
.doc-share-popup-content .content .row {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 18px;
  overflow: hidden;
}
.doc-share-popup-content .content .row .value {
  overflow: hidden;
}
.doc-share-popup-content .content .row .value .msg {
  line-height: 18px;
  padding: 6px;
  font-size: 15px;
  font-family: Helvetica Neue, sans-serif;
  margin-right: 24px;
  width: 100px;
}
.doc-share-popup-content .content .row .value .msg.tlText {
  font-size: 12px;
  color: #cccccc;
}
.doc-share-popup-content .content .row .value .random-text {
  line-height: 18px;
  padding: 6px;
  padding-right: 0;
  font-size: 10px;
  font-family: Helvetica Neue, sans-serif;
}
.doc-share-popup-content .content .row .item {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  min-width: 90px;
  width: 155px;
  margin-right: 12px;
  float: left;
  cursor: pointer;
}
.doc-share-popup-content .content .row .item label {
  float: left;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
}
.doc-share-popup-content .content .row .selected-item,
.doc-share-popup-content .content .row .selected-staff-item {
  background-color: #7e91ad;
  color: white;
}
.doc-share-popup-content .content .row .selected-item .name,
.doc-share-popup-content .content .row .selected-staff-item .name {
  padding-top: 3px;
}
.doc-share-popup-content .content .row .selected-item .imageclass2,
.doc-share-popup-content .content .row .selected-staff-item .imageclass2 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
}
.doc-share-popup-content .content .row .selected-item .imageclass1,
.doc-share-popup-content .content .row .selected-staff-item .imageclass1 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
  display: none;
}
.doc-share-popup-content .content .row .team-check,
.doc-share-popup-content .content .row .staff-check {
  background-color: white;
  color: #979797;
  margin-right: 30px;
}
.doc-share-popup-content .content .row .team-check .name,
.doc-share-popup-content .content .row .staff-check .name {
  padding-top: 3px;
}
.doc-share-popup-content .content .row .team-check .imageclass2,
.doc-share-popup-content .content .row .staff-check .imageclass2 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
  display: none;
}
.doc-share-popup-content .content .row .team-check .imageclass1,
.doc-share-popup-content .content .row .staff-check .imageclass1 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
}
.doc-share-popup-content .content .row .staff-check,
.doc-share-popup-content .content .row .selected-staff-item {
  margin-right: 0;
}
.doc-share-popup-content .content .row .selected-item {
  margin-right: 30px;
}
.doc-share-popup-content .content .row .user-item {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  min-width: 90px;
  width: 155px;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-height: 18px;
}
.doc-share-popup-content .content .row .user-item label {
  cursor: pointer;
}
.doc-share-popup-content .content .row .user-item:nth-child(3) {
  margin-right: 0;
}
.doc-share-popup-content .content .row .user-check {
  background-color: white;
  color: #979797;
}
.doc-share-popup-content .content .row .user-check .name {
  padding-top: 3px;
}
.doc-share-popup-content .content .row .user-check .imageclass2 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
  display: none;
}
.doc-share-popup-content .content .row .user-check .imageclass1 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
}
.doc-share-popup-content .content .row .selected-user-item {
  background-color: #7e91ad;
  color: white;
}
.doc-share-popup-content .content .row .selected-user-item .name {
  padding-top: 3px;
}
.doc-share-popup-content .content .row .selected-user-item .imageclass2 {
  height: 18px;
  margin-left: 0;
  margin-right: 6px;
  float: left;
}
.doc-share-popup-content .content .row .selected-user-item .imageclass1 {
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  float: left;
  display: none;
}
.doc-share-popup-content .content .share-with-team {
  text-align: center;
  background-color: #3d7fba;
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  margin: auto;
  cursor: pointer;
  line-height: 18px;
  padding: 12px;
  width: 204px;
  font-size: 16px;
  font-family: ArialMT, Arial;
}
.doc-share-popup-content .content .share-with-team:hover {
  background-color: #fff;
  color: #3d7fba;
}
.doc-share-popup-content .after-save {
  padding: 10px 10px;
  text-align: center;
}
.maps_outer {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
}
.maps_outer .map_holder {
  top: 50%;
  position: relative;
  margin-top: -150px;
}
.maps_outer .map_holder img {
  border: 1px solid #333;
  cursor: pointer;
}
.maps_outer .map_holder .close-btn {
  position: absolute;
  left: 50%;
  margin-left: 302px;
  top: 3px;
  cursor: pointer;
  height: 16px;
  width: 16px;
  fill: #698094;
}
.sharewith-popup {
  background: #ffffff;
  position: absolute;
  width: 550px;
  border-radius: 4px;
  font-family: Helvetica Neue, Arial, sans-serif;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4);
}
.sharewith-popup .header {
  background: #f8f9fa;
  line-height: 24px;
  padding: 12px 0;
  color: #848c93;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #d4e0ea;
}
.sharewith-popup .header .icon-team {
  margin-left: 18px;
  margin-top: 3px;
}
.sharewith-popup .header .shr-txt {
  margin-left: 12px;
}
.sharewith-popup .header .icon-clear {
  float: right;
  margin-right: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-top: 6px;
}
.sharewith-popup .share-with-wrapper {
  padding: 18px 30px;
  border-bottom: 1px solid #d4e0ea;
}
.sharewith-popup .share-with-wrapper .plain-text {
  color: #4a5258;
  font-weight: 500;
  font-size: 14px;
}
.sharewith-popup .share-with-wrapper input[type=checkbox] {
  visibility: hidden;
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 8px 1px 8px;
  height: 32px;
}
.sharewith-popup .share-with-wrapper .checkbox {
  position: relative;
  line-height: 16px;
  font-size: 12px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.sharewith-popup .share-with-wrapper .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 4px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #a5b3c7;
}
.sharewith-popup .share-with-wrapper .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sharewith-popup .share-with-wrapper .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.sharewith-popup .share-with-wrapper .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.sharewith-popup .share-with-wrapper .checkbox input[type=checkbox]:checked span {
  background-color: #3d7fba;
}
.sharewith-popup .share-with-wrapper .teams_wrapper {
  margin-top: 12px;
  overflow: hidden;
}
.sharewith-popup .share-with-wrapper .teams_wrapper .item {
  cursor: pointer;
  padding: 4px 8px 4px 28px;
  border: 1px solid #a5b3c7;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 3px;
  margin-bottom: 12px;
  margin-right: 12px;
}
.sharewith-popup .share-with-wrapper .teams_wrapper .org_wrapper .plain-txt {
  line-height: 16px;
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #698094;
  text-transform: capitalize;
}
.sharewith-popup .share-with-wrapper .teams_wrapper .team_wrapper .plain-txt {
  line-height: 16px;
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #698094;
  text-transform: capitalize;
}
.sharewith-popup .share-with-wrapper .team_wrapper.active,
.sharewith-popup .share-with-wrapper .org_wrapper.active {
  border-color: #4f95da;
  background: #f0f8ff;
}
.sharewith-popup .share-with-wrapper .team_wrapper.active .checkbox label,
.sharewith-popup .share-with-wrapper .org_wrapper.active .checkbox label {
  color: #4f95da;
  border-color: #4f95da;
}
.sharewith-popup .share-with-wrapper .team_wrapper.active .plain-txt,
.sharewith-popup .share-with-wrapper .org_wrapper.active .plain-txt {
  color: #4f95da;
}
.sharewith-popup .email-notify-wrapper {
  padding: 18px 30px;
  border-bottom: 1px solid #e8ebee;
}
.sharewith-popup .email-notify-wrapper .checkbox {
  float: left;
  position: relative;
}
.sharewith-popup .email-notify-wrapper .checkbox input {
  visibility: hidden;
}
.sharewith-popup .email-notify-wrapper .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
.sharewith-popup .email-notify-wrapper .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 4px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sharewith-popup .email-notify-wrapper .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.sharewith-popup .email-notify-wrapper .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.sharewith-popup .email-notify-wrapper .checkbox input[type=checkbox]:checked span {
  background-color: #3d7fba;
}
.sharewith-popup .email-notify-wrapper .plain-txt {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #698094;
  margin-left: 12px;
}
.sharewith-popup .add-user-wrapper {
  padding: 18px 30px;
  border-bottom: 1px solid #d4e0ea;
}
.sharewith-popup .add-user-wrapper .plain-text {
  color: #4a5258;
  font-weight: 500;
  font-size: 14px;
}
.sharewith-popup .add-user-wrapper .share-input-wrapper {
  margin: 12px 0;
}
.sharewith-popup .add-user-wrapper .share-input-wrapper input {
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  padding: 8px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 472px;
}
.sharewith-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper {
  z-index: 999;
  width: 98%;
  display: none;
}
.sharewith-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper li {
  text-transform: initial;
}
.sharewith-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper li.selected .sharing_user_item .fullname,
.sharewith-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper li.selected .sharing_user_item .username {
  color: #ffffff;
}
.sharewith-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item {
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
  clear: both;
  min-height: 30px;
  cursor: pointer;
  padding: 0 12px;
  overflow: hidden;
}
.sharewith-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item .name-initials {
  width: 26px;
  height: 26px;
  background: #e8eef7;
  border: 1px solid #e8eef7;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #698094;
  text-transform: uppercase;
  margin-right: 18px;
}
.sharewith-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item .fullname {
  margin-right: 6px;
  text-transform: capitalize;
  font-family: Helvetica Neue, Arial, sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #698094;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 220px;
  overflow: hidden;
}
.sharewith-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item .username {
  line-height: 24px;
  color: #7f8fa9;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  overflow: hidden;
}
.sharewith-popup .add-user-wrapper .added-users {
  overflow: auto;
  max-height: 90px;
  padding-right: 6px;
}
.sharewith-popup .add-user-wrapper .added-users .item-new {
  background: #f0f8ff;
  float: left;
  font-size: 11px;
  color: #4f95da;
  font-weight: 500;
  line-height: 18px;
  padding: 3px 6px;
  border-radius: 2px;
  margin-bottom: 6px;
  margin-left: 6px;
  border: 1px solid #4f95da;
}
.sharewith-popup .add-user-wrapper .added-users .item-new .user-icon {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  fill: #3d7fba;
  float: left;
}
.sharewith-popup .add-user-wrapper .added-users .item-new .close-button {
  width: 6px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 4px 3px 0 6px;
}
.sharewith-popup .footer {
  padding: 18px 30px;
  overflow: hidden;
}
.sharewith-popup .footer .button {
  width: 95px;
  background: #3d7fba;
  line-height: 24px;
  padding: 8px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.sharewith-popup .footer .cancel {
  background: #bbc6d5;
  margin-left: 12px;
}
.module-container {
  margin-bottom: 10px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: #EEEEEE 1px 1px 0 0px;
  -moz-box-shadow: #EEEEEE 1px 1px 0 0px;
  box-shadow: #EEEEEE 1px 1px 0 0px;
  float: left;
}
.module-container .header {
  position: relative;
  height: 32px;
  width: 100%;
  border-bottom: 1px solid #B6B6B6;
  font-family: Helvetica Neue, sans-serif;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  -webkit-box-shadow: #EEEEEE 0 2px 1px 0px;
  -moz-box-shadow: #EEEEEE 0 2px 1px 0px;
  box-shadow: #EEEEEE 0 2px 1px 0px;
}
.module-container .header .header_message {
  font-size: 12px;
  color: #595959;
  padding-top: 8px;
  padding-left: 13px;
}
.module-container .header .title {
  float: left;
  margin-left: 12px;
  margin-top: 8px;
  font-size: 12px;
  color: #595959;
  font-weight: normal;
}
.module-container .header .select-box-holder {
  margin-top: 4px;
  margin-left: 5px;
  float: left;
}
.module-container .header .button-with-borders {
  border-left: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  -webkit-box-shadow: #EBEBEB 1px 0 0 0px;
  -moz-box-shadow: #EBEBEB 1px 0 0 0px;
  box-shadow: #EBEBEB 1px 0 0 0px;
}
.module-container .header .button {
  float: right;
  width: 40px;
  height: 100%;
  text-align: center;
}
.module-container .header .button .icon {
  margin-top: 8px;
  color: #595959;
}
.module-container .header .button:hover {
  -moz-box-shadow: inset 0 0 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0 0 3px 0px #BCBCBC;
  box-shadow: inset 0 0 3px 0px #BCBCBC;
}
#stream-container {
  margin-bottom: 10px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: #EEEEEE 1px 1px 0 0px;
  -moz-box-shadow: #EEEEEE 1px 1px 0 0px;
  box-shadow: #EEEEEE 1px 1px 0 0px;
  float: left;
}
#stream-container .header {
  height: 10%;
  width: 100%;
  border-bottom: 1px solid #B6B6B6;
  font-family: Helvetica Neue, sans-serif;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  -webkit-box-shadow: #EEEEEE 0 2px 1px 0px;
  -moz-box-shadow: #EEEEEE 0 2px 1px 0px;
  box-shadow: #EEEEEE 0 2px 1px 0px;
}
#stream-container .header .title {
  float: left;
  margin-left: 12px;
  margin-top: 8px;
  font-size: 12px;
  color: #595959;
  font-weight: normal;
}
#stream-container .header .button-with-borders {
  border-left: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  -webkit-box-shadow: #EBEBEB 1px 0 0 0px;
  -moz-box-shadow: #EBEBEB 1px 0 0 0px;
  box-shadow: #EBEBEB 1px 0 0 0px;
}
#stream-container .header .button {
  float: right;
  width: 40px;
  height: 100%;
  text-align: center;
}
#stream-container .header .button .icon {
  margin-top: 8px;
  color: #595959;
}
#stream-container .header .button:hover {
  -moz-box-shadow: inset 0 0 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0 0 3px 0px #BCBCBC;
  box-shadow: inset 0 0 3px 0px #BCBCBC;
}
#stream-container .content {
  height: 93%;
  /*overflow-y:auto;*/
}
.widget_graph_size1 {
  width: 48%;
  padding-right: 1%;
  position: relative;
}
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
  height: 30px;
  overflow: hidden;
  cursor: text;
  font-size: 12px;
  font-family: Verdana;
  min-height: 1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  /*width:130px;*/
  width: 165px;
}
ul.token-input-list-facebook li input {
  border: 0;
  width: 100px;
  /*padding: 3px 8px;*/
  padding: 3px 5px;
  background-color: white;
  margin: 2px 0;
  -webkit-appearance: caret;
}
li.token-input-token-facebook {
  overflow: hidden;
  height: auto !important;
  height: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 3px;
  padding: 2px 3px;
  background-color: #eff2f7;
  color: #000;
  cursor: default;
  border: 1px solid #ccd5e4;
  font-size: 11px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  white-space: nowrap;
}
li.token-input-token-facebook p {
  display: inline;
  padding: 0;
  margin: 0;
}
li.token-input-token-facebook span {
  color: #a6b3cf;
  margin-left: 5px;
  font-weight: bold;
  cursor: pointer;
}
li.token-input-selected-token-facebook {
  background-color: #5670a6;
  border: 1px solid #3b5998;
  color: #fff;
}
li.token-input-input-token-facebook {
  float: left;
  margin-top: 5px;
  padding: 0;
  list-style-type: none;
}
div.token-input-dropdown-facebook {
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ccc;
  cursor: default;
  font-size: 11px;
  font-family: Verdana;
  z-index: 1;
  margin-top: 4px;
}
div.token-input-dropdown-facebook p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}
div.token-input-dropdown-facebook ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown-facebook ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
  background-color: #fff;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
  background-color: #fff;
}
div.token-input-dropdown-facebook ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
  background-color: #3b5998;
  color: #fff;
}
#stream-doc-search-container {
  position: absolute;
  /*top: 24px;*/
  top: 33px;
  float: left;
  left: 1102px;
}
#stream-doc-search-container .item {
  cursor: pointer;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 182px;
}
#stream-doc-search-container .item #doc-search-searchbox {
  width: 180px;
}
#stream-doc-search-container .item #doc-search-searchbox .search-inputbox {
  width: 140px;
}
#doc-search-container {
  position: absolute;
  top: 27px;
}
.popup-tooltip-container .triangle1,
.popup-tooltip-container_save .triangle1,
.popup-tooltip-container_load .triangle1,
.popup-tooltip-container_options .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
.popup-tooltip-container-docsearch .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 170px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
.popup-tooltip-container,
.popup-tooltip-container_save,
.popup-tooltip-container_load,
.popup-tooltip-container_options,
.popup-tooltip-container-docsearch {
  font-size: 9px;
}
.popup-tooltip-container .rectangle,
.popup-tooltip-container_save .rectangle,
.popup-tooltip-container_load .rectangle,
.popup-tooltip-container_options .rectangle,
.popup-tooltip-container-docsearch .rectangle {
  position: relative;
  z-index: 999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #BCBCBC;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
  float: left;
}
.popup-tooltip-container .rectangle .header,
.popup-tooltip-container_save .rectangle .header,
.popup-tooltip-container_load .rectangle .header,
.popup-tooltip-container_options .rectangle .header,
.popup-tooltip-container-docsearch .rectangle .header {
  padding: 5px 5px 5px 5px;
  font-size: 9px;
}
.popup-tooltip-container .rectangle .top-header,
.popup-tooltip-container_save .rectangle .top-header,
.popup-tooltip-container_load .rectangle .top-header,
.popup-tooltip-container_options .rectangle .top-header,
.popup-tooltip-container-docsearch .rectangle .top-header {
  padding: 5px 5px 5px 5px;
  font-size: 9px;
  text-align: center;
}
.popup-tooltip-container .rectangle .items,
.popup-tooltip-container_save .rectangle .items,
.popup-tooltip-container_load .rectangle .items,
.popup-tooltip-container_options .rectangle .items,
.popup-tooltip-container-docsearch .rectangle .items {
  overflow: auto;
}
.popup-tooltip-container .rectangle .items .col .item,
.popup-tooltip-container_save .rectangle .items .col .item,
.popup-tooltip-container_load .rectangle .items .col .item,
.popup-tooltip-container_options .rectangle .items .col .item,
.popup-tooltip-container-docsearch .rectangle .items .col .item {
  padding: 4px 5px;
}
.popup-tooltip-container .rectangle .item,
.popup-tooltip-container_save .rectangle .item,
.popup-tooltip-container_load .rectangle .item,
.popup-tooltip-container_options .rectangle .item,
.popup-tooltip-container-docsearch .rectangle .item {
  cursor: pointer;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.popup-tooltip-container .rectangle .item .icon,
.popup-tooltip-container_save .rectangle .item .icon,
.popup-tooltip-container_load .rectangle .item .icon,
.popup-tooltip-container_options .rectangle .item .icon,
.popup-tooltip-container-docsearch .rectangle .item .icon {
  margin-right: 15px;
}
.dual-menu .main-menu-rectangle {
  position: relative;
  z-index: 9999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: inherit;
  padding: 5px 0 5px 0;
  background: #ffffff;
  border: 1px solid #BCBCBC;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
.dual-menu .main-menu-rectangle .menu-item {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: black;
  font-size: 10px;
  padding: 4px 10px 4px 10px;
}
.dual-menu .main-menu-rectangle .menu-item .icon {
  margin-right: 15px;
}
.dual-menu .main-menu-rectangle .selectd {
  background: #d4e1ed;
}
.dual-menu .main-menu-rectangle .first-item {
  padding-top: 8px;
}
.dual-menu .main-menu-rectangle .left-container {
  height: inherit;
  overflow: auto;
}
.dual-menu .main-menu-rectangle .left-container .menu-data {
  display: none;
}
.dual-menu .main-menu-rectangle .left-container .menu-data .item_data {
  display: none;
}
.dual-menu .main-menu-rectangle .left-container .menu-data .item_name {
  display: none;
}
.dual-menu .main-menu-rectangle .right-container {
  padding: 5px 0 5px 0;
  float: right;
  height: inherit;
  overflow: auto;
  position: absolute;
  top: -1px;
  margin-left: 100%;
  width: 100%;
  background-color: white;
  display: none;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
  /*border-right:1px solid #BCBCBC;*/
}
.dual-menu .main-menu-rectangle .right-container .menu-item-details {
  display: none;
  position: absolute;
  top: -1px;
  margin-left: 100%;
  overflow: auto;
}
.dual-menu .main-menu-rectangle .right-container .item_data {
  display: none;
}
.dual-menu .main-menu-rectangle .history.right-container {
  width: 250%;
}
.dual-menu .main-menu-rectangle .right-container_extreme {
  padding: 5px 0 5px 0;
  float: right;
  height: inherit;
  overflow: auto;
  position: absolute;
  top: -1px;
  margin-left: 200%;
  width: 100%;
  background-color: white;
  display: none;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
#ticker-drop-menu-outer {
  position: absolute;
  top: 50px;
  left: 15px;
}
#ticker-drop-menu {
  position: absolute;
  /*top: 45px;*/
  /*left: 18px;*/
  height: 190px;
}
#ticker-drop-menu .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 13px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #d4e1ed transparent;
}
.stream-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.stream-content .blue {
  background-color: #E0F0FC;
}
.stream-content .stream-content-item {
  font-family: Helvetica Neue, Arial, sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 40px;
  overflow: hidden;
  position: relative;
}
.stream-content .stream-content-item .news-tags {
  clear: both;
  float: right;
  margin-top: 6px;
  text-transform: lowercase;
}
.stream-content .stream-content-item .news-tags .tag {
  background: #4FCDCE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 9px;
  color: white;
  padding: 3px 7px;
  cursor: pointer;
}
.stream-content .stream-content-item .item-container {
  padding-left: 6px;
  padding-right: 10px;
}
.stream-content .stream-content-item .item-container .news-articles-container {
  padding-right: 4px;
}
.stream-content .stream-content-item .item-container .news-articles-container .headline {
  color: #3d7fba;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
.stream-content .stream-content-item .item-container .news-articles-container .headline a {
  color: #3d7fba;
  text-decoration: none;
}
.stream-content .stream-content-item .item-container .news-articles-container .svg-outer {
  vertical-align: middle;
}
.stream-content .stream-content-item .item-container .news-articles-container .svg-outer .hover-icon {
  fill: #437FB7;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
.stream-content .stream-content-item .item-container .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  /*max-height:70px;*/
  max-height: 45px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.stream-content .stream-content-item .item-container .ticker {
  float: left;
}
.stream-content .stream-content-item .item-container .source_date_container {
  display: inline-block;
}
.stream-content .stream-content-item .item-container .source {
  padding-right: 4px;
  font-size: 9px;
  color: #999999;
  float: left;
  line-height: 20px;
}
.stream-content .stream-content-item .item-container .author {
  font-size: 9px;
  color: #999999;
  line-height: 20px;
  float: left;
}
.stream-content .stream-content-item .item-container .author a {
  color: #999999;
  text-decoration: none;
}
.stream-content .stream-content-item .item-container .tweet-left-container {
  width: 48px;
  float: left;
  height: 48px;
  margin-right: 5px;
}
.stream-content .stream-content-item .item-container .tweet-left-container .tweet-profile-pic {
  height: 48px;
  width: 48px;
  background: grey;
  border-radius: 4px;
}
.stream-content .stream-content-item .item-container .tweet-right-container {
  margin-left: 55px;
  padding-left: 1px;
  padding-right: 6px;
}
.stream-content .stream-content-item .item-container .tweet-right-container .upper-row-header {
  height: 17px;
  /*width: 70%;*/
  padding-bottom: 1px;
}
.stream-content .stream-content-item .item-container .tweet-right-container .upper-row-header .usernamelink {
  color: black;
  text-decoration: none;
}
.stream-content .blue {
  background-color: #E0F0FC;
}
.stream-content .stream-content-item:hover {
  background: #FFFDE0;
}
.stream-content .stream-content-item.selected-item {
  background: #FFFDE0;
}
.stream-content .content-new {
  background: #F9F9F9;
}
.stream-content .stream-load-more {
  /*display: none;*/
  cursor: pointer;
  height: 35px;
  border-right: 1px solid #8ABFD7;
  border-bottom: 1px solid #8ABFD7;
  padding: 0 10px 0 10px;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
}
.stream-content .stream-load-more .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  padding-top: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#stream-curated-tweets .stream-content-item .content,
#stream-articles .stream-content-item .content,
#stream-news .stream-content-item .content {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
  max-height: none;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.watchlist-save-prompt {
  width: 340px;
  height: auto;
  background: white;
  position: absolute;
  top: 100px;
  border-radius: 10px;
  zoom: 0.9;
}
.watchlist-save-prompt .header {
  width: 100%;
  background: #E9F1F9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #7e91ad;
  text-align: center;
  font-size: 18px;
  font-family: Helvetica Neue, sans-serif;
  padding: 18px 0;
}
.watchlist-save-prompt .header .close {
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
}
.watchlist-save-prompt .content .row {
  padding: 18px 0;
  text-align: center;
  /*specific css*/
}
.watchlist-save-prompt .content .row label,
.watchlist-save-prompt .content .row input {
  display: inline-block;
  vertical-align: middle;
}
.watchlist-save-prompt .content .row label {
  font-size: 12px;
  color: #666;
}
.watchlist-save-prompt .content .row input[type=text] {
  padding: 6px 0;
  width: 300px;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-indent: 12px;
}
.watchlist-save-prompt .content .row input[type=text]:active,
.watchlist-save-prompt .content .row input[type=text]:focus {
  color: #666;
  border: 1px solid #666;
}
.watchlist-save-prompt .content .row input#graph-save-name {
  margin-right: 24px;
}
.watchlist-save-prompt .content .row input.default {
  margin-right: 12px;
}
.watchlist-save-prompt .content .row:first-child {
  padding-bottom: 24px;
}
.watchlist-save-prompt .content .row:last-child {
  padding-top: 0;
}
.watchlist-save-prompt .content .center {
  display: inline-block;
}
.watchlist-save-prompt .content .separator {
  width: 100%;
  height: 1px;
  border-top: solid 1px #E8F1F9;
}
.watchlist-save-prompt .content .button {
  background-color: #3d7fba;
  color: #fff;
  border: 1px solid;
  border-radius: 4px;
  line-height: 18px;
  font-size: 16px;
  font-family: Arial;
  margin: 0;
  outline: none;
  box-shadow: none;
  padding: 12px 24px;
  cursor: pointer;
}
.watchlist-save-prompt .content .button:hover {
  background: #fff;
  color: #3d7fba;
}
.watchlist-save-prompt .content .close {
  background-color: #fff;
  color: #3d7fba;
  border-radius: 4px;
  line-height: 18px;
  font-size: 16px;
  font-family: Arial;
  margin: 0;
  outline: none;
  box-shadow: none;
  padding: 12px 24px;
  cursor: pointer;
}
.watchlist-save-prompt .content .close:hover {
  text-decoration: underline;
}
.summary_sentiment_impact_outer_popup {
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15), inset 0 1px 0 #fff;
  background-color: #fff;
}
.summary_sentiment_impact_outer_popup .modal-header {
  background-color: #f3f3f3;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: inset 0 1px 0 #fff, inset 0 0 3px #fff;
  background-image: linear-gradient(to top, #efefef -20%, #f3f3f3 3.79%, #fbfbfb 120%);
  color: #595959;
}
.summary_sentiment_impact_outer_popup .summary {
  padding: 15px 17px;
  color: #595959;
  font-size: 13px;
  border-bottom: 1px solid #bdbdbd;
  max-height: 200px;
  overflow-y: auto;
}
.summary_sentiment_impact_outer_popup .sentiments_impact {
  padding: 15px 17px;
  color: #595959;
  font-size: 13px;
  overflow: auto;
  border-bottom: 1px solid #bdbdbd;
}
.summary_sentiment_impact_outer_popup .sentiments_impact .sentiment {
  float: left;
}
.summary_sentiment_impact_outer_popup .sentiments_impact .sentiment .sentiment_text {
  color: #595959;
}
.summary_sentiment_impact_outer_popup .sentiments_impact .sentiment .sentiment_data {
  padding-left: 10px;
}
.summary_sentiment_impact_outer_popup .sentiments_impact .impact {
  float: right;
}
.summary_sentiment_impact_outer_popup .sentiments_impact .impact .impact_text {
  color: #595959;
}
.summary_sentiment_impact_outer_popup .sentiments_impact .impact .impact_data {
  padding-left: 10px;
}
.summary_sentiment_impact_outer_popup .sentiment_graph {
  padding: 15px 17px;
  height: 200px;
  overflow: auto;
  baclground: #ddd;
}
.select2-container {
  width: 200px;
  font-size: 9px;
  line-height: 21px;
}
.select2-dropdown,
.select3-dropdown {
  font-size: 10px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.ticker-popup {
  position: absolute;
}
.ticker-popup .rectangle {
  position: relative;
  z-index: 1006;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #30506E;
  -webkit-box-shadow: #BCBCBC 2px 2px 5px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 5px 0px;
  box-shadow: #BCBCBC 2px 2px 5px 0px;
  /*height:170px;*/
}
.ticker-popup .rectangle .top-line {
  /*width:250px;*/
  padding: 8px 8px 3px 8px;
  height: 20px;
}
.ticker-popup .rectangle .top-line div {
  margin-right: 8px;
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticker-popup .rectangle .top-line .pct-change {
  margin-right: 0;
  font-size: 14px;
}
.ticker-popup .rectangle .top-line .change {
  font-size: 14px;
}
.ticker-popup .rectangle .top-line .price {
  font-size: 14px;
}
.ticker-popup .rectangle .top-line .ticker {
  font-weight: bold;
}
.ticker-popup .rectangle .sub-line {
  width: 250px;
  padding: 0 8px 5px 8px;
}
.ticker-popup .rectangle .sub-line .company-name {
  font-size: 8px;
  float: left;
  font-weight: bold;
}
.ticker-popup .rectangle .sub-line .date {
  color: #BCBCBC;
  font-size: 8px;
  float: right;
}
.ticker-popup .rectangle .graph-holder {
  padding: 10px 8px 8px 8px;
}
.ticker-popup .rectangle .graph-holder .popup-graph {
  height: 50px;
  width: 250px;
}
.ticker-popup .rectangle #outer-summary-table {
  padding: 10px 0 10px 0;
}
.ticker-popup .rectangle #outer-summary-table #summary-table {
  border-collapse: collapse;
  border: 1px solid #cecece;
  font-size: 12px;
  font-size: 0.7em;
  background-color: #F9F9F9;
  line-height: 10px;
  /*width:100%;*/
  margin: 0 auto;
}
.ticker-popup .rectangle #outer-summary-table #summary-table .data-row td {
  border: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table .data-row .title-cell {
  font-weight: bold #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #mkt_cap #mkt_cap-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #mkt_cap #mkt_cap-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #mkt_cap #mkt_cap-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ev #ev-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #ev #ev-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #ev #ev-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #price #price-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #price #price-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #price #price-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #p_sales #p_sales-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #p_sales #p_sales-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #p_sales #p_sales-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ev_sales #ev_sales-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #ev_sales #ev_sales-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #ev_sales #ev_sales-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #p_eps #p_eps-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #p_eps #p_eps-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #p_eps #p_eps-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #fcf_yield #fcf_yield-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #fcf_yield #fcf_yield-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #fcf_yield #fcf_yield-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #dps #dps-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #dps #dps-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #dps #dps-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #sales td.title-cell {
  border-right: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #sales td.data-cell {
  border-right: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #sales td {
  border: none;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #sales #sales-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #sales #sales-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #sales #sales-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #sales-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #sales-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #sales-yoy td {
  border: none;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #sales-yoy #sales-yoy-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #sales-yoy #sales-yoy-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #sales-yoy #sales-yoy-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda td.title-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda td.data-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda td {
  border: none;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda #ebitda-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda #ebitda-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda #ebitda-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda-yoy td {
  border: none;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #eps td.title-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #eps td.data-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #eps td {
  border: none;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #eps #eps-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #eps #eps-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #eps #eps-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #eps-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #eps-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #eps-yoy td {
  border: none;
}
.ticker-popup .rectangle #outer-summary-table #summary-table #eps-yoy #eps-yoy-1,
.ticker-popup .rectangle #outer-summary-table #summary-table #eps-yoy #eps-yoy-2,
.ticker-popup .rectangle #outer-summary-table #summary-table #eps-yoy #eps-yoy-3 {
  text-align: right;
}
.ticker-popup .rectangle #outer-summary-table #summary-table .year-row {
  font-weight: bold;
}
.ticker-popup .rectangle #outer-summary-table #summary-table .year-row td {
  border: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table .top-row td {
  border: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table .percent-row {
  font-size: 0.6em;
}
.ticker-popup .rectangle #outer-summary-table #summary-table .percent-row td {
  border: 1px solid #cecece;
}
.ticker-popup .rectangle #outer-summary-table #summary-table .spacer-row {
  background-color: grey;
}
.ticker-popup .rectangle #outer-summary-table #summary-table .spacer-row td {
  /*border:1px solid;*/
}
.ticker-popup .rectangle .bottom-line {
  width: 233px;
  margin-left: 22px;
  padding: 0 8px 5px 8px;
}
.ticker-popup .rectangle .bottom-line .pop-fin-ratio {
  width: 31%;
  height: 30px;
  float: left;
}
.ticker-popup .rectangle .bottom-line .pop-fin-ratio .pop-header {
  font-size: 11px;
  color: #999999;
}
.ticker-popup .rectangle .bottom-line .pop-fin-ratio .pop-value {
  padding-top: 2px;
  font-size: 10px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#header-html .ticker-popup {
  position: absolute;
  background-color: white;
  z-index: 1003;
  width: 570px;
  min-height: 436px;
  border: 3px solid #2e3645;
  border-radius: 8px;
  font-family: Helvetica Neue, sans-serif;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#header-html .ticker-popup .ticker-popup-outer {
  position: relative;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line {
  padding: 6px 12px;
  line-height: 24px;
  font-size: 12px;
  overflow: hidden;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .left-div-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 410px;
  height: 24px;
  white-space: nowrap;
  float: left;
  display: inline-flex;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .ellipsis-div {
  margin-right: 6px;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .ticker {
  font-weight: bold;
  color: #333;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .company-name {
  color: #7e91ad;
  max-width: 210px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .price {
  font-size: 14px;
  color: #666;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .change {
  font-size: 14px;
  font-weight: bold;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .pct-change {
  margin-right: 0;
  font-size: 14px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-button {
  font-size: 12px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  padding: 0 0 0 6px;
  border-radius: 3px;
  margin-right: 12px;
  width: 96px;
  text-align: center;
  white-space: normal;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-button .icon {
  padding: 6px;
  background-color: #3d7fba;
  fill: #ffffff;
  height: 12px;
  width: 12px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-button:hover {
  cursor: pointer;
  background: #3d7fba;
  color: white;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-button:hover .icon {
  background-color: #3270a7;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-button::before {
  content: "Follow";
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-button.following::before {
  content: "Following";
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-button.following:hover::before {
  content: "Edit";
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-button.following {
  color: #ffffff;
  background: #3d7fba;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .close-popup {
  margin-right: 0;
  padding: 6px 3px;
  cursor: pointer;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .close-popup .icon {
  height: 12px;
  width: 12px;
  fill: #698094;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .close-popup:hover {
  fill: #3d7fba;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer {
  position: absolute;
  right: 34px;
  top: 34px;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 4px;
  width: 498px;
  max-width: 498px;
  height: 389px;
  margin-right: 0;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .row {
  overflow: hidden;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row {
  color: #3d7fba;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  border-radius: 4px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer {
  border-right: 1px solid #d4e0ea;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alert-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 274px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alert-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alert-header .alert-text {
  margin-right: 6px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alert-header .alert-toggle {
  font-size: 10px;
  cursor: pointer;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent {
  font-size: 12px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0 6px 0 0;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked {
  background-color: #333;
  border: 1px solid #333;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert {
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
  overflow: hidden;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .default-settings {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  padding: 9px 12px;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  border-bottom: 1px solid #d4e0ea;
  height: 14px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff {
  height: 25px;
  line-height: 25px;
  padding: 9px 12px;
  border-bottom: 1px solid #d4e0ea;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col {
  outline: none;
  background: #fff;
  text-align: left;
  float: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col .tgl-btn {
  margin-top: 2.5px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData {
  padding: 0px 12px;
  height: 25px;
  line-height: 25px;
  border-bottom: 0;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col {
  outline: none;
  background: #fff;
  float: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col select,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col select,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col select,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col select,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col select,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col select,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col select,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col select,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col select,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col select {
  margin-top: 2.5px;
  color: #4f95da;
  direction: rtl;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 15px 2px 2px;
  border: none;
  background: transparent url('../images/dropdown_img.png') no-repeat right center;
  background-size: 9px 9px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col select::-ms-expand,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col select::-ms-expand,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col select::-ms-expand,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col select::-ms-expand,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col select::-ms-expand,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col select::-ms-expand,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col select::-ms-expand,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col select::-ms-expand,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col select::-ms-expand,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col select::-ms-expand {
  display: none;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .left-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .left-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .left-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .left-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .left-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .left-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .left-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .left-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .left-col,
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .left-col {
  text-align: left;
  float: left;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer {
  margin-left: 300px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlist-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 174px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlist-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow {
  cursor: pointer;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow .icon {
  height: 12px;
  width: 12px;
  margin-top: 5px;
  fill: #3d7fba;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent {
  height: 268px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer {
  padding: 9px 12px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search {
  border: 1px solid #d4e0ea;
  line-height: 24px;
  height: 24px;
  border-radius: 4px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search .search_icon {
  margin-top: 5px;
  padding-left: 6px;
  fill: #bbc6d5;
  height: 13px;
  width: 13px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search #watchlist_search {
  outline: none;
  border: 0;
  background: transparent;
  margin: 0;
  line-height: 24px;
  text-indent: 4px;
  width: 152px;
  font-size: 13px;
  padding: 0;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper {
  padding: 9px 12px;
  height: 249px;
  width: 170px;
  padding-top: 0;
  padding-right: 15px;
  position: relative;
  overflow-x: hidden;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .new-watchlist {
  display: none;
  text-align: center;
  font-size: 12px;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  padding: 6px 12px;
  width: 172px;
  box-sizing: border-box;
  margin-bottom: 6px;
  cursor: pointer;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data {
  width: 174px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer {
  line-height: 14px;
  font-size: 12px;
  color: #3d7fba;
  clear: both;
  padding: 6px 0;
  overflow: hidden;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0 6px 0 0;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked {
  background-color: #333;
  border: 1px solid #333;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer .watchlist-name {
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .bottom-row {
  font-size: 13px;
  font-family: Arial;
  border-top: 1px solid #d4e0ea;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .bottom-row .cancel-button {
  line-height: 24px;
  padding: 12px;
  color: #9cabb8;
  cursor: pointer;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .bottom-row .save-button {
  line-height: 20px;
  margin: 12px;
  border: 2px solid #3d7fba;
  border-radius: 3px;
  padding: 0 12px;
  color: #3d7fba;
  cursor: pointer;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .bottom-row .save-button:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-top-line .follow-popup-outer .bottom-row .unfollow-button {
  line-height: 22px;
  margin: 12px 0;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  padding: 0 12px;
  color: #3d7fba;
  cursor: pointer;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line {
  overflow: hidden;
  position: relative;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .overlay,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .overlay-prepare {
  background: #000000;
  opacity: 0.7;
  display: none;
  position: absolute;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .loading-dots,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .loading-dots-prepare {
  width: 60px;
  background-color: transparent;
  height: 25px;
  margin-right: 5px;
  display: none;
  position: absolute;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .loading-dots .dot,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .loading-dots-prepare .dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: black;
  border-radius: 4px;
  margin-top: 8px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .loading-dots .dot.pop,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .loading-dots-prepare .dot.pop {
  background-color: #ffffff;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .ticker-menus {
  background: #364051;
  height: 400px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .ticker-menus .icon {
  height: 14px;
  width: 14px;
  text-align: center;
  float: right;
  margin-top: 6px;
  fill: #889bba;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .ticker-menus .menu-item {
  font-size: 11px;
  color: #889bba;
  padding: 12px;
  line-height: 24px;
  height: 50px;
  background-color: #364051;
  border: 1px solid #364051;
  border-bottom: 1px solid #2e3644;
  border-left: 0;
  width: 145px;
  box-sizing: border-box;
  font-family: Helvetica Neue, sans-serif;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .ticker-menus .menu-item:hover {
  background-color: #2e3644;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #2e3644;
  border-left: 0;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .ticker-menus .menu-item .menu-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .ticker-menus .menu-item:last-child {
  border-bottom-left-radius: 4px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer {
  border-top: 1px solid #ccd8e6;
  height: 400px;
  box-sizing: border-box;
  position: relative;
  float: none;
  margin-left: 145px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer .graph-row {
  overflow: hidden;
  height: 158px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer .graph-row .seprator {
  float: left;
  border-left: 3px solid #ccd8e6;
  height: 154px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer .horizontal_sperator {
  display: none;
  height: 3px;
  border: 0;
  background-color: #ccd8e6;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table {
  border-top: 3px solid #ccd8e6;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cecece;
  box-sizing: border-box;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table {
  border-collapse: collapse;
  border: 1px solid #cecece;
  font-size: 12px;
  width: 425px;
  table-layout: fixed;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .data-row td {
  border: 1px solid #cecece;
  padding: 0;
  width: 99px;
  padding-right: 6px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .data-row .title-cell {
  font-weight: bold;
  text-indent: 6px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #mkt_cap #mkt_cap-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #mkt_cap #mkt_cap-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #mkt_cap #mkt_cap-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ev #ev-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ev #ev-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ev #ev-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #price #price-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #price #price-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #price #price-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #p_sales #p_sales-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #p_sales #p_sales-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #p_sales #p_sales-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ev_sales #ev_sales-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ev_sales #ev_sales-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ev_sales #ev_sales-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #p_eps #p_eps-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #p_eps #p_eps-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #p_eps #p_eps-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #fcf_yield #fcf_yield-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #fcf_yield #fcf_yield-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #fcf_yield #fcf_yield-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #dps #dps-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #dps #dps-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #dps #dps-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales td.title-cell {
  border-right: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales td.data-cell {
  border-right: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales td {
  border: none;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales #sales-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales #sales-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales #sales-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales-yoy td {
  border: none;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales-yoy #sales-yoy-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales-yoy #sales-yoy-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #sales-yoy #sales-yoy-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda td.title-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda td.data-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda td {
  border: none;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda #ebitda-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda #ebitda-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda #ebitda-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda-yoy td {
  border: none;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps td.title-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps td.data-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps td {
  border: none;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps #eps-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps #eps-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps #eps-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps-yoy td {
  border: none;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps-yoy #eps-yoy-1,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps-yoy #eps-yoy-2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table #eps-yoy #eps-yoy-3 {
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .year-row {
  font-weight: bold;
  text-align: right;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .year-row td {
  border: 1px solid #cecece;
  padding: 0;
  width: 99px;
  padding-right: 6px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .year-row #year_2,
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .year-row #year_3 {
  color: #8092aC;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .top-row td {
  border: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .percent-row {
  font-size: 0.6em;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .percent-row td {
  border: 1px solid #cecece;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .spacer-row td {
  border: 2px solid #ccd8e6;
  padding: 0;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .data-val-chng {
  padding-left: 6px;
  line-height: 18px;
  font-size: 10px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .positive {
  color: #2da65b;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .positive .icon {
  fill: #2da65b;
  height: 10px;
  margin-left: 2px;
  width: 10px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .negative {
  color: #e81a1a;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table .negative .icon {
  fill: #e81a1a;
  height: 10px;
  margin-left: 2px;
  width: 10px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table tr:nth-child(even) {
  background-color: #ffffff;
  line-height: 19px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .table-graphs-outer #outer-summary-table #summary-table tr:nth-child(odd) {
  background-color: #fcfcfc;
  line-height: 18px;
}
#header-html .ticker-popup .ticker-popup-outer .ticker-bottom-line .info-pane {
  color: gray;
  font-size: 10px;
  text-align: right;
  font-family: Helvetica Neue, Arial, sans-serif;
  padding-right: 6px;
}
#header-html .ticker-popup .ticker-popup-outer .bottom-line {
  width: 233px;
  margin-left: 22px;
  padding: 0 8px 5px 8px;
}
#header-html .ticker-popup .ticker-popup-outer .bottom-line .pop-fin-ratio {
  width: 31%;
  height: 30px;
  float: left;
}
#header-html .ticker-popup .ticker-popup-outer .bottom-line .pop-fin-ratio .pop-header {
  font-size: 11px;
  color: #999999;
}
#header-html .ticker-popup .ticker-popup-outer .bottom-line .pop-fin-ratio .pop-value {
  padding-top: 2px;
  font-size: 10px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.overlay-prepare {
  background: #000000;
  opacity: 0.5;
  display: none;
  position: absolute;
}
.loading-dots-prepare {
  width: 60px;
  background-color: transparent;
  height: 25px;
  margin-right: 5px;
  display: none;
  position: absolute;
  width: 30%;
  font-size: 2em;
  color: #fff;
}
.loading-dots-prepare .dot_parent {
  left: 35%;
  position: absolute;
}
.loading-dots-prepare .dot_parent .dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: black;
  border-radius: 4px;
  margin-top: 8px;
  margin-right: 5px;
}
.loading-dots-prepare .dot_parent .dot.pop {
  background-color: #ffffff;
}
.stitched-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
  font-family: Helvetica Neue, sans-serif;
  width: 960px;
  border-radius: 3px;
}
.stitched-popup .header {
  background: #f9fcff;
  padding: 18px 30px;
  border-bottom: 2px solid rgba(212, 224, 234, 0.7);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.stitched-popup .header .main-text {
  font-size: 18px;
  line-height: 36px;
  color: #2e3644;
  font-weight: 500;
  margin-bottom: 6px;
}
.stitched-popup .header .sub-text {
  width: 65%;
  font-size: 13px;
  color: #698094;
  line-height: 18px;
  margin-bottom: 12px;
}
.stitched-popup .header .video-text {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
.stitched-popup .header .video-text a {
  color: #3d7fba;
  text-decoration: none;
}
.stitched-popup .header .video-text:hover {
  text-decoration: underline;
}
.stitched-popup .header .video-holder {
  height: 130px;
  width: 240px;
  position: absolute;
  top: 8px;
  background: #ccc;
  left: 710px;
  border-radius: 3px;
}
.stitched-popup .step-div {
  padding: 12px 30px;
  border-bottom: 2px solid rgba(212, 224, 234, 0.7);
}
.stitched-popup .step-div .step {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.stitched-popup .step-div .step span {
  font-size: 14px;
  color: #3d7fba;
  font-weight: 500;
}
.stitched-popup .step-div .error {
  font-size: 12px;
  line-height: 18px;
  color: #e81a1a;
}
.stitched-popup .st-body {
  border-bottom: 2px solid #d4e0ea;
  overflow: auto;
}
.stitched-popup .st-body .icon {
  width: 14px;
  height: 14px;
}
.stitched-popup .st-body .st-head {
  padding: 12px 30px;
  border-bottom: 2px solid rgba(212, 224, 234, 0.7);
}
.stitched-popup .st-body .st-head .step {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.stitched-popup .st-body .st-head .step span {
  font-size: 14px;
  color: #3d7fba;
  font-weight: 500;
}
.stitched-popup .st-body .st-head .error {
  font-size: 12px;
  line-height: 18px;
  color: #e81a1a;
}
.stitched-popup .st-body .horizon {
  border-bottom: 2px solid rgba(212, 224, 234, 0.7);
}
.stitched-popup .st-body .horizon .step-p {
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
  position: relative;
}
.stitched-popup .st-body .horizon .step-p .step-div1 {
  position: relative;
  bottom: 15px;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2 {
  display: none;
  width: 30px;
  max-height: 24px;
  position: absolute;
  background-color: #e8eef7;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #e8eef7;
  margin-left: 10px;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2 label {
  cursor: pointer;
  position: absolute;
  width: 30px;
  max-height: 28px;
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: 700;
  background-color: #ffffff;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2 label:before {
  font-size: 13px;
  color: #bbc6d5;
  line-height: 28px;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2 label:hover::before {
  color: #3d7fba;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2 label.small:before {
  font-size: 10px;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2 input[type=checkbox]:checked + label:before {
  color: #ffffff;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2:hover {
  border-color: #3d7fba;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2.active {
  border-color: #3d7fba;
  background: #3d7fba;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2.active .checkboxSide {
  border-color: #3d7fba;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2.active label {
  background-color: #3d7fba;
  border-color: #3d7fba;
}
.stitched-popup .st-body .horizon .step-p .step-div1 .checkboxSide2.active label:before {
  color: #ffffff;
}
.stitched-popup .st-body .horizon .step-p .step-div2 .step {
  font-size: 16px;
  line-height: 28px;
  color: #3d7fba;
}
.stitched-popup .st-body .horizon .step-p .step-div2 .step-1 {
  font-size: 12px;
  line-height: 28px;
  color: #698094;
  font-weight: 500;
}
.stitched-popup .st-body .horizon .step-p .step-div2 .error {
  font-size: 12px;
  line-height: 18px;
  color: #e81a1a;
}
.stitched-popup .st-body .horizon::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
.stitched-popup .st-body .horizon::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.stitched-popup .st-body .horizon::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.7);
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
.stitched-popup .st-body .horizon::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
.stitched-popup .footer {
  background: #f9fcff;
  padding: 12px 30px;
  overflow: hidden;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stitched-popup .footer .button {
  display: inline-block;
  padding: 9px 12px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 3px;
  width: 122px;
  text-align: center;
  cursor: pointer;
}
.stitched-popup .footer .map-data {
  background: #ffffff;
  border: 2px solid #3d7fba;
  color: #3d7fba;
  display: inline-block;
  padding: 4px 6px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 3px;
  width: 62px;
  margin-left: 4px;
  text-align: center;
  cursor: pointer;
}
.stitched-popup .footer .map-data:hover {
  background: #3d7fba;
  color: #ffffff;
}
.stitched-popup .footer .selected-quarter {
  font-size: 16px;
  line-height: 28px;
  color: #3d7fba;
}
.stitched-popup .footer .submit-compare {
  background: #ffffff;
  border: 2px solid #3d7fba;
  color: #3d7fba;
}
.stitched-popup .footer .submit-compare:hover {
  background: #3d7fba;
  color: #ffffff;
}
.stitched-popup .footer .cancel-compare {
  border: 2px solid transparent;
  color: #3d7fba;
  margin-right: 12px;
}
.stitched-popup .footer .cancel-compare:hover {
  border-color: #3d7fba;
  color: #3d7fba;
}
.ts-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
  font-family: Helvetica Neue, sans-serif;
  width: 960px;
  border-radius: 3px;
}
.ts-popup .header {
  background: #f9fcff;
  padding: 18px 30px;
  border-bottom: 2px solid rgba(212, 224, 234, 0.7);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.ts-popup .header .main-text {
  font-size: 18px;
  line-height: 36px;
  color: #2e3644;
  font-weight: 500;
  margin-bottom: 6px;
}
.ts-popup .header .sub-text {
  width: 65%;
  font-size: 13px;
  color: #698094;
  line-height: 18px;
  margin-bottom: 12px;
}
.ts-popup .header .video-text {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
.ts-popup .header .video-text a {
  color: #3d7fba;
  text-decoration: none;
}
.ts-popup .header .video-text:hover {
  text-decoration: underline;
}
.ts-popup .header .video-holder {
  height: 130px;
  width: 240px;
  position: absolute;
  top: 8px;
  background: #ccc;
  left: 710px;
  border-radius: 3px;
}
.ts-popup .step-div {
  padding: 12px 30px;
  border-bottom: 2px solid rgba(212, 224, 234, 0.7);
}
.ts-popup .step-div .step {
  font-size: 13px;
  line-height: 18px;
  color: #698094;
}
.ts-popup .step-div .step span {
  font-size: 14px;
  color: #3d7fba;
  font-weight: 500;
}
.ts-popup .step-div .error {
  font-size: 12px;
  line-height: 18px;
  color: #e81a1a;
}
.ts-popup .ts-table {
  border-bottom: 2px solid #d4e0ea;
  overflow: auto;
}
.ts-popup .ts-table .icon {
  width: 14px;
  height: 14px;
}
.ts-popup .ts-table .check-row {
  border-bottom: 2px solid #d4e0ea;
  height: 42px;
  position: relative;
}
.ts-popup .ts-table .check-row .column-ind-1 {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 12px 12px 12px 60px;
  color: #3d7fba;
}
.ts-popup .ts-table .check-row .column-ind-1 .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  fill: #3d7fba;
}
.ts-popup .ts-table .check-row .column-ind-2 {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 12px;
  color: #3d7fba;
}
.ts-popup .ts-table .check-row .column-ind-2 .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  fill: #3d7fba;
  margin-left: 42px;
  margin-right: 6px;
}
.ts-popup .ts-table .check-row .checkboxAbove,
.ts-popup .ts-table .check-row .checkboxAll {
  width: 30px;
  height: 24px;
  position: absolute;
  background-color: #e8eef7;
  top: 6px;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #e8eef7;
}
.ts-popup .ts-table .check-row .checkboxAbove label,
.ts-popup .ts-table .check-row .checkboxAll label {
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 22px;
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.ts-popup .ts-table .check-row .checkboxAbove label .icon,
.ts-popup .ts-table .check-row .checkboxAll label .icon {
  width: 28px;
  height: 22px;
}
.ts-popup .ts-table .check-row .checkboxAbove label .icon1,
.ts-popup .ts-table .check-row .checkboxAll label .icon1 {
  width: 22px;
  height: 22px;
  fill: #e8eef7;
}
.ts-popup .ts-table .check-row .checkboxAbove label:before,
.ts-popup .ts-table .check-row .checkboxAll label:before {
  font-size: 18px;
  color: #bbc6d5;
  line-height: 22px;
}
.ts-popup .ts-table .check-row .checkboxAbove label:hover::before,
.ts-popup .ts-table .check-row .checkboxAll label:hover::before {
  color: #3d7fba;
}
.ts-popup .ts-table .check-row .checkboxAbove input,
.ts-popup .ts-table .check-row .checkboxAll input {
  visibility: hidden;
}
.ts-popup .ts-table .check-row .checkboxAbove input[type=checkbox]:checked + label:before,
.ts-popup .ts-table .check-row .checkboxAll input[type=checkbox]:checked + label:before {
  color: #ffffff;
}
.ts-popup .ts-table .check-row .checkboxAbove:hover,
.ts-popup .ts-table .check-row .checkboxAll:hover {
  border-color: #3d7fba;
}
.ts-popup .ts-table .check-row .checkboxAbove.active,
.ts-popup .ts-table .check-row .checkboxAll.active {
  border-color: #3d7fba;
  background: #3d7fba;
}
.ts-popup .ts-table .check-row .checkboxAbove.active .checkboxAbove,
.ts-popup .ts-table .check-row .checkboxAll.active .checkboxAbove {
  border-color: #3d7fba;
}
.ts-popup .ts-table .check-row .checkboxAbove.active label,
.ts-popup .ts-table .check-row .checkboxAll.active label {
  background-color: #3d7fba;
  border-color: #3d7fba;
}
.ts-popup .ts-table .check-row .checkboxAbove.active label:before,
.ts-popup .ts-table .check-row .checkboxAll.active label:before {
  color: #ffffff;
}
.ts-popup .ts-table .horizon {
  position: relative;
}
.ts-popup .ts-table .horizon .check-column {
  display: inline-block;
  border-right: 2px solid #d4e0ea;
  width: 58px;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide {
  display: none;
  width: 30px;
  max-height: 18px;
  position: absolute;
  background-color: #e8eef7;
  top: 6px;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #e8eef7;
  margin-left: 12px;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide label {
  cursor: pointer;
  position: absolute;
  width: 30px;
  max-height: 18px;
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: 700;
  background-color: #ffffff;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide label:before {
  font-size: 13px;
  color: #bbc6d5;
  line-height: 18px;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide label:hover::before {
  color: #3d7fba;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide label.small:before {
  font-size: 10px;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide input[type=checkbox]:checked + label:before {
  color: #ffffff;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide:hover {
  border-color: #3d7fba;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide.active {
  border-color: #3d7fba;
  background: #3d7fba;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide.active .checkboxSide {
  border-color: #3d7fba;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide.active label {
  background-color: #3d7fba;
  border-color: #3d7fba;
}
.ts-popup .ts-table .horizon .check-column .checkboxSide.active label:before {
  color: #ffffff;
}
.ts-popup .ts-table .horizon .table {
  display: inline-block;
  width: 857px;
  padding-right: 18px;
}
.ts-popup .ts-table .horizon .table tbody td.link-pointer {
  cursor: pointer;
}
.ts-popup .ts-table .horizon::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
.ts-popup .ts-table .horizon::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ts-popup .ts-table .horizon::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.7);
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
.ts-popup .ts-table .horizon::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
.ts-popup .footer {
  background: #f9fcff;
  padding: 12px 30px;
  overflow: hidden;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ts-popup .footer .button {
  display: inline-block;
  padding: 9px 12px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 3px;
  width: 122px;
  text-align: center;
  cursor: pointer;
}
.ts-popup .footer .submit-compare {
  background: #ffffff;
  border: 2px solid #3d7fba;
  color: #3d7fba;
}
.ts-popup .footer .submit-compare:hover {
  background: #3d7fba;
  color: #ffffff;
}
.ts-popup .footer .cancel-compare {
  border: 2px solid transparent;
  color: #3d7fba;
  margin-right: 12px;
}
.ts-popup .footer .cancel-compare:hover {
  border-color: #3d7fba;
  color: #3d7fba;
}
.ts-popup .footer .ts-fetch-series {
  border: 2px solid transparent;
  color: #3d7fba;
  margin-right: 12px;
}
.ts-popup .footer .ts-fetch-series:hover {
  border-color: #3d7fba;
  color: #3d7fba;
}
.ts-popup .footer .sensitivity {
  display: inline-block;
  /* Rounded sliders */
}
.ts-popup .footer .sensitivity .title {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 12px;
  color: #3d7fba;
}
.ts-popup .footer .sensitivity .switch {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 18px;
}
.ts-popup .footer .sensitivity .switch input {
  display: none;
}
.ts-popup .footer .sensitivity .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.ts-popup .footer .sensitivity .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.ts-popup .footer .sensitivity input:checked + .slider {
  background-color: #2196F3;
}
.ts-popup .footer .sensitivity input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.ts-popup .footer .sensitivity input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.ts-popup .footer .sensitivity .slider.round {
  border-radius: 34px;
}
.ts-popup .footer .sensitivity .slider.round:before {
  border-radius: 50%;
}
.ts-popup .footer .sensitivity .toggle-title {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 12px;
  color: #3d7fba;
}
.file-error-popup {
  background: #ffffff;
  position: absolute;
  z-index: 9999;
  width: 354px;
  height: 234px;
  border-radius: 4px;
  font-family: Helvetica Neue, Arial, sans-serif;
  padding: 18px 0;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4);
}
.file-error-popup .image {
  height: 108px;
  width: 64px;
  margin: 0 auto;
}
.file-error-popup .image img {
  height: 64px;
  width: auto;
  margin-top: 24px;
}
.file-error-popup .text {
  font-size: 16px;
  font-family: Helvetica Neue;
  font-weight: 300;
  color: #1e374d;
  line-height: 24px;
  text-align: center;
  width: 210px;
  padding: 0 18px 18px 18px;
  margin: 0 auto;
}
.file-error-popup .footer {
  border-top: 1px solid #d4e0ea;
  padding: 18px;
}
.file-error-popup .footer .button {
  line-height: 18px;
  padding: 12px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.file-error-popup .footer .try-again {
  background: #3d7fba;
  color: #ffffff;
  width: 100px;
  margin-right: 18px;
}
.file-error-popup .footer .try-again a {
  text-decoration: none;
  color: #ffffff;
}
.file-error-popup .footer .support {
  background: #e8eef7;
  color: #698094;
  width: 150px;
}
.no-data-popup,
.Popup504-data-popup,
.welcome-expiry-popup,
.search-settings-change,
.genericMsgPopup-data-popup,
.genericSubmitPopup,
.clk-ticker-add,
.re-run-search,
.suspenderPopup,
.session {
  background: #ffffff;
  position: absolute;
  z-index: 9999;
  width: 450px;
  border-radius: 4px;
  font-family: Helvetica Neue, Arial, sans-serif;
  padding: 18px;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4);
}
.no-data-popup .header,
.Popup504-data-popup .header,
.welcome-expiry-popup .header,
.search-settings-change .header,
.genericMsgPopup-data-popup .header,
.genericSubmitPopup .header,
.clk-ticker-add .header,
.re-run-search .header,
.suspenderPopup .header,
.session .header {
  color: #3d7fba;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.no-data-popup .header b,
.Popup504-data-popup .header b,
.welcome-expiry-popup .header b,
.search-settings-change .header b,
.genericMsgPopup-data-popup .header b,
.genericSubmitPopup .header b,
.clk-ticker-add .header b,
.re-run-search .header b,
.suspenderPopup .header b,
.session .header b {
  font-weight: 700;
}
.no-data-popup .header-wel,
.Popup504-data-popup .header-wel,
.welcome-expiry-popup .header-wel,
.search-settings-change .header-wel,
.genericMsgPopup-data-popup .header-wel,
.genericSubmitPopup .header-wel,
.clk-ticker-add .header-wel,
.re-run-search .header-wel,
.suspenderPopup .header-wel,
.session .header-wel {
  color: #3d7fba;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}
.no-data-popup .close,
.Popup504-data-popup .close,
.welcome-expiry-popup .close,
.search-settings-change .close,
.genericMsgPopup-data-popup .close,
.genericSubmitPopup .close,
.clk-ticker-add .close,
.re-run-search .close,
.suspenderPopup .close,
.session .close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 12px;
  color: #bbc6d5;
  cursor: pointer;
}
.no-data-popup .data,
.Popup504-data-popup .data,
.welcome-expiry-popup .data,
.search-settings-change .data,
.genericMsgPopup-data-popup .data,
.genericSubmitPopup .data,
.clk-ticker-add .data,
.re-run-search .data,
.suspenderPopup .data,
.session .data {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #698094;
  padding: 12px 0;
}
.no-data-popup .data-wel,
.Popup504-data-popup .data-wel,
.welcome-expiry-popup .data-wel,
.search-settings-change .data-wel,
.genericMsgPopup-data-popup .data-wel,
.genericSubmitPopup .data-wel,
.clk-ticker-add .data-wel,
.re-run-search .data-wel,
.suspenderPopup .data-wel,
.session .data-wel {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #698094;
  padding: 12px 0;
  text-align: center;
}
.no-data-popup .footer,
.Popup504-data-popup .footer,
.welcome-expiry-popup .footer,
.search-settings-change .footer,
.genericMsgPopup-data-popup .footer,
.genericSubmitPopup .footer,
.clk-ticker-add .footer,
.re-run-search .footer,
.suspenderPopup .footer,
.session .footer {
  padding-top: 12px;
}
.no-data-popup .footer .button,
.Popup504-data-popup .footer .button,
.welcome-expiry-popup .footer .button,
.search-settings-change .footer .button,
.genericMsgPopup-data-popup .footer .button,
.genericSubmitPopup .footer .button,
.clk-ticker-add .footer .button,
.re-run-search .footer .button,
.suspenderPopup .footer .button,
.session .footer .button {
  line-height: 18px;
  padding: 12px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 188px;
}
.no-data-popup .footer .cancel,
.Popup504-data-popup .footer .cancel,
.welcome-expiry-popup .footer .cancel,
.search-settings-change .footer .cancel,
.genericMsgPopup-data-popup .footer .cancel,
.genericSubmitPopup .footer .cancel,
.clk-ticker-add .footer .cancel,
.re-run-search .footer .cancel,
.suspenderPopup .footer .cancel,
.session .footer .cancel {
  border: 2px solid #698094;
  color: #698094;
  margin-right: 18px;
}
.no-data-popup .footer .cancel:hover,
.Popup504-data-popup .footer .cancel:hover,
.welcome-expiry-popup .footer .cancel:hover,
.search-settings-change .footer .cancel:hover,
.genericMsgPopup-data-popup .footer .cancel:hover,
.genericSubmitPopup .footer .cancel:hover,
.clk-ticker-add .footer .cancel:hover,
.re-run-search .footer .cancel:hover,
.suspenderPopup .footer .cancel:hover,
.session .footer .cancel:hover {
  background: #698094;
  color: #ffffff;
}
.no-data-popup .footer .docsearch,
.Popup504-data-popup .footer .docsearch,
.welcome-expiry-popup .footer .docsearch,
.search-settings-change .footer .docsearch,
.genericMsgPopup-data-popup .footer .docsearch,
.genericSubmitPopup .footer .docsearch,
.clk-ticker-add .footer .docsearch,
.re-run-search .footer .docsearch,
.suspenderPopup .footer .docsearch,
.session .footer .docsearch,
.no-data-popup .footer .settings,
.Popup504-data-popup .footer .settings,
.welcome-expiry-popup .footer .settings,
.search-settings-change .footer .settings,
.genericMsgPopup-data-popup .footer .settings,
.genericSubmitPopup .footer .settings,
.clk-ticker-add .footer .settings,
.re-run-search .footer .settings,
.suspenderPopup .footer .settings,
.session .footer .settings {
  background: #3d7fba;
  border: 2px solid #3d7fba;
  color: #ffffff;
}
.no-data-popup .footer .docsearch:hover,
.Popup504-data-popup .footer .docsearch:hover,
.welcome-expiry-popup .footer .docsearch:hover,
.search-settings-change .footer .docsearch:hover,
.genericMsgPopup-data-popup .footer .docsearch:hover,
.genericSubmitPopup .footer .docsearch:hover,
.clk-ticker-add .footer .docsearch:hover,
.re-run-search .footer .docsearch:hover,
.suspenderPopup .footer .docsearch:hover,
.session .footer .docsearch:hover,
.no-data-popup .footer .settings:hover,
.Popup504-data-popup .footer .settings:hover,
.welcome-expiry-popup .footer .settings:hover,
.search-settings-change .footer .settings:hover,
.genericMsgPopup-data-popup .footer .settings:hover,
.genericSubmitPopup .footer .settings:hover,
.clk-ticker-add .footer .settings:hover,
.re-run-search .footer .settings:hover,
.suspenderPopup .footer .settings:hover,
.session .footer .settings:hover {
  background: #ffffff;
  color: #3d7fba;
}
.no-data-popup.session-activate,
.Popup504-data-popup.session-activate,
.welcome-expiry-popup.session-activate,
.search-settings-change.session-activate,
.genericMsgPopup-data-popup.session-activate,
.genericSubmitPopup.session-activate,
.clk-ticker-add.session-activate,
.re-run-search.session-activate,
.suspenderPopup.session-activate,
.session.session-activate {
  width: 350px;
  background: #000000;
}
.no-data-popup.session-activate .head,
.Popup504-data-popup.session-activate .head,
.welcome-expiry-popup.session-activate .head,
.search-settings-change.session-activate .head,
.genericMsgPopup-data-popup.session-activate .head,
.genericSubmitPopup.session-activate .head,
.clk-ticker-add.session-activate .head,
.re-run-search.session-activate .head,
.suspenderPopup.session-activate .head,
.session.session-activate .head {
  font-size: 16px;
  font-weight: 500;
}
.no-data-popup.session-activate .button,
.Popup504-data-popup.session-activate .button,
.welcome-expiry-popup.session-activate .button,
.search-settings-change.session-activate .button,
.genericMsgPopup-data-popup.session-activate .button,
.genericSubmitPopup.session-activate .button,
.clk-ticker-add.session-activate .button,
.re-run-search.session-activate .button,
.suspenderPopup.session-activate .button,
.session.session-activate .button {
  width: 90px;
  margin-right: 15px;
  padding: 5px;
  font-size: 12px;
}
.no-data-popup.session-activate #alongside,
.Popup504-data-popup.session-activate #alongside,
.welcome-expiry-popup.session-activate #alongside,
.search-settings-change.session-activate #alongside,
.genericMsgPopup-data-popup.session-activate #alongside,
.genericSubmitPopup.session-activate #alongside,
.clk-ticker-add.session-activate #alongside,
.re-run-search.session-activate #alongside,
.suspenderPopup.session-activate #alongside,
.session.session-activate #alongside {
  margin-right: 0;
}
.no-data-popup.session-activate #replace,
.Popup504-data-popup.session-activate #replace,
.welcome-expiry-popup.session-activate #replace,
.search-settings-change.session-activate #replace,
.genericMsgPopup-data-popup.session-activate #replace,
.genericSubmitPopup.session-activate #replace,
.clk-ticker-add.session-activate #replace,
.re-run-search.session-activate #replace,
.suspenderPopup.session-activate #replace,
.session.session-activate #replace {
  background: #3d7000;
  border: 2px solid #3d7000;
}
.no-data-popup.session-activate #replace:hover,
.Popup504-data-popup.session-activate #replace:hover,
.welcome-expiry-popup.session-activate #replace:hover,
.search-settings-change.session-activate #replace:hover,
.genericMsgPopup-data-popup.session-activate #replace:hover,
.genericSubmitPopup.session-activate #replace:hover,
.clk-ticker-add.session-activate #replace:hover,
.re-run-search.session-activate #replace:hover,
.suspenderPopup.session-activate #replace:hover,
.session.session-activate #replace:hover {
  background: #ffffff;
  color: #3d7000;
}
.genericSubmitPopup {
  width: 500px;
}
.genericSubmitPopup .header {
  text-align: center;
}
.genericSubmitPopup .data {
  height: 50px;
}
.genericSubmitPopup .footer {
  text-align: center;
}
.genericSubmitPopup .footer .mobile-check {
  overflow: auto;
  text-align: left;
  margin: 0px 0px 12px 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #698094;
}
.genericSubmitPopup .footer .mobile-check input {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #9cabb8;
  height: 18px;
  width: 20px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #fff;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  float: left;
}
.genericSubmitPopup .footer .mobile-check input:checked::before {
  -webkit-appearance: none;
  content: "\e009";
  font-size: 14px;
  padding: 1px;
  font-family: sentieo;
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
.genericSubmitPopup .footer .mobile-check span {
  line-height: 18px;
  height: 18px;
  display: inline-block;
  float: left;
}
.genericSubmitPopup .footer .button-row {
  margin: 0 auto;
  width: auto;
  bottom: 12px;
  padding: 10px;
}
.genericSubmitPopup .footer .button-row .close-button,
.genericSubmitPopup .footer .button-row .submit-button {
  line-height: 18px;
  padding: 12px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 188px;
}
.genericSubmitPopup .footer .button-row .submit-button {
  border: 2px solid #698094;
  color: #698094;
  background: #ffffff;
}
.genericSubmitPopup .footer .button-row .close-button {
  margin-right: 12px;
  background: #3d7fba;
  border: 2px solid #3d7fba;
  color: #ffffff;
}
.genericSubmitPopup .footer .button-row .close-button:hover {
  background: #3d7fba;
  color: #ffffff;
  border: 2px solid #3d7fba;
}
.subscribe-cal-popup {
  background: #ffffff;
  position: absolute;
  z-index: 9999;
  width: 500px;
  font-family: Helvetica Neue, Arial, sans-serif;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4);
  border-radius: 4px ;
}
.subscribe-cal-popup .header {
  color: #3d7fba;
  font-size: 18px;
  font-weight: 300;
  background: #e8f1f9;
  text-align: center;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  padding: 10px 5px 5px 0;
}
.subscribe-cal-popup .header b {
  font-weight: 700;
}
.subscribe-cal-popup .close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 12px;
  color: #bbc6d5;
}
.subscribe-cal-popup .close:hover {
  color: #2F7ED8;
  cursor: pointer;
}
.subscribe-cal-popup .data {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  color: #666666;
  box-sizing: border-box;
}
.subscribe-cal-popup .data .category {
  color: #1e374d;
  font-size: 16px;
  display: inline-block;
  padding-top: 5px;
}
.subscribe-cal-popup .data .methods {
  padding-top: 5px;
}
.subscribe-cal-popup .data .methods ol {
  margin-top: 0;
}
.subscribe-cal-popup .data .methods ol li {
  padding: 5px;
}
.subscribe-cal-popup .data .methods ol .copy-link {
  color: #3d7fba;
  height: 16px;
  cursor: pointer;
}
.subscribe-cal-popup .data .methods ol .copy-link .copy-icon {
  height: 10px;
  width: 10px;
  fill: #3d7fba;
  position: relative;
  top: 2px;
  margin: 0 0 0 3px;
}
.subscribe-cal-popup .note {
  color: #ce5b56;
}
.subscribe-cal-popup .note span {
  color: #1e374d;
  font-size: 15px;
}
.search-settings-change {
  width: 320px;
}
.search-settings-change .data-wel {
  padding: 0 0 12px 0;
  text-align: left;
}
.search-settings-change .data-wel .head {
  font-weight: 500;
}
.search-settings-change .data-wel .clear {
  font-weight: 500;
  font-size: 12px;
  color: #3d7fba;
}
.search-settings-change .footer .button {
  width: 123px;
}
.clk-ticker-add {
  width: 320px;
}
.clk-ticker-add .data-wel {
  padding: 0 0 12px 0;
  text-align: left;
}
.clk-ticker-add .data-wel .head {
  font-weight: 800;
}
.clk-ticker-add .data-wel .clear {
  font-weight: 800;
  font-size: 12px;
  color: #3d7fba;
}
.clk-ticker-add .footer .button {
  width: 123px;
}
#loading_message_outer {
  height: 100%;
  width: 100%;
  background-color: #F4F8FE;
  position: absolute;
}
#loading_message_outer .loading {
  margin: 100px auto 0 auto;
  z-index: 9999;
  position: absolute;
  display: block;
  width: 300px;
  text-align: center;
}
#loading_message_outer .loading .loading-wrapper {
  width: 100%;
  height: 50px;
  text-align: center;
}
#loading_message_outer .loading .loading-wrapper p {
  font-size: 12px;
  font-family: sans-serif;
  color: #3d7fba;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#loading_message_outer .loading circle {
  stroke-dasharray: 410;
  stroke-dashoffset: 2110;
  stroke-width: 2;
  stroke-linecap: round;
  animation: dash 8s linear infinite;
  fill-opacity: 0.1;
  stroke: #538dbf;
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
.google-browser {
  font-family: Helvetica Neue, Arial, sans-serif;
  position: absolute;
  background-color: #F4F8FE;
  border-radius: 4px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
  width: 600px;
}
.google-browser .tops {
  padding: 60px 90px 30px 90px;
  text-align: center;
}
.google-browser .tops .close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 13px;
  color: #698094;
  cursor: pointer;
}
.google-browser .tops .image {
  margin-bottom: 45px;
}
.google-browser .tops .image img {
  height: 60px;
  width: auto;
}
.google-browser .tops .text {
  font-size: 20px;
  color: #1e374d;
  line-height: 30px;
  margin-bottom: 24px;
}
.google-browser .tops .sub-text {
  font-size: 16px;
  color: #698094;
  line-height: 24px;
  width: 380px;
  margin: 0 auto;
}
.google-browser .bottoms {
  background-color: #ffffff;
  padding: 18px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.google-browser .bottoms a {
  text-decoration: none;
  font-size: 14px;
  color: #3d7fba;
  line-height: 30px;
  font-weight: 500;
}
.global-popup {
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  float: left;
  color: white;
  width: 300px;
  display: none;
  opacity: 1;
  cursor: auto;
  position: fixed;
  font-size: 12px;
  z-index: 9999;
}
.global-popup .ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}
.global-popup .ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}
.global-popup .brw-img {
  height: 16px;
  width: 16px;
  margin-left: 5px;
  vertical-align: middle;
}
.global-popup .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.global-popup .alert {
  padding: 15px;
  /*margin-bottom: 20px;*/
  border: 1px solid transparent;
  border-radius: 4px;
}
.global-popup .alert h4 {
  margin-top: 0;
  color: inherit;
}
.global-popup .ui-pnotify-title {
  line-height: 17px;
  min-height: 17px;
}
.global-popup .ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0;
}
.global-popup h4,
.global-popup .h4 {
  font-size: 18px;
}
.global-popup#desktopfiledownload {
  width: auto;
}
.global-popup#desktopfiledownload .alert-warning {
  color: #ffffff;
  background-color: #3d7fba;
}
.tweet-container .stream-load-more {
  /*display: none;*/
  float: left;
  width: 100%;
  cursor: pointer;
  height: 35px;
  border-top: 1px solid #8ABFD7;
  border-right: 1px solid #8ABFD7;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
}
.tweet-container .stream-load-more .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  padding-top: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.keyboard_hover {
  background: #2F4F6D;
}
.link-inner {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  background-color: #ffffff;
  color: #565656;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 2;
}
.hover-icon {
  margin-left: 4px;
}
.small-check {
  float: left;
  width: 4px;
  height: 10px;
  margin: -1px 10px 0 0 !important;
  position: relative;
}
.small-check label {
  margin-left: 0;
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff);
}
.small-check label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  background-color: #437FB7;
}
.small-check input[type=checkbox] {
  display: none;
}
.small-check:not(.small-check-disabled) label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
}
.small-check input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fullscreen {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #666;
  opacity: 0.90;
}
#management_info {
  /*position:fixed;*/
  top: 50px;
  left: 0;
  z-index: 999;
  /*width:100%;*/
  width: 80%;
  height: 90%;
  /*opacity:0.8;*/
  margin: 0 10%;
}
#management_info #employees_info {
  background: #fff;
  border-spacing: 0 6px;
  /*width:80%;*/
  width: 100%;
  height: 89%;
  margin: auto;
}
#management_info #employees_info #mgmt_info_body tr:nth-child(even) {
  background: #CCC;
}
#management_info #employees_info #mgmt_info_body tr:nth-child(odd) {
  background: #EFEFEF;
}
#management_info #employees_info #mgmt_info_body td {
  vertical-align: top;
  font-size: 80%;
  padding: 6px 8px;
}
#management_info .modal-content {
  height: 88%;
  overflow-y: scroll;
}
.alltickers-stock {
  cursor: pointer;
}
.year_risk_reward {
  display: block;
  height: 13px;
}
.prop_risk_reward {
  display: block;
  word-wrap: break-word;
}
.end-of-result,
.load-more {
  cursor: pointer;
  float: left;
  width: 100%;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
  height: 24px;
  padding-top: 10px;
}
.end-of-result .load-text,
.load-more .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.zoomgraph-fixed {
  position: fixed;
  height: 89% !important;
  width: 76% !important;
  /*top:10px;*/
  margin: 0 12%;
  top: 5%;
  z-index: 9999;
  background-color: #fff;
}
.zoomgraph {
  position: absolute;
  height: 89% !important;
  width: 76% !important;
  /*top:10px;*/
  margin: 0 12%;
  top: 5%;
  z-index: 9999;
  background-color: #fff;
}
.fullzoom_close {
  border-left: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  -webkit-box-shadow: #EBEBEB 1px 0 0 0px;
  -moz-box-shadow: #EBEBEB 1px 0 0 0px;
  box-shadow: #EBEBEB 1px 0 0 0px;
}
#notebook-container {
  overflow: hidden;
  min-width: 1280px;
  height: inherit;
}
#notebook-container #left-content-notebook {
  float: left;
  max-width: 282px;
  min-width: 223px;
  background: #F9F9F9;
  height: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 18px;
  padding-right: 18px;
  -moz-box-shadow: inset -2px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -2px 0 5px -2px #EAEAEA;
  box-shadow: inset -2px 0 5px -2px #EAEAEA;
}
#notebook-container #left-content-notebook .inset-container {
  float: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 100%;
  border-left: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
  margin-bottom: 15px;
}
#notebook-container #left-content-notebook .inset-container .header-container {
  height: 22px;
  width: 100%;
  padding-top: 4px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
}
#notebook-container #left-content-notebook .inset-container .header-container .header-text {
  width: 80%;
  float: left;
  color: #595959;
  font-size: 12px;
  padding-left: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#notebook-container #left-content-notebook .inset-container .header-container .header-expand-collapse {
  font-size: 12px;
  padding-right: 8px;
  margin-top: 4px;
  color: #BCBCBC;
}
#notebook-container #left-content-notebook .inset-container .header-container .header-expand-collapse:hover {
  color: #595959;
}
#notebook-container #left-content-notebook .inset-container .subheader-container {
  height: 18px;
  padding-top: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #F6F6F6;
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
  color: #595959;
  font-size: 9px;
}
#notebook-container #left-content-notebook .inset-container .subheader-container .subheader-ticker {
  float: left;
  width: 40%;
}
#notebook-container #left-content-notebook .inset-container .subheader-container .subheader-quickstat {
  float: left;
  width: 7%;
  text-align: center;
  height: 0;
}
#notebook-container #left-content-notebook .inset-container .subheader-container .subheader-percent {
  float: right;
  text-align: center;
  width: 20%;
}
#notebook-container #left-content-notebook .inset-container .subheader-container .subheader-chng {
  float: right;
  text-align: center;
  width: 20%;
}
#notebook-container #left-content-notebook .inset-container .subheader-container .subheader-price {
  float: right;
  text-align: center;
  /*width:20%;*/
  width: 19%;
}
#notebook-container #left-content-notebook .inset-container .subheader-container .subheader-arrow {
  font-size: 6px;
  margin-left: 2px;
}
#notebook-container #left-content-notebook .inset-container .subheader-container .subheader-arrow:hover {
  cursor: pointer;
}
#notebook-container #left-content-notebook .inset-container .list-item-container {
  width: 100%;
  font-family: Helvetica Neue, sans-serif;
  border-bottom: 1px solid #BCBCBC;
  cursor: pointer;
}
#notebook-container #left-content-notebook .inset-container .list-item-container.active-watchlist {
  background-color: #EEEEEE;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item {
  position: relative;
  height: 20px;
  padding-top: 6px;
  padding-left: 1px;
  padding-right: 6px;
  font-size: 10px;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .list-ticker {
  margin-left: 10px;
  float: left;
  width: 20%;
  color: #437FB7;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .list-percent,
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .list-change {
  float: right;
  text-align: center;
  width: 20%;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .list-chng {
  float: right;
  text-align: center;
  width: 20%;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .list-price {
  float: right;
  text-align: center;
  width: 20%;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .list-quickstat {
  display: none;
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 2px;
  font-size: 9px;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .watchlist-name {
  width: 63%;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .item-name {
  margin-left: 10px;
  float: left;
  color: #437FB7;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .item-name:last-child {
  border-bottom: none;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .item-number {
  float: right;
  /*color: #2F8B27;*/
  padding-right: 6px;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .stock-price {
  padding-right: 10px;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item .selected {
  text-decoration: underline;
}
#notebook-container #left-content-notebook .inset-container .list-item-container .list-item:hover {
  background: #FFFDE0;
}
#notebook-container #left-content-notebook .inset-container .list-item-container:last-child {
  border-bottom: none;
}
#notebook-container #left-content-notebook #notebook-search-box-holder {
  /*width: 250px;*/
  width: 200px;
  float: left;
  height: 32px;
  /*margin-left: 15px;*/
  margin-left: 0;
}
#notebook-container #left-content-notebook .search-box-holder {
  width: 100%;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 7px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
  float: left;
}
#notebook-container #left-content-notebook .search-box-holder .search-icon {
  float: right;
  color: #595959;
  font-size: 14px;
  margin-right: 8px;
  margin-top: 9px;
}
#notebook-container #left-content-notebook #notebook-tickers-holder {
  float: left;
  width: 100%;
}
#notebook-container #left-content-notebook #notebook-tickers-holder .button {
  float: right;
  width: 40px;
  height: 100%;
  text-align: center;
}
#notebook-container #left-content-notebook #notebook-tickers-holder .button .icon {
  margin-top: 8px;
  color: #595959;
}
#notebook-container #left-content-notebook #notebook-tickers-holder .outer-notes-list {
  padding: 20px 0;
}
#notebook-container #left-content-notebook #notebook-tickers-holder .outer-notes-list .list-item-container {
  width: 100%;
}
#notebook-container #left-content-notebook #notebook-tickers-holder .outer-notes-list .list-item-container .list-item {
  height: 20px;
  padding-top: 6px;
  padding-left: 1px;
  /*padding-right: 6px;*/
  font-size: 13px;
}
#notebook-container #left-content-notebook #notebook-tickers-holder .outer-notes-list .list-item-container .list-item .list-note-text {
  float: left;
  width: 45%;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#notebook-container #left-content-notebook #notebook-tickers-holder .outer-notes-list .list-item-container .list-item .note-updated-date {
  float: left;
  width: 55%;
}
#notebook-container #middle-content-notebook {
  float: left;
  width: 350px;
  background: #F9F9F9;
  height: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
  /*padding-left:18px;*/
  /*padding-right:18px;*/
}
#notebook-container #middle-content-notebook .all_notes {
  font: 11px 'Helvetica Neue', Arial, sans-serif;
  color: grey;
  /*height:32px;*/
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #bcbcbc;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container {
  /*width:100%;*/
  min-height: 27px;
  max-height: 60px;
  /*padding-top: 6px;*/
  padding-left: 1px;
  border-bottom: 1px solid #bcbcbc;
  padding-top: 7px;
  padding-bottom: 7px;
  /*padding-right: 6px;*/
  font-size: 13px;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .active-note {
  background-color: #EEEEEE;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .active-doc {
  background-color: #EEEEEE;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item {
  position: relative;
  height: 51px;
  padding-left: 3px;
  font: 11px 'Helvetica Neue', Arial, sans-serif;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item .note-updated-date {
  margin-left: 5px;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item .design {
  margin-left: 17px;
  margin-top: 6px;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item .design .color-border {
  width: 5px;
  height: 33px;
  float: left;
  margin-right: 4px;
  background-color: green;
  border-radius: 5px;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item .design .list-note-text {
  /*float:left;*/
  float: left;
  width: 80%;
  padding-bottom: 1px;
  padding-top: 2px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
  color: #437FB7;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item .design .list-note-text p:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item .design .note-backtab {
  float: right;
  margin-right: 26px;
  margin-top: 4px;
  display: none;
  width: 14px;
  color: #437FB7;
  cursor: pointer;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item .design .ticker-names {
  height: 15px;
  width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item .design .ticker-names .ticker {
  width: 400px;
}
#notebook-container #middle-content-notebook #outer-notes .list-item-container .list-item .design .ticker-names .ticker .note-ticker {
  height: 11px;
  margin-top: 0;
  margin-left: 2px;
  background-color: #ccd5e4;
  /*color: @fmc-white;*/
  padding-top: 1px;
  padding-bottom: 1px;
  text-transform: uppercase;
  border-radius: 7px;
  float: left;
  font-size: 9px;
  max-width: 50px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}
#notebook-container #middle-content-notebook .search-form-container {
  height: 40px;
  border-bottom: 1px solid #bcbcbc;
}
#notebook-container #middle-content-notebook .search-form-container .note-search-form {
  width: 250px;
  padding: 6px 6px;
}
#notebook-container #middle-content-notebook .search-form-container #add-notes {
  cursor: pointer;
  float: right;
  padding-right: 8px;
}
#right-content-notebook {
  position: relative;
  border-bottom: 1px solid #ddd;
  float: left;
  min-width: 400px;
  width: 990px;
  overflow-y: hidden;
  background: white;
  /*border-left: 1px solid #DEDEDE;*/
  border-right: 1px solid #DEDEDE;
}
#right-content-notebook #file-upload-option .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 125px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#right-content-notebook #file-upload-option .content {
  border: 1px solid lightgray;
  /*border-bottom:0px;*/
  /*padding: 2px;*/
  background: white;
  border-radius: 2px;
  width: 150px;
  text-align: left;
  /*border-bottom-left-radius: 0;*/
  /*border-bottom-right-radius: 0;*/
}
#right-content-notebook #file-upload-option .option {
  padding: 3px;
  text-align: center;
  cursor: pointer;
  background: #EFF2F7;
}
#right-content-notebook #file-upload-option .option:first-child {
  border-bottom: 1px solid lightgray;
}
#right-content-notebook #users-space .content {
  border: 1px solid lightgray;
  border-bottom: 0;
  /*padding: 2px;*/
  background: white;
  border-radius: 5px;
  width: 100px;
  text-align: left;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#right-content-notebook #users-space .user-add {
  border: 1px solid lightgray;
  border-top: 0;
  width: 100px;
  padding-top: 5px;
  background: white;
}
#right-content-notebook #users-space .user-add .add-user-name-box {
  width: 85%;
  outline: none;
  border: 1px solid lightgray;
  margin-bottom: 5px;
  border-radius: 6px;
  padding-left: 5px;
  padding-top: 2px;
  font-size: 12px;
  padding-bottom: 3px;
}
#right-content-notebook #users-space .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 75px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#right-content-notebook #users-space .user {
  color: #595959;
  padding: 5px;
  border-bottom: 1px solid lightgray;
  font-weight: normal;
  height: 14px;
}
#right-content-notebook #users-space .user .clear-icon {
  float: right;
  font-size: 10px;
  margin-right: 3px;
  margin-top: 3px;
  cursor: pointer;
  color: #bcbcbc;
}
#right-content-notebook #users-space .user .clear-icon:hover {
  color: #595959;
}
#right-content-notebook #users-space .owner {
  color: #437FB7;
  font-weight: bold;
  background: #eff2f7;
}
#right-content-notebook .dsp {
  display: none;
}
#right-content-notebook .related-doc {
  /*border-bottom: 1px solid lightgray;*/
  color: #437FB7;
  font-size: 10px;
  padding: 2px;
  height: 15px;
  float: right;
  width: 100%;
}
#right-content-notebook .related-doc .margin15 {
  margin-left: 15px;
}
#right-content-notebook .related-doc .doctitle {
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 8px;
  cursor: pointer;
  float: right;
}
#right-content-notebook .related-doc .docdate {
  margin-top: 1px;
  float: right;
}
#right-content-notebook .related-doc .docticker {
  padding-top: 0;
  cursor: pointer;
  float: right;
}
#right-content-notebook .no-notes {
  margin: 20px 20px;
}
#right-content-notebook .no-notes #edit-save .grey-button {
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4D4D4D;
  background-color: #FAFAFA;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#right-content-notebook .no-notes #edit-save .grey-button:hover {
  border: 1px solid #BDBDBD;
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E1E1E1));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -o-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: linear-gradient(top, #F3F3F3, #E1E1E1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F3F3, endColorstr=#E1E1E1);
}
#right-content-notebook .no-notes .message {
  font-size: 35px;
  font-weight: bold;
}
.hover-change:hover {
  background: #FFFDE0;
}
.menu-item-details {
  display: none;
}
#all-watchlist-calendar.button-base,
#all-company-calendar.button-base {
  color: #595959;
  float: left;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  background-image: url(../images/save.png), linear-gradient(to top, #efefef -20%, #f3f3f3 3.79%, #fbfbfb 120%);
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  box-shadow: inset 0 1px 0 #fff;
  padding: 0 10px 0 30px;
  background-position: 8px center;
  height: 28px;
  line-height: 28px;
  padding-right: 10px;
  margin-right: 5px;
}
#all-watchlist-calendar.button-selected,
#all-company-calendar.button-selected {
  color: #595959;
  float: left;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  background-image: url(../images/save.png), linear-gradient(to top, #efefef -20%, #f3f3f3 3.79%, #fbfbfb 120%);
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  box-shadow: inset 0 1px 0 #fff;
  padding: 0 10px 0 30px;
  background-position: 8px center;
  height: 28px;
  line-height: 28px;
  padding-right: 10px;
  margin-right: 5px;
}
.watchlist-calendar-dropdown {
  float: left;
}
.watchlist-calendar-dropdown select {
  height: 36px;
}
.watchlist-calendar-dropdown .watchlist-select {
  float: left;
}
#notebook-container1 .notes_tags {
  padding: 3px;
}
#notebook-container1 .element {
  background: #FFF;
  margin: 5px 0;
  -webkit-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  min-width: 110px;
  min-height: 80px;
  max-width: 330px;
  max-height: 240px;
  font: 11px 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  line-height: 1.6em;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #BDBDBD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#notebook-container1 .tag_list_container {
  position: relative;
  bottom: 15px;
}
#notebook-container1 .ticker_list_container {
  position: absolute;
  bottom: 0;
}
.update-ticker {
  background-color: #D4E1ED;
}
.circle {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: .9;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spinPulse 1s infinite ease-in-out;
  -webkit-animation: spinPulse 1s infinite linear;
}
.circle1 {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: .9;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  -moz-animation: spinoffPulse 1s infinite linear;
  -webkit-animation: spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.parent {
  clear: both;
  margin-left: 2%;
  font-size: 11px;
  color: #437FB7;
  overflow: auto;
  height: 25px;
  width: 98%;
}
.input-text {
  padding: 4px;
  /*height:10px;*/
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #bbc6d5;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  border-radius: 3px;
  color: #0e3150;
}
.realtool-help {
  margin-right: 23px;
  font-size: 13px;
  margin-left: 6px;
  cursor: pointer;
  border-radius: 15px;
  padding: 4px;
  color: white;
}
.realtool-help .icon {
  height: 22px;
  width: 22px;
  fill: #4682BA;
  position: relative;
}
#realtool-short-forms {
  font-size: 12px;
  /*margin-left: 9px;*/
  /*margin-top: 5px;*/
}
#realtool-short-forms .row {
  height: 24px;
  clear: both;
}
#realtool-short-forms .back-color {
  background-color: lightgray;
}
#realtool-short-forms .element {
  font-size: 12px;
  padding-left: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 32%;
}
#realtool-short-forms .element .name {
  width: 90px;
}
#realtool-short-forms .element .meaning .sign {
  margin-right: 15px;
}
#realtool-short-forms .element1 {
  font-size: 12px;
  padding-left: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 325px;
}
#realtool-short-forms .element1 .name1 {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#realtool-short-forms .element1 .name {
  width: 50%;
}
#realtool-short-forms .element1 .meaning .sign {
  margin-right: 15px;
}
#realtool-short-forms .width {
  width: 450px;
}
.realtool-examples {
  float: left;
  padding-left: 70px;
}
.sample-header {
  text-align: center;
  font-size: 15px;
  background: #D4F0FF;
  padding-top: 5px;
  padding-bottom: 6px;
  border: 1px solid lightblue;
  height: 18px;
}
#samplexpressions {
  clear: both;
}
#samplexpressions .sample {
  height: 17px;
  padding: 5px;
}
.dsp {
  display: none;
}
.ui-autocomplete {
  height: 150px;
  overflow: auto;
}
#outer-graph-search {
  width: 100%;
  height: 100%;
  background-color: white;
}
#outer-graph-search #graph-search-box-holder {
  width: 40%;
  padding-bottom: 4px;
}
#outer-graph-search #graph-summary-table {
  /*padding:10px 0 10px 0;*/
  padding: 0 0 10px 0;
}
#outer-graph-search #graph-summary-table #summary-table {
  border-collapse: collapse;
  border: 1px solid;
  font-size: 12px;
  font-size: 0.7em;
  background-color: #F9F9F9;
  margin: 0 auto;
}
#outer-graph-search #graph-summary-table #summary-table .data-row td {
  border: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table .data-row .title-cell {
  font-weight: bold;
}
#outer-graph-search #graph-summary-table #summary-table #mkt_cap #mkt_cap-1,
#outer-graph-search #graph-summary-table #summary-table #mkt_cap #mkt_cap-2,
#outer-graph-search #graph-summary-table #summary-table #mkt_cap #mkt_cap-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #ev #ev-1,
#outer-graph-search #graph-summary-table #summary-table #ev #ev-2,
#outer-graph-search #graph-summary-table #summary-table #ev #ev-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #price #price-1,
#outer-graph-search #graph-summary-table #summary-table #price #price-2,
#outer-graph-search #graph-summary-table #summary-table #price #price-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #p_sales #p_sales-1,
#outer-graph-search #graph-summary-table #summary-table #p_sales #p_sales-2,
#outer-graph-search #graph-summary-table #summary-table #p_sales #p_sales-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #ev_sales #ev_sales-1,
#outer-graph-search #graph-summary-table #summary-table #ev_sales #ev_sales-2,
#outer-graph-search #graph-summary-table #summary-table #ev_sales #ev_sales-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #ev_ebitda #ev_ebitda-1,
#outer-graph-search #graph-summary-table #summary-table #ev_ebitda #ev_ebitda-2,
#outer-graph-search #graph-summary-table #summary-table #ev_ebitda #ev_ebitda-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #p_eps #p_eps-1,
#outer-graph-search #graph-summary-table #summary-table #p_eps #p_eps-2,
#outer-graph-search #graph-summary-table #summary-table #p_eps #p_eps-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #fcf_yield #fcf_yield-1,
#outer-graph-search #graph-summary-table #summary-table #fcf_yield #fcf_yield-2,
#outer-graph-search #graph-summary-table #summary-table #fcf_yield #fcf_yield-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #sales td.title-cell {
  border-right: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #sales td.data-cell {
  border-right: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #sales td {
  border: none;
}
#outer-graph-search #graph-summary-table #summary-table #sales #sales-1,
#outer-graph-search #graph-summary-table #summary-table #sales #sales-2,
#outer-graph-search #graph-summary-table #summary-table #sales #sales-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #sales-yoy td.title-cell {
  border-right: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #sales-yoy td.data-cell {
  border-right: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #sales-yoy td {
  border: none;
}
#outer-graph-search #graph-summary-table #summary-table #sales-yoy #sales-yoy-1,
#outer-graph-search #graph-summary-table #summary-table #sales-yoy #sales-yoy-2,
#outer-graph-search #graph-summary-table #summary-table #sales-yoy #sales-yoy-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #ebitda td.title-cell {
  border-right: 1px solid;
  border-top: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #ebitda td.data-cell {
  border-right: 1px solid;
  border-top: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #ebitda td {
  border: none;
}
#outer-graph-search #graph-summary-table #summary-table #ebitda #ebitda-1,
#outer-graph-search #graph-summary-table #summary-table #ebitda #ebitda-2,
#outer-graph-search #graph-summary-table #summary-table #ebitda #ebitda-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #ebitda-yoy td.title-cell {
  border-right: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #ebitda-yoy td.data-cell {
  border-right: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #ebitda-yoy td {
  border: none;
}
#outer-graph-search #graph-summary-table #summary-table #ebitda-yoy #ebitda-yoy-1,
#outer-graph-search #graph-summary-table #summary-table #ebitda-yoy #ebitda-yoy-2,
#outer-graph-search #graph-summary-table #summary-table #ebitda-yoy #ebitda-yoy-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #eps td.title-cell {
  border-right: 1px solid;
  border-top: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #eps td.data-cell {
  border-right: 1px solid;
  border-top: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #eps td {
  border: none;
}
#outer-graph-search #graph-summary-table #summary-table #eps #eps-1,
#outer-graph-search #graph-summary-table #summary-table #eps #eps-2,
#outer-graph-search #graph-summary-table #summary-table #eps #eps-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table #eps-yoy td.title-cell {
  border-right: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #eps-yoy td.data-cell {
  border-right: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table #eps-yoy td {
  border: none;
}
#outer-graph-search #graph-summary-table #summary-table #eps-yoy #eps-yoy-1,
#outer-graph-search #graph-summary-table #summary-table #eps-yoy #eps-yoy-2,
#outer-graph-search #graph-summary-table #summary-table #eps-yoy #eps-yoy-3 {
  text-align: right;
}
#outer-graph-search #graph-summary-table #summary-table .year-row {
  font-weight: bold;
}
#outer-graph-search #graph-summary-table #summary-table .year-row td {
  border: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table .top-row td {
  border: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table .percent-row {
  font-size: 0.6em;
}
#outer-graph-search #graph-summary-table #summary-table .percent-row td {
  border: 1px solid;
}
#outer-graph-search #graph-summary-table #summary-table .spacer-row {
  background-color: grey;
}
#outer-graph-search #graph-summary-table #summary-table .spacer-row td {
  /*border:1px solid;*/
}
#graph-search {
  position: absolute;
  z-index: 1005;
  width: 438px;
  right: 12px;
  top: 48px;
}
#graph-search .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 267px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#graph-search .main-menu-rectangle {
  background: #ffffff;
  padding-top: 2px;
  border: 1px solid #565656;
  height: 100%;
}
#graph-search .content-holder {
  /*height:89.4%;*/
  width: 436px;
  overflow-y: auto;
  overflow-x: hidden;
}
#graph-search .content-holder .doccontainer {
  height: 100%;
  width: 436px;
  overflow-x: hidden;
}
#graph-search .content-holder .doccontainer .jspHorizontalBar div {
  display: none;
}
#graph-search .content-holder .doccontainer #graph-summary-table1 #summary-table {
  border-collapse: collapse;
  border: 1px solid #cecece;
  font-size: 12px;
  font-size: 0.7em;
  background-color: #F9F9F9;
  width: 100%;
  /*margin:0 auto;*/
}
#graph-search .content-holder .doccontainer #graph-summary-table1 #summary-table .data-row td {
  border: 1px solid #cecece;
  text-align: center;
  padding: 5px;
}
#graph-search .content-holder .doccontainer #graph-summary-table1 #summary-table .data-row .title-cell {
  font-weight: bold #cecece;
}
#graph-search .content-holder .doccontainer #graph-summary-table1 #summary-table .spacer-row {
  background-color: grey;
}
#graph-search .content-holder .doccontainer #graph-summary-table1 #summary-table .spacer-row td {
  /*border:1px solid;*/
}
#graph-search .new {
  background: #E7EFF6;
}
#graph-search .headline-item .by-line {
  margin-top: 3px;
}
#graph-search .by-line {
  float: left;
  /*width:410px;*/
  width: 97%;
  margin-top: 6px;
}
#graph-search .by-line .ticker-chevrons {
  float: left;
}
#graph-search .by-line .ticker {
  float: left;
}
#graph-search .by-line .source {
  padding-right: 4px;
}
#graph-search .by-line .author,
#graph-search .by-line .source {
  float: left;
  font-size: 9px;
  color: #999999;
}
#graph-search .by-line .author a,
#graph-search .by-line .source a {
  color: #999999;
}
#graph-search .by-line .author a {
  text-decoration: none;
}
#graph-search .by-line .icon {
  float: right;
  color: #BCBCBC;
  font-size: 12px;
}
#graph-search .headline-item.blue,
#graph-search .headline-item:hover {
  border-top: 1px solid #bbb;
}
#graph-search .headline-item {
  float: left;
  width: 436px;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 10px;
  -moz-box-shadow: inset 0 -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0 -1px 1px 0px #EEEEEE;
  box-shadow: inset 0 -1px 1px 0px #EEEEEE;
}
#graph-search .headline-item .headline-container {
  padding: 10px 12px 0 12px;
}
#graph-search .headline-item .headline-title {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#graph-search .headline-item .headline-content {
  padding-top: 5px;
  font-size: 11px;
  color: #232323;
}
#graph-search .headline-item .headline-datestamp {
  color: #999999;
  font-size: 10px;
  padding-left: 12px;
  padding-top: 5px;
}
#graph-search .headline-item:hover {
  background: #FFFDE0;
}
#graph-search .blue {
  background-color: #E0F0FC;
}
#graph-search .blue:hover {
  background-color: #FFFDE0;
}
#graph-search .tweet-item.blue,
#graph-search .tweet-item:hover {
  border-top: 1px solid #bbb;
}
#graph-search .tweet-item {
  float: left;
  width: 436px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BBBBBB;
  -moz-box-shadow: inset 0 -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0 -1px 1px 0px #EEEEEE;
  box-shadow: inset 0 -1px 1px 0px #EEEEEE;
}
#graph-search .tweet-item .tweet-full-container {
  float: left;
  padding-left: 12px;
}
#graph-search .tweet-item .content {
  font-size: 11px;
  color: #232323;
}
#graph-search .tweet-item .tweet-left-container {
  width: 48px;
  float: left;
  height: 48px;
}
#graph-search .tweet-item .tweet-left-container .tweet-profile-pic {
  height: 48px;
  width: 48px;
  background: grey;
}
#graph-search .tweet-item .tweet-right-container {
  width: 245px;
  margin-left: 6px;
  float: left;
  padding-bottom: 0;
}
#graph-search .tweet-item:hover {
  background: #FFFDE0;
}
#graph-search .load-more {
  /*display: none;*/
  cursor: pointer;
  float: left;
  width: 436px;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
  height: 24px;
  padding-top: 10px;
}
#graph-search .load-more .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#graph-search .row {
  height: 24px;
  width: 421px;
  font-size: 11px;
  color: #595959;
  padding-left: 6px;
  padding-right: 8px;
  padding-top: 8px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #B6B6B6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
}
#graph-search .sub-row {
  height: 24px;
  width: 435px;
  font-size: 11px;
  color: #595959;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #B6B6B6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
}
#graph-search .sub-row #alldoc-bubble,
#graph-search .sub-row #alltweets-bubble,
#graph-search .sub-row #allnews-bubble,
#graph-search .sub-row #allfiling-bubble {
  position: relative;
  margin-right: 4px;
  z-index: 999;
}
#graph-search .sub-row-content-holder {
  height: 100%;
  width: 20%;
  float: left;
  text-align: center;
}
#graph-search .sub-row-content-holder:hover {
  -moz-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  box-shadow: inset -1px 1px 3px 0px #BCBCBC;
}
#graph-search .sub-row-content {
  padding-top: 5px;
  font-size: 9px;
  height: 19px;
  text-align: center;
  border-right: 1px solid #BCBCBC;
}
#graph-search .selected-tab {
  -moz-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  -webkit-box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  box-shadow: inset -1px 1px 3px 0px #BCBCBC;
  background-color: #EEEEEE;
}
#graph-search .last {
  border-right: none;
}
#ask-xbrl {
  width: 1100px;
}
#ask-xbrl .xbrl-modal .xbrl-header {
  border: none;
}
#ask-xbrl .xbrl-modal .sub-header {
  padding-left: 10px;
  padding-top: 7px;
  height: 21px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E3F5FF), color-stop(100%, #DDF3FF));
  background-image: -webkit-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: -moz-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: -ms-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: -o-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: linear-gradient(top, #E3F5FF, #DDF3FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E3F5FF, endColorstr=#DDF3FF);
  border-top: solid 1px #8ABFD7;
  border-bottom: solid 1px #8ABFD7;
  -moz-box-shadow: inset 0 1px 2px 0px #ffffff;
  -webkit-box-shadow: inset 0 1px 2px 0px #ffffff;
  box-shadow: inset 0 1px 2px 0px #ffffff;
  font-size: 11px;
  color: #595959;
}
#ask-xbrl .xbrl-modal .sub-header .item {
  margin-right: 10px;
  padding: 2px 8px 2px 8px;
  border: solid 1px transparent;
}
#ask-xbrl .xbrl-modal .sub-header .item:hover {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  border: solid 1px #8ABFD7;
}
#ask-xbrl .xbrl-modal .sub-header .selected {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  border: solid 1px #8ABFD7;
}
#ask-xbrl .xbrl-modal .xbrl-container {
  /*height:500px;*/
}
#ask-xbrl .xbrl-modal .xbrl-container .left-menu {
  height: 100%;
  width: 339px;
  float: left;
  background: #F9F9F9;
  -webkit-box-shadow: #BCBCBC 1px 0 3px 0px;
  -moz-box-shadow: #BCBCBC 1px 0 3px 0px;
  box-shadow: #BCBCBC 1px 0 3px 0px;
  padding-bottom: 10px;
  border-right: 1px solid #BCBCBC;
}
#ask-xbrl .xbrl-modal .xbrl-container .left-menu .menu-container {
  height: 100%;
  overflow-y: auto;
}
#ask-xbrl .xbrl-modal .xbrl-container .left-menu .menu-subheading {
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: bold;
  color: #595959;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  border-bottom: solid 1px #BCBCBC;
  border-top: solid 1px #BCBCBC;
  -moz-box-shadow: inset 0 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0 1px 1px 0px #ffffff;
  box-shadow: inset 0 1px 1px 0px #ffffff;
}
#ask-xbrl .xbrl-modal .xbrl-container .left-menu .first {
  border-top: none;
}
#ask-xbrl .xbrl-modal .xbrl-container .left-menu .menu-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  color: #437FB7;
  font-weight: lighter;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#ask-xbrl .xbrl-modal .xbrl-container .left-menu .menu-item:hover {
  background: #FFFDE0;
  border-top: 1px solid #8ABFD7;
  border-bottom: 1px solid #8ABFD7;
  cursor: pointer;
}
#ask-xbrl .xbrl-modal .xbrl-container .left-menu .selected {
  font-weight: bold;
  color: #595959;
}
#ask-xbrl .xbrl-modal .xbrl-container .right-content {
  height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 5px;
}
#ask-xbrl .xbrl-modal .xbrl-container .right-content .content-heading {
  height: 20px;
  padding-top: 5px;
  border-bottom: solid 1px #BCBCBC;
  -moz-box-shadow: inset 0 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0 1px 1px 0px #ffffff;
  box-shadow: inset 0 1px 1px 0px #ffffff;
  text-align: center;
  font-size: 11px;
  color: #595959;
}
#ask-xbrl .xbrl-modal .xbrl-container .right-content .report-container {
  float: left;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
}
#ask-xbrl .xbrl-modal .xbrl-container .right-content .report-container a {
  cursor: default;
}
.invite-popup {
  background-color: #000000;
  opacity: 0.6;
}
.invite-popup-content {
  width: 480px;
  height: auto;
  background: #ffffff;
  z-index: 101;
  border-radius: 10px;
  position: absolute;
}
.invite-popup-content .header {
  background: #E8F1F9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #255178;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  text-align: center;
}
.invite-popup-content .content {
  padding: 12px 18px;
  font-size: 13px;
  color: #666666;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.invite-popup-content .emails {
  text-align: center;
}
.invite-popup-content .emails .email-input {
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 6px 12px;
  width: 50%;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6px;
}
.invite-popup-content .emails .email-input:focus {
  border: 1px solid #666666;
  color: #666666;
}
.invite-popup-content .add-more {
  text-align: center;
  padding: 6px;
  line-height: 18px;
  font-size: 12px;
  color: #3d7fba;
  margin-bottom: 12px;
  cursor: pointer;
}
.invite-popup-content .add-more:hover {
  text-decoration: underline;
}
.invite-popup-content .error {
  font-size: 12px;
  line-height: 18px;
  color: red;
  padding: 0 12px 12px 12px;
  display: none;
  text-align: center;
}
.invite-popup-content .button-row {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 12px;
}
.invite-popup-content .button-row .submit {
  padding: 12px;
  background: #3d7fba;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  width: 120px;
  text-align: center;
  margin-right: 12px;
  border: 1px solid #3d7fba;
  cursor: pointer;
}
.invite-popup-content .button-row .cancel {
  display: inline-block;
  padding: 12px;
  color: #3d7fba;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.invite-popup-content .button-row .cancel:hover {
  border: 1px solid #3d7fba;
}
#note-drop-down-menu {
  display: block;
  z-index: 1100;
  border-top-right-radius: 10px;
}
#note-drop-down-menu .clear-icon {
  float: right;
  color: grey;
  cursor: pointer;
}
#note-drop-down-menu .easy-note-container .message-note {
  text-align: center;
  height: 25px;
  margin-top: 10px;
  font-size: 12px;
}
#note-drop-down-menu .easy-note-main #note-write {
  width: 97%;
  height: 85px;
  padding: 5px;
  resize: none;
  outline: none;
  border: 2px solid lightgray;
  font-family: Helvetica Neue, sans-serif;
}
#note-drop-down-menu .easy-note-main .note-submit-button {
  font-weight: bolder;
  font-size: 9px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
}
.full-address {
  padding: 12px;
  font-size: 12px;
  border-bottom: 1px solid black;
  margin-bottom: 0;
  padding-bottom: 12px;
  width: 100%;
  margin-left: 0;
  padding-left: 12px;
  background: lightblue;
}
.startup-company {
  font-size: 10px;
  padding: 5px;
  border-bottom: 1px solid lightgrey;
}
.startup-company .name {
  width: 100px;
  height: 42px;
  font-weight: bold;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.startup-company .about {
  height: 43px;
  line-height: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#graph-search-help {
  /*padding: 5px;*/
}
#graph-search-help .question-category {
  border: solid 1px #BCBCBC;
  border-bottom: 0;
}
#graph-search-help .question-category .category-header {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 15px;
  padding-top: 5px;
  background: #D4F0FF;
  -moz-box-shadow: inset 0 1px 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 1px 0 #ffffff;
  box-shadow: inset 0 1px 1px 0 #ffffff;
  border-bottom: solid 1px #BCBCBC;
  border-top: solid 1px #BCBCBC;
  height: 22px;
}
#graph-search-help .question-category .type-examples {
  clear: both;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#graph-search-help .question-category .type-examples .sub-header {
  font-weight: bold;
  padding-left: 18px;
  padding-bottom: 4px;
  padding-top: 3px;
  text-decoration: underline;
}
#graph-search-help .question-category .type-examples .example-header {
  font-weight: bold;
  padding-bottom: 3px;
}
#graph-search-help .question-category .type-examples .item {
  padding-left: 10px;
}
.line-div1 {
  float: left;
  width: 34px;
  height: 18px;
  border: 1px solid #7d90ae;
  box-sizing: border-box;
  cursor: pointer;
}
.series-char {
  float: left;
  line-height: 20px;
  margin-right: 5px;
}
.graph-dropdown {
  font-size: 8px;
  display: block;
  overflow: hidden;
  clear: both;
}
.graph-dropdown .content {
  background: #425267;
  width: 100%;
  border: 1px solid #000000;
  box-sizing: border-box;
}
.graph-dropdown .content .head-div {
  float: left;
  border-bottom: 1px solid #2f2f2f;
  padding: 18px;
  width: 384px;
}
.graph-dropdown .content .head-div .axis-toggle .xaxis-button .fa {
  line-height: 16px;
}
.graph-dropdown .content .head-div .select2-results {
  max-height: 300px;
}
.graph-dropdown .content .head-div .select2-container {
  border-radius: 4px;
  width: 100%;
}
.graph-dropdown .content .head-div .select2-container a.select2-choice {
  background: #879abb;
  line-height: 18px;
  padding: 6px 0;
  box-shadow: none;
  border: 1px solid #2f2f2f;
}
.graph-dropdown .content .head-div .select2-container a.select2-choice span {
  margin-left: 18px;
  font-family: ArialMT, Arial;
  font-size: 14px;
  color: #2e3645;
}
.graph-dropdown .content .head-div .select2-container a.select2-choice div {
  background: #879abb;
  border-left: 0;
  margin-right: 12px;
}
.graph-dropdown .content .head-div .select2-container a.select2-choice div b {
  background: url(images/dropdown-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
.graph-dropdown .content .head-div .select2-dropdown-open a.select2-choice div b {
  background: url(images/dropup-triangle-black.png) no-repeat !important;
  margin-top: 10px;
}
.graph-dropdown .content .head-div .child-div {
  float: left;
  margin-top: 6px;
  overflow: hidden;
}
.graph-dropdown .content .head-div .child-div .input-text {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 384px;
  margin-right: 12px;
  text-indent: 6px;
  margin-top: 12px;
  margin-bottom: 0;
}
.graph-dropdown .content .head-div .child-div .defgray {
  color: #ffffff !important;
  background: #7e91ad;
  border: 1px solid #7e91ad;
}
.graph-dropdown .content .head-div .child-div .select2-container {
  width: 180px;
}
.graph-dropdown .content .head-div .child-div .input-check {
  display: inline;
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 1px solid #7d90ae;
  float: left;
  margin-right: 6px;
}
.graph-dropdown .content .head-div .child-div .input-check[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  border: 0 solid #fff;
  background-size: 18px 18px;
}
.graph-dropdown .content .head-div .child-div .newAutocomplete {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 384px;
  margin-right: 12px;
  margin-bottom: 0;
}
.graph-dropdown .content .head-div .child-div .newAutocomplete .noisy-black-list {
  width: 170px;
  padding-left: 0;
}
.graph-dropdown .content .head-div .child-div .newAutocomplete .ticker-input-text.input-text {
  height: 18px;
  border: none;
  width: 170px;
  outline: 0;
  vertical-align: top;
  margin: 0;
  text-transform: uppercase;
  padding-left: 0;
  line-height: 18px;
}
.graph-dropdown .content .head-div .child-div .simplecolorpicker.icon {
  margin-left: 0;
  margin-top: 5px;
  border: 1px solid white;
}
.graph-dropdown .content .head-div .child-div .color-outer {
  position: absolute;
  top: 70px;
  z-index: 2;
  width: 120px;
  float: left;
  padding: 6px;
  padding-bottom: 0;
  padding-right: 0;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  box-sizing: border-box;
}
.graph-dropdown .content .head-div .child-div .color {
  display: inline-block;
  cursor: pointer;
  border: 2px solid transparent;
  margin: 0 6px 6px 0;
  height: 18px;
  width: 18px;
}
.graph-dropdown .content .head-div .child-div .color:hover {
  border: 2px solid #364052;
}
.graph-dropdown .content .head-div .child-div .current-color {
  border: 2px solid #364052;
}
.graph-dropdown .content .head-div .child-div .selected-color {
  margin-left: 0;
  margin-top: 5px;
  border: 1px solid white;
  display: inline-block;
  margin-left: 12px;
  width: 32px;
  height: 20px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.graph-dropdown .content .head-div .tag_allow .suggest-wrapper {
  top: -420px !important;
  zoom: 0.8;
}
.graph-dropdown .options-text {
  color: #000000;
  font-size: 9px;
}
.graph-dropdown .inner-text {
  float: left;
  font-family: ArialMT, Arial;
  color: #a2b1ca;
  font-size: 13px;
  margin-right: 12px;
  line-height: 18px;
  padding: 7px 0;
}
.graph-dropdown .line-width-list {
  padding: 7px 0;
}
.graph-dropdown .line-width-list .line-width {
  display: inline-block;
  width: 20px;
  cursor: pointer;
  margin-left: 6px !important;
}
.graph-dropdown .line-width-list .selected {
  outline: ridge thin white;
}
.graph-dropdown #steps_moved {
  float: left;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  font-size: 14px;
  color: #a2b1ca;
  margin-left: 12px;
}
.graph-dropdown .dma-box {
  margin-right: 24px;
  float: left;
}
.graph-dropdown .check-box {
  float: left;
  font-size: 12px;
  padding: 6px 6px 6px 6px;
  border-radius: 5px;
  color: #879abb;
  border: 1px solid #7d90ae;
  margin-right: 24px;
  width: 180px;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  line-height: 18px;
  box-sizing: border-box;
  cursor: pointer;
}
.graph-dropdown .small-check-box {
  float: left;
  font-size: 12px;
  padding: 6px;
  border-radius: 5px;
  color: #879abb;
  border: 1px solid #7d90ae;
  width: 144px;
  font-weight: bold;
  font-family: Arial-BoldMT, Arial;
  line-height: 18px;
  box-sizing: border-box;
  margin-right: 6px;
  cursor: pointer;
}
.graph-dropdown .head-text {
  color: #ffffff;
  font-size: 13px;
  font-family: ArialMT, Arial;
}
.graph-dropdown .input-small {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 30px;
  margin-right: 0;
  text-align: center;
}
.graph-dropdown .inner-button {
  float: left;
  background: #879abb;
  border-radius: 0;
  border: 1px solid #2f2f2f;
  padding: 7px 0;
  text-align: center;
  color: #000000;
  width: 36px;
  height: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.graph-dropdown .inner-button .icon {
  height: 12px;
  width: 12px;
  margin-top: 2px;
}
.graph-dropdown .step_btn {
  font-size: 12px;
  width: 30px;
  background: transparent;
  color: #879abb;
  border: 1px solid #879abb;
}
.graph-dropdown .def_step {
  color: white;
  background: #879abb;
}
.graph-dropdown .nmr {
  margin-right: 0;
}
.yaxis-options {
  float: left;
}
.yaxis-spec {
  border: 2px solid #7d90ae;
  border-radius: 4px;
  background-color: #364052;
  color: #ffffff;
  box-sizing: border-box;
  height: 32px;
  width: 33px;
  margin-right: 12px;
  text-align: center;
}
.graph-name .parent {
  clear: both;
  position: relative;
  font-size: 11px;
  color: #437FB7;
  overflow: auto;
  height: 18px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 18px;
}
.graph-name .parent #option-toggle {
  display: inline-block;
  float: right;
  margin-top: -6px;
  margin-right: 20px;
}
.graph-name .parent #option-toggle .icon {
  height: 16px;
  width: 16px;
  fill: #437FB7;
}
.graph-name .parent .graph-name-wrapper {
  padding: 0 18px 6px 18px;
  overflow: hidden;
  clear: both;
}
.graph-name .parent .graph-name-wrapper .simplecolorpicker.icon {
  margin-left: 0;
  margin-top: 5px;
  border: 1px solid white;
}
.graph-name .parent .graph-name-wrapper .color-outer {
  position: absolute;
  top: 20px;
  z-index: 2;
  width: 120px;
  float: left;
  padding: 6px;
  padding-bottom: 0;
  padding-right: 0;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  box-sizing: border-box;
}
.graph-name .parent .graph-name-wrapper .color {
  display: inline-block;
  cursor: pointer;
  border: 2px solid transparent;
  margin: 0 6px 6px 0;
  height: 18px;
  width: 18px;
}
.graph-name .parent .graph-name-wrapper .color:hover {
  border: 2px solid #364052;
}
.graph-name .parent .graph-name-wrapper .current-color {
  border: 2px solid #364052;
}
.graph-name .parent .graph-name-wrapper .selected-color {
  margin-left: 0;
  margin-top: 5px;
  border: 1px solid white;
  display: inline-block;
  margin-left: 12px;
  width: 32px;
  height: 20px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.graph-name .parent .scatter-name-wrapper {
  background: #1e242e;
  margin-right: 18px;
  margin-left: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.graph-name .parent .ser-options {
  float: right;
}
.graph-name .parent .ser-options .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
}
.graph-name .parent #button_check {
  float: left;
  cursor: pointer;
}
.graph-name .parent #remove-series {
  cursor: pointer;
  float: left;
  margin-right: 6px;
}
.graph-name .parent #vis-toggle {
  cursor: pointer;
  float: left;
  margin-right: 6px;
}
.graph-name .parent .child-name {
  margin-top: 6px;
  margin-left: 36px;
}
.graph-name .parent .child-name #vis-toggle {
  margin-right: 48px;
}
.graph-name .parent .child-name .line-div1 {
  border-top: 0px;
  border-right: 0px;
  width: 24px;
  height: 12px;
  background-color: '#2E3645';
}
.graph-name .parent .child-name .child {
  margin-left: 24px !important;
}
.graph-name .scatter_parent {
  height: 42px;
  cursor: pointer;
}
.graph-xbrl-button {
  width: 21%;
  cursor: pointer;
  text-align: center;
  border: 0;
  border-right: 1px solid #BDBDBD;
  border-radius: 0;
  margin-right: 8px;
  /*padding: 2px 8px 2px 8px;*/
  border: solid 1px transparent;
}
.graph-xbrl-header {
  padding-left: 10px;
  padding-top: 7px;
  height: 23px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E3F5FF), color-stop(100%, #DDF3FF));
  background-image: -webkit-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: -moz-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: -ms-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: -o-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: linear-gradient(top, #E3F5FF, #DDF3FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E3F5FF, endColorstr=#DDF3FF);
  border-top: solid 1px #8ABFD7;
  border-bottom: solid 1px #8ABFD7;
  -moz-box-shadow: inset 0 1px 2px 0px #ffffff;
  -webkit-box-shadow: inset 0 1px 2px 0px #ffffff;
  box-shadow: inset 0 1px 2px 0px #ffffff;
  font-size: 11px;
  color: #595959;
}
.graph-xbrl-button-select {
  width: 21%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  border: solid 1px #8ABFD7;
  text-align: center;
}
.term-autofill-row .docterm-term-list {
  padding-left: 5px;
}
.docterm-term-wrapper .suggest-wrapper {
  margin-left: 9.5%;
  width: 50%;
}
#terms .table-wrapper {
  overflow: hidden;
  font-size: 11px;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  box-sizing: border-box;
}
#terms .table-wrapper table {
  background: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  color: #698094;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#terms .table-wrapper table thead {
  font-size: 11px;
}
#terms .table-wrapper table th {
  text-align: right;
}
#terms .table-wrapper table th.ticker,
#terms .table-wrapper table th.ticker-cell {
  width: 50px;
  text-align: center;
}
#terms .table-wrapper table th.chart,
#terms .table-wrapper table th.chart-cell {
  width: 55px;
  text-align: center;
}
#terms .table-wrapper table th.stck_para-cell,
#terms .table-wrapper table th.finc_para-cell {
  text-align: right;
}
#terms .table-wrapper table th {
  padding: 0px;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#terms .table-wrapper table th p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  line-height: 30px;
  display: inline;
}
#terms .table-wrapper table th,
#terms .table-wrapper table td {
  border-left: 0;
  border-right: 0;
}
#terms .table-wrapper table th {
  position: relative;
  cursor: pointer;
}
#terms .table-wrapper table th:after {
  position: absolute;
  background: #f9fcff;
  opacity: 0.7;
  top: 0px;
  right: 0px;
}
#terms .table-wrapper table th.asc:after {
  content: '\25b2';
}
#terms .table-wrapper table th.desc:after {
  content: '\25bc';
}
#terms .table-wrapper table th:last-child,
#terms .table-wrapper table td:last-child {
  padding-right: 6px;
}
#terms .table-wrapper .table-body tr {
  min-height: 28px;
}
#terms .table-wrapper .table-body thead {
  visibility: hidden;
}
#terms .table-wrapper .table-body .title-cell {
  width: 50px;
  padding-left: 6px;
  padding-right: 6px;
}
#terms .table-wrapper .table-body .title-cell .ticker-chevron {
  line-height: 12px;
  padding: 0 3px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
}
#terms .table-wrapper .table-body .chart-cell {
  width: 55px;
}
#terms .table-wrapper .table-body .chart-container {
  max-height: 28px;
  height: 24px;
  width: 55px;
}
#terms .table-wrapper .table-body tbody td {
  border-bottom: 1px solid #d4e0ea;
}
#terms .table-wrapper .table-body tbody tr:nth-child(odd) {
  background: #f9fcff;
}
#terms .table-wrapper .table-body tbody td {
  border-bottom: 1px solid #d4e0ea;
}
#terms .table-wrapper .table-body tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
#terms .table-wrapper .table-body tbody td.field-cell {
  font-size: 10.5px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
#terms .table-wrapper .table-body tbody td.field-cell.neg[data-id*="_change"] {
  color: #e81a1a;
}
#terms .table-wrapper .table-body tbody td.field-cell.pos[data-id*="_change"] {
  color: #2da65b;
}
#terms .table-wrapper .table-body tbody td.field-cell2 {
  font-size: 12.5px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
#terms .table-wrapper .table-body tbody td.field-cell2.neg[data-id*="_change"] {
  color: #e81a1a;
}
#terms .table-wrapper .table-body tbody td.field-cell2.pos[data-id*="_change"] {
  color: #2da65b;
}
#terms .table-wrapper .table-body tbody td.width-cell {
  font-size: 15px;
  text-align: left;
  width: 200px;
}
#terms .table-wrapper .table-body tbody td.link-pointer {
  cursor: pointer;
}
#main-generic-popout-container {
  background: white;
  width: 100%;
  /*overflow-y:auto;*/
}
#main-generic-popout-container .generic {
  display: none;
}
#main-generic-popout-container #xbrl-table {
  width: 100%;
  font-size: 12px;
  padding: 10px 2% 0 2%;
}
#main-generic-popout-container .popout-xbrl-header {
  padding-left: 10px;
  padding-top: 7px;
  height: 23px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E3F5FF), color-stop(100%, #DDF3FF));
  background-image: -webkit-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: -moz-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: -ms-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: -o-linear-gradient(top, #E3F5FF, #DDF3FF);
  background-image: linear-gradient(top, #E3F5FF, #DDF3FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E3F5FF, endColorstr=#DDF3FF);
  border-top: solid 1px #8ABFD7;
  border-bottom: solid 1px #8ABFD7;
  -moz-box-shadow: inset 0 1px 2px 0px #ffffff;
  -webkit-box-shadow: inset 0 1px 2px 0px #ffffff;
  box-shadow: inset 0 1px 2px 0px #ffffff;
  font-size: 11px;
  color: #595959;
}
#main-generic-popout-container .popout-xbrl-header .popout-xbrl-button {
  width: 21%;
  cursor: pointer;
  text-align: center;
  border: 0;
  border-right: 1px solid #BDBDBD;
  border-radius: 0;
  margin-right: 8px;
  /*padding: 2px 8px 2px 8px;*/
  border: solid 1px transparent;
}
#main-generic-popout-container .popout-xbrl-header .popout-xbrl-button-select {
  width: 21%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  border: solid 1px #8ABFD7;
  text-align: center;
}
.url-hover-data {
  position: absolute;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.url-hover-data .url-icon {
  /*position: absolute;*/
  /*top: 0;*/
  z-index: 2000;
  /*width: 100%;
        height: 40%;*/
  max-width: 96%;
  max-height: 30%;
}
.url-hover-data .header {
  margin-top: 8px;
  font-weight: bold;
  padding-left: 7px;
  padding-bottom: 5px;
  font-size: 12px;
  /*height: 15%;*/
  line-height: 13px;
}
.url-hover-data .descripction-row {
  height: 47%;
  overflow: hidden;
  overflow-y: auto;
  padding: 6px 8px 2px 7px;
  font-size: 11px;
}
.attachment-content {
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  border: 1px solid #BDBDBD;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  color: #4D4D4D;
  background-color: #F3F3F3;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  height: 51px;
  /*margin-top:34px;*/
  overflow-y: auto;
}
#menu-settings div.home span {
  font-size: 10px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 9999px;
  /*left: 50%;*/
  background: #000;
  color: #e0e0e0;
  padding: 0 7px;
  line-height: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  text-align: center;
  direction: rtl;
}
#menu-settings div.home span::before {
  content: "";
  display: block;
  border-right: 6px solid #000000;
  border-top: 9px solid transparent;
  position: absolute;
  top: -6px;
  right: 0;
}
#menu-settings div.homemana span {
  opacity: 1;
  bottom: -35px;
  right: 10px;
}
.attachment-content {
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  border: 1px solid #BDBDBD;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  color: #4D4D4D;
  background-color: #F3F3F3;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  height: 51px;
  /*margin-top:34px;*/
  background: white;
}
.attachment-content .atach-element {
  margin-top: 4px;
  margin-left: 4px;
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
  padding: 3px;
  border-radius: 5px;
  color: #15c;
  font-size: 12px;
}
.attachment-content .clear-icon {
  margin-left: 5px;
  font-size: 10px;
  margin-top: 2px;
  color: #595959;
}
#popup-search {
  position: absolute;
  width: 300px;
  overflow: auto;
  padding: 5px 5px 10px 5px;
  max-height: 400px;
  background-color: #eee;
  border-radius: 5px;
  color: #2E4E6E;
  margin-bottom: 10px;
}
#popup-search .popup-loading {
  text-align: center;
  width: 100%;
}
#popup-search .popup-loading img {
  padding: 50px 0 50px 0;
}
#popup-search .popup-heading {
  /*border-bottom: 1px solid #666;*/
}
#popup-search .popup-heading .p-heading {
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
}
#popup-search .heading {
  color: #2E4E6E;
  font-style: italic;
}
#popup-search .p-box {
  clear: both;
  display: none;
  padding-top: 6px;
}
#popup-search .p-border {
  width: 100%;
  border-bottom: 1px solid #aaa;
}
#popup-search .content {
  padding-top: 10px;
  padding-bottom: 5px;
}
#popup-search .p-tag {
  cursor: pointer;
  float: left;
  display: block;
  border-radius: 10px;
  padding: 1px 4px;
  background: white;
  margin: 2px 5px;
}
#popup-search .p-tag i {
  font-size: 8px;
}
#popup-search .p-tag span {
  padding-left: 4px;
  font-size: 12px;
}
#popup-search .popup-wiki .content {
  max-height: 100px;
  overflow: auto;
}
#popup-search .popup-wiki .content a {
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  color: #2E4E6E;
  font-size: 12px;
}
#popup-search .popup-wiki .content span {
  font-size: 12px;
}
#popup-search .popup-content .content {
  max-height: 100px;
  overflow: auto;
}
#popup-search .popup-content .content a {
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  color: #2E4E6E;
  font-size: 12px;
}
#popup-search .popup-content .content span {
  font-size: 12px;
}
#popup-search .popup-dictionary .content {
  max-height: 40px;
  overflow: auto;
}
#popup-search .popup-dictionary .content .p-dictionary-line {
  font-size: 12px;
}
#popup-share {
  position: absolute;
  height: 100%;
  background: black;
  width: 100%;
  opacity: 0.65;
  z-index: 1001;
}
#popup-share-container {
  background: white;
  /*padding: 20px;*/
  /*width: 570px;*/
  position: absolute;
  z-index: 1002;
  opacity: 1;
  border: 1px solid #E8F1F9;
  min-width: 400px;
  border-radius: 4px;
}
#popup-share-container .content-popup {
  padding: 12px;
}
#popup-share-container .close-popup {
  color: #8092ac;
  font-size: 14px;
  margin-top: 12px;
  margin-right: 14px;
  cursor: pointer;
  line-height: 18px;
}
#popup-share-container .header-popup {
  height: 42px;
  text-align: center;
  background-color: #E8F1F9;
}
#popup-share-container .header-popup .message {
  font-size: 14px;
  margin-top: 12px;
  margin-left: 20px;
  color: #8092AC;
  line-height: 18px;
  width: 350px;
}
#popup-share-container .share-message {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 18px;
  font-family: arial, helvetica, clean, sans-serif;
  color: #666666;
}
#popup-share-container .share-message .message1 {
  font-size: 9px;
  margin-right: 1px;
}
#popup-share-container .share-message .email-check-all {
  width: 10px;
}
#popup-share-container .share-message .mail {
  margin-top: 4px;
}
#popup-share-container .top-roww {
  border-bottom: 4px solid #ebebeb;
  /*height: 50px;*/
  margin-bottom: 5px;
  min-height: 50px;
}
#popup-share-container .top-roww .makepublic {
  float: right;
  font-size: 9px;
  /*width: 82px;*/
}
#popup-share-container .top-roww .makepublic .message {
  float: left;
  margin-top: 4px;
}
#popup-share-container .top-roww .makepublic .public-check {
  width: 10px;
}
#popup-share-container .top-roww .emailnotifications {
  float: right;
  font-size: 9px;
  margin-right: 10px;
}
#popup-share-container .top-roww .emailnotifications .message {
  float: left;
  margin-top: 4px;
}
#popup-share-container .top-roww .emailnotifications .public-check {
  width: 10px;
}
#popup-share-container .top-roww #url-share {
  font-size: 12px;
  color: #668EBA;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  float: left;
  padding: 4px;
  /*max-width: 98%;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}
#popup-share-container .middle-row {
  clear: both;
  margin-bottom: 12px;
}
#popup-share-container .middle-row .shared-users {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #e8f1f9;
  padding: 6px 12px;
  border: 1px solid #e8f1f9;
  border-radius: 4px;
}
#popup-share-container .middle-row .shared-users .user {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  color: #666666;
  padding: 3px 0;
}
#popup-share-container .middle-row .shared-users .user .name {
  width: 125px;
}
#popup-share-container .middle-row .shared-users .user .clear-icon {
  float: left;
  margin-top: 4px;
  font-size: 10px;
  cursor: pointer;
}
#popup-share-container .middle-row .shared-users .user .usericon {
  font-size: 14px;
  margin-right: 12px;
  margin-left: 6px;
  line-height: 18px;
}
#popup-share-container .middle-row .shared-users .user .email-check {
  width: 10px;
  margin-right: 3px;
  outline: none;
}
#popup-share-container .bottom-roww .add-user-name-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 12px;
  outline: none;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
#popup-share-container .buttons {
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  line-height: 18px;
}
#popup-share-container .buttons .submit-button {
  padding: 6px 12px;
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  color: #ffffff;
}
#popup-share-container .buttons .submit-button:hover {
  cursor: pointer;
  background-color: #336ea6;
}
#popup-share-container .buttons .cancel-button {
  padding: 6px 12px;
  color: #3d7fba;
}
#popup-share-container .buttons .cancel-button:hover {
  cursor: pointer;
}
.tweet-right-container .upper-row-header,
.by-line .upper-row-header {
  height: 17px;
  /*width: 70%;*/
  padding-bottom: 1px;
  display: inline-flex;
  max-width: 100%;
}
.tweet-right-container .upper-row-header .tweet-message,
.by-line .upper-row-header .tweet-message {
  font-size: 12px;
  font-weight: bold;
  margin-right: 7px;
  height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tweet-right-container .upper-row-header .tweet-source,
.by-line .upper-row-header .tweet-source {
  font-size: 9px;
  color: #999999;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tweet-right-container .upper-row-header .usernamelink,
.by-line .upper-row-header .usernamelink {
  color: black;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tweet-right-container .tweet-api,
.by-line .tweet-api {
  font-size: 17px;
  margin-right: 12px;
}
.tweet-right-container .tweet-api .text,
.by-line .tweet-api .text {
  margin-top: 2px;
  margin-right: 8px;
  color: #595959;
}
.tweet-right-container .tweet-api .icon,
.by-line .tweet-api .icon {
  font-size: 13px;
  color: #698094;
  line-height: 18px;
}
.tweet-right-container .tweet-api .img,
.by-line .tweet-api .img {
  height: 12px;
  width: 12px;
  fill: #698094;
  margin-right: 1px;
  outline: none;
  border: none;
}
.tweet-right-container .tweet-api .tweet-retweet,
.by-line .tweet-api .tweet-retweet {
  margin-left: 7px;
  margin-right: 7px;
}
.ms-sel-item {
  font-size: 10px;
}
.ms-sel-text {
  font-size: 10px;
}
.ms-sel-ctn {
  font-size: 10px;
}
.ms-ctn {
  position: relative;
  height: 28px;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  cursor: default;
  display: block;
}
.ms-ctn-invalid {
  border: 1px solid #c00;
}
.ms-ctn-readonly {
  cursor: pointer;
}
.ms-ctn-disabled {
  cursor: not-allowed;
  background-color: #eee;
}
.ms-ctn input {
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
  outline: 0;
  display: block;
  padding: 4px 6px;
  line-height: normal;
  overflow: hidden;
  height: auto;
  border-radius: 0;
  float: left;
  margin: 2px 0 2px 2px;
}
.ms-ctn-disabled input {
  cursor: not-allowed;
  background-color: #eee;
}
.ms-ctn .ms-input-readonly {
  cursor: pointer;
}
.ms-ctn .ms-empty-text {
  color: #DDD;
}
.ms-ctn input:focus {
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
  background: #FFF;
}
.ms-ctn .ms-trigger {
  float: right;
  width: 27px;
  height: 100%;
  position: absolute;
  right: 0;
  border-left: 1px solid #CCC;
  background: #EEE;
  cursor: pointer;
}
.ms-ctn .ms-trigger .ms-trigger-ico {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid gray;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 9px;
  margin-top: 13px;
}
.ms-ctn .ms-trigger:hover {
  background: -moz-linear-gradient(100% 100% 90deg, #e3e3e3, #f1f1f1);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#f1f1f1), to(#e3e3e3));
}
.ms-ctn .ms-trigger:hover .ms-trigger-ico {
  background-position: 0 -4px;
}
.ms-ctn-disabled .ms-trigger {
  cursor: not-allowed;
  background-color: #eee;
}
.ms-ctn-bootstrap-focus {
  border-bottom: 1px solid #CCC;
}
.ms-res-ctn {
  position: relative;
  background: #FFF;
  overflow-y: auto;
  z-index: 9999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  left: -1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ms-res-ctn .ms-res-group {
  line-height: 23px;
  text-align: left;
  padding: 2px 5px;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  border-top: 1px solid #CCC;
  background: #f3edff;
  color: #333;
}
.ms-res-ctn .ms-res-item {
  text-transform: capitalize;
  line-height: 25px;
  text-align: left;
  padding: 2px 5px;
  color: #666;
  cursor: pointer;
  font-size: 12px;
}
.ms-res-ctn .ms-res-item-grouped {
  padding-left: 15px;
}
.ms-res-ctn .ms-res-odd {
  background: #f3f3f3;
}
.ms-res-ctn .ms-res-item-active {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3875D7, endColorstr=#2A62BC, GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.ms-sel-ctn {
  overflow: auto;
  line-height: 17px;
  padding-right: 27px;
}
.ms-sel-ctn .ms-sel-item {
  background: #EEE;
  color: #595959;
  float: left;
  font-size: 10px;
  padding: 0 5px;
  border-radius: 8px;
  margin-left: 5px;
  margin-top: 4px;
}
.ms-sel-ctn .ms-sel-text {
  background: #FFF;
  color: #666;
  padding-right: 0;
  margin-left: 0;
  font-size: 10px;
  font-weight: normal;
}
.ms-res-ctn .ms-res-item em {
  font-style: normal;
  background: #565656;
  color: #FFF;
}
.ms-sel-ctn .ms-sel-text:hover {
  background: #FFF;
}
.ms-sel-ctn .ms-sel-item-active {
  border: 1px solid red;
  background: #757575;
}
.ms-stacked .ms-sel-item {
  float: inherit;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn {
  width: 7px;
  cursor: pointer;
  height: 7px;
  float: right;
  margin: 2px 1px 0 5px;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
  background-position: 0 -7px;
}
.ms-helper {
  color: #AAA;
  font-size: 10px;
  position: absolute;
  top: -17px;
  right: 0;
}
.ms-sel-item {
  font-size: 10px;
}
.ms-sel-text {
  font-size: 10px;
}
.ms-sel-ctn {
  font-size: 10px;
}
#policymainholder,
#privacymainholder {
  overflow: hidden;
  background: #255178;
  overflow-y: auto;
  text-align: justify;
}
#policymainholder .company-holder,
#privacymainholder .company-holder {
  float: left;
  height: 32px;
  width: 90px;
  background-repeat: no-repeat;
  margin: 5px 0;
  background-image: url('https://media.sentieo.com/images/Sentieo_Retina.png');
  background-size: 90px;
  background-position: 50% 50%;
}
#policymainholder .login-back,
#privacymainholder .login-back {
  float: right;
  /*border-radius: 4px;*/
  background-clip: padding-box;
  border: 1px solid #fff;
  line-height: 30px;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  margin: 5px 0;
}
#policymainholder .login-back:hover,
#privacymainholder .login-back:hover {
  background-color: #000;
  border-color: #000;
  transition: all 0.2s ease-out;
}
#policymainholder #policymain,
#privacymainholder #policymain,
#policymainholder #privacymain,
#privacymainholder #privacymain {
  background: #255178;
  width: 60%;
  /*height: 100%;*/
  padding-right: 20%;
  padding-left: 20%;
}
#policymainholder #sentieo,
#privacymainholder #sentieo {
  font-size: 19px;
  color: white;
  font-weight: bold;
  height: 22px;
  width: 100%;
  text-align: center;
  top: 12px;
  background: #244A6E;
  padding-top: 65px;
  margin-bottom: 15px;
}
#policymainholder .title,
#privacymainholder .title {
  font-size: 18px;
  color: white;
  font-weight: bold;
  height: 22px;
  width: 100%;
  text-align: center;
  top: 12px;
  /*background: #244A6E;*/
  padding-top: 65px;
  margin-bottom: 15px;
}
#policymainholder .header,
#privacymainholder .header {
  color: white;
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 16px;
}
#policymainholder .update,
#privacymainholder .update {
  color: white;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  text-align: right;
}
#policymainholder .content,
#privacymainholder .content {
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 12px;
  border-bottom: solid 1px #294165;
  margin-bottom: 12px;
}
#policymainholder .content .sub-header,
#privacymainholder .content .sub-header {
  font-weight: bold;
  display: inline;
}
#policymainholder .content:last-child,
#privacymainholder .content:last-child {
  border-bottom: none;
}
#tweetsearch-html {
  min-width: 895px;
}
#tweetsearch-html .page-inner {
  padding-top: 10px;
  padding-right: 0;
}
#tweetsearch-html .doc.container p:first-child {
  font-weight: bolder;
  font-size: 16px;
}
#tweetsearch-html .page-inner {
  width: 100%;
  padding-left: 0;
  height: 110px;
}
#tweetsearch-html .page-inner .top-row {
  float: left;
  height: 100px;
  width: 100%;
}
#tweetsearch-html .page-inner .top-row .search-controls-right {
  height: inherit;
  overflow: hidden;
}
#tweetsearch-html .page-inner .top-row .search-controls-right #tweetsearchgraph,
#tweetsearch-html .page-inner .top-row .search-controls-right .sentiment_graph {
  width: 98%;
  height: 100px;
  float: left;
}
#tweetsearch-html .page-inner .search-form {
  float: left;
  margin-left: 20px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left {
  width: 480px;
  height: inherit;
  float: left;
  margin-bottom: 9px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row {
  float: left;
  width: 100%;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row ul {
  padding: 0;
  margin-left: 20px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder {
  width: 175px;
  float: left;
  height: 32px;
  margin-top: 15px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder .search-input-box {
  width: 126px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder #ticker-explain {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  /*z-index:1005;*/
  position: absolute;
  top: 63px;
  left: 10px;
  z-index: 9;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder #ticker-explain .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 45px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #ticker-search-box-holder #ticker-explain .ticker-explain-main {
  color: #30506E;
  font-size: 11px;
  padding: 15px;
  width: 150px;
  position: relative;
  /*z-index:999;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fffde0;
  border: 1px solid #30506E;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder {
  width: 250px;
  float: left;
  height: 32px;
  margin-left: 15px;
  margin-top: 15px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder #query-explain {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  /*z-index:1005;*/
  position: absolute;
  top: 63px;
  left: 200px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder #query-explain .triangle1 {
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 45px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder #query-explain .query-explain-main {
  color: #30506E;
  font-size: 11px;
  padding: 15px;
  width: 180px;
  position: relative;
  z-index: 999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fffde0;
  border: 1px solid #30506E;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .input-box-row #query-search-box-holder .search-input-box {
  width: 85%;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .toggle-box-row {
  float: left;
  margin-top: 10px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .toggle-box-row .sensitivity-controls {
  font-size: 10px;
  float: left;
  font-weight: normal;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .toggle-box-row .sensitivity-controls .toggle-title {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .toggle-box-row .sensitivity-controls .switch {
  width: 90px;
  float: left;
  color: transparent;
  border: 1px solid #234266;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #234266), color-stop(100%, #386FA4));
  background-image: -webkit-linear-gradient(top, #234266, #386FA4);
  background-image: -moz-linear-gradient(top, #234266, #386FA4);
  background-image: -ms-linear-gradient(top, #234266, #386FA4);
  background-image: -o-linear-gradient(top, #234266, #386FA4);
  background-image: linear-gradient(top, #234266, #386FA4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#234266, endColorstr=#386FA4);
}
#tweetsearch-html .page-inner .search-form .search-controls-left .toggle-box-row .synonym-controls {
  font-size: 10px;
  float: left;
  font-weight: normal;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin-left: 10px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .toggle-box-row .synonym-controls .toggle-title {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
#tweetsearch-html .page-inner .search-form .search-controls-left .toggle-box-row .synonym-controls .switch {
  width: 60px;
  float: left;
  color: transparent;
  border: 1px solid #234266;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #234266), color-stop(100%, #386FA4));
  background-image: -webkit-linear-gradient(top, #234266, #386FA4);
  background-image: -moz-linear-gradient(top, #234266, #386FA4);
  background-image: -ms-linear-gradient(top, #234266, #386FA4);
  background-image: -o-linear-gradient(top, #234266, #386FA4);
  background-image: linear-gradient(top, #234266, #386FA4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#234266, endColorstr=#386FA4);
}
#tweetsearch-html .left-main-col {
  width: 250px;
  float: left;
  height: 100%;
}
#tweetsearch-html .left-main-col .column {
  float: left;
  height: inherit;
  width: 100%;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#tweetsearch-html .left-main-col .column #date-holders {
  margin: 10px 0 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  float: left;
  font-size: 10px;
}
#tweetsearch-html .left-main-col .column #date-holders .col {
  width: 38px;
  float: left;
  border-right: 1px solid #BDBDBD;
  text-align: center;
  line-height: 29px;
}
#tweetsearch-html .left-main-col .column #date-holders .col:hover {
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E1E1E1));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -o-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: linear-gradient(top, #F3F3F3, #E1E1E1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F3F3, endColorstr=#E1E1E1);
}
#tweetsearch-html .left-main-col .column #date-holders .selected {
  background: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E1E1E1));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -o-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: linear-gradient(top, #F3F3F3, #E1E1E1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F3F3, endColorstr=#E1E1E1);
}
#tweetsearch-html .left-main-col .column #date-holders .last-col {
  border-right: none;
}
#tweetsearch-html .left-main-col .column #filters-menu {
  float: left;
  width: 100%;
  padding: 0;
}
#tweetsearch-html .left-main-col .column #filters-menu #filter-social-drop label {
  line-height: 18px;
  vertical-align: top;
}
#tweetsearch-html .left-main-col .column #filters-menu #filter-social-drop .items {
  margin-top: 5px;
  width: 75px;
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group {
  float: left;
  width: 240px;
  margin-top: 5px;
  margin-left: 5px;
  padding-bottom: 1px;
  color: #666666;
  height: inherit;
  cursor: pointer;
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group .filter-title {
  padding: 3px;
  font-size: 12px;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group .filter-title i {
  margin-right: 15px;
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group .filter-active {
  background-color: #F6F6F6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6F6F6), color-stop(100%, #D6D6D6));
  background-image: -webkit-linear-gradient(top, #F6F6F6, #D6D6D6);
  background-image: -moz-linear-gradient(top, #F6F6F6, #D6D6D6);
  background-image: -ms-linear-gradient(top, #F6F6F6, #D6D6D6);
  background-image: -o-linear-gradient(top, #F6F6F6, #D6D6D6);
  background-image: linear-gradient(top, #F6F6F6, #D6D6D6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F6F6F6, endColorstr=#D6D6D6);
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group .items {
  display: none;
  float: left;
  font-size: 9px;
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group .items .header {
  border-bottom: dashed 1px #d0e4f7;
  margin: 0 0 5px 0;
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group .items .header span {
  margin-left: 35px;
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group .items .col {
  float: left;
  margin-left: 4px;
  width: 110px;
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group .items .col .item {
  height: 15px;
}
#tweetsearch-html .left-main-col .column #filters-menu .filter-group .items .submitquery input {
  font-size: 12px;
  float: right;
  padding: 2px 6px 2px 6px;
  margin: 0 10px 5px 0;
}
#tweetsearch-html .left-main-col .column .column-sub-header {
  float: left;
  width: 100%;
  height: 15px;
  padding: 5px;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  border-bottom: 1px solid #BCBCBC;
  font-size: 12px;
}
#tweetsearch-html .left-main-col .column .trending-container {
  float: left;
  width: 100%;
}
#tweetsearch-html .left-main-col .column .trending-container .trending-item {
  cursor: pointer;
  padding: 4px 10px;
  font-size: 9px;
  border-bottom: 1px solid #BCBCBC;
}
#tweetsearch-html .mid-main-col {
  width: 750px;
  float: left;
  height: 100%;
  overflow-x: hidden;
}
#tweetsearch-html .mid-main-col .bottom-row {
  width: 100%;
  overflow-y: hidden;
  min-width: 900px;
  height: 500px;
  border-right: 1px solid #BCBCBC;
}
#tweetsearch-html .mid-main-col .bottom-row .tweet-results {
  width: 430px;
}
#tweetsearch-html .mid-main-col .bottom-row .column {
  float: left;
  height: inherit;
  border-left: 1px solid #BCBCBC;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
#tweetsearch-html .mid-main-col .bottom-row .column .content-holder {
  overflow: auto;
  width: 100%;
}
#tweetsearch-html .mid-main-col .bottom-row .column .content-holder .doc {
  height: 100%;
  position: relative;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}
#tweetsearch-html .mid-main-col .bottom-row .column .content-holder .doc .tt {
  font-size: 15px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .content-holder .indoc_jhighlight {
  background: #FF3;
}
#tweetsearch-html .mid-main-col .bottom-row .column #doc-loading {
  position: absolute;
  top: 50%;
  right: 50%;
  display: none;
  width: 100px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header {
  width: 100%;
  height: 25px;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  border-bottom: 1px solid #BCBCBC;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .tickers {
  float: left;
  padding: 7px 5px;
  font-size: 12px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .title {
  float: left;
  padding: 5px;
  font-size: 12px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .doc_title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .date {
  float: left;
  padding: 5px;
  font-size: 12px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .button-with-borders {
  -webkit-box-shadow: #EBEBEB 1px 0 0 0px;
  -moz-box-shadow: #EBEBEB 1px 0 0 0px;
  box-shadow: #EBEBEB 1px 0 0 0px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .img-hide {
  float: left;
  font-size: 9px;
  width: 30px;
  border-right: 1px solid #B6B6B6;
  border-left: 0;
  padding-top: 1px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .button {
  border-left: 1px solid #B6B6B6;
  float: right;
  width: 27px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .button .icon {
  margin-top: 6px;
  color: #595959;
  font-size: 12px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .button:hover {
  -moz-box-shadow: inset 0 0 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0 0 3px 0px #BCBCBC;
  box-shadow: inset 0 0 3px 0px #BCBCBC;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-header .result-tab {
  width: 25%;
  padding: 5px 0 5px 0;
  border-left: 1px solid #BCBCBC;
  text-align: center;
  float: left;
  font-size: 10px;
  height: 15px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header {
  width: 100%;
  height: 22px;
  background: #E8E8E8;
  border-bottom: 1px solid #BCBCBC;
  -moz-box-shadow: inset 0 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 0 1px 1px 0px #ffffff;
  box-shadow: inset 0 1px 1px 0px #ffffff;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .ticker {
  padding-left: 3px;
  width: 42px;
  border-right: 1px solid #b6b6b6;
  cursor: pointer;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .type {
  padding-left: 3px;
  cursor: pointer;
  width: 67px;
  border-right: 1px solid #b6b6b6;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .date {
  padding-left: 3px;
  cursor: pointer;
  width: 49px;
  border-right: 1px solid #b6b6b6;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .pgs {
  padding-left: 3px;
  width: 23px;
  border-right: 1px solid #b6b6b6;
  cursor: pointer;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .hits {
  padding-left: 3px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .data-row {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .data-row .date {
  margin-top: 0;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .data-row .sentiment {
  border-right: none;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .data-row .data {
  widht: 25%;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .data-row .col:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCC CC), color-stop(100%, #E6E6E6));
  background-image: -webkit-linear-gradient(top, #CCCCC CC, #E6E6E6);
  background-image: -moz-linear-gradient(top, #CCCCC CC, #E6E6E6);
  background-image: -ms-linear-gradient(top, #CCCCC CC, #E6E6E6);
  background-image: -o-linear-gradient(top, #CCCCC CC, #E6E6E6);
  background-image: linear-gradient(top, #CCCCC CC, #E6E6E6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#CCCCC CC, endColorstr=#E6E6E6);
  -moz-box-shadow: inset 0 0 3px 0px #BCBCBC;
  -webkit-box-shadow: inset 0 0 3px 0px #BCBCBC;
  box-shadow: inset 0 0 3px 0px #BCBCBC;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .data-row:hover {
  background: none;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .entry {
  height: 18px;
  padding-top: 4px;
  color: #000;
  font-size: 9px;
  padding-left: 1px;
  float: left;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .entry .ticker-chevron {
  padding: 1px 2px 1px 2px;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .arrow-holder {
  float: right;
  height: 15px;
  padding-top: 7px;
  padding-right: 2px;
  font-size: 5px;
  color: transparent;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .active {
  color: #777777;
}
#tweetsearch-html .mid-main-col .bottom-row .column .column-sub-header .no-border {
  border-right: 1px solid transparent;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder {
  min-width: 344px;
  border-left: none;
  border-right: 1px solid #BCBCBC;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item .by-line {
  margin-top: 3px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .by-line {
  float: left;
  width: 100%;
  margin-top: 6px;
  padding-top: 5px;
  padding-bottom: 2px;
  min-height: 15px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .by-line .ticker-chevrons {
  float: left;
  margin-left: 5px;
  max-width: 65%;
  overflow: hidden;
  overflow-wrap: break-word;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .by-line .ticker {
  float: left;
  margin-left: 5px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .by-line .source {
  padding-right: 4px;
  display: none;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .by-line .author_outer {
  float: right;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .by-line .author_outer .author,
#tweetsearch-html .mid-main-col .bottom-row .results-holder .by-line .author_outer .source {
  float: right;
  font-size: 9px;
  color: #999999;
  margin-right: 6px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .by-line .author a {
  color: #999999;
  text-decoration: none;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .by-line .icon {
  float: right;
  color: #BCBCBC;
  font-size: 12px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item {
  float: left;
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #BCBCBC;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item .corner-design {
  width: 100%;
  height: 16px;
  margin-bottom: -16px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item .corner-design .sq-icon {
  float: right;
  width: 10px;
  height: 10px;
  padding: 3px;
  font-size: 10px;
  margin-right: 3px;
  color: #666666;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item .headline-container {
  padding: 10px 12px 0 12px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item .headline-title-wrapper {
  padding: 0 40px 0 0;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item .headline-title-wrapper .headline-title {
  color: #437FB7;
  font-size: 12px;
  cursor: pointer;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item .headline-title-wrapper .headline-title a {
  color: #437FB7;
  text-decoration: none;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item .headline-content {
  padding-top: 5px;
  font-size: 11px;
  color: #232323;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item .headline-datestamp {
  color: #999999;
  font-size: 10px;
  padding-left: 12px;
  padding-top: 5px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .headline-item:hover {
  background: #FFFDE0;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .blue {
  background-color: #E0F0FC;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .blue:hover {
  background-color: #FFFDE0;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #BCBCBC;
  -moz-box-shadow: inset 0 -1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 0 -1px 1px 0px #EEEEEE;
  box-shadow: inset 0 -1px 1px 0px #EEEEEE;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .time-holder {
  width: 100%;
  height: 16px;
  margin-bottom: -15px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .author,
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .source {
  float: right;
  font-size: 10px;
  line-height: 12px;
  color: #999999;
  padding: 2px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .author a,
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .source a {
  text-decoration: none;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .time-holder .icon {
  float: right;
  font-size: 10px;
  height: 10px;
  padding: 3px;
  margin-right: 3px;
  color: #666666;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .tweet-full-container {
  float: left;
  width: 100%;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .content {
  font-size: 11px;
  color: #232323;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .tweet-left-container {
  margin-left: 12px;
  margin-top: 12px;
  width: 48px;
  float: left;
  height: 48px;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .tweet-left-container .tweet-profile-pic {
  height: 48px;
  width: 48px;
  background: grey;
}
#tweetsearch-html .mid-main-col .bottom-row .results-holder .tweet-item .tweet-right-container {
  margin-left: 12px;
  margin-top: 12px;
  float: left;
  width: 340px;
  padding-bottom: 0;
}
#tweetsearch-html .mid-main-col .bottom-row .tweet-item:hover {
  background: #FFFDE0;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row {
  height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BCBCBC;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .col {
  float: left;
  font-size: 10px;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .col .header-title {
  font-size: 9px;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .col .entry {
  margin-left: 1px;
  white-space: nowrap;
  overflow: hidden;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .col .entry .ticker-chevron {
  float: left;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .col .doc-fetch-link {
  cursor: pointer;
  padding-right: 10px;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .col .ticker-company-link {
  cursor: pointer;
  padding: 1px 3px 1px 3px;
  width: 26px;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .index-number {
  width: 7%;
  font-size: 9px;
  margin-top: 1px;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .ticker {
  width: 46px;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .type {
  width: 68px;
  color: #437FB7;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .date {
  width: 45px;
  font-size: 9px;
  margin-top: 1px;
  color: #A0A0A0;
  margin-left: 6px;
  cursor: pointer;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .hits {
  width: 0;
  text-align: center;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .pgs {
  width: 24px;
  font-size: 9px;
  text-align: left;
  margin-left: 12px;
  cursor: pointer;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .hts {
  margin-left: 1px;
  cursor: pointer;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .score {
  margin-left: 1px;
  cursor: pointer;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row .popouticon {
  width: 14px;
  color: #437FB7;
  cursor: pointer;
  float: right;
  margin-right: 5px;
}
#tweetsearch-html .mid-main-col .bottom-row .data-row:hover {
  background: #FFFDE0;
}
#tweetsearch-html .mid-main-col .bottom-row .selected-row {
  background-color: #ebebff;
}
#tweetsearch-html .mid-main-col .bottom-row .doc-load-more,
#tweetsearch-html .mid-main-col .bottom-row .doc-end-result {
  float: left;
  width: 100%;
  cursor: pointer;
  height: 35px;
  border-top: 1px solid #8ABFD7;
  border-bottom: 1px solid #8ABFD7;
  text-align: center;
  background-color: #D4F0FF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
}
#tweetsearch-html .mid-main-col .bottom-row .doc-load-more .load-text,
#tweetsearch-html .mid-main-col .bottom-row .doc-end-result .load-text {
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
  font-size: 10px;
  padding-top: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#tweetsearch-html .mid-main-col .doc-holder {
  overflow-y: auto;
  width: 300px;
  float: left;
  position: relative;
}
#tweetsearch-html .mid-main-col .doc-holder .trending-item {
  cursor: pointer;
  padding: 4px 10px;
  font-size: 9px;
  border-bottom: 1px solid #BCBCBC;
}
#plottergraph-share {
  position: absolute;
  top: 55px;
  left: 40%;
}
#plottergraph-share .plotter-share {
  background: #D2DEEB;
  border: 1px solid #162F46;
  padding: 5px;
  border-radius: 3px;
  font-size: 11px;
  padding-top: 3px;
  cursor: pointer;
  max-width: 390px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.spinner-demo {
  width: 0;
  height: 0;
  cursor: pointer;
  position: relative;
  margin: 10px auto;
  z-index: 0;
}
.spinner-demo .double-bounce1,
.spinner-demo .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #ff0000;
  -webkit-animation: bounce_tour 2s infinite ease-in-out;
  animation: bounce_tour 2s infinite ease-in-out;
}
.spinner-demo .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner {
  width: 0;
  height: 0;
  cursor: pointer;
  position: relative;
  margin: 10px auto;
  z-index: 0;
}
.spinner .double-bounce1,
.spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #ff0000;
  -webkit-animation: bounce_tour 2s infinite ease-in-out;
  animation: bounce_tour 2s infinite ease-in-out;
}
.spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce_tour {
  0%,
  100% {
    -webkit-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce_tour {
  0%,
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#guide-tour {
  position: absolute;
  width: 99%;
  background: black;
  border: 1px solid #162F46;
  padding: 5px;
  border-radius: 3px;
  font-size: 11px;
  height: 150px;
  padding-top: 3px;
  opacity: 0.8;
}
#guide-tour .badge {
  background: radial-gradient(5px -9px, circle, white 8%, red 26px);
  background-color: black;
  border: 2px solid white;
  border-radius: 40px;
  /* one half of ( (border * 2) + height + padding ) */
  box-shadow: 1px 1px 1px black;
  color: white;
  font: bold 15px/13px Helvetica, Verdana, Tahoma;
  height: 40px;
  line-height: 35px;
  min-width: 40px;
  padding: 4px 3px 0 3px;
  text-align: center;
  margin-top: 45px;
  margin-left: 60px;
  margin-right: 60px;
}
#guide-tour-new {
  min-width: 365px;
  position: absolute;
  bottom: 20px;
  right: 10px;
  background: #1b212a;
  border: 0;
  border-radius: 5px 5px 0 0;
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
#guide-tour-new .head {
  padding: 18px;
  box-sizing: border-box;
}
#guide-tour-new .head .tour-close {
  font-size: 16px;
  color: #a5b3c7;
  line-height: 20px;
}
#guide-tour-new .head .tour-close .cancel-text {
  white-space: nowrap;
  margin-left: 15px;
}
#guide-tour-new .head .tour-title {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}
#guide-tour-new .head:after {
  clear: both;
  content: '';
  display: block;
}
#guide-tour-new .container {
  height: 55px;
  border-top: 1px solid #323b49;
}
#guide-tour-new .container .stepRanger {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border-radius: 16px;
  padding: 8px 0 0 6px;
  box-sizing: border-box;
  border: 0 solid #a5b3c7;
}
#guide-tour-new .container .newbar {
  margin-top: 21px;
  display: inline-block;
  border: 1px solid #bbc6d5;
  border-right: 0;
}
#guide-tour-new .container .newbar .step-holder {
  display: inline-block;
  width: 60px;
}
#guide-tour-new .container .newbar .step-holder .step {
  height: 12px;
  width: 100%;
  border-width: 2px 0;
  box-sizing: border-box;
  border-right: 1px solid #bbc6d5;
}
#guide-tour-new .container .newbar .step-holder .after-step {
  float: right;
  height: 35px;
  width: 2px;
  background: #7D90AE;
}
#guide-tour-new .container .newbar .step-holder .text {
  width: 100%;
  margin-top: 15px;
  font-size: 10px;
  color: #E8F1F9;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#guide-tour-new .container .newbar .step-holder:first-child .step {
  border-width: 2px 1px 2px 2px;
}
#guide-tour-new .container .newbar .step-holder:last-child .after-step {
  height: 33px;
  margin-top: 2px;
}
#guide-tour-new .container .newbar .step-holder.todo {
  opacity: 1;
}
#guide-tour-new .container .newbar .step-holder.progress {
  opacity: 1;
}
#guide-tour-new .container .newbar .step-holder.progress .step {
  background: #4f97dc;
  background-size: 21px 28px;
  background-repeat: repeat-x;
}
#guide-tour-new .container .newbar .step-holder.completed .step {
  background: #3d7fba;
}
#guide-tour-new .container .segment_indicators {
  color: #e3e9f9;
  font-size: 10px;
  margin-left: 48px;
}
#guide-tour-new .container .segment_indicators .segment {
  min-width: 60px;
  display: inline-block;
  margin-right: -4px;
}
#guide-tour-new .badge {
  border: 2px solid white;
  border-radius: 48px;
  /* one half of ( (border * 2) + height + padding ) */
  color: white;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  padding: 12px;
  text-align: center;
  margin-top: 15px;
  margin-left: 60px;
  margin-right: 60px;
}
#guide-tour-new .circle-sub-text {
  color: white;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}
#guide-tour-new .circle-text {
  color: white;
  font-size: 14px;
  margin-top: 5px;
}
#guide-tour-new .todo {
  position: relative;
  opacity: 0.5;
}
#guide-tour-new .todo .checky {
  display: none;
}
#guide-tour-new .completed {
  position: relative;
}
#guide-tour-new .completed .checky {
  position: absolute;
  font-size: 12px;
  top: 6px;
  left: 50%;
  margin-left: 5px;
  height: 12px;
  width: 12px;
  padding: 4px;
  border-radius: 30px;
  background: white;
  border: 1px solid #39b54a;
  color: #39b54a;
  display: block;
}
#guide-tour-new .completed .badge {
  background-color: #4eb74a;
  color: white;
  border: 2px solid #4eb74a;
}
#guide-tour-new .completed .circle-sub-text,
#guide-tour-new .completed .circle-text {
  color: #4eb74a;
}
#guide-tour-new .completed .circle-sub-text::after {
  content: " (Completed)";
}
#guide-tour-new .progress {
  position: relative;
}
#guide-tour-new .progress .checky {
  display: none;
}
#guide-tour-new .progress .circle-sub-text::after {
  content: " (in Progress)";
}
.twostep-authentication {
  position: absolute;
  top: 0;
  left: 0;
}
.twostep-authentication .overlay {
  background: #000000;
  opacity: 0.7;
}
.twostep-authentication .twostep-modal {
  position: absolute;
  width: 300px;
}
.twostep-authentication .twostep-modal .twostep-header {
  width: 100%;
  background: #E8F1F9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #7e91ad;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-family: Helvetica Neue, sans-serif;
  padding: 12px 0;
}
.twostep-authentication .twostep-modal .twostep-header .icon {
  font-size: 15px;
  line-height: 18px;
  margin-right: 18px;
}
.twostep-authentication .twostep-modal .content {
  background: #ffffff;
  height: 200px;
}
.twostep-authentication .twostep-modal .content img {
  height: 60px;
  width: 60px;
  text-align: center;
}
.twostep-authentication .twostep-modal .content .otp {
  margin: 0 auto;
}
.twostep-authentication .twostep-modal .content .otp .otp-input {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  padding: 6px 12px;
  width: 140px;
}
.twostep-authentication .twostep-modal .content .otp .submit {
  background: #3d7fba;
  border-radius: 4px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  padding: 6px 12px;
}
.twostep-authentication .twostep-modal .content-wrapper .deactivate-otp {
  margin-top: 20px;
}
.twostep-authentication .twostep-modal .content-wrapper .deactivate-otp #deactivate_otp_input,
.twostep-authentication .twostep-modal .content-wrapper .deactivate-otp #deactivate_otp_input-f {
  height: 38px;
  width: 170px;
  font-size: 12px;
  padding-left: 5px;
  margin-right: 6px;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
}
.twostep-authentication .twostep-modal .content-wrapper .deactivate-otp .deactivate_submit {
  display: inline-block;
  font-family: Arial, Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  background: #3d7fba;
  border-radius: 5px;
  cursor: pointer;
}
.twostep-authentication .otp-input {
  height: 38px;
  width: 170px;
  font-size: 12px;
  padding-left: 5px;
  margin-right: 6px;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
}
.twostep-authentication-forcefully {
  font-size: 12px;
}
.twostep-authentication-forcefully #otp_input,
.twostep-authentication-forcefully #otp_input-f {
  height: 38px;
  width: 170px;
  font-size: 12px;
  padding-left: 5px;
  margin-right: 6px;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
}
.notification-container {
  position: absolute;
  top: 0;
  left: 0;
}
.notification-container .overlay {
  background: #000000;
  opacity: 0.7;
}
.notification-container .notification-modal {
  position: absolute;
  width: 500px;
}
.notification-container .notification-modal .content {
  background: #ffffff;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #3B76B0;
  margin: auto;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #3B76B0;
  margin: auto;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #3B76B0;
  margin: auto;
  float: right;
  margin-right: -20px;
  margin-top: 15px;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #3B76B0;
  margin: auto;
  float: left;
  margin-top: 10px;
  margin-left: -20px;
}
.text-hover {
  background-color: #E0F0FC;
}
.highlight-mode-active {
  background-color: #d4e1ed;
}
/* password activation popup*/
.password_activation_popup {
  font-family: Helvetica, Arial;
}
.password_activation_popup .stream-header .title {
  margin-left: 20px;
  color: #757272;
  font-weight: normal;
  font-size: 14px;
}
.password_activation_popup .content {
  color: #757272;
  overflow: auto;
}
.password_activation_popup .content .choose_search_outer {
  width: 440px;
  margin: auto;
  overflow: auto;
}
.password_activation_popup .content .choose_search_outer .stream-home-search {
  padding: 15px 0;
  font-size: 18px;
  color: #757272;
}
.password_activation_popup .content .choose_search_outer .main-text {
  font-size: 13px;
  width: 440px;
  line-height: 18px;
}
.password_activation_popup .content .choose_search_outer .pswd_fail_wrapper {
  display: none;
  width: 380px;
  background: #FFC6C7;
  padding: 10px 0;
  border: 1px solid #FF8F93;
  border-radius: 5px;
  margin: auto;
  margin-top: 15px;
  overflow: auto;
  color: black;
}
.password_activation_popup .content .choose_search_outer .pswd_fail_wrapper .warning_icon {
  float: left;
  padding-left: 10px;
}
.password_activation_popup .content .choose_search_outer .pswd_fail_wrapper .pswd_not_match_text {
  float: left;
  padding-left: 10px;
  font-size: 14px;
}
.password_activation_popup .content .choose_search_outer .pswd_wrapper {
  margin: auto;
  width: 400px;
  padding-top: 15px;
  margin-left: 0;
}
.password_activation_popup .content .choose_search_outer .pswd_wrapper .pswd_outer {
  overflow: auto;
  padding-top: 15px;
}
.password_activation_popup .content .choose_search_outer .pswd_wrapper .pswd_outer .pswd_text {
  float: left;
  width: 130px;
  font-size: 13px;
  text-align: right;
  height: 32px;
  line-height: 32px;
}
.password_activation_popup .content .choose_search_outer .pswd_wrapper .pswd_outer .new_pswd_div,
.password_activation_popup .content .choose_search_outer .pswd_wrapper .pswd_outer .confirm_pswd_div {
  float: left;
  margin-left: 20px;
  height: 32px;
  background: white;
  border-radius: 5px;
  border: 1px solid #979797;
}
.password_activation_popup .content .choose_search_outer .pswd_wrapper .pswd_outer .new_pswd_div input,
.password_activation_popup .content .choose_search_outer .pswd_wrapper .pswd_outer .confirm_pswd_div input {
  outline: none;
  border: none;
  border-radius: 5px;
  border-color: #909090;
  box-shadow: inset 0 0 4px rgba(200, 200, 200, 0.7);
  width: 180px;
  height: 30px;
  text-indent: 5px;
}
.password_activation_popup .content .choose_search_outer .pswd_wrapper .confirm_activation {
  border: 1px solid #00845E;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00D450), color-stop(100%, #00BE35));
  background-image: -webkit-linear-gradient(top, #00D450, #00BE35);
  background-image: -moz-linear-gradient(top, #00D450, #00BE35);
  background-image: -ms-linear-gradient(top, #00D450, #00BE35);
  background-image: -o-linear-gradient(top, #00D450, #00BE35);
  background-image: linear-gradient(top, #00D450, #00BE35);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00D450, endColorstr=#00BE35);
  width: 350px;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  box-shadow: 0 0 1px 0 #8a8686;
  cursor: pointer;
}
.password_activation_popup .content .choose_search_outer .skip-text {
  text-align: center;
  margin-top: 10px;
  color: #69A3E9;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}
/* Guide tour css */
.guide_popup {
  width: 400px;
  border-color: #3B76B0;
  border: solid 2px #BCBCBC;
  box-shadow: #3B76B0 0 0 0 0;
}
.black {
  background-color: black;
  width: 400px;
  border: 1px solid #3B76B0;
  border-radius: 3px;
}
.white {
  background-color: white;
  width: 620px;
}
.guide-start-button {
  /*border: 1px solid #979797;*/
  border: 1px solid #2F657D;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #06CD54), color-stop(100%, #00B13A));
  background-image: -webkit-linear-gradient(top, #06CD54, #00B13A);
  background-image: -moz-linear-gradient(top, #06CD54, #00B13A);
  background-image: -ms-linear-gradient(top, #06CD54, #00B13A);
  background-image: -o-linear-gradient(top, #06CD54, #00B13A);
  background-image: linear-gradient(top, #06CD54, #00B13A);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#06CD54, endColorstr=#00B13A);
  width: 370px;
  margin: auto;
  margin-top: 20px;
  color: #ffffff;
  box-shadow: 0 0 1px 0 black;
  cursor: pointer;
}
.guide-pop-up-next {
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #06cd54), color-stop(100%, #00b13a));
  background-image: -webkit-linear-gradient(top, #06cd54, #00b13a);
  background-image: -moz-linear-gradient(top, #06cd54, #00b13a);
  background-image: -ms-linear-gradient(top, #06cd54, #00b13a);
  background-image: -o-linear-gradient(top, #06cd54, #00b13a);
  background-image: linear-gradient(top, #06cd54, #00b13a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#06cd54, endColorstr=#00b13a);
  margin: auto;
  color: #ffffff;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  width: 80px;
  height: 30px;
  line-height: 30px;
}
.circle-text {
  color: white;
  font-size: 12px;
  margin-top: 10px;
}
.pop-up-text-white {
  color: black;
  font-size: 12px;
}
.pop-up-text-black {
  color: white;
  font-size: 13px;
}
.skip-text {
  text-align: center;
  margin-top: 5px;
  color: #675ABE;
  text-decoration: none;
  cursor: pointer;
}
.choose_search_outer_generic {
  width: 400px;
  margin: auto;
  padding-top: 15px;
}
.bold_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #cbe2ef;
}
/* Support */
#support-sidebar {
  display: none;
  position: fixed;
  right: 0;
  top: 25%;
  width: 200px;
  max-width: 220px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
  z-index: 9999;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px 5px;
}
#support-sidebar h5 {
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 2px 0 4px;
}
#support-sidebar .options-container {
  overflow: auto;
  height: 25px;
}
#support-sidebar .options-container .support-close {
  float: right;
  font-size: 12px;
  padding: 0 5px;
  cursor: pointer;
}
#support-sidebar .options-container .support-close .icon {
  height: 12px;
  width: 12px;
  fill: #1e374d;
}
#support-sidebar .options-container .support-minimize {
  float: right;
  font-size: 12px;
  padding: 0 5px;
  cursor: pointer;
}
#support-sidebar .options-container .support-minimize .icon {
  height: 12px;
  width: 12px;
  fill: #1e374d;
}
#support-sidebar .top-container {
  overflow: auto;
  clear: both;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
#support-sidebar .top-container .support-user-add {
  border-radius: 4px;
  margin: 5px;
  width: 90%;
}
#support-sidebar .top-container .support-user-list {
  display: none;
  list-style: none;
}
#support-sidebar .top-container .support-user-list li.support-user {
  clear: both;
  padding: 2px 5px;
  width: 95%;
}
#support-sidebar .top-container .support-user-list li.support-user .username-color {
  float: left;
  width: 20px;
  height: 20px;
  background-color: #FF4136;
}
#support-sidebar .top-container .support-user-list li.support-user .username-text {
  padding-left: 10px;
  float: left;
}
#support-sidebar .top-container .support-user-list li.support-user .username-close {
  float: right;
  cursor: pointer;
}
#support-sidebar .top-container .support-user-list li.support-user .username-close {
  font-size: 12px;
}
#support-sidebar .top-container .support-user-list li.support-user .username-close .icon {
  height: 12px;
  width: 12px;
  fill: #1e374d;
}
#support-sidebar .tabstate-container {
  overflow: auto;
  clear: both;
  border-bottom: 1px solid #999;
  padding: 10px 9px;
}
#support-sidebar .tabstate-container .tabstatus {
  cursor: pointer;
  font-size: 12px;
}
#support-sidebar .tabstate-container .tabcontent {
  padding-left: 9px;
}
#support-sidebar .tabstate-container .tabcontent .tabactive {
  padding: 0 2px;
}
#support-sidebar .tabstate-container .tabcontent .tabcount {
  padding: 0 2px;
}
#support-sidebar .events-container {
  overflow: auto;
  clear: both;
  padding: 10px 9px;
}
#support-sidebar .events-container ul.support-events-list {
  list-style: none;
  height: 50px;
  overflow: auto;
}
#support-sidebar .events-container ul.support-events-list li.support-event {
  clear: both;
  padding: 5px 0;
}
#support-sidebar .events-container ul.support-events-list li.support-event .event-status {
  font-size: 12px;
}
#support-sidebar .events-container ul.support-events-list li.support-event .event-text {
  padding-left: 9px;
}
#support-sidebar .fa.none {
  display: none;
}
.notebookMailContainer {
  width: 550px;
  height: 500px;
  box-sizing: border-box;
}
.notebookMailContainer .simplemodal-wrap {
  overflow: hidden!important;
}
.notebookMailContainer #notebook_mail_popup {
  width: 550px;
  height: 500px;
  border-radius: 4px;
  background: #fff;
}
.notebookMailContainer #notebook_mail_popup .text-head {
  height: 100px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  box-sizing: border-box;
  color: #255178;
  text-align: center;
  padding: 40px;
}
.notebookMailContainer #notebook_mail_popup .image {
  text-align: center;
  height: 150px;
}
.notebookMailContainer #notebook_mail_popup .image img {
  width: 180px;
}
.notebookMailContainer #notebook_mail_popup .email-box {
  height: 100px;
  width: 60%;
  margin-left: 20%;
  border: 1px dashed #c5ccd9;
}
.notebookMailContainer #notebook_mail_popup .email-box .text {
  height: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  padding-top: 25px;
  box-sizing: border-box;
  color: #626a71;
}
.notebookMailContainer #notebook_mail_popup .email-box .email {
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  color: #4281bb;
  box-sizing: border-box;
}
.notebookMailContainer #notebook_mail_popup .bottomText {
  height: 200px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  width: 70%;
  margin-left: 15%;
  padding-top: 30px;
  box-sizing: border-box;
}
.notebookMailContainer #notebook_mail_popup .bottomText a {
  color: #4281bb;
  text-decoration: none;
}
#invite-popup-html {
  width: 730px;
  height: 500px;
  background: #fff;
  padding: 32px 42px 24px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: none;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#invite-popup-html .top-row {
  text-align: left;
  margin-bottom: -4px;
  font-size: 24px;
  line-height: 30px;
  color: #666666;
}
#invite-popup-html .top-row .message {
  display: inline-block;
  font: 24px Helvetica Neue, sans-serif;
  color: #000000;
}
#invite-popup-html .top-row .icon-invite:before {
  content: "'";
  height: 32px;
  display: inline-block;
  color: #3d7fba;
}
#invite-popup-html .top-row .invite_add_icon {
  display: inline;
  margin-right: 5px;
  width: 24px;
}
#invite-popup-html #content {
  width: 646px;
}
#invite-popup-html #content ul:after {
  clear: both;
  content: '';
  display: block;
}
#invite-popup-html #content ul {
  border-bottom: 1px solid #698094;
}
#invite-popup-html #content li {
  width: 300px;
  float: left;
  font: 14px Helvetica Neue, sans-serif;
  line-height: 18px;
  color: #698094;
  margin-bottom: 18px;
  list-style: none;
  min-height: 54px;
}
#invite-popup-html #content li:last-child {
  min-height: 18px;
}
#invite-popup-html #content li:before {
  content: "• ";
  color: #698094;
  margin-left: -10px;
}
#invite-popup-html #content .single_users_content .head:after {
  clear: both;
  content: '';
  display: block;
}
#invite-popup-html #content .single_users_content .head {
  padding-bottom: 18px;
  font: 14px Helvetica Neue, sans-serif;
  line-height: 18px;
}
#invite-popup-html #content .single_users_content .head .single_bulk_switch {
  color: #3d7fba;
  cursor: pointer;
}
#invite-popup-html #content .single_users_content .rowToClone {
  display: none;
}
#invite-popup-html #content .single_users_content .rowContainer {
  height: 174px;
}
#invite-popup-html #content .single_users_content .rowContainer .row {
  margin-bottom: 12px;
}
#invite-popup-html #content .single_users_content .rowContainer .row .name_box {
  width: 240px;
  margin-right: 10px;
}
#invite-popup-html #content .single_users_content .rowContainer .row .name_box .error_msg {
  font: 14px Helvetica Neue, sans-serif;
  color: #e81a1a;
  float: left;
  line-height: 18px;
  min-height: 18px;
}
#invite-popup-html #content .single_users_content .rowContainer .row .name_box .input {
  border: 1px solid #698094;
  border-radius: 3px;
  line-height: 32px;
  padding: 14px 12px;
  font: 14px Helvetica Neue, sans-serif;
  color: #698094;
  width: 240px;
  box-sizing: border-box;
}
#invite-popup-html #content .single_users_content .rowContainer .row .email_box {
  width: 392px;
}
#invite-popup-html #content .single_users_content .rowContainer .row .email_box .error_msg {
  font: 14px Helvetica Neue, sans-serif;
  color: #e81a1a;
  float: left;
  line-height: 18px;
  min-height: 18px;
}
#invite-popup-html #content .single_users_content .rowContainer .row .email_box .error_msg:after {
  clear: both;
  content: '';
  display: block;
}
#invite-popup-html #content .single_users_content .rowContainer .row .email_box .email {
  border: 1px solid #698094;
  border-radius: 3px;
  line-height: 32px;
  padding: 14px 12px;
  font: 14px Helvetica Neue, sans-serif;
  color: #698094;
  width: 392px;
  box-sizing: border-box;
}
#invite-popup-html #content .single_users_content .rowContainer .row:after {
  display: block;
  clear: both;
  content: "";
}
#invite-popup-html #content .single_users_content .send_single_invite_row:after {
  clear: both;
  content: '';
  display: block;
}
#invite-popup-html #content .single_users_content .send_single_invite_row .add_another {
  font: 14px Helvetica Neue, sans-serif;
  color: #3d7fba;
  margin-top: 12px;
  line-height: 20px;
  cursor: pointer;
}
#invite-popup-html #content .single_users_content .send_single_invite_row button {
  height: 44px;
  line-height: 20px;
  width: 192px;
  background: #3d7fba;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}
#invite-popup-html #content .single_users_content:after {
  clear: both;
  content: '';
  display: block;
}
#invite-popup-html #content .block_users_content .head:after {
  clear: both;
  content: '';
  display: block;
}
#invite-popup-html #content .block_users_content .head {
  padding-bottom: 18px;
  font: 14px Helvetica Neue, sans-serif;
  line-height: 18px;
}
#invite-popup-html #content .block_users_content .head .single_bulk_switch {
  color: #3d7fba;
  cursor: pointer;
}
#invite-popup-html #content .block_users_content .error_msg {
  font: 14px Helvetica Neue, sans-serif;
  color: #e81a1a;
  float: left;
  line-height: 18px;
  min-height: 18px;
  margin-bottom: 6px;
}
#invite-popup-html #content .block_users_content textarea {
  height: 146px;
  width: 632px;
  padding: 6px;
  border: 1px solid #698094;
  font: 14px Helvetica Neue, sans-serif;
  line-height: 18px;
  resize: none;
  border-radius: 3px;
}
#invite-popup-html #content .block_users_content .row.send_bulk_invite_row {
  margin-top: 12px;
}
#invite-popup-html #content .block_users_content .row.send_bulk_invite_row .bulk_message {
  font: 14px Helvetica Neue, sans-serif;
  color: #a9a9a9;
  margin-top: 12px;
  line-height: 20px;
}
#invite-popup-html #content .block_users_content .row.send_bulk_invite_row button {
  height: 44px;
  line-height: 20px;
  width: 192px;
  background: #3d7fba;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: none;
}
#invite-popup-html #content .block_users_content:after {
  clear: both;
  content: '';
  display: block;
}
#invite-popup-html #content .dismiss {
  font: 14px Helvetica Neue, sans-serif;
  color: #698094;
  line-height: 18px;
  cursor: pointer;
}
#invite-popup-html #content:after {
  clear: both;
  content: '';
  display: block;
}
/*client code popup*/
#clientCode-popup-html .client-code {
  background-color: white;
  min-width: 600px;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
  position: absolute;
  border-radius: 5px;
  color: #333;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
#clientCode-popup-html .client-code .ali__logo {
  height: 60px;
  width: 60px;
  margin-left: 0 auto;
}
#clientCode-popup-html .client-code .ali__text {
  font-size: 18px;
  font-weight: 200;
  line-height: 70px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#clientCode-popup-html .client-code .ali__sub-text {
  letter-spacing: 0.5px;
  margin: 0 auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  width: 364px;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  padding: 12px;
  margin: 0 auto 24px auto;
}
#clientCode-popup-html .client-code .ali__sub-text input {
  width: 100%;
  border: 0;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #698094;
  outline: none;
}
#clientCode-popup-html .client-code .ali__submit-button {
  background-color: #51A9E4;
  color: white;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 1px;
  -moz-user-select: none;
  -webkit-user-select: none;
  width: 390px;
  margin: 0 auto;
}
/*offer app popup start*/
#app_notification_popup {
  width: 510px;
  border-radius: 4px;
}
#app_notification_popup .left {
  background: #fff;
  padding: 10px;
  width: 350px;
  box-sizing: border-box;
  height: 76px;
  display: inline-block;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#app_notification_popup .left .mobile_small_image {
  float: left;
  height: 56px;
  width: 56px;
  background-image: url("/images/app-offer-iphone.png");
  background-size: 35px;
  background-repeat: no-repeat;
  background-color: #f9fcff;
  background-position: 11px 8px;
  margin-right: 10px;
  border-radius: 4px;
}
#app_notification_popup .left .message {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  line-height: 18px;
}
#app_notification_popup .left .message .heading {
  color: #000;
}
#app_notification_popup .left .message .content {
  color: #698094;
  font-weight: 500;
}
#app_notification_popup .left .message .content .grey {
  font-weight: bold;
}
#app_notification_popup .right {
  float: right;
  height: 76px;
  display: inline-block;
  background: #f3f4f6;
  width: 160px;
  border-left: 1px solid #dae1e8;
  box-sizing: border-box;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 18px;
  font-size: 13px;
  font-family: Arial;
  line-height: 18px;
  color: #397dbc;
  text-align: center;
  font-weight: bold;
}
#app_notification_popup .right span {
  cursor: pointer;
}
#app_links_popup {
  background: #ffffff;
  height: 450px;
  width: 730px;
  border-radius: 5px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#app_links_popup .left {
  float: left;
  width: 365px;
  padding: 42px 0 0 42px;
  box-sizing: border-box;
  font-family: Helvetica Neue, sans-serif;
}
#app_links_popup .left .heading {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}
#app_links_popup .left .bullets {
  list-style: none;
  padding-left: 0;
  color: #698094;
  font-size: 14px;
}
#app_links_popup .left .bullets li:before {
  content: "• ";
  color: #698094;
}
#app_links_popup .left .bullets li {
  line-height: 18px;
  margin-top: 12px;
}
#app_links_popup .left .bullets li:last-child {
  margin-bottom: 24px;
}
#app_links_popup .left .buttons .email_link,
#app_links_popup .left .buttons .sms_link,
#app_links_popup .left .buttons .app_store_link {
  width: 256px;
  height: 44px;
  background: #3d7fba;
  border-radius: 4px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 12px;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  margin-bottom: 12px;
  line-height: 20px;
  cursor: pointer;
}
#app_links_popup .left .buttons .email_link .icon,
#app_links_popup .left .buttons .sms_link .icon,
#app_links_popup .left .buttons .app_store_link .icon {
  height: 24px;
  width: 24px;
  fill: #ffffff;
  float: left;
  margin-right: 12px;
}
#app_links_popup .left .buttons .email_link .text,
#app_links_popup .left .buttons .sms_link .text,
#app_links_popup .left .buttons .app_store_link .text {
  line-height: 24px;
}
#app_links_popup .left .buttons .app_store_link {
  background: #1e374d;
  margin-bottom: 18px;
  cursor: none;
}
#app_links_popup .left .dismiss {
  color: #698094;
  font-size: 14px;
  line-height: 18px;
  font-family: HelveticaNeue, Arial;
  cursor: pointer;
}
#app_links_popup .right {
  float: right;
  width: 365px;
  background-image: url("../images/app-offer-iphone.png");
  height: 490px;
  background-size: 284px 517px;
  background-repeat: no-repeat;
  position: relative;
  top: -40px;
  right: -21px;
}
#app_sms_popup,
#app_email_popup {
  background: #ffffff;
  width: 386px;
  min-height: 205px;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#app_sms_popup .heading,
#app_email_popup .heading {
  font-size: 18px;
  color: #3d7fba;
  font-family: Helvetica Neue, sans-serif;
  line-height: 24px;
  margin-bottom: 18px;
  font-weight: 500;
}
#app_sms_popup .error,
#app_email_popup .error {
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  color: #e81a1a;
  line-height: 18px;
  min-height: 18px;
  margin-bottom: 12px;
}
#app_sms_popup .icon-clear,
#app_email_popup .icon-clear,
#app_sms_popup .icon-mail,
#app_email_popup .icon-mail {
  position: absolute;
  top: 15px;
  color: #bbc6d5;
  right: 15px;
}
#app_sms_popup .icon-clear,
#app_email_popup .icon-clear {
  cursor: pointer;
}
#app_sms_popup .sms_input,
#app_email_popup .sms_input,
#app_sms_popup .email_input,
#app_email_popup .email_input {
  height: 44px;
  margin-bottom: 12px;
}
#app_sms_popup .sms_input input,
#app_email_popup .sms_input input,
#app_sms_popup .email_input input,
#app_email_popup .email_input input {
  height: 44px;
  width: 322px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #bbc6d5;
  font-size: 12px;
  color: #000;
  font-family: Helvetica Neue, sans-serif;
  padding: 12px;
  padding-left: 36px;
  line-height: 20px;
}
#app_sms_popup .sms_input .sms,
#app_email_popup .sms_input .sms,
#app_sms_popup .email_input .sms,
#app_email_popup .email_input .sms {
  position: relative;
  top: -36px;
  margin-left: 8px;
  height: 24px;
  width: 24px;
  fill: #3d7fba;
}
#app_sms_popup .sms_input .mail,
#app_email_popup .sms_input .mail,
#app_sms_popup .email_input .mail,
#app_email_popup .email_input .mail {
  top: -34px;
  left: 0;
  position: relative;
  margin-left: 8px;
  height: 24px;
  width: 24px;
  fill: #3d7fba;
}
#app_sms_popup .send_button,
#app_email_popup .send_button {
  height: 44px;
  background: #3d7fba;
  padding: 12px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  font-family: Helvetica Neue, sans-serif;
  border-radius: 3px;
  cursor: pointer;
}
#app_thanks_popup {
  background: #ffffff;
  width: 386px;
  height: 264px;
  border-radius: 4px;
  padding: 32px;
  box-sizing: border-box;
}
#app_thanks_popup .image {
  width: 48px;
  height: 48px;
  margin-left: 137px;
  background-size: 48px;
  background-image: url("../images/thanks_tick.svg");
}
#app_thanks_popup .heading {
  font-size: 18px;
  color: #3d7fba;
  text-align: center;
  font-family: Helvetica Neue, sans-serif;
  line-height: 24px;
  margin-top: 12px;
}
#app_thanks_popup .message,
#app_thanks_popup .message_invite {
  line-height: 24px;
  font-size: 14px;
  color: #698094;
  font-family: Helvetica Neue, sans-serif;
}
#app_thanks_popup .message_invite span.blue {
  color: #3d7fba;
}
#app_thanks_popup .close_button {
  width: 200px;
  height: 44px;
  margin-left: 61px;
  background: #3d7fba;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px;
  font-family: HelveticaNeue, Arial;
  box-sizing: border-box;
  text-align: center;
  margin-top: 24px;
}
/*offer app popup end*/
.global-follow-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.global-follow-popup .overlay {
  background: #000000;
  opacity: 0.7;
}
.global-follow-popup .loading {
  margin: 100px auto 0 auto;
  z-index: 9999;
  position: absolute;
  display: none;
  width: 300px;
  text-align: center;
}
.global-follow-popup .loading .loading-wrapper {
  width: 100%;
  height: 50px;
  text-align: center;
}
.global-follow-popup .loading .loading-wrapper p {
  font-size: 12px;
  font-family: sans-serif;
  color: #85bff1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.global-follow-popup .loading circle {
  stroke-dasharray: 410;
  stroke-dashoffset: 2110;
  stroke-width: 2;
  stroke-linecap: round;
  animation: rotater 3s linear infinite;
  fill-opacity: 0.1;
  stroke: #538dbf;
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@keyframes rotater {
  to {
    transform: rotate(360deg);
  }
}
.global-follow-popup .follow-popup-content {
  zoom: normal;
}
.settings-popup-dropdown.select2-drop-active {
  z-index: 99999;
}
.shortcuts-page-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.shortcuts-page-popup .overlay {
  background: #1e374d;
  opacity: 0.4;
}
.shortcuts-page-popup .shortcut-page-modal {
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
.shortcuts-page-popup .shortcut-page-modal .close-icon {
  cursor: pointer;
}
.shortcuts-page-popup .shortcut-page-modal .close-icon .icon {
  height: 14px;
  width: 14px;
  fill: #698094;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options {
  padding: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #left_column {
  text-align: left;
  background-color: #f5f7fa;
  width: 180px;
  max-height: 500px;
  height: 500px;
  border-right: 1px solid #d4e0ea;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #left_column .menu {
  padding: 12px 18px;
  border-bottom: 1px solid #d4e0ea;
  cursor: pointer;
  color: #3d7fba;
  font-family: Helvetica Neue, sans-serif;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #left_column .menu .ui-accordion-header-icon {
  position: absolute;
  right: 8px;
  left: auto;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #left_column .menu .message {
  overflow: hidden;
  cursor: pointer;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #left_column .menu .submenu {
  padding: 6px 0 0 12px;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  color: #3d7fba;
  border: none !important;
  background: none !important;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #left_column .option-active {
  border-right: 6px solid #698094;
  color: #666666;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column {
  width: 530px;
  padding: 12px;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column .height-flow {
  overflow-y: auto;
  height: 430px;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html .right-top-row,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html .right-top-row,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html .right-top-row,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html .right-top-row,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html .right-top-row,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html .right-top-row,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html .right-top-row {
  text-align: left;
  padding: 0 12px 6px 0;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 2px solid #d4e0ea;
  color: #666666;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view {
  font-size: 13px;
  color: #666666;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view .section-item,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view .section-item,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view .section-item,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view .section-item,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view .section-item,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view .section-item,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view .section-item {
  padding-bottom: 12px;
  padding-top: 12px;
  margin: 0 auto;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view .section-item .name,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view .section-item .name,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view .section-item .name,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view .section-item .name,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view .section-item .name,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view .section-item .name,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view .section-item .name {
  display: inline-block;
  display: flex;
  font-size: 14px;
  line-height: 27px;
  width: 160px;
  text-align: left;
  margin-left: 6px;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view .section-item .keys,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view .section-item .keys,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view .section-item .keys,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view .section-item .keys,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view .section-item .keys,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view .section-item .keys,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view .section-item .keys {
  display: inline-block;
  display: flex;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view .section-item .keys .width,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view .section-item .keys .width,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view .section-item .keys .width,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view .section-item .keys .width,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view .section-item .keys .width,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view .section-item .keys .width,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view .section-item .keys .width {
  width: 20px;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view .section-item .keys .key,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view .section-item .keys .key,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view .section-item .keys .key,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view .section-item .keys .key,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view .section-item .keys .key,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view .section-item .keys .key,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view .section-item .keys .key {
  display: inline-block;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 18px;
  background-color: #698094;
  border-radius: 4px;
  color: #ffffff;
  margin: 0 3px 0 3px;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view .section-item .keys .key .icon,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view .section-item .keys .key .icon,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view .section-item .keys .key .icon,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view .section-item .keys .key .icon,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view .section-item .keys .key .icon,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view .section-item .keys .key .icon,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view .section-item .keys .key .icon {
  height: 15px;
  width: 15px;
  fill: #ffffff;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view .section-item .keys .plus,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view .section-item .keys .plus,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view .section-item .keys .plus,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view .section-item .keys .plus,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view .section-item .keys .plus,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view .section-item .keys .plus,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view .section-item .keys .plus {
  display: flex;
  font-size: 12px;
  color: #999999;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view .section-item .keys .or,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view .section-item .keys .or,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view .section-item .keys .or,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view .section-item .keys .or,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view .section-item .keys .or,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view .section-item .keys .or,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view .section-item .keys .or {
  display: inline-block;
  font-size: 18px;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html #regular_view .even,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html #regular_view .even,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html #regular_view .even,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html #regular_view .even,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html #regular_view .even,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html #regular_view .even,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html #regular_view .even {
  background-color: #f5f7fa;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #general_html .separator,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html .separator,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #edt_html .separator,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #comparable_html .separator,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html .separator,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #rts_html .separator,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html .separator {
  border-bottom: 1px solid #d4e0ea;
  margin: 12px 0;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #docsearch_html .name,
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #stream_html .name {
  width: 200px !important;
}
.shortcuts-page-popup .shortcut-page-modal #shortcut_options #right_column #statements_html .name {
  width: 240px !important;
}
#shared-highlight-users {
  z-index: 200;
  position: absolute;
  right: 25px;
  top: 150px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: black;
  border: 1px solid #c5c5a5;
  background: #fff;
}
#shared-highlight-users .user {
  width: 100px;
  padding-bottom: 5px;
  padding-top: 3px;
}
#shared-highlight-users .user-opacity {
  opacity: 0.2;
}
#shared-highlight-users .status {
  width: 32px;
  height: 6px;
  float: left;
  margin-top: 4px;
  margin-left: 6px;
  margin-right: 6px;
}
#shared-highlight-users .user-name {
  font-size: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tutorial_popup {
  font-family: Helvetica Neue, Arial, sans-serif;
}
.tutorial_popup .first_title {
  font-size: 14px;
  font-weight: bold;
  color: #698094;
  line-height: 18px;
  font-family: Helvetica Neue, Arial, sans-serif;
}
.tutorial_popup .outer_start .outer_generic {
  padding-top: 0;
  margin: auto;
}
.sub_watchlist_popup {
  left: 100px;
  top: 50px;
  width: 800px;
}
.sub_watchlist_popup .sub_outer_col1 {
  float: left;
  width: 150px;
  margin-left: 10px;
}
.sub_watchlist_popup .sub_outer_col1 input {
  margin-left: 8px;
  width: 138px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #B6B6B6;
  padding-left: 4px;
  line-height: 16px;
  margin-top: -2px;
}
.sub_watchlist_popup .sub_outer_col2 {
  float: left;
  width: 556px;
  margin-left: 15px;
}
.sub_watchlist_popup .sub_outer_col2 input {
  margin-left: 15px;
  width: 545px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #B6B6B6;
  padding-left: 4px;
  line-height: 16px;
  margin-top: -2px;
}
.sub_watchlist_popup .sub-wm-col1 {
  float: left;
  width: 150px;
  margin-left: 10px;
  word-wrap: break-word;
}
.sub_watchlist_popup .sub-wm-col2 {
  float: left;
  width: 560px;
  margin-left: 15px;
}
.sub_watchlist_popup .sub-wm-col3 {
  float: left;
  margin-left: 16px;
}
.sub_watchlist_popup .sub_watchlist_content .sub-wm-list-header {
  height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  color: #AAAAAA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  border-bottom: solid 1px #BCBCBC;
}
.sub_watchlist_popup .sub_watchlist_content .sub-wm-row-container {
  float: left;
  min-height: 250px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
}
.sub_watchlist_popup .sub_watchlist_content .sub-wm-list-row {
  font-size: 11px;
  padding-top: 9px;
  padding-bottom: 6px;
  float: left;
  width: 100%;
  border-bottom: solid 1px #BCBCBC;
}
.sub_watchlist_popup .sub_watchlist_content .sub-wm-list-row .action-icons {
  margin-right: 7px;
  color: #BCBCBC;
}
.sub_watchlist_popup .sub_watchlist_content .sub-wm-list-row .action-icons:hover {
  color: black;
}
.sub_watchlist_popup .sub_watchlist_content .sub-wm-last-row {
  border-bottom: solid 1px #ffffff;
}
.sub_watchlist_popup .sub_watchlist_content .sub-wm-list-row:hover {
  background: #FFFDE0;
}
.send-button {
  float: right;
  background-color: #3d7fba;
  color: #ffffff;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  padding: 6px 12px;
  width: 110px;
  text-align: center;
}
.send-button:hover {
  background-color: #ffffff;
  color: #3d7fba;
}
.div_ext {
  background: #fff;
  border: 1px solid #7e91ad;
  border-radius: 4px;
}
.div_ext .triangle-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #7F91AD;
  margin-top: -6px;
  margin-left: 2.5px;
}
.div_ext1,
.div_ext2 {
  background: #ffffff;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
}
.div_ext1 .triangle-up,
.div_ext2 .triangle-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #7E91AD;
  margin-top: -6px;
  margin-left: 8px;
}
.div_int_share {
  cursor: pointer;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  border-bottom: 1px solid #d4e0ea;
  white-space: nowrap;
  vertical-align: middle;
}
.div_int_share .icon_share {
  margin-right: 12px;
}
.div_int_share .icon_share .icon {
  fill: #3d7fba;
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}
.img-logo .icon_share .icon {
  width: 30px;
  vertical-align: middle;
}
.div_int_share:last-child {
  border-bottom: 0;
}
.div_int_share:hover {
  background-color: #e2f2fb;
  text-decoration: underline;
}
#graph_search_options {
  box-shadow: 0 6px 12px 0 rgba(0, 22, 42, 0.65);
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden;
}
#graph_search_options,
#commandLineSuggest {
  position: absolute;
  top: 0;
  background: white;
  z-index: 1050;
  width: auto;
  box-shadow: 0 6px 12px 0 rgba(0, 22, 42, 0.65);
  font-family: Helvetica Neue, Arial, sans-serif;
}
#graph_search_options #graph_search_options,
#commandLineSuggest #graph_search_options,
#graph_search_options #graph_search_autosuggest,
#commandLineSuggest #graph_search_autosuggest,
#graph_search_options #graph_search_open,
#commandLineSuggest #graph_search_open {
  box-shadow: none;
  position: relative;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
}
#graph_search_options #graph_search_autosuggest li:last-child,
#commandLineSuggest #graph_search_autosuggest li:last-child {
  border-bottom: 1px solid #d4e0ea;
}
#graph_search_options #graph_search_open .default-item:last-child,
#commandLineSuggest #graph_search_open .default-item:last-child {
  border-bottom: 0;
}
#graph_search_options .auto-item,
#graph_search_autosuggest .auto-item,
#graph_search_open .auto-item,
#graph_search_options .item-header,
#graph_search_autosuggest .item-header,
#graph_search_open .item-header,
#graph_search_options .default-item,
#graph_search_autosuggest .default-item,
#graph_search_open .default-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 4px;
  width: 420px;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  border-bottom: 1px solid #d4e0ea;
  cursor: pointer;
  color: #3d7fba;
  font-family: Helvetica Neue, sans-serif;
}
#graph_search_options .auto-item .cmd-icon,
#graph_search_autosuggest .auto-item .cmd-icon,
#graph_search_open .auto-item .cmd-icon,
#graph_search_options .item-header .cmd-icon,
#graph_search_autosuggest .item-header .cmd-icon,
#graph_search_open .item-header .cmd-icon,
#graph_search_options .default-item .cmd-icon,
#graph_search_autosuggest .default-item .cmd-icon,
#graph_search_open .default-item .cmd-icon {
  float: left;
  font-size: 1.4em;
  margin-top: -2px;
  margin-left: 5px;
  color: #3d7fba;
  width: 20px;
  text-align: center;
  line-height: 14px;
  padding: 1px 0;
}
#graph_search_options .auto-item .cmd-icon .icon,
#graph_search_autosuggest .auto-item .cmd-icon .icon,
#graph_search_open .auto-item .cmd-icon .icon,
#graph_search_options .item-header .cmd-icon .icon,
#graph_search_autosuggest .item-header .cmd-icon .icon,
#graph_search_open .item-header .cmd-icon .icon,
#graph_search_options .default-item .cmd-icon .icon,
#graph_search_autosuggest .default-item .cmd-icon .icon,
#graph_search_open .default-item .cmd-icon .icon {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
}
#graph_search_options .auto-item .color,
#graph_search_autosuggest .auto-item .color,
#graph_search_open .auto-item .color,
#graph_search_options .item-header .color,
#graph_search_autosuggest .item-header .color,
#graph_search_open .item-header .color,
#graph_search_options .default-item .color,
#graph_search_autosuggest .default-item .color,
#graph_search_open .default-item .color {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-left: 5px;
}
#graph_search_options .auto-item .ticker-name,
#graph_search_autosuggest .auto-item .ticker-name,
#graph_search_open .auto-item .ticker-name,
#graph_search_options .item-header .ticker-name,
#graph_search_autosuggest .item-header .ticker-name,
#graph_search_open .item-header .ticker-name,
#graph_search_options .default-item .ticker-name,
#graph_search_autosuggest .default-item .ticker-name,
#graph_search_open .default-item .ticker-name {
  margin-left: 12px;
  margin-right: 12px;
  max-width: 175px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
#graph_search_options .auto-item .search-type,
#graph_search_autosuggest .auto-item .search-type,
#graph_search_open .auto-item .search-type,
#graph_search_options .item-header .search-type,
#graph_search_autosuggest .item-header .search-type,
#graph_search_open .item-header .search-type,
#graph_search_options .default-item .search-type,
#graph_search_autosuggest .default-item .search-type,
#graph_search_open .default-item .search-type {
  color: #3d7fba;
  /*text-transform: capitalize;*/
}
#graph_search_options .auto-item .search-type .shrtct,
#graph_search_autosuggest .auto-item .search-type .shrtct,
#graph_search_open .auto-item .search-type .shrtct,
#graph_search_options .item-header .search-type .shrtct,
#graph_search_autosuggest .item-header .search-type .shrtct,
#graph_search_open .item-header .search-type .shrtct,
#graph_search_options .default-item .search-type .shrtct,
#graph_search_autosuggest .default-item .search-type .shrtct,
#graph_search_open .default-item .search-type .shrtct {
  float: right;
  font-size: 10px;
  font-weight: 500;
  border-radius: 2px;
  margin-right: 6px;
  border: 1px solid #3d7fba;
  line-height: 14px;
  width: 50px;
  text-align: center;
  padding: 1px 0;
  margin-top: -2px;
}
#graph_search_options .auto-item .search-type .shrtct b,
#graph_search_autosuggest .auto-item .search-type .shrtct b,
#graph_search_open .auto-item .search-type .shrtct b,
#graph_search_options .item-header .search-type .shrtct b,
#graph_search_autosuggest .item-header .search-type .shrtct b,
#graph_search_open .item-header .search-type .shrtct b,
#graph_search_options .default-item .search-type .shrtct b,
#graph_search_autosuggest .default-item .search-type .shrtct b,
#graph_search_open .default-item .search-type .shrtct b {
  color: #333;
}
#graph_search_options .auto-item .label,
#graph_search_autosuggest .auto-item .label,
#graph_search_open .auto-item .label,
#graph_search_options .item-header .label,
#graph_search_autosuggest .item-header .label,
#graph_search_open .item-header .label,
#graph_search_options .default-item .label,
#graph_search_autosuggest .default-item .label,
#graph_search_open .default-item .label {
  float: right;
  margin-right: 6px;
  line-height: 14px;
}
#graph_search_options .item-header.maxed,
#graph_search_autosuggest .item-header.maxed,
#graph_search_open .item-header.maxed {
  background: #3d7fba;
  color: #fff;
}
#graph_search_options .item-header.maxed .label .fa-plus-square::before,
#graph_search_autosuggest .item-header.maxed .label .fa-plus-square::before,
#graph_search_open .item-header.maxed .label .fa-plus-square::before {
  content: "\f146";
}
#graph_search_options .item-header.maxed .cmd-icon,
#graph_search_autosuggest .item-header.maxed .cmd-icon,
#graph_search_open .item-header.maxed .cmd-icon,
#graph_search_options .item-header.maxed .cmd-icon::before,
#graph_search_autosuggest .item-header.maxed .cmd-icon::before,
#graph_search_open .item-header.maxed .cmd-icon::before,
#graph_search_options .item-header.maxed .search-type,
#graph_search_autosuggest .item-header.maxed .search-type,
#graph_search_open .item-header.maxed .search-type,
#graph_search_options .item-header.maxed .search-type .shrtct,
#graph_search_autosuggest .item-header.maxed .search-type .shrtct,
#graph_search_open .item-header.maxed .search-type .shrtct {
  color: #fff;
}
#graph_search_options .item-header.maxed .cmd-icon .icon,
#graph_search_autosuggest .item-header.maxed .cmd-icon .icon,
#graph_search_open .item-header.maxed .cmd-icon .icon {
  fill: #fff;
}
#graph_search_options .auto-item.indented,
#graph_search_autosuggest .auto-item.indented,
#graph_search_open .auto-item.indented {
  display: none;
  padding-left: 20px;
  width: 400px;
}
#graph_search_options .selected,
#graph_search_autosuggest .selected,
#graph_search_open .selected,
#graph_search_options .is-hovered,
#graph_search_autosuggest .is-hovered,
#graph_search_open .is-hovered {
  background: #e8eef7;
  color: #3d7fba;
}
#graph_search_options .selected .cmd-icon,
#graph_search_autosuggest .selected .cmd-icon,
#graph_search_open .selected .cmd-icon,
#graph_search_options .is-hovered .cmd-icon,
#graph_search_autosuggest .is-hovered .cmd-icon,
#graph_search_open .is-hovered .cmd-icon,
#graph_search_options .selected .cmd-icon::before,
#graph_search_autosuggest .selected .cmd-icon::before,
#graph_search_open .selected .cmd-icon::before,
#graph_search_options .is-hovered .cmd-icon::before,
#graph_search_autosuggest .is-hovered .cmd-icon::before,
#graph_search_open .is-hovered .cmd-icon::before,
#graph_search_options .selected .search-type,
#graph_search_autosuggest .selected .search-type,
#graph_search_open .selected .search-type,
#graph_search_options .is-hovered .search-type,
#graph_search_autosuggest .is-hovered .search-type,
#graph_search_open .is-hovered .search-type,
#graph_search_options .selected .search-type .shrtct,
#graph_search_autosuggest .selected .search-type .shrtct,
#graph_search_open .selected .search-type .shrtct,
#graph_search_options .is-hovered .search-type .shrtct,
#graph_search_autosuggest .is-hovered .search-type .shrtct,
#graph_search_open .is-hovered .search-type .shrtct {
  color: #3d7fba;
}
#graph_search_options .selected .shrtct,
#graph_search_autosuggest .selected .shrtct,
#graph_search_open .selected .shrtct,
#graph_search_options .is-hovered .shrtct,
#graph_search_autosuggest .is-hovered .shrtct,
#graph_search_open .is-hovered .shrtct {
  font-weight: bold;
}
#graph_search_options .suggest,
#graph_search_autosuggest .suggest,
#graph_search_open .suggest {
  width: 420px;
}
#graph_search_options .suggest li,
#graph_search_autosuggest .suggest li,
#graph_search_open .suggest li {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 13px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
  color: #698094;
}
#save_filter_modal {
  height: 55px;
  padding-top: 20px;
  color: #595959;
}
#save_filter_modal .message-header {
  font-size: 13px;
  text-transform: capitalize;
  margin-left: 19px;
  margin-right: 12px;
  margin-top: 4px;
}
#save_filter_modal #name {
  outline: none;
  border: 1px solid lightgray;
  border-radius: 3px;
  font-size: 12px;
  padding-top: 3px;
  padding-left: 6px;
  padding-bottom: 3px;
}
#save_filter_modal .grey-button-screener {
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 10px 3px 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #4D4D4D;
  background-color: #FAFAFA;
  margin: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#save_filter_modal .grey-button-screener:hover {
  border: 1px solid #BDBDBD;
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E1E1E1));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -o-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: linear-gradient(top, #F3F3F3, #E1E1E1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F3F3, endColorstr=#E1E1E1);
}
.tickergspc {
  background: none;
  color: black;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.tickergspc:hover {
  background: none;
  color: black;
}
#clear-all-filters {
  float: left;
  font-size: 9px;
  color: #001F7A;
  text-decoration: underline;
  cursor: pointer;
  margin: 8px 8px 0 0;
}
.document-sort-order {
  float: left;
  font-size: 10px;
  margin-left: 5px;
  positon: relative;
}
.plotter-save-prompt {
  border-radius: 4px;
  border: 0 !important;
}
.plotter-save-prompt .header {
  position: relative;
  width: 100%;
  background: #E8F1F9;
  box-shadow: 0 1px 0 0 #d2e2f2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #527495;
  padding: 18px 0;
  letter-spacing: -0.2px;
}
.plotter-save-prompt .header .title {
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.2px;
  text-align: center;
  color: #527495;
}
.plotter-save-prompt .header #modal-close {
  position: absolute;
  right: 25px;
  top: 22px;
  cursor: pointer;
}
.plotter-save-prompt .header #modal-close .close-icon {
  font-size: 13px;
}
.plotter-save-prompt .saveoption,
.plotter-save-prompt .middle {
  font-family: Arial, Helvetica, sans-serif;
  padding: 12px;
  overflow-y: auto;
  margin-top: 4px;
  /* wrapper classes*/
}
.plotter-save-prompt .saveoption .title-name,
.plotter-save-prompt .middle .title-name {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  margin: 12px 0 6px 0;
}
.plotter-save-prompt .saveoption .email-prompt,
.plotter-save-prompt .middle .email-prompt {
  padding: 12px 0;
  color: #666666;
}
.plotter-save-prompt .saveoption .users-prompt,
.plotter-save-prompt .middle .users-prompt {
  position: relative;
}
.plotter-save-prompt .saveoption .users-prompt .clear-all-btn,
.plotter-save-prompt .middle .users-prompt .clear-all-btn {
  right: 6px;
  top: 10px;
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  color: #3d7fba;
  display: inline-block;
  font-size: 10px;
  padding: 4px 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: none;
  border: 1px solid;
}
.plotter-save-prompt .saveoption .prompt-input,
.plotter-save-prompt .middle .prompt-input {
  margin-top: 0;
  border: 1px solid #ccd8e6;
  padding: 6px;
  border-radius: 4px;
  line-height: 18px;
}
.plotter-save-prompt .saveoption .prompt-input:focus,
.plotter-save-prompt .middle .prompt-input:focus {
  border: 1px solid #7e91ad;
}
.plotter-save-prompt .saveoption .tickers-prompt .contain,
.plotter-save-prompt .middle .tickers-prompt .contain {
  border-radius: 4px;
  border: 1px solid #ccd8e6;
  padding: 6px;
}
.plotter-save-prompt .saveoption .tickers-prompt .contain input,
.plotter-save-prompt .middle .tickers-prompt .contain input,
.plotter-save-prompt .saveoption .tickers-prompt .contain input:active,
.plotter-save-prompt .middle .tickers-prompt .contain input:active {
  outline: 0;
  border: none;
  width: 90px;
}
.plotter-save-prompt .saveoption .tickers-prompt .contain:focus,
.plotter-save-prompt .middle .tickers-prompt .contain:focus {
  border: 1px solid #7E91AD;
}
.plotter-save-prompt .saveoption #ticker_plotter,
.plotter-save-prompt .middle #ticker_plotter {
  line-height: 18px;
}
.plotter-save-prompt .saveoption #ticker_plotter .ms-sel-item,
.plotter-save-prompt .middle #ticker_plotter .ms-sel-item {
  color: #fff;
  background: #3b77b1;
  border-radius: 5px;
  text-transform: uppercase;
}
.plotter-save-prompt .saveoption #ticker_plotter .ms-sel-item span,
.plotter-save-prompt .middle #ticker_plotter .ms-sel-item span {
  margin: 0;
  margin-left: 4px;
  line-height: 17px;
}
.plotter-save-prompt .saveoption #ticker_plotter #ms-input-0,
.plotter-save-prompt .middle #ticker_plotter #ms-input-0 {
  line-height: 14px;
}
.plotter-save-prompt .saveoption #ticker_plotter ::-webkit-input-placeholder,
.plotter-save-prompt .middle #ticker_plotter ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #3b77b1;
}
.plotter-save-prompt .saveoption #ticker_plotter :-moz-placeholder,
.plotter-save-prompt .middle #ticker_plotter :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3b77b1;
}
.plotter-save-prompt .saveoption #ticker_plotter ::-moz-placeholder,
.plotter-save-prompt .middle #ticker_plotter ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3b77b1;
}
.plotter-save-prompt .saveoption #ticker_plotter :-ms-input-placeholder,
.plotter-save-prompt .middle #ticker_plotter :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #3b77b1;
}
.plotter-save-prompt .saveoption .spanhalf,
.plotter-save-prompt .middle .spanhalf {
  width: 49%;
  margin-bottom: 0;
}
.plotter-save-prompt .saveoption .spanning,
.plotter-save-prompt .middle .spanning {
  width: 98%;
  max-width: 98%;
  margin-bottom: 0;
}
.plotter-save-prompt .saveoption .share-user-msg-text,
.plotter-save-prompt .middle .share-user-msg-text {
  font-size: 10px;
  margin-top: 10px;
  margin-left: 14px;
  display: none;
}
.plotter-save-prompt .saveoption .all-users,
.plotter-save-prompt .middle .all-users {
  float: left;
  overflow: auto;
  height: 80px;
  text-overflow: ellipsis;
  white-space: pre-line;
  max-width: 85%;
  margin-right: 5px;
}
.plotter-save-prompt .saveoption .all-users .show-user,
.plotter-save-prompt .middle .all-users .show-user {
  color: #595959;
  font-size: 10px;
  padding-right: 5px;
  padding-top: 8px;
}
.plotter-save-prompt .saveoption .all-users .show-user:first-child,
.plotter-save-prompt .middle .all-users .show-user:first-child {
  padding-left: 10px;
}
.plotter-save-prompt .saveoption .all-users .item-new,
.plotter-save-prompt .middle .all-users .item-new {
  background: #EEE;
  color: #595959;
  float: left;
  font-size: 10px;
  padding: 4px 5px 4px;
  border-radius: 8px;
  margin-right: 5px;
  margin-top: 2px;
}
.plotter-save-prompt .saveoption .all-users .item-new .close-button,
.plotter-save-prompt .middle .all-users .item-new .close-button {
  width: 7px;
  cursor: pointer;
  height: 7px;
  float: right;
  margin: 3px 1px 0 5px;
}
.plotter-save-prompt .saveoption .user-add input,
.plotter-save-prompt .middle .user-add input {
  height: 18px;
  width: 95px;
  max-width: 95px;
  background-color: #eeeeee;
  color: #595959;
  float: left;
  font-size: 10px;
  padding: 4px 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: none;
  border: 0;
}
.plotter-save-prompt .bottom-prompt {
  float: left;
  padding: 10px 15px 10px 11px;
  width: 97%;
  background-color: #f5faff;
  border-top: 1px solid #d2e2f2;
  border-radius: 0 0 4px 4px;
}
.plotter-save-prompt .bottom-prompt .cancel-button {
  float: left;
  padding: 12px 20px 12px 20px;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  font-size: 12px;
  color: #3d7fba;
  cursor: pointer;
  width: 13%;
  text-align: center;
}
.plotter-save-prompt .bottom-prompt .cancel-button:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
.plotter-save-prompt .bottom-prompt .sendbutton {
  float: right;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  background-color: white;
  font-size: 12px;
  padding: 12px 20px 12px 20px;
  color: #3d7fba;
  cursor: pointer;
  width: 135px;
  text-align: center;
}
.plotter-save-prompt .bottom-prompt .sendbutton:hover {
  background-color: #3d7fba;
  color: #ffffff;
}
.plotter-save-prompt .bottom-prompt #savegraph {
  background-color: #3d7fba;
  color: #ffffff;
}
.plotter-save-prompt .bottom-prompt #savegraph:hover {
  background-color: #ffffff;
  color: #326b9e;
}
.graph-load-prompt {
  border-radius: 4px;
  border: 0 !important;
}
.graph-load-prompt .header {
  position: relative;
  margin-bottom: 1px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  width: 100%;
  background: #E8F1F9;
  box-shadow: 0 1px 0 0 #d2e2f2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #527495;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.2px;
}
.graph-load-prompt .header .title {
  display: inline-block;
}
.graph-load-prompt .header .multi-share {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 0;
  margin-right: 40px;
  display: inline-block;
  width: 70px;
}
.graph-load-prompt .header #save-options {
  right: 60px;
  position: absolute;
  top: 36px;
}
.graph-load-prompt .header .share-input-box {
  height: 20px;
  margin: 12px;
  padding: 4px;
}
.graph-load-prompt .header .share-label {
  width: 55px;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  margin-top: -50px;
}
.graph-load-prompt .header .prompt-input {
  display: inline-block;
  width: 700px;
  margin: 12px;
  border: 1px solid #ccd8e6;
  padding: 6px;
  border-radius: 4px;
  line-height: 18px;
}
.graph-load-prompt .header .prompt-input .all-users .item-new {
  background: #EEE;
  color: #595959;
  float: left;
  font-size: 10px;
  padding: 4px 5px 4px;
  border-radius: 8px;
  margin-right: 5px;
  margin-top: 2px;
}
.graph-load-prompt .header .prompt-input .all-users .item-new .close-button {
  width: 7px;
  cursor: pointer;
  height: 7px;
  float: right;
  margin: 1px 1px 0 5px;
}
.graph-load-prompt .header .prompt-input input {
  width: 95px;
  max-width: 95px;
  background-color: #eeeeee;
  color: #595959;
  float: left;
  font-size: 10px;
  padding: 4px 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: 2px;
  outline: none;
  border: 0;
}
.graph-load-prompt .header .share-done-btn {
  float: right;
  margin: 0 12px 12px;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  padding: 6px 12px;
  width: 110px;
  text-align: center;
  background-color: #3d7fba;
  color: #ffffff;
}
.graph-load-prompt .header #modal-close {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 22px;
}
.graph-load-prompt .header #modal-close .icon {
  width: 12.9px;
  height: 12.9px;
  fill: #a7bdd2;
}
.graph-load-prompt .content {
  background-color: #ffffff;
  overflow-y: hidden;
  font-family: Helvetica Neue, sans-serif;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.graph-load-prompt .content .left-column {
  width: 180px;
  border-right: 1px solid #ccd8e6;
  height: 100%;
  background: #E8F1F9;
  border-bottom-left-radius: 4px;
}
.graph-load-prompt .content .left-column .search-graph-form {
  padding: 12px;
}
.graph-load-prompt .content .left-column .search-graph-form input {
  height: 32px;
  padding-left: 6px;
  width: 92%;
  border-radius: 5px;
  outline: none;
  border: solid 1px #cccccc;
}
.graph-load-prompt .content .left-column .sortby {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: solid 1px #CCD8e6;
}
.graph-load-prompt .content .left-column .sortby li {
  color: #3d7fba;
  font-size: 12px;
  line-height: 18px;
  padding: 12px;
  padding-left: 24px;
  background: none;
  border-bottom: solid 1px #CCD8e6;
  border-left: none;
  cursor: pointer;
}
.graph-load-prompt .content .left-column .sortby li.selected {
  border-right: solid 6px #7e91ad;
  background: none;
  color: #666666;
}
.graph-load-prompt .content .right-column {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}
.graph-load-prompt .content .right-column .breadcrumbs-wrapper {
  padding: 6px;
  height: 22px;
  font-size: 10px;
  border-bottom: solid 1px #dedede;
  width: 95%;
  margin: 1px;
}
.graph-load-prompt .content .right-column .breadcrumbs-wrapper span,
.graph-load-prompt .content .right-column .breadcrumbs-wrapper ul {
  float: left;
  padding: 5px;
  margin: 0;
  color: #437fb7;
  cursor: pointer;
}
.graph-load-prompt .content .right-column .breadcrumbs-wrapper li {
  padding: 0;
  padding-left: 5px;
  text-transform: uppercase;
}
.graph-load-prompt .content .right-column .breadcrumbs-wrapper ul {
  list-style: none;
}
.graph-load-prompt .content .right-column .breadcrumbs-wrapper span::after {
  content: ">";
}
.graph-load-prompt .content .right-column .max-class {
  max-width: 300px;
}
.graph-load-prompt .content .right-column .loadGraphResults {
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.graph-load-prompt .content .right-column .loadGraphResults thead {
  display: block;
}
.graph-load-prompt .content .right-column .loadGraphResults .bgselected {
  background: #e8f1f9;
}
.graph-load-prompt .content .right-column .loadGraphResults tbody {
  display: block;
  overflow-y: auto;
  max-height: 300px;
  width: 960px;
}
.graph-load-prompt .content .right-column .loadGraphResults th {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px;
  padding-left: 6px;
  color: #333333;
  text-align: left;
}
.graph-load-prompt .content .right-column .loadGraphResults th .sort-triangle {
  padding-left: 7px;
  cursor: pointer;
}
.graph-load-prompt .content .right-column .loadGraphResults .ticker,
.graph-load-prompt .content .right-column .loadGraphResults .tags,
.graph-load-prompt .content .right-column .loadGraphResults .date,
.graph-load-prompt .content .right-column .loadGraphResults .owner,
.graph-load-prompt .content .right-column .loadGraphResults .owner_temp,
.graph-load-prompt .content .right-column .loadGraphResults .date_temp {
  width: 67px;
}
.graph-load-prompt .content .right-column .loadGraphResults .shared,
.graph-load-prompt .content .right-column .loadGraphResults .share_temp {
  width: 138px;
}
.graph-load-prompt .content .right-column .loadGraphResults .ticker_temp {
  width: 37px;
}
.graph-load-prompt .content .right-column .loadGraphResults .check-mark {
  width: 43px;
}
.graph-load-prompt .content .right-column .loadGraphResults .check-mark .tickername {
  max-width: 43px;
  min-width: 43px;
}
.graph-load-prompt .content .right-column .loadGraphResults .title,
.graph-load-prompt .content .right-column .loadGraphResults .name_ser {
  width: 300px;
}
.graph-load-prompt .content .right-column .loadGraphResults .sharename {
  max-width: 144px;
  min-width: 138px;
}
.graph-load-prompt .content .right-column .loadGraphResults .name {
  width: 100px;
}
.graph-load-prompt .content .right-column .loadGraphResults .delete {
  width: 4px;
}
.graph-load-prompt .content .right-column .loadGraphResults .series {
  width: 250px;
}
.graph-load-prompt .content .right-column .loadGraphResults .tag_title,
.graph-load-prompt .content .right-column .loadGraphResults .ticker_title {
  width: 130px;
}
.graph-load-prompt .content .right-column .loadGraphResults td {
  font-size: 12px;
  line-height: 18px;
  font-weight: 200;
  color: #666;
  padding: 6px;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.graph-load-prompt .content .right-column .loadGraphResults .graphname,
.graph-load-prompt .content .right-column .loadGraphResults .seriestitle {
  max-width: 306px;
  min-width: 306px;
}
.graph-load-prompt .content .right-column .loadGraphResults .tickername,
.graph-load-prompt .content .right-column .loadGraphResults .tagname,
.graph-load-prompt .content .right-column .loadGraphResults .datename,
.graph-load-prompt .content .right-column .loadGraphResults .opendatename,
.graph-load-prompt .content .right-column .loadGraphResults .ownername,
.graph-load-prompt .content .right-column .loadGraphResults .no_plotter {
  max-width: 73px;
  min-width: 73px;
}
.graph-load-prompt .content .right-column .loadGraphResults .tickername {
  text-transform: uppercase;
}
.graph-load-prompt .content .right-column .loadGraphResults .datename,
.graph-load-prompt .content .right-column .loadGraphResults .opendatename,
.graph-load-prompt .content .right-column .loadGraphResults .ownername {
  text-align: left;
  min-width: 78px;
}
.graph-load-prompt .content .right-column .loadGraphResults .list-by-tag,
.graph-load-prompt .content .right-column .loadGraphResults .list-by-ticker {
  max-width: 136px;
  min-width: 136px;
  text-align: left;
}
.graph-load-prompt .content .right-column .loadGraphResults .input-row {
  cursor: auto;
  border: 1px solid black;
  color: blue;
  text-overflow: initial;
}
.graph-load-prompt .content .right-column .loadGraphResults .req {
  box-shadow: 0 0 5px 5px #bcbcbc;
}
.graph-load-prompt .content .right-column .loadGraphResults .delete-row {
  text-align: center;
}
.graph-load-prompt .content .right-column .loadGraphResults .delete-row:hover {
  color: red;
}
.graph-load-prompt .content .right-column .loadGraphResults tr:hover {
  background: #FFFDE0;
}
.graph-load-prompt .content .right-column .load_popup_company tbody {
  width: auto !important;
}
.graph-load-prompt .tracker_map {
  padding: 6px 0;
  text-align: left;
  border-bottom: 1px dashed #eaeaea;
}
.graph-load-prompt .tracker_map .avant-inp-holder {
  padding: 4px 12px;
}
.graph-load-prompt .avant-inp-holder span:first-child,
.graph-load-prompt .avant-inp-holder label {
  line-height: 32px;
  font-size: 14px;
  color: #7E91AD;
  margin-right: 12px;
  display: inline-block;
  min-width: 250px;
}
.graph-load-prompt .avant-inp-holder input {
  line-height: 24px;
  padding: 3px;
  margin: 0;
  width: 650px;
  border: 1px solid #7E91AD;
  outline: none;
  border-width: 0 0 1px 0;
}
.graph-load-prompt .avant-inp-holder .undo-btn {
  margin-left: -24px;
  cursor: pointer;
  font-size: 12px;
  color: #dedede;
}
.graph-load-prompt .avant-inp-holder:hover {
  background-color: #dcdcdc;
}
.graph-load-prompt .edited {
  background-color: #efefef;
}
.graph-load-prompt .head-ticker .avant-inp-holder {
  border: 1px solid #7E91AD;
  padding: 2px 4px;
  height: 32px;
  border-radius: 4px;
  display: inline-block;
}
.graph-load-prompt .head-ticker .avant-inp-holder label,
.graph-load-prompt .head-ticker .avant-inp-holder span:first-child {
  min-width: inherit;
  margin-right: 4px;
}
.graph-load-prompt .head-ticker .avant-inp-holder input {
  width: 80px;
  padding: 4px;
  border: 0px;
  background: transparent;
}
.graph-load-prompt .head-ticker .ticker-form {
  padding: 6px 12px;
}
.graph-load-prompt .tracker-save-btn {
  background-color: #3d7fba;
  color: #ffffff;
  float: right;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  padding: 6px 12px;
  width: 110px;
  margin: 12px;
  text-align: center;
}
/**
for popup of admin saved search
*/
.add-ticker-popup .content {
  width: 100%;
}
.add-ticker-popup .content .right-column .row {
  padding: 18px 0 0 0;
}
.add-ticker-popup .content .right-column .row .watchlists .row-label,
.add-ticker-popup .content .right-column .row .tickers .row-label,
.add-ticker-popup .content .right-column .row .alert .row-label {
  display: inline-block;
  width: 200px;
  text-align: left;
  color: #7e91ad;
}
.add-ticker-popup .content .right-column .row .watchlists .row-text,
.add-ticker-popup .content .right-column .row .tickers .row-text,
.add-ticker-popup .content .right-column .row .alert .row-text {
  display: inline-block;
  width: 400px;
  text-align: left;
  font-size: 15px;
  vertical-align: middle;
}
.add-ticker-popup .content .right-column .row .watchlists .row-text select,
.add-ticker-popup .content .right-column .row .tickers .row-text select,
.add-ticker-popup .content .right-column .row .alert .row-text select {
  width: 400px;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  color: #7e91ad;
  background: #fff;
  border: 1px solid #d4e0ea;
}
.add-ticker-popup .content .right-column .row .watchlists .row-text textarea,
.add-ticker-popup .content .right-column .row .tickers .row-text textarea,
.add-ticker-popup .content .right-column .row .alert .row-text textarea {
  width: 398px;
  height: 150px;
  resize: none;
  padding: 0px;
  font-size: 12px;
  border-radius: 3px;
  text-indent: 10px;
  border: 1px solid #d4e0ea;
}
.add-ticker-popup .content .right-column .row .watchlists .row-text input,
.add-ticker-popup .content .right-column .row .tickers .row-text input,
.add-ticker-popup .content .right-column .row .alert .row-text input {
  width: 398px;
  height: 30px;
  resize: none;
  padding: 0;
  font-size: 12px;
  border-radius: 3px;
  text-indent: 10px;
  border: 1px solid #d4e0ea;
}
.add-ticker-popup .content .right-column .row .tickers .row-text {
  margin-top: 18px;
}
.add-ticker-popup .content .right-column .row .center .update_query {
  background-color: #3d7fba;
  color: #fff;
  border-radius: 4px;
  line-height: 18px;
  font-size: 16px;
  font-family: Arial;
  margin: 0;
  outline: none;
  box-shadow: none;
  padding: 12px 24px;
  cursor: pointer;
  border: 1px solid #fff;
  margin-left: 12px;
}
.add-ticker-popup .content .right-column .row .center .success-msg {
  width: auto;
  color: #3d7fba;
  border-radius: 4px;
  line-height: 18px;
  font-size: 16px;
  font-family: Arial;
  margin: 0;
  outline: none;
  box-shadow: none;
  vertical-align: middle;
  line-height: 44px;
  cursor: pointer;
  border: 1px solid #fff;
  margin-left: 12px;
}
.docsearch-highlight-download-prompt .content {
  padding: 10px;
  box-sizing: border-box;
}
.docsearch-highlight-download-prompt .content .dl-filetype {
  flex-direction: column;
}
.docsearch-highlight-download-prompt .content .dl-filetype .dl_filetype_heading {
  font-size: 14px;
  line-height: 24px;
}
.docsearch-highlight-download-prompt .content .download-settings .checkbox__input {
  display: none;
}
.docsearch-highlight-download-prompt .content .download-settings .checkbox__input:checked + label:after {
  border-color: white;
}
.docsearch-highlight-download-prompt .content .download-settings .checkbox__input:checked + label:before {
  background-color: #3d7fba;
  border-color: #3d7fba;
}
.docsearch-highlight-download-prompt .content .download-settings .checkbox__label {
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  font-size: 14px;
  color: #698094;
}
.docsearch-highlight-download-prompt .content .download-settings .checkbox__label:hover:after {
  border-color: #d4e0ea;
}
.docsearch-highlight-download-prompt .content .download-settings .checkbox__label:before {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
.docsearch-highlight-download-prompt .content .download-settings .checkbox__label:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 14px;
  left: 4px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.docsearch-highlight-download-prompt .content .download-settings .dl_settings_heading {
  font-size: 14px;
  line-height: 24px;
}
.docsearch-highlight-download-prompt .content .download_options {
  padding: 10px 0;
}
.docsearch-highlight-download-prompt .content .row {
  width: 98% !important;
}
.docsearch-download-prompt,
.docsearch-highlight-download-prompt {
  width: 700px;
  top: 10px;
  position: relative;
  border: 1px solid #E9F1F9;
  border-radius: 10px;
}
.docsearch-download-prompt .addFilterButton,
.docsearch-highlight-download-prompt .addFilterButton {
  margin: 10px 0;
  border: 1px solid #E9F1F9;
  height: 50px;
  width: 180px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background: #E9F1F9;
  color: #7e91ad;
  border-radius: 3px;
}
.docsearch-download-prompt .label-filters,
.docsearch-highlight-download-prompt .label-filters {
  position: absolute;
}
.docsearch-download-prompt .label-filters .appliedFilters:first-child,
.docsearch-highlight-download-prompt .label-filters .appliedFilters:first-child {
  margin-left: 0;
}
.docsearch-download-prompt .label-filters .appliedFilters .label-token,
.docsearch-highlight-download-prompt .label-filters .appliedFilters .label-token {
  font-size: 11px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  margin: 8px 4px 0 4px;
  color: #4A5664;
  padding: 4px 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  font-weight: 600;
}
.docsearch-download-prompt .label-filters .appliedFilters .label-token .token-delete-icon,
.docsearch-highlight-download-prompt .label-filters .appliedFilters .label-token .token-delete-icon {
  height: 8px;
  width: 6px;
  display: inline-block;
  fill: #090c0e;
  margin-left: 8px;
  opacity: 0.5;
  cursor: pointer;
}
.docsearch-download-prompt .add-token,
.docsearch-highlight-download-prompt .add-token {
  position: absolute;
  display: inline-block;
}
.docsearch-download-prompt .add-token .add-token-helper,
.docsearch-highlight-download-prompt .add-token .add-token-helper {
  z-index: 9999;
  position: absolute;
  /*left: 180px;*/
  border: 1px solid #E9F1F9;
  border-radius: 3px;
  background: #E9F1F9;
  /*display: none;*/
  cursor: default;
  width: 240px;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
  color: #7e91ad;
}
.docsearch-download-prompt .add-token .add-token-helper .always-hidden,
.docsearch-highlight-download-prompt .add-token .add-token-helper .always-hidden {
  display: none !important;
}
.docsearch-download-prompt .add-token .add-token-helper .plain-input,
.docsearch-highlight-download-prompt .add-token .add-token-helper .plain-input {
  display: inline-block;
  margin: -17px 4px 8px 17px;
  padding: 6px 8px;
  position: relative;
  outline: 0;
  border-radius: 3px;
  border: none;
  font-size: 11px;
  width: 85%;
}
.docsearch-download-prompt .add-token .add-token-helper .icon,
.docsearch-highlight-download-prompt .add-token .add-token-helper .icon {
  height: 13px;
  width: 13px;
  margin-top: 0;
  margin-right: 12px;
  fill: #1e374d;
  fill-opacity: 0.5;
}
.docsearch-download-prompt .add-token .add-token-helper .add-highlight-search,
.docsearch-highlight-download-prompt .add-token .add-token-helper .add-highlight-search {
  fill: #7e91ad;
}
.docsearch-download-prompt .add-token .add-token-helper .side-arrow-icon,
.docsearch-highlight-download-prompt .add-token .add-token-helper .side-arrow-icon {
  height: 10px;
  width: 10px;
  fill: #1e374d;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.docsearch-download-prompt .add-token .add-token-helper .general-labels,
.docsearch-highlight-download-prompt .add-token .add-token-helper .general-labels {
  max-height: 300px;
  overflow-y: auto;
}
.docsearch-download-prompt .add-token .add-token-helper .gen-label,
.docsearch-highlight-download-prompt .add-token .add-token-helper .gen-label {
  border-radius: 3px;
  padding: 8px 10px;
  color: #4A5664;
  font-weight: 600;
  margin: 3px 18px 6px 18px;
  cursor: pointer;
  font-size: 12px;
  height: 11px;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.docsearch-download-prompt .add-token .add-token-helper .show-more,
.docsearch-highlight-download-prompt .add-token .add-token-helper .show-more {
  display: inline-block;
  margin-top: 10px;
  margin-left: 18px;
  cursor: pointer;
  text-decoration: underline;
}
.docsearch-download-prompt .header,
.docsearch-highlight-download-prompt .header {
  width: 100%;
  background: #E9F1F9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #7e91ad;
  text-align: center;
  font-size: 18px;
  font-family: Helvetica Neue, sans-serif;
  padding: 17px 0;
}
.docsearch-download-prompt .header .close#modal-close,
.docsearch-highlight-download-prompt .header .close#modal-close {
  font-size: 18px;
  position: absolute;
  top: 30px;
  right: 0;
  cursor: pointer;
  margin-right: 18px;
}
.docsearch-download-prompt .header .close#modal-close .icon,
.docsearch-highlight-download-prompt .header .close#modal-close .icon {
  width: 12.9px;
  height: 12.9px;
  fill: #a7bdd2;
}
.docsearch-download-prompt .content,
.docsearch-highlight-download-prompt .content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow-y: hidden;
}
.docsearch-download-prompt .content .download-settings,
.docsearch-highlight-download-prompt .content .download-settings,
.docsearch-download-prompt .content .dl-filetype,
.docsearch-highlight-download-prompt .content .dl-filetype {
  padding: 8px;
  display: flex;
  box-sizing: border-box;
}
.docsearch-download-prompt .content .download-settings .dl_settings_heading,
.docsearch-highlight-download-prompt .content .download-settings .dl_settings_heading,
.docsearch-download-prompt .content .dl-filetype .dl_settings_heading,
.docsearch-highlight-download-prompt .content .dl-filetype .dl_settings_heading {
  color: #698094;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.docsearch-download-prompt .content .download-settings .dl_filetype_heading,
.docsearch-highlight-download-prompt .content .download-settings .dl_filetype_heading,
.docsearch-download-prompt .content .dl-filetype .dl_filetype_heading,
.docsearch-highlight-download-prompt .content .dl-filetype .dl_filetype_heading {
  color: #698094;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
}
.docsearch-download-prompt .content .download-settings .radio-div,
.docsearch-highlight-download-prompt .content .download-settings .radio-div,
.docsearch-download-prompt .content .dl-filetype .radio-div,
.docsearch-highlight-download-prompt .content .dl-filetype .radio-div {
  display: inline-block;
  height: 14px;
  position: relative;
  padding: 0 8px !important;
}
.docsearch-download-prompt .content .download-settings .radio-div .radio-button,
.docsearch-highlight-download-prompt .content .download-settings .radio-div .radio-button,
.docsearch-download-prompt .content .dl-filetype .radio-div .radio-button,
.docsearch-highlight-download-prompt .content .dl-filetype .radio-div .radio-button {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.docsearch-download-prompt .content .download-settings .radio-div .radio-button label,
.docsearch-highlight-download-prompt .content .download-settings .radio-div .radio-button label,
.docsearch-download-prompt .content .dl-filetype .radio-div .radio-button label,
.docsearch-highlight-download-prompt .content .dl-filetype .radio-div .radio-button label {
  cursor: pointer;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #ccd8e6;
  border-radius: 50px;
}
.docsearch-download-prompt .content .download-settings .radio-div .radio-button label:hover::after,
.docsearch-highlight-download-prompt .content .download-settings .radio-div .radio-button label:hover::after,
.docsearch-download-prompt .content .dl-filetype .radio-div .radio-button label:hover::after,
.docsearch-highlight-download-prompt .content .dl-filetype .radio-div .radio-button label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #3d7fba;
}
.docsearch-download-prompt .content .download-settings .radio-div .radio-button label:after,
.docsearch-highlight-download-prompt .content .download-settings .radio-div .radio-button label:after,
.docsearch-download-prompt .content .dl-filetype .radio-div .radio-button label:after,
.docsearch-highlight-download-prompt .content .dl-filetype .radio-div .radio-button label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 6px;
  background-color: transparent;
}
.docsearch-download-prompt .content .download-settings .radio-div input[type=radio],
.docsearch-highlight-download-prompt .content .download-settings .radio-div input[type=radio],
.docsearch-download-prompt .content .dl-filetype .radio-div input[type=radio],
.docsearch-highlight-download-prompt .content .dl-filetype .radio-div input[type=radio] {
  visibility: hidden;
}
.docsearch-download-prompt .content .download-settings .radio-div input[type=radio]:checked + label:after,
.docsearch-highlight-download-prompt .content .download-settings .radio-div input[type=radio]:checked + label:after,
.docsearch-download-prompt .content .dl-filetype .radio-div input[type=radio]:checked + label:after,
.docsearch-highlight-download-prompt .content .dl-filetype .radio-div input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #3d7fba;
}
.docsearch-download-prompt .content .download-settings .radio-div h5,
.docsearch-highlight-download-prompt .content .download-settings .radio-div h5,
.docsearch-download-prompt .content .dl-filetype .radio-div h5,
.docsearch-highlight-download-prompt .content .dl-filetype .radio-div h5 {
  margin-left: 14px;
  font-size: 12px;
  color: #3d7fba;
  margin-top: 0;
}
.docsearch-download-prompt .content .download-settings,
.docsearch-highlight-download-prompt .content .download-settings {
  flex-flow: column wrap;
}
.docsearch-download-prompt .content .download-settings .radio-div,
.docsearch-highlight-download-prompt .content .download-settings .radio-div {
  margin: 4px 0 !important;
}
.docsearch-download-prompt .content .download-table,
.docsearch-highlight-download-prompt .content .download-table {
  margin-bottom: 42px;
  position: absolute;
  top: 210px;
  bottom: 50px;
  width: 100%;
  overflow: auto;
}
.docsearch-download-prompt .content .download-table .token-text,
.docsearch-highlight-download-prompt .content .download-table .token-text {
  display: inline-block;
  width: 80px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.docsearch-download-prompt .content .row,
.docsearch-highlight-download-prompt .content .row {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.docsearch-download-prompt .content .row .left-row,
.docsearch-highlight-download-prompt .content .row .left-row {
  width: 50%;
  float: left;
  color: #698094;
  font-weight: normal;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 8px;
  line-height: 34px;
}
.docsearch-download-prompt .content .row .right-row,
.docsearch-highlight-download-prompt .content .row .right-row {
  display: inline-block;
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-right: 8px;
}
.docsearch-download-prompt .content .row .right-row .downloadBtn,
.docsearch-highlight-download-prompt .content .row .right-row .downloadBtn {
  background-color: #5BCC87;
  color: #fff;
  border: 1px solid;
  border-radius: 4px;
  line-height: 8px;
  font-size: 12px;
  font-family: Arial;
  outline: none;
  box-shadow: none;
  padding: 12px 24px;
  cursor: pointer;
  float: right;
  margin-left: 10px;
}
.docsearch-download-prompt .content .row .right-row .close,
.docsearch-highlight-download-prompt .content .row .right-row .close {
  background-color: #fff;
  color: #fff;
  background-color: #8999BA;
  border-radius: 4px;
  line-height: 8px;
  font-size: 12px;
  font-family: Arial;
  margin: 0;
  outline: none;
  box-shadow: none;
  padding: 12px 24px;
  cursor: pointer;
  border: 1px solid #fff;
  margin-left: 12px;
  float: right;
}
.docsearch-download-prompt .content .doc-list-selected,
.docsearch-highlight-download-prompt .content .doc-list-selected {
  border-top: 1px solid #d4e0ea;
  padding-top: 10px;
  margin-top: 14px;
}
.docsearch-download-prompt .content .doc-list-selected .date,
.docsearch-highlight-download-prompt .content .doc-list-selected .date {
  display: inline-block;
  text-transform: none;
  font-size: 12px;
  line-height: 28px;
}
.docsearch-download-prompt .content .doc-list-selected .page_text,
.docsearch-highlight-download-prompt .content .doc-list-selected .page_text {
  width: 30px;
  display: inline-block;
  text-align: right;
  margin-left: 50px;
  font-size: 12px;
  color: #698094;
}
.docsearch-download-prompt .content .doc-list-selected .pages,
.docsearch-highlight-download-prompt .content .doc-list-selected .pages {
  font-size: 12px;
  color: #698094;
}
.docsearch-download-prompt .content .dl-bottom-break,
.docsearch-highlight-download-prompt .content .dl-bottom-break {
  border-bottom: 1px solid #d4e0ea;
  margin-top: 10px;
}
.docsearch-download-prompt .content .ticker-company-link,
.docsearch-highlight-download-prompt .content .ticker-company-link {
  color: #ffffff;
  background-color: #3d7fba;
  border-radius: 4px;
  margin-right: 15px;
  text-transform: uppercase;
  border: 1px solid;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  padding: 3px 5px;
  border: none;
  min-width: 50px;
  text-align: center;
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}
.docsearch-download-prompt .content .doc-fetch-link,
.docsearch-highlight-download-prompt .content .doc-fetch-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #3d7fba;
  font-size: 12px;
  margin-right: 100px;
  display: inline-block;
  width: 280px;
}
.tableextract-load-prompt {
  border: 1px solid #E8F1F9 !important;
  border-radius: 4px;
}
.tableextract-load-prompt .header {
  width: 100%;
  background: #E8F1F9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #7e91ad;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-family: Helvetica Neue, sans-serif;
  padding: 6px 0;
}
.tableextract-load-prompt .header .close#modal-close {
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
  margin-right: 18px;
}
.tableextract-load-prompt .content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  padding: 18px 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.wl-popup {
  border: 0 !important;
  border-radius: 3px;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4) !important;
  font-family: Helvetica Neue, Arial, sans-serif;
}
.wl-popup .header {
  width: 100%;
  font-weight: 300;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #3d7fba;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0;
}
.wl-popup .header .title {
  display: inline-block;
}
.wl-popup .header .close#modal-close {
  display: inline-block;
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: #bbc6d5;
  cursor: pointer;
  margin-right: 12px;
}
.wl-popup .header .close#modal-close .icon {
  height: 12px;
  width: 12px;
  fill: #bbc6d5;
}
.wl-popup .text {
  font-size: 14px;
  padding: 12px;
  color: #5d6e7c;
}
.wl-popup .content {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  padding: 0 12px 12px 12px;
}
.wl-popup .content .tick-err {
  font-size: 11px;
  color: #ef5e4b;
  padding: 6px;
}
.wl-popup .content .tick-err #remove_duplicate {
  border-radius: 3px;
  padding: 0 6px;
  cursor: pointer;
  color: #ffffff;
  background-color: red;
  float: right;
}
.wl-popup .content .wl-err {
  font-size: 11px;
  color: #ef5e4b;
  padding: 6px;
}
.wl-popup .content input {
  width: 100%;
  box-sizing: border-box;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  border: 1px solid #d4e0ea;
  border-radius: 3px;
  padding: 0 12px;
}
.wl-popup .content .ticker-input textarea {
  height: 96px;
  min-width: 96%;
  max-width: 96%;
  padding: 6px;
  border: 0 solid #d4e0ea;
  border-radius: 3px;
  min-height: 96px;
  font-size: 12px;
  line-height: 18px;
}
.wl-popup .content .ticker-input {
  margin-top: 12px;
  border: 1px solid #d4e0ea;
  border-radius: 3px;
}
.wl-popup .content .ticker-input .noisy-wrapper {
  height: 100%;
}
.wl-popup .content .ticker-input .noisy-list {
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
}
.wl-popup .content .ticker-input .noisy-long-token {
  display: inline-block;
  border: 1px solid #3d7fba;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0 6px !important;
  line-height: 18px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #3d7fba;
  font-size: 10px;
}
.wl-popup .content .ticker-input .noisy-long-token.spotlight {
  background: #ffffff;
  border: 1px solid #3d7fba;
  color: #3d7fba;
}
.wl-popup .content .ticker-input .noisy-long-token.dupe {
  background: #f04848;
  border: 1px solid #f04848;
}
.wl-popup .content .ticker-input .noisy-long-token.spotlight.dupe {
  background: #ffffff;
  border: 1px solid #f04848;
  color: #f04848;
}
.wl-popup .content .ticker-input input.tiny-input,
.wl-popup .content .ticker-input input.tiny-input:hover {
  outline: none;
  border: none;
}
.wl-popup .content .ticker-input input.tiny-input {
  width: 200px;
  vertical-align: top;
  padding: 1px 3px;
  line-height: 18px;
  height: 18px;
}
.wl-popup .content .ticker-input .suggest-wrapper {
  border: 0;
  border-radius: 0;
  box-shadow: 1px 2px 12px -2px #1e374d;
}
.wl-popup .content .ticker-input .suggest-wrapper .suggest {
  border-radius: 4px;
}
.wl-popup .content .ticker-input .suggest-wrapper .suggest li {
  text-transform: uppercase;
  width: 100%;
  padding-top: 6px;
  padding-left: 6px;
  clear: both;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid #d4e0ea;
  box-sizing: border-box;
}
.wl-popup .content .ticker-input .suggest-wrapper .suggest li .newDocTicker {
  width: 60px;
  padding: 0;
  text-align: center;
  background: #3d7fba;
  border: 1px solid #3d7fba;
  border-radius: 2px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  margin-left: 2px;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
}
.wl-popup .content .ticker-input .suggest-wrapper .suggest li .newDocCompName {
  padding: 2px 0 2px 12px;
}
.wl-popup .content .ticker-input .suggest-wrapper .suggest .selected .newDocTicker {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #3d7fba;
}
.wl-popup .content .alert-row {
  margin-bottom: 12px;
  line-height: 18px;
}
.wl-popup .content .alert-row .title {
  font-weight: bold;
}
.wl-popup .content .alert-row .select-options {
  line-height: 24px;
  color: #3d7fba;
  cursor: pointer;
}
.wl-popup .content .alert-row .select-options .select {
  padding: 0 6px;
}
.wl-popup .content .alert-row .select-options .select:hover {
  text-decoration: underline;
}
.wl-popup .content .alert-row .alerts {
  text-align: center;
}
.wl-popup .content .alert-row .alerts .select {
  font-size: 11px;
}
.wl-popup .content .alert-row .alerts .filings,
.wl-popup .content .alert-row .alerts .stock,
.wl-popup .content .alert-row .alerts .news {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.wl-popup .content .alert-row .alerts .title {
  font-size: 11px;
  font-weight: bold;
}
.wl-popup .content .alert-row .alerts form {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  margin-left: 24px;
}
.wl-popup .content .alert-row .alerts form input {
  width: 10%;
}
.wl-popup .content .alert-row .alerts form input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #d4e0ea;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0 6px 0 0;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: bottom;
  margin-top: 3px;
  padding: 0 6px;
}
.wl-popup .content .alert-row .alerts form input.blackbox[type=checkbox]:checked {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
.wl-popup .content .alert-row .alerts form input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
  margin-left: -6px;
}
.wl-popup .content .alert-row .alerts form .checktext {
  display: inline-block;
  vertical-align: bottom;
}
.wl-popup .content .alert-row .news {
  margin-left: 20px;
}
.wl-popup .content .add-followed-ticks {
  border: 1px solid #d4e0ea;
  border-radius: 3px;
  padding: 6px;
  margin-top: 12px;
}
.wl-popup .content .add-followed-ticks input.foll-ticks[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #d4e0ea;
  height: 18px;
  width: 18px;
  overflow: hidden;
  margin: 0 6px 0 0;
  border-radius: 2px;
  font-size: 16px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: bottom;
  padding: 0 6px;
}
.wl-popup .content .add-followed-ticks input.foll-ticks[type=checkbox]:checked {
  background-color: #3d7fba;
  border: 1px solid #3d7fba;
}
.wl-popup .content .add-followed-ticks input.foll-ticks[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
  margin-left: -6px;
}
.wl-popup .content .make-default {
  padding: 6px 0px;
  margin-top: 5px;
  overflow: auto;
  border: 1px solid #d4e0ea;
}
.wl-popup .content .make-default .default-check {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 22px;
  width: 20px;
  overflow: hidden;
  margin: 0px 6px 0px 5px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.wl-popup .content .make-default .default-check:checked {
  border: 1px solid #3d7fba;
  background-color: white;
}
.wl-popup .content .make-default .default-check:checked::before {
  -webkit-appearance: none;
  content: "\e009";
  font-size: 14px;
  position: relative;
  left: -6px;
  top: 2px;
  color: #3d7fba;
}
.wl-popup .content #alert-setting-box {
  margin-top: 5px;
}
.wl-popup .content #alert-setting-box .configure-row {
  margin-bottom: 12px;
  line-height: 18px;
  overflow: auto;
}
.wl-popup .content #alert-setting-box .configure-row .col {
  border: 1px solid #3d7fba;
  border-radius: 4px;
  padding: 10px 10px;
  padding: 7px 10px;
  width: 280px;
}
.wl-popup .content #alert-setting-box .configure-row .col .left-col {
  text-align: left;
  float: left;
}
.wl-popup .content #alert-setting-box .configure-row .col .right-col {
  outline: none;
  background: #fff;
  text-align: left;
  float: right;
}
.wl-popup .content #alert-setting-box .configure-row .col .right-col select {
  font-size: 13px;
  color: #4f95da;
  outline: none;
  cursor: pointer;
  direction: rtl;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 2px 15px 2px 2px;
  border: none;
  background: transparent url('../images/dropdown_img.png') no-repeat right center;
  background-size: 9px 9px;
}
.wl-popup .content #alert-setting-box .configure-row .col .right-col select::-ms-expand {
  display: none;
}
.wl-popup .button-row {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 12px 12px 12px;
}
.wl-popup .button-row .button {
  display: inline-block;
  color: #3d7fba;
  border-radius: 3px;
  border: 1px solid #3d7fba;
  padding: 6px 12px;
  cursor: pointer;
  width: 100px;
}
.wl-popup .button-row .submit-button {
  color: #ffffff;
  background-color: #3d7fba;
  margin-left: 12px;
}
.wl-popup .button-row .cancel-button {
  color: #3d7fba;
}
.wl-popup .resolve-button-row {
  margin: 0;
  display: inline-block;
  width: 100%;
  overflow: auto;
  margin-top: 50px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 12px;
}
.wl-popup .resolve-button-row .button {
  display: inline-block;
  color: #3d7fba;
  border-radius: 3px;
  border: 1px solid #3d7fba;
  padding: 6px 12px;
  cursor: pointer;
}
.wl-popup .resolve-button-row .submit-button {
  color: #ffffff;
  background-color: #3d7fba;
  margin-left: 12px;
  float: right;
}
.wl-popup .resolve-button-row .cancel-button {
  color: #3d7fba;
  width: auto;
  margin-right: 10px;
  float: left;
}
.configure-wl-popup .alert-row .news {
  margin-left: 20px;
}
.configure-wl-popup .ticker-input .noisy-wrapper {
  height: 150px;
}
.configure-wl-popup #alert-setting-box .configure-row {
  margin-bottom: 12px;
  line-height: 18px;
  overflow: auto;
}
.configure-wl-popup #alert-setting-box .configure-row .col {
  border: 1px solid #3d7fba;
  border-radius: 4px;
  padding: 10px 10px;
  width: 280px;
}
.configure-wl-popup #alert-setting-box .configure-row .col .left-col {
  text-align: left;
  float: left;
}
.configure-wl-popup #alert-setting-box .configure-row .col .right-col {
  outline: none;
  background: #fff;
  text-align: left;
  float: right;
}
.configure-wl-popup #alert-setting-box .configure-row .col .right-col select {
  font-size: 13px;
  color: #4f95da;
  outline: none;
  border: none;
  background: #fff;
}
.configure-wl-popup #alert-setting-box .configure-row .col .right-col select::-ms-expand {
  display: none;
}
#sentieo_tickers_options {
  position: absolute;
  background: white;
  border: 1px solid #989898;
  box-shadow: 0 0 2px 1px #989898;
  color: #4A4A4A;
  overflow: auto;
  z-index: 1002;
}
#sentieo_tickers_options .header {
  font-size: 12px;
  text-transform: capitalize;
  color: #595959;
  padding-left: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#sentieo_tickers_options .list_item {
  height: 22px;
  clear: both;
  min-width: 193px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}
#sentieo_tickers_options .list_item .type {
  margin-left: 5px;
  border: 1px solid #989898;
  -moz-box-shadow: inset 0 0 2px 1px #989898;
  -webkit-box-shadow: inset 0 0 2px 1px #989898;
  box-shadow: inset 0 0 2px 1px #989898;
  padding-top: 3px;
  padding-bottom: 4px;
  background: #EFF2F7;
  border-radius: 5px;
  width: 22px;
  margin-right: 8px;
  text-transform: uppercase;
  color: #4A4A4A;
  text-align: center;
  font-size: 11px;
}
#sentieo_tickers_options .list_item .name {
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 3px;
}
#sentieo_tickers_options .list_item .sector {
  margin-left: 5px;
  float: right;
}
#sentieo_tickers_options .list-item:last-child {
  margin-bottom: 4px;
}
#sentieo_tickers_options .item_selected {
  background: #4A4A4A;
  color: white;
}
#calendar-html #left-content-calendar {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  font-size: 14px;
}
#calendar-html #left-content-calendar .watchlist-calendar-dropdown {
  padding-bottom: 10px;
}
#calendar-html #left-content-calendar #all-legends {
  float: left;
}
#calendar-html #left-content-calendar #all-legends .grey-legend,
#calendar-html #left-content-calendar #all-legends .green-legend,
#calendar-html #left-content-calendar #all-legends .blue-legend,
#calendar-html #left-content-calendar #all-legends .coral-legend {
  float: left;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 13px;
  padding: 4px;
  color: #ffffff;
  width: 95%;
  text-align: center;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#calendar-html #left-content-calendar #user-tickers {
  font-size: 10px;
  float: left;
  width: 190px;
  margin-top: 10px;
  background-color: white;
  border: 1px solid #bcbcbc;
}
#calendar-html #left-content-calendar #user-tickers .header-container {
  height: 22px;
  width: 100%;
  padding-top: 4px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
}
#calendar-html #left-content-calendar #user-tickers .header-container .header-text {
  width: 80%;
  float: left;
  color: #595959;
  font-size: 12px;
  padding-left: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#calendar-html #left-content-calendar #user-tickers .single-ticker-calendar {
  padding-left: 5%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcbcbc;
  overflow: hidden;
  cursor: pointer;
}
#calendar-html #left-content-calendar #user-tickers .single-ticker-calendar .single-ticker-name {
  width: 32%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#calendar-html #left-content-calendar #user-tickers .single-ticker-calendar .single-ticker-period {
  width: 30%;
}
#calendar-html #left-content-calendar #user-tickers .single-ticker-calendar .single-ticker-date {
  width: 35%;
}
#calendar-html #right-content-calendar {
  float: left;
}
#calendar-html #right-content-calendar .subscribe-button {
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #1e374d;
  background-color: #efefef;
  border-radius: 3px;
}
#calendar-html #right-content-calendar .subscribe-button:hover {
  background-color: #e6e6e6;
}
#calendar-html #right-content-calendar .export-button {
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #1e374d;
  background-color: #efefef;
  border-radius: 3px;
}
#calendar-html #right-content-calendar .export-button:hover {
  background-color: #e6e6e6;
}
.main_loader {
  width: 75px;
  height: 13px;
  margin-left: 1px;
  position: relative;
  border-radius: 2px;
  font-size: 12px;
  text-align: left;
  border: 1px solid #3975af;
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 1000;
  background: white;
  right: 46%;
  top: 5px;
}
.main_loader .child {
  width: 100%;
  height: 100%;
  background: #d0dce9;
  -webkit-animation: sentieoloading 2s infinite;
  /*Safari and Chrome*/
  animation: sentieoloading 2s infinite;
}
.main_loader .loading-text {
  position: absolute;
  left: 17px;
  top: 1px;
  font-size: 9px;
}
#ticker_group_positions {
  position: absolute;
  top: 21px;
  left: 21px;
  background: white;
  border: 1px solid #595959;
  padding-bottom: 11px;
  padding-right: 15px;
}
#ticker_group_positions .header {
  height: 22px;
  font-size: 11px;
  text-align: center;
}
#ticker_group_positions .header .msg {
  padding-top: 7px;
}
#ticker_group_positions .childd {
  min-width: 160px;
  padding-right: 10px;
  background: #f5f5f5;
  margin-left: 15px;
  margin-top: 11px;
  padding-bottom: 4px;
}
#ticker_group_positions .childd .sub_header {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding-top: 4px;
  padding-bottom: 4px;
}
#ticker_group_positions .childd .row {
  font-size: 11px;
  padding-left: 5px;
  padding-top: 4px;
  color: #595959;
  height: 15px;
}
#ticker_group_positions .childd .row .criteria {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 6px;
}
#ticker_group_positions .childd .row .rank {
  font-weight: bold;
}
/*risk content*/
#step_2 .column-selector {
  overflow: hidden;
  width: 710px;
  margin-top: 15px;
}
#step_2 .column-selector .sub-header {
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #dedede;
  background-color: #F8F8F8;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  color: #4D4D4D;
  padding: 10px 0 10px 0;
  border-left: 0;
  border-right: 0;
}
#step_2 .column-selector .sub-header .title {
  font-size: 12px;
  color: #333;
  margin-left: 10px;
}
#step_2 .column-selector .sub-header .add-all,
#step_2 .column-selector .sub-header .remove-all {
  color: #333;
  font-family: Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  background-color: #f7f7f7;
  float: right;
  padding: 4px 10px;
  margin: -3px 8px;
  cursor: pointer;
}
#step_2 .column-selector .sub-header .disabled {
  color: #dedede;
}
#step_2 .column-selector .left-column {
  float: left;
  width: 185px;
  height: 350px;
  border: 1px solid #bdbdbd;
  border-right: 1px solid #cecece;
}
#step_2 .column-selector .left-column ul li {
  border-bottom: 1px solid #eee;
}
#step_2 .column-selector .left-column ul.form {
  position: relative;
  background: #fff;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-top: 0;
}
#step_2 .column-selector .left-column .form li a {
  padding: 15px 15px 12px 15px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #686868;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#step_2 .column-selector .left-column .form li a:hover {
  background: #efefef;
}
#step_2 .column-selector .left-column .form li a:hover i {
  color: #ea4f35;
}
#step_2 .column-selector .left-column .form i {
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#step_2 .column-selector .left-column .form li.selected a {
  background: #efefef;
  border-left: 5px solid #5195d5;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1), inset -1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1), inset -1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1), inset -1px 1px 5px rgba(0, 0, 0, 0.1);
}
#step_2 .column-selector .middle-column {
  float: left;
  width: 270px;
  height: 350px;
  position: relative;
  background: #fff;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #cecece;
  padding: 0;
  list-style: none;
}
#step_2 .column-selector .middle-column .period_select {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #979797;
  padding-top: 4px;
}
#step_2 .column-selector .middle-column .period_select .push_columns {
  float: left;
  margin-top: 5px;
}
#step_2 .column-selector .middle-column .period_select .push_columns #push_all {
  color: #595959;
  font-family: Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 #fff;
  background-image: linear-gradient(to top, #efefef -20%, #f3f3f3 3.79%, #fbfbfb 120%);
  float: right;
  padding: 4px 10px;
  margin: 0 8px;
  cursor: pointer;
}
#step_2 .column-selector .middle-column .main_select {
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
#step_2 .column-selector .middle-column #fin_parameters .remove-single-parameter {
  display: none;
}
#step_2 .column-selector .middle-column .search-outer {
  width: 270px;
  height: 42px;
  border-bottom: 1px solid #bbb;
}
#step_2 .column-selector .middle-column .search-outer .search-parameter {
  width: 248px;
  height: 26px;
  color: #999;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  float: left;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 #fff;
  padding-left: 8px;
  margin: 6px 6px;
}
#step_2 .column-selector .risk-selected-columns {
  margin: 0;
  border: 1px solid #bdbdbd;
  border-left: 0;
  box-sizing: border-box;
  width: 250px;
  height: 352px;
}
#step_2 .column-selector .risk-selected-columns .selected-list {
  overflow-y: auto;
  height: 312px;
}
#step_2 .column-selector .risk-selected-columns #fin_selected {
  min-height: 300px;
}
#step_2 .column-selector .risk-selected-columns #fin_selected .add-single-parameter {
  display: none;
}
#step_2 .column-selector .risk-selected-columns .clear-sel-col {
  float: right;
  background: lightgray;
  border: 1px solid #bbb;
  border-radius: 3px;
  font-size: 8px;
  padding: 3px;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, #fafafa, #f3f3f3);
  cursor: pointer;
}
#step_2 .column-selector .risk-selected-columns .clear-sel-col:active {
  border: 1px solid #BDBDBD;
  background-color: #E7E7E7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E7E7E7), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: -moz-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: -ms-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: -o-linear-gradient(top, #E7E7E7, #F3F3F3);
  background-image: linear-gradient(top, #E7E7E7, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E7E7E7, endColorstr=#F3F3F3);
}
#step_2 .column-selector ul#fin_parameters,
#step_2 .column-selector ul#fin_selected {
  list-style: none;
  padding: 0;
  margin-top: 0;
  min-height: 120px;
}
#step_2 .column-selector ul#fin_parameters li,
#step_2 .column-selector ul#fin_selected li {
  color: #437fb7;
  font-family: Helvetica Neue, sans-serif;
  font-size: 10px;
  cursor: -webkit-grab;
  border-bottom: 1px solid rgba(187, 187, 187, 0.35);
  padding: 10px 0px 7px 10px;
}
#step_2 .column-selector ul#fin_parameters li i,
#step_2 .column-selector ul#fin_selected li i {
  padding: 3px;
  margin-top: -3px;
  cursor: pointer;
}
#step_2 .column-selector ul#fin_parameters li .icon,
#step_2 .column-selector ul#fin_selected li .icon {
  width: 10px;
  height: 10px;
  padding: 10px;
  margin-top: -10px;
  cursor: pointer;
  fill: #437fb7;
}
#step_2 .column-selector .rr-header {
  display: none;
}
.screener_configure_view_outer {
  position: absolute;
  max-height: 500px;
  left: 18px;
  width: 635px;
  overflow: auto;
  overflow-x: hidden;
  font-size: 11px;
  background: #fff;
  top: 120px;
  border: 1px solid #bcbcbc;
  box-sizing: border-box;
  border-radius: 3px;
  z-index: 1000;
  border-right: 0;
  -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.5);
}
.screener_configure_view_outer .menu_parent {
  display: flex;
}
.screener_configure_view_outer::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 4px;
}
.screener_configure_view_outer .base-class {
  flex-grow: 1;
  min-height: 100%;
  padding: 18px;
  width: 204px;
  box-sizing: border-box;
}
.screener_configure_view_outer .base-class .heading-wrapper {
  margin-bottom: 12px;
}
.screener_configure_view_outer .base-class .heading {
  font-family: Helvetica Neue, Arial, sans-serif;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #698094;
  font-size: 14px;
  font-weight: 500;
  padding-left: 6px;
}
.screener_configure_view_outer .base-class .sub-heading {
  color: #889bba;
  font-size: 12px;
  padding-top: 3px;
}
.screener_configure_view_outer .base-class .main-data-outer {
  margin-bottom: 12px;
}
.screener_configure_view_outer .base-class:nth-child(2n) {
  background: #f3f7fb;
}
.screener_configure_view_outer .main-data {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #3d7fba;
  line-height: 18px;
  padding: 4px 6px;
  cursor: pointer;
  padding: 6px 12px;
}
.screener_configure_view_outer .main-data:hover {
  color: #ffffff;
  cursor: pointer;
  border-radius: 2px;
  background: #3d7fba;
}
.screener_configure_view_outer .selected_series_type {
  background-color: #3d7fba;
  color: #ffffff;
}
.screener_configure_view_outer .hybrid_series_screener_menu .hybrid_series_label {
  pointer-events: none;
}
.screener_configure_view_outer .hybrid_series_screener_menu .hybrid_series_container {
  background-color: #ffffff;
  box-shadow: 0 12px 30px 0 rgba(22, 42, 60, 0.65);
  width: 200px;
  position: relative;
  margin-left: 11px;
  margin-top: -5px;
  max-height: 182px;
  display: none;
  overflow-y: scroll;
  left: 75px;
  bottom: 25px;
}
.screener_configure_view_outer .hybrid_series_screener_menu .hybrid_series_container .hybrid_srs .icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  fill: #698094;
  position: relative;
  top: 3px;
  float: right;
}
.screener_configure_view_outer .hybrid_series_screener_menu .hybrid_series_container .hybrid_series_lists .hybrid_series_element {
  cursor: pointer;
  border-radius: 2px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #3d7fba;
  line-height: 18px;
  padding: 6px 12px;
}
.screener_configure_view_outer .hybrid_series_screener_menu .hybrid_series_container .hybrid_series_lists .hybrid_series_element:hover {
  color: #ffffff;
  background: #3d7fba;
}
.comp-keywords-groups {
  font-size: 0.6em;
  margin-top: 3px;
}
.comp-keywords-groups .header {
  font-weight: bold;
}
.comp-keywords-groups .group {
  cursor: pointer;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 7px;
  text-transform: uppercase;
}
.comp-keywords-groups .ticker_summary_table {
  color: #437FB7;
}
.comp-keywords-groups .group:first-child {
  margin-left: 5px;
}
.comp-keywords-groups i {
  cursor: pointer;
}
.image-clipboard .clipboard-buttons .note-btn {
  font-size: 10px;
  padding: 6px;
  display: inline-block;
  background: #fafafa;
  border-bottom: solid 1px lightgray;
  border-top: solid 1px lightgray;
  border-left: solid 1px lightgray;
  color: #666;
}
.image-clipboard .clipboard-buttons .note-btn i {
  font-size: 14px;
  margin: -2px 6px -2px 0;
}
.image-clipboard .clipboard-buttons .note-btn:hover {
  background: #eaeaea;
}
.image-clipboard .clipboard-buttons .note-btn:last-child {
  border-right: solid 1px lightgray;
}
.highlight-delete-popupp,
.add_annotate_highlight,
.add-citation {
  cursor: pointer;
}
.highlight-delete-popupp .tooltip,
.add_annotate_highlight .tooltip,
.add-citation .tooltip {
  background-image: url(../images/tooltip.png);
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  background-position: -28px -4px;
  width: 10px;
  height: 7px;
  background-size: 50px;
  margin-left: 4px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  display: none;
}
.highlight-delete-popupp .content,
.add_annotate_highlight .content,
.add-citation .content {
  font-size: 17px;
  color: #4C433E;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: #333333 0 0 8px 0;
  background-color: #f6f6f6;
  border-bottom-color: #272727;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: #272727;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: #272727;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: #272727;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-style: solid;
  border-top-width: 2px;
  box-shadow: #333333 0 0 8px 0;
  padding: 5px;
}
.guide.message-popup.nu-screen {
  width: 600px;
  height: auto;
  overflow-y: auto;
}
.guide.message-popup.nu-screen .step-holder {
  display: inline-block;
  position: relative;
  width: inherit;
}
.guide.message-popup.nu-screen .step-holder .step-circle {
  margin: 0 auto;
  border: 1px solid #CCC;
  border-radius: 60px;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  padding: 12px;
  text-align: center;
  color: #CCC;
  background-color: #f2f2f2;
}
.guide.message-popup.nu-screen .step-holder .step-text {
  font-size: 14px;
  color: #ccc;
  margin-top: 12px;
}
.guide.message-popup.nu-screen .step-holder .checky {
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: 5px;
  height: 12px;
  width: 12px;
  font-size: 12px;
  padding: 3px;
  border-radius: 30px;
  background: white;
  border: 1px solid #39b54a;
  color: #39b54a;
  display: none;
}
.guide.message-popup.nu-screen .step-holder.active .step-circle {
  border: 1px solid #3d7fba;
  background-color: #3d7fba;
  color: #fff;
}
.guide.message-popup.nu-screen .step-holder.active .step-text {
  color: #333;
}
.guide.message-popup.nu-screen .step-holder.completed .step-circle {
  border: 1px solid #39b54a;
  background-color: #39b54a;
  color: #fff;
}
.guide.message-popup.nu-screen .step-holder.completed .step-text {
  color: #39b54a;
}
.guide.message-popup.nu-screen .step-holder.completed .checky {
  display: block;
}
.guide.message-popup.nu-screen .step-holder.mid {
  margin-left: 40px;
  margin-right: 40px;
}
.guide.message-popup.nu-screen .big-text {
  font-size: 16px;
  padding-bottom: 30px;
  color: #666;
}
.guide.message-popup.nu-screen .big-tick {
  font-size: 36px;
  color: #39b54a;
}
.guide.message-popup.nu-screen .small-text {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  color: #666;
  margin-bottom: 30px;
}
.guide.message-popup.nu-screen .pwd_update_form {
  color: #666;
  position: relative;
}
.guide.message-popup.nu-screen .pwd_update_form .password_input_wrapper {
  width: inherit;
  display: inline-block;
}
.guide.message-popup.nu-screen .pwd_update_form label {
  clear: both;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}
.guide.message-popup.nu-screen .pwd_update_form input.bigInputBox {
  clear: both;
  display: block;
  width: 180px;
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin: 0 auto 40px auto;
  padding: 0 10px;
}
.guide.message-popup.nu-screen .pwd_update_form input.bigInputBox.error {
  border: 2px solid #ff0a13;
}
.guide.message-popup.nu-screen .pwd_update_form .pwd-error-pane {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: 30px;
  color: #ff0a13;
  font-size: 12px;
}
.guide.message-popup.nu-screen .pwd_update_form input.blue-btn {
  clear: both;
  display: block;
  background: #3d7fba;
  padding: 8px 24px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 4px;
  border: none;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
}
.guide.message-popup.nu-screen .ticker_input_form {
  color: #666;
  position: relative;
}
.guide.message-popup.nu-screen .ticker_input_form .ticker_input_wrapper {
  margin-left: 32px;
  width: inherit;
  display: inline-block;
}
.guide.message-popup.nu-screen .ticker_input_form .ticker_input_wrapper label {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}
.guide.message-popup.nu-screen .ticker_input_form .ticker_input_wrapper input.ticker-input {
  clear: both;
  display: block;
  width: 68px;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  text-transform: uppercase;
}
.guide.message-popup.nu-screen .ticker_input_form .ticker_input_wrapper input.ticker-input.error {
  border: 1px solid #ff0a13;
}
.guide.message-popup.nu-screen .ticker_input_form .ticker_input_wrapper:first-child {
  margin-left: 0;
}
.guide.message-popup.nu-screen .ticker_input_form input.blue-btn {
  clear: both;
  display: block;
  background: #3d7fba;
  padding: 8px 24px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 4px;
  border: none;
  margin: 40px auto 0;
  color: #fff;
  cursor: pointer;
}
.guide.message-popup.nu-screen .ticker_input_form .pwd-error-pane {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  color: #ff0a13;
  font-size: 12px;
}
.guide.message-popup.nu-screen .ticker_input_form .autopopulate {
  position: absolute;
  bottom: 55px;
  left: 0;
  margin-left: 18px;
  color: #3d7fba;
  font-size: 12px;
  cursor: pointer;
}
.guide.message-popup.nu-screen .button-holder {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
.guide.message-popup.nu-screen .skip-follow-tickers {
  font-size: 12px;
  color: #3d7fba;
  margin-top: 10px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
/* global styles end - if any changes are needed in these, please override with class/nested hierarchy */
.message-popup {
  width: 600px;
  overflow: hidden;
  background: white;
  position: absolute;
  font-family: HelveticaNeue;
  top: 0;
  border-radius: 3px;
  z-index: 999;
}
.message-popup .title-wrapper {
  padding: 18px 18px 12px 18px;
  background: #f5faff;
  border-bottom: 1px solid #ccd8e6;
}
.message-popup .title-wrapper .title {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  color: #527495;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
}
.message-popup .title-wrapper .title .close-icon {
  cursor: pointer;
}
.message-popup .content-wrapper {
  padding: 24px 18px;
  text-align: center;
}
.message-popup .content-wrapper .content {
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.message-popup .content-wrapper .button-holder {
  text-align: center;
}
.message-popup .content-wrapper .notification-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 24px;
}
.message-popup .content-wrapper .navigate-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #7e91ad;
}
.message-popup .content-wrapper .navigate-message span {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.message-popup .content-wrapper .deactivate_success_message {
  font-size: 16px;
  line-height: 18px;
  color: green;
}
.message-popup .content-wrapper .error_message,
.message-popup .content-wrapper .deactivate_error_message {
  font-size: 13px;
  line-height: 18px;
  color: red;
}
.message-popup .seperator {
  width: 100%;
  min-height: 1px;
  background: #E8F1F9;
  border: solid white;
  border-width: 0 12px 0 12px;
  box-sizing: border-box;
}
.message-popup .back {
  width: 60px;
  margin-right: -60px;
  float: left;
  text-align: left;
  font-family: Arial, Regular;
  font-size: 12px;
  padding: 12px 0 0 0;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
.message-popup .back::before {
  content: "<";
  margin-right: 5px;
}
.message-popup .skippy {
  font-size: 12px;
  color: #3d7fba;
  margin-top: 10px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.message-popup .next {
  display: inline-block;
  font-family: Arial, Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  background: #3d7fba;
  border-radius: 5px;
  cursor: pointer;
}
.message-popup .ok-btn,
.message-popup .yes-btn,
.message-popup .no-btn {
  display: inline-block;
  font-family: Arial, Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  background: #3d7fba;
  border-radius: 5px;
  cursor: pointer;
  width: 50px;
  border: 1px solid transparent;
}
.message-popup .no-btn {
  margin-left: 24px;
}
.message-popup .cancel-btn {
  font-size: 12px;
  color: #3d7fba;
  margin-top: 12px;
  display: block;
  cursor: pointer;
}
.message-popup .hover-btn:hover {
  background-color: #ffffff;
  color: #3d7fba;
  border: 1px solid;
}
.message-popup .note-msg-btn {
  display: inline-block;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  padding: 14px 60px 14px 60px;
  color: #fff;
  font-size: 15px;
  background: #3d7fba;
  border-radius: 3px;
  cursor: pointer;
}
.message-popup .confirm-btn {
  margin-right: 12px;
}
.message-popup .note-msg-btn.send-mail-btn {
  background-color: #3d7fba;
  color: #ffffff;
  width: 60px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #3d7fba;
}
.message-popup .note-msg-btn.send-mail-btn:hover {
  background-color: #326b9e;
}
.message-popup .note-msg-btn.cancel-mail-btn {
  background-color: #f5faff;
  border: 1px solid #d2e2f2;
  color: #527495;
  min-width: 60px;
  white-space: nowrap;
  text-align: center;
  margin-right: 15px;
  margin-top: 30px;
  margin-left: 15%;
}
.message-popup .note-msg-btn.cancel-mail-btn:hover {
  background-color: #e8eef7;
}
/* global styles end */
/* share specific styles start*/
.message-popup.note-msg-popup.info-popup {
  width: 800px;
}
.message-popup.note-msg-popup.info-popup .note-title {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #698094;
  font-size: 150%;
}
.message-popup.note-msg-popup.info-popup .title-wrapper {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.message-popup.note-msg-popup.info-popup .content-wrapper {
  padding: 24px 18px;
  text-align: left;
}
.message-popup.note-msg-popup.info-popup .content-wrapper .note-title-wrapper {
  border-bottom: 1px solid #d4e0ea;
}
.message-popup.note-msg-popup.info-popup .content-wrapper .content {
  border-bottom: 1px solid #d4e0ea;
  font-size: 16px;
  line-height: 18px;
  color: #698094;
  overflow: auto;
}
.message-popup.note-msg-popup.info-popup .content-wrapper .content .manage-colon::after {
  content: " : ";
}
.message-popup.note-msg-popup.info-popup .content-wrapper .content .note-content {
  float: right;
  width: 270px;
  max-height: 75px;
}
.message-popup.note-msg-popup.info-popup .content-wrapper .allowed-list {
  overflow: auto;
  max-height: 64px;
  padding-top: 8px;
}
.message-popup.note-msg-popup.info-popup .content-wrapper .allowed-list .item-new {
  background: #f0f8ff;
  float: left;
  font-size: 11px;
  color: #4f95da;
  font-weight: 500;
  line-height: 18px;
  padding: 3px 6px;
  border-radius: 2px;
  margin-bottom: 6px;
  margin-left: 6px;
  border: 1px solid #4f95da;
}
.message-popup.note-msg-popup.info-popup .content-wrapper .allowed-list .item-new .close-button {
  width: 6px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 4px 3px 0 6px;
}
.message-popup.note-msg-popup.info-popup .note-info-text {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  font-size: 14px;
  overflow: auto;
}
.message-popup.note-msg-popup.info-popup .note-info-text label {
  width: 96px;
  text-align: left;
  display: inline-block;
  margin-right: 12px;
}
.message-popup.note-msg-popup.info-popup .note-info-text label:after {
  content: ':';
  float: right;
}
.message-popup.note-msg-popup.info-popup .note-info-text .note-dates {
  min-width: 115px;
  text-align: left;
}
.message-popup.note-msg-popup.share-popup,
.message-popup.note-msg-popup.highlight-share-popup {
  overflow: visible;
}
.message-popup.note-msg-popup.share-popup .title-wrapper,
.message-popup.note-msg-popup.highlight-share-popup .title-wrapper {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.message-popup.note-msg-popup.share-popup .content-wrapper.maxed,
.message-popup.note-msg-popup.highlight-share-popup .content-wrapper.maxed {
  overflow: scroll;
  overflow-x: hidden;
}
.message-popup.note-msg-popup.share-popup .show-to-wrapper,
.message-popup.note-msg-popup.highlight-share-popup .show-to-wrapper {
  padding: 18px 12px;
  border-bottom: 1px solid #d4e0ea;
  text-align: left;
}
.message-popup.note-msg-popup.share-popup .show-to-wrapper .plain-text,
.message-popup.note-msg-popup.highlight-share-popup .show-to-wrapper .plain-text {
  color: #4a5258;
  font-weight: 500;
  font-size: 14px;
}
.message-popup.note-msg-popup.share-popup .show-to-wrapper .option-wrapper,
.message-popup.note-msg-popup.highlight-share-popup .show-to-wrapper .option-wrapper {
  margin-top: 12px;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #698094;
}
.message-popup.note-msg-popup.share-popup .show-to-wrapper .radio-wrap,
.message-popup.note-msg-popup.highlight-share-popup .show-to-wrapper .radio-wrap {
  display: inline-block;
  clear: both;
}
.message-popup.note-msg-popup.share-popup .show-to-wrapper .radio-wrap i,
.message-popup.note-msg-popup.highlight-share-popup .show-to-wrapper .radio-wrap i {
  font-size: 0.8em;
}
.message-popup.note-msg-popup.share-popup .show-to-wrapper .radio-wrap input[type=radio],
.message-popup.note-msg-popup.highlight-share-popup .show-to-wrapper .radio-wrap input[type=radio] {
  position: relative;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  margin: 4px;
}
.message-popup.note-msg-popup.share-popup .show-to-wrapper .radio-wrap input[type=radio]::after,
.message-popup.note-msg-popup.highlight-share-popup .show-to-wrapper .radio-wrap input[type=radio]::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.message-popup.note-msg-popup.share-popup .show-to-wrapper .radio-wrap input[type=radio]:checked::after,
.message-popup.note-msg-popup.highlight-share-popup .show-to-wrapper .radio-wrap input[type=radio]:checked::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper {
  padding: 18px 12px;
  border-bottom: 1px solid #d4e0ea;
  text-align: left;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .plain-text,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .plain-text,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .plain-text,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .plain-text {
  color: #4a5258;
  font-weight: 500;
  font-size: 14px;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper input[type=checkbox],
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper input[type=checkbox],
.message-popup.note-msg-popup.share-popup .staff-share-wrapper input[type=checkbox],
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper input[type=checkbox] {
  visibility: hidden;
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 8px 1px 8px;
  height: 32px;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .checkbox,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .checkbox,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .checkbox,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .checkbox {
  position: relative;
  line-height: 16px;
  font-size: 12px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .checkbox label,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .checkbox label,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .checkbox label,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 4px;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #a5b3c7;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .checkbox label:after,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .checkbox label:after,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .checkbox label:after,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .checkbox label:hover::after,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .checkbox label:hover::after,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .checkbox label:hover::after,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .checkbox input[type=checkbox]:checked + label:after,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .checkbox input[type=checkbox]:checked + label:after,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .checkbox input[type=checkbox]:checked + label:after,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .checkbox input[type=checkbox]:checked span,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .checkbox input[type=checkbox]:checked span,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .checkbox input[type=checkbox]:checked span,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .checkbox input[type=checkbox]:checked span {
  background-color: #3d7fba;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .uneditable,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .uneditable,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .uneditable,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .uneditable {
  opacity: 0.6;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .teams_wrapper,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .teams_wrapper,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .teams_wrapper,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .teams_wrapper,
.message-popup.note-msg-popup.share-popup .share-with-wrapper .staff_wrapper,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .staff_wrapper,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .staff_wrapper,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .staff_wrapper {
  margin-top: 12px;
  overflow: hidden;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .teams_wrapper .item,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .teams_wrapper .item,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .teams_wrapper .item,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .teams_wrapper .item,
.message-popup.note-msg-popup.share-popup .share-with-wrapper .staff_wrapper .item,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .staff_wrapper .item,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .staff_wrapper .item,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .staff_wrapper .item {
  cursor: pointer;
  padding: 4px 8px 4px 28px;
  border: 1px solid #a5b3c7;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-radius: 3px;
  margin-bottom: 12px;
  margin-right: 12px;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .teams_wrapper .org_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .teams_wrapper .org_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .teams_wrapper .org_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .teams_wrapper .org_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .share-with-wrapper .staff_wrapper .org_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .staff_wrapper .org_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .staff_wrapper .org_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .staff_wrapper .org_wrapper .plain-txt {
  line-height: 16px;
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #698094;
  text-transform: capitalize;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .teams_wrapper .team_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .teams_wrapper .team_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .teams_wrapper .team_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .teams_wrapper .team_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .share-with-wrapper .staff_wrapper .team_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .staff_wrapper .team_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .staff_wrapper .team_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .staff_wrapper .team_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .share-with-wrapper .teams_wrapper .stf_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .teams_wrapper .stf_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .teams_wrapper .stf_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .teams_wrapper .stf_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .share-with-wrapper .staff_wrapper .stf_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .staff_wrapper .stf_wrapper .plain-txt,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .staff_wrapper .stf_wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .staff_wrapper .stf_wrapper .plain-txt {
  line-height: 16px;
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #698094;
  text-transform: capitalize;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .team_wrapper.active,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .team_wrapper.active,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .team_wrapper.active,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .team_wrapper.active,
.message-popup.note-msg-popup.share-popup .share-with-wrapper .org_wrapper.active,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .org_wrapper.active,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .org_wrapper.active,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .org_wrapper.active {
  border-color: #4f95da;
  background: #f0f8ff;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .team_wrapper.active .checkbox label,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .team_wrapper.active .checkbox label,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .team_wrapper.active .checkbox label,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .team_wrapper.active .checkbox label,
.message-popup.note-msg-popup.share-popup .share-with-wrapper .org_wrapper.active .checkbox label,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .org_wrapper.active .checkbox label,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .org_wrapper.active .checkbox label,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .org_wrapper.active .checkbox label {
  color: #4f95da;
  border-color: #4f95da;
}
.message-popup.note-msg-popup.share-popup .share-with-wrapper .team_wrapper.active .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .team_wrapper.active .plain-txt,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .team_wrapper.active .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .team_wrapper.active .plain-txt,
.message-popup.note-msg-popup.share-popup .share-with-wrapper .org_wrapper.active .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .share-with-wrapper .org_wrapper.active .plain-txt,
.message-popup.note-msg-popup.share-popup .staff-share-wrapper .org_wrapper.active .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .staff-share-wrapper .org_wrapper.active .plain-txt {
  color: #4f95da;
}
.message-popup.note-msg-popup.share-popup .email-notify-wrapper,
.message-popup.note-msg-popup.highlight-share-popup .email-notify-wrapper {
  padding: 18px 12px;
  border-bottom: 1px solid #e8ebee;
  text-align: left;
}
.message-popup.note-msg-popup.share-popup .email-notify-wrapper .checkbox,
.message-popup.note-msg-popup.highlight-share-popup .email-notify-wrapper .checkbox {
  position: relative;
}
.message-popup.note-msg-popup.share-popup .email-notify-wrapper .checkbox input,
.message-popup.note-msg-popup.highlight-share-popup .email-notify-wrapper .checkbox input {
  visibility: hidden;
}
.message-popup.note-msg-popup.share-popup .email-notify-wrapper .checkbox label,
.message-popup.note-msg-popup.highlight-share-popup .email-notify-wrapper .checkbox label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
}
.message-popup.note-msg-popup.share-popup .email-notify-wrapper .checkbox label:after,
.message-popup.note-msg-popup.highlight-share-popup .email-notify-wrapper .checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 4px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.message-popup.note-msg-popup.share-popup .email-notify-wrapper .checkbox label:hover::after,
.message-popup.note-msg-popup.highlight-share-popup .email-notify-wrapper .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.message-popup.note-msg-popup.share-popup .email-notify-wrapper .checkbox input[type=checkbox]:checked + label:after,
.message-popup.note-msg-popup.highlight-share-popup .email-notify-wrapper .checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.message-popup.note-msg-popup.share-popup .email-notify-wrapper .checkbox input[type=checkbox]:checked span,
.message-popup.note-msg-popup.highlight-share-popup .email-notify-wrapper .checkbox input[type=checkbox]:checked span {
  background-color: #3d7fba;
}
.message-popup.note-msg-popup.share-popup .email-notify-wrapper .plain-txt,
.message-popup.note-msg-popup.highlight-share-popup .email-notify-wrapper .plain-txt {
  font-size: 14px;
  font-weight: 500;
  color: #698094;
  margin-left: 12px;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper {
  padding: 0 12px 18px;
  border-bottom: 1px solid #d4e0ea;
  text-align: left;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .plain-text,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .plain-text {
  color: #4a5258;
  font-weight: 500;
  font-size: 14px;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper {
  margin: 12px 0;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper input,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper input {
  border-radius: 2px;
  border: 1px solid #bbc6d5;
  font-size: 14px;
  padding: 8px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 472px;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper {
  z-index: 999;
  width: 98%;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper li,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper li {
  text-transform: initial;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper li.selected .sharing_user_item .fullname,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper li.selected .sharing_user_item .fullname,
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper li.selected .sharing_user_item .username,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper .suggest-wrapper li.selected .sharing_user_item .username {
  color: #ffffff;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item {
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
  clear: both;
  min-height: 30px;
  cursor: pointer;
  padding: 0 12px;
  overflow: hidden;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item .name-initials,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item .name-initials {
  width: 26px;
  height: 26px;
  background: #e8eef7;
  border: 1px solid #e8eef7;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #698094;
  text-transform: uppercase;
  margin-right: 18px;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item .fullname,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item .fullname {
  margin-right: 6px;
  text-transform: capitalize;
  font-family: Helvetica Neue, Arial, sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #698094;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 220px;
  overflow: hidden;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item .username,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .share-input-wrapper .suggest .sharing_user_item .username {
  line-height: 24px;
  color: #7f8fa9;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  overflow: hidden;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .added-users,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .added-users {
  overflow: auto;
  max-height: 64px;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .added-users .item-new,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .added-users .item-new {
  background: #f0f8ff;
  float: left;
  font-size: 11px;
  color: #4f95da;
  font-weight: 500;
  line-height: 18px;
  padding: 3px 6px;
  border-radius: 2px;
  margin-bottom: 6px;
  margin-left: 6px;
  border: 1px solid #4f95da;
}
.message-popup.note-msg-popup.share-popup .add-user-wrapper .added-users .item-new .close-button,
.message-popup.note-msg-popup.highlight-share-popup .add-user-wrapper .added-users .item-new .close-button {
  width: 6px;
  cursor: pointer;
  height: 6px;
  float: right;
  margin: 4px 3px 0 6px;
}
/* share specific styles end*/
.guide.message-popup {
  font-family: Helvetica Neue, Arial, sans-serif;
  width: 600px;
  overflow: hidden;
  height: auto;
  background: white;
  position: absolute;
  top: 0;
  border-radius: 8px;
  z-index: 999;
  box-shadow: 0 6px 30px 0 rgba(22, 42, 60, 0.65);
}
.guide.message-popup .title-wrapper {
  padding: 18px 12px;
  background-color: #e8eef7;
}
.guide.message-popup .title-wrapper .title {
  font-size: 30px;
  line-height: 32px;
  width: 100%;
  text-align: center;
  color: #364051;
}
.guide.message-popup .title-wrapper .title .close-icon {
  cursor: pointer;
}
.guide.message-popup .title-wrapper .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #808b9f;
  text-align: center;
  width: 360px;
  margin: 0 auto;
  padding: 14px 0 0 0;
}
.guide.message-popup .content-wrapper {
  padding: 6px 18px;
  text-align: center;
}
.guide.message-popup .content-wrapper .content {
  width: 500px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #3d7fba;
}
.guide.message-popup .content-wrapper .content .ill-box {
  width: 420px;
  margin: 0 auto;
  padding: 6px 0;
  border-bottom: 1px solid #d4e0ea;
}
.guide.message-popup .content-wrapper .content .ill-box .boxill {
  overflow: hidden;
  padding: 14px 0;
}
.guide.message-popup .content-wrapper .content .ill-box .boxill .img {
  margin-right: 24px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.guide.message-popup .content-wrapper .content .ill-box .boxill .img img {
  height: 48px;
  width: auto;
}
.guide.message-popup .content-wrapper .content .ill-box .boxill .box-text {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  display: inline-block;
  width: 260px;
}
.guide.message-popup .content-wrapper .content .ill-box .img-1 {
  display: inline-block;
  height: 260px;
  width: auto;
}
.guide.message-popup .content-wrapper .content .ill-box .img-1 img {
  height: 260px;
  width: auto;
}
.guide.message-popup .content-wrapper .content .ill-box .img-2 {
  position: absolute;
  top: 64px;
  display: inline-block;
}
.guide.message-popup .content-wrapper .content .illbox-image {
  width: 540px;
  margin: 0 auto;
  padding: 12px 0;
}
.guide.message-popup .content-wrapper .content .illbox-image img {
  height: 240px;
  width: auto;
}
.guide.message-popup .content-wrapper .content .foot-text {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #698094;
  padding-top: 12px;
}
.guide.message-popup .content-wrapper .button-holder {
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
}
.guide.message-popup .content-wrapper #qrcode {
  height: 120px;
  width: 120px;
}
.guide.message-popup .content-wrapper .otp {
  padding: 12px;
}
.guide.message-popup .content-wrapper .otp input {
  display: block;
  margin: 12px auto;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 13px;
  line-height: 18px;
}
.guide.message-popup .content-wrapper .deactivate-otp {
  padding: 12px;
}
.guide.message-popup .content-wrapper .deactivate-otp #deactivate_otp_input,
.guide.message-popup .content-wrapper .deactivate-otp #deactivate_otp_input-f {
  display: block;
  margin: 12px auto;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 13px;
  line-height: 18px;
}
.guide.message-popup .content-wrapper .deactivate-otp .deactivate_submit {
  display: inline-block;
  font-family: Arial, Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  background: #3d7fba;
  border-radius: 5px;
  cursor: pointer;
}
.guide.message-popup .content-wrapper .success_message,
.guide.message-popup .content-wrapper .already_message {
  font-size: 16px;
  line-height: 18px;
  color: #666666;
}
.guide.message-popup .content-wrapper .notification-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 24px;
}
.guide.message-popup .content-wrapper .navigate-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #7e91ad;
}
.guide.message-popup .content-wrapper .navigate-message span {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.guide.message-popup .content-wrapper .deactivate_success_message {
  font-size: 16px;
  line-height: 18px;
  color: green;
}
.guide.message-popup .content-wrapper .error_message,
.guide.message-popup .content-wrapper .deactivate_error_message {
  font-size: 13px;
  line-height: 18px;
  color: red;
}
.guide.message-popup .content-wrapper.bottom {
  box-sizing: border-box;
  background: #ffffff;
  border: 0;
}
.guide.message-popup .stage-wrapper {
  height: 85px;
  border-top: 1px solid #ccc;
}
.guide.message-popup .stage-wrapper .content {
  height: 85px;
  width: 44%;
  margin-left: 28%;
  padding: 35px 0;
  box-sizing: border-box;
}
.guide.message-popup .stage-wrapper .content .round {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #a5b3c7;
  border-radius: 8px;
  position: relative;
  left: -1px;
}
.guide.message-popup .stage-wrapper .content .round.current {
  background: #fff;
  border: 4px solid #4f97dc;
  border-radius: 8px;
  width: 8px;
  height: 8px;
}
.guide.message-popup .stage-wrapper .content .horizontal {
  width: 50px;
  height: 5px;
  display: inline-block;
  background: #bbc6d5;
  position: relative;
  top: -5px;
  left: -1px;
}
.guide.message-popup .seperator {
  width: 100%;
  min-height: 1px;
  background: #E8F1F9;
  border: solid white;
  border-width: 0 12px 0 12px;
  box-sizing: border-box;
}
.guide.message-popup .back {
  width: 60px;
  margin-right: -60px;
  float: left;
  text-align: left;
  font-family: Arial, Regular;
  font-size: 12px;
  padding: 12px 0 0 0;
  line-height: 18px;
  color: #3d7fba;
  cursor: pointer;
}
.guide.message-popup .back::before {
  content: "<";
  margin-right: 5px;
}
.guide.message-popup .skippy {
  font-size: 13px;
  color: #a5b3c7;
  display: block;
  cursor: pointer;
  margin-bottom: 12px;
  text-decoration: none;
}
.guide.message-popup .next {
  display: inline-block;
  padding: 6px 18px;
  color: #ffffff;
  line-height: 32px;
  font-size: 12px;
  background: #55ACEE;
  cursor: pointer;
  box-sizing: border-box;
  word-spacing: 2px;
  width: 175px;
  border-radius: 3px;
}
.guide.message-popup .ok-btn,
.guide.message-popup .yes-btn,
.guide.message-popup .no-btn {
  display: inline-block;
  font-family: Arial, Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  background: #3d7fba;
  border-radius: 5px;
  cursor: pointer;
  width: 50px;
  border: 1px solid transparent;
}
.guide.message-popup .no-btn {
  margin-left: 24px;
}
.guide.message-popup .cancel-btn {
  font-size: 12px;
  color: #3d7fba;
  margin-top: 12px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.guide.message-popup .hover-btn:hover {
  background-color: #ffffff;
  color: #3d7fba;
  border: 1px solid;
}
.guide.message-popup .note-msg-btn {
  display: inline-block;
  font-family: Arial, Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  background: #3d7fba;
  border-radius: 5px;
  cursor: pointer;
}
.guide.message-popup .note-msg-btn.send-mail-btn .note-info-ok-btn {
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  border: 1px solid #3079ed;
  color: #fff;
  width: 60px;
  text-align: center;
}
.guide.message-popup .note-msg-btn.cancel-mail-btn {
  background-color: transparent;
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  width: 60px;
  text-align: center;
}
.guide.message-popup .pre-tour-btn#resume-tour,
.guide.message-popup .pre-tour-btn#restart-tour {
  display: inline-block;
  font-family: Arial, Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  background: #b2b7bf;
  border-radius: 3px;
  cursor: pointer;
  width: 170px;
  box-sizing: border-box;
}
.guide.message-popup .pre-tour-btn#resume-tour {
  margin-right: 18px;
  background: #55ACEE;
}
.guide.message-popup .pre-tour-btn#cancel-tour {
  font-size: 13px;
  color: #55ACEE;
  margin-top: 12px;
  display: block;
  cursor: pointer;
  float: right;
  margin-right: 42px;
}
.guide.message-popup.start_tour {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.guide.message-popup.start_tour .content-wrapper .button-holder {
  margin-left: 0;
}
.guide.message-popup.start_tour .content-wrapper .button-holder .next {
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
}
.guide.message-popup.auto_h {
  height: auto;
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.guide.message-popup.auto_h .next {
  font-size: 18px;
  font-family: Helvetica Neue, Arial, sans-serif;
}
.guide.message-popup.auto_h .content-wrapper .button-holder {
  margin-left: 0;
}
.guide.message-popup.auto_h .content-wrapper .content {
  width: auto;
  margin-left: 0;
}
.message-tooltip {
  max-width: 400px;
  background: #1b212a;
  position: absolute;
  top: 0;
  border-radius: 5px;
  font-family: Helvetica Neue, Arial, sans-serif !important;
  font-weight: 500;
  z-index: 999;
}
.message-tooltip .arrow-gt.left-mid,
.message-tooltip .arrow-gt.left-top,
.message-tooltip .arrow-gt.left-bottom {
  position: absolute;
  height: 0;
  width: 0;
  border: solid #1b212a;
  border-width: 6px;
  border-color: transparent #1b212a transparent transparent;
  left: -12px;
}
.message-tooltip .arrow-gt.left-top {
  top: 10px;
}
.message-tooltip .arrow-gt.left-bottom {
  bottom: 10px;
}
.message-tooltip .arrow-gt.left-mid {
  top: 50%;
  margin-top: -6px;
}
.message-tooltip .arrow-gt.right-mid,
.message-tooltip .arrow-gt.right-top,
.message-tooltip .arrow-gt.right-bottom {
  position: absolute;
  height: 0;
  width: 0;
  border: solid #1b212a;
  border-width: 6px;
  border-color: transparent transparent transparent #1b212a;
  right: -12px;
}
.message-tooltip .arrow-gt.right-top {
  top: 10px;
}
.message-tooltip .arrow-gt.right-bottom {
  bottom: 10px;
}
.message-tooltip .arrow-gt.right-mid {
  top: 50%;
  margin-top: -6px;
}
.message-tooltip .arrow-gt.top-mid,
.message-tooltip .arrow-gt.top-left,
.message-tooltip .arrow-gt.top-right {
  position: absolute;
  height: 0;
  width: 0;
  border: solid #1b212a;
  border-width: 6px;
  border-color: transparent transparent #1b212a transparent;
  top: -12px;
}
.message-tooltip .arrow-gt.top-left {
  left: 10px;
}
.message-tooltip .arrow-gt.top-right {
  right: 10px;
}
.message-tooltip .arrow-gt.top-mid {
  left: 50%;
  margin-left: -6px;
}
.message-tooltip .arrow-gt.bottom-mid,
.message-tooltip .arrow-gt.bottom-left,
.message-tooltip .arrow-gt.bottom-right {
  position: absolute;
  height: 0;
  width: 0;
  border: solid #1b212a;
  border-width: 6px;
  border-color: #1b212a transparent transparent transparent;
  bottom: -12px;
}
.message-tooltip .arrow-gt.bottom-left {
  left: 10px;
}
.message-tooltip .arrow-gt.bottom-right {
  right: 10px;
}
.message-tooltip .arrow-gt.bottom-mid {
  left: 50%;
  margin-left: -6px;
}
.message-tooltip .content-wrapper {
  text-align: center;
  padding: 18px;
}
.message-tooltip .content-wrapper .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 18px;
}
.message-tooltip .content-wrapper .content {
  font-size: 16px;
  line-height: 20px;
  color: #e3eeff;
  font-weight: 300;
}
.message-tooltip .button-holder {
  text-align: center;
  height: 50px;
  background: #323b49;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.message-tooltip .seperator {
  width: 100%;
  min-height: 1px;
  background: #e3eeff;
  border: solid #E8F1F9;
  border-width: 0 12px 0 12px;
  box-sizing: border-box;
}
.message-tooltip .back {
  width: 60px;
  margin-right: -60px;
  float: left;
  text-align: left;
  font-family: Arial, Regular;
  font-size: 12px;
  padding: 12px 0 0 0;
  line-height: 18px;
  color: #4f97dc;
  cursor: pointer;
}
.message-tooltip .back::before {
  content: "<";
  margin-right: 5px;
}
.message-tooltip .next {
  float: right;
  width: 130px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  font-family: Arial, Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  background: #4f97dc;
  cursor: pointer;
  border-bottom-right-radius: 5px;
}
.message-tooltip .next.inactive {
  pointer-events: none;
  background: #bbc6d5;
}
.message-tooltip.no_button .content-wrapper {
  padding: 18px;
}
.message-tooltip.no_button .content-wrapper .content {
  color: #ffffff;
}
.message-tooltip.nav-tabs {
  top: 5px;
  left: 10px;
}
.message-tooltip.new-tab-menu-1 {
  top: 5px;
  left: 10px;
}
.message-tooltip.new-tab-docsearch {
  top: 10px;
  left: 600px;
}
.message-tooltip.docsearch-intro {
  top: 10px;
  left: 160px;
}
.message-tooltip.docsearch-docselect-1 {
  top: 290px;
  left: 200px;
}
.message-tooltip.docsearch-snippet-click {
  top: 110px;
  left: 560px;
}
.message-tooltip.docsearch-snippet-location {
  top: 160px;
  left: 260px;
}
.message-tooltip.docsearch-export-excel {
  top: 240px;
  left: 460px;
}
.message-tooltip.docsearch-docmenu-click {
  top: 160px;
  right: 100px;
}
.message-tooltip.docsearch-docmenu-query2 {
  top: 100px;
  right: 350px;
}
.message-tooltip.docsearch-docmenu-query-2-results {
  width: 600px;
  top: 110px;
  left: 300px;
}
.message-tooltip.new-tab-menu-2 {
  top: 10px;
  left: 300px;
}
.message-tooltip.new-tab-edt {
  top: 10px;
  left: 720px;
}
.message-tooltip.edt-query-1 {
  left: 50%;
  margin-left: 200px;
  top: 300px;
}
.message-tooltip.edt-summary-view {
  left: 215px;
  top: 10px;
}
.message-tooltip.edt-summary-maingraph {
  left: 550px;
  top: 56px;
}
.message-tooltip.edt-nav-leftmenu {
  left: 215px;
  top: 110px;
}
.message-tooltip.edt-nav-leftmenu {
  left: 215px;
  top: 110px;
}
.message-tooltip.edt-nav-annualmodel {
  left: 215px;
  top: 110px;
}
.message-tooltip.edt-nav-charts {
  left: 215px;
  top: 300px;
}
.message-tooltip.edt-nav-histchart {
  left: 215px;
  top: 250px;
}
.message-tooltip.edt-charts-addseries-menu {
  top: 10px;
  right: 750px;
}
.follow-popup.with-layer-mask {
  background: transparent;
  z-index: 310!important;
  /*opacity:0.9;*/
}
.follow-popup.with-layer-mask .vstrip {
  position: relative;
  height: 100%;
}
.follow-popup.with-layer-mask .holder.vstrip {
  position: relative;
  overflow: hidden;
}
.follow-popup.with-layer-mask .hstrip {
  position: absolute;
  width: 100%;
}
.follow-popup.with-layer-mask .filler.hstrip {
  height: 100%;
}
.follow-popup.with-layer-mask .filler,
.follow-popup.with-layer-mask .offset {
  background: #000;
  opacity: 0.4;
}
.follow-popup.with-layer-mask .holder {
  background: transparent;
}
.follow-popup.with-layer-mask.disabled .filler,
.follow-popup.with-layer-mask.disabled .offset {
  background: transparent;
}
.newscreen {
  position: absolute;
  z-index: 10;
  width: 600px;
  background: #fff;
  border-radius: 6px;
  font-family: Helvetica Neue, Arial, sans-serif;
  box-shadow: 0 1px 15px -2px #1e374d;
}
.newscreen .header {
  background: #f9fcff;
  padding: 24px 36px;
  border-bottom: 2px solid #d4e0ea;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.newscreen .header .title {
  font-size: 24px;
  line-height: 30px;
  color: #1e374d;
  float: left;
}
.newscreen .header .sub-title {
  font-size: 16px;
  line-height: 18px;
  margin-top: 6px;
  color: #698094;
  float: left;
  margin-left: 6px;
}
.newscreen .header .video {
  position: absolute;
  top: 18px;
  left: 980px;
}
.newscreen .content {
  padding: 18px 30px;
}
.newscreen .content .main-title {
  line-height: 30px;
  font-size: 18px;
  color: #1e374d;
  margin-bottom: 12px;
}
.newscreen .content .main-title .icon {
  display: inline-block;
  margin-right: 12px;
  font-size: 30px;
  vertical-align: middle;
  line-height: 30px;
}
.newscreen .content .main-title .main-text {
  display: inline-block;
  vertical-align: middle;
}
.newscreen .content .main-title .error-span {
  display: none;
  font-size: 12px;
  color: #e81a1a;
}
.newscreen .content .pwd-input-holder,
.newscreen .content .mobile-input-holder {
  display: inline-block;
}
.newscreen .content .pwd-input-holder label,
.newscreen .content .mobile-input-holder label {
  clear: both;
  display: block;
  line-height: 24px;
  font-size: 12px;
  color: #698094;
}
.newscreen .content .pwd-input-holder input,
.newscreen .content .mobile-input-holder input {
  line-height: 26px;
  border: 2px solid #bbc6d5;
  border-radius: 3px;
  width: 236px;
  padding: 6px;
  font-size: 14px;
}
.newscreen .content .pwd-input-holder:first-child,
.newscreen .content .mobile-input-holder:first-child {
  margin-right: 30px;
}
.newscreen .content .pwd-input-holder label.error,
.newscreen .content .mobile-input-holder label.error {
  color: #e81a1a;
}
.newscreen .content .pwd-input-holder input.error,
.newscreen .content .mobile-input-holder input.error {
  border-color: #f04848;
}
.newscreen .content .mobile-input-holder {
  display: block;
}
.newscreen .content .mobile-input-holder input {
  width: 100%;
}
.newscreen .content .mobile-input-holder:first-child {
  margin-right: 18px;
}
.newscreen .content .ticker-input-holder {
  display: inline-block;
}
.newscreen .content .ticker-input-holder label {
  clear: both;
  display: block;
  line-height: 24px;
  font-size: 12px;
  color: #698094;
  width: 80px;
}
.newscreen .content .ticker-input-holder input {
  line-height: 26px;
  border: 2px solid #bbc6d5;
  border-radius: 3px;
  width: 68px;
  padding: 6px;
  font-size: 14px;
  margin-right: 24px;
}
.newscreen .content .ticker-input-holder:last-child {
  margin-right: 0;
}
.newscreen .content .ticker-input-holder input.error {
  border-color: #f04848;
}
.newscreen .content .foot-text {
  clear: both;
  display: block;
  line-height: 18px;
  font-size: 12px;
  color: #698094;
  margin: 6px 0 18px 0;
  font-weight: 500;
  cursor: pointer;
}
.newscreen .content .foot-text span {
  margin-right: 12px;
}
.newscreen .content .foot-text:hover {
  text-decoration: underline;
}
.newscreen .content .foot-text-big {
  line-height: 18px;
  font-size: 14px;
  margin-top: 18px;
  color: #698094;
}
.newscreen .content .feature-list {
  display: inline-block;
  width: 220px;
  margin-right: 12px;
  vertical-align: top;
}
.newscreen .content .feature-list .icon {
  font-size: 30px;
  color: #3d7fba;
  margin-bottom: 12px;
}
.newscreen .content .feature-list .list-1-title {
  font-size: 16px;
  line-height: 24px;
  color: #698094;
  font-weight: 500;
}
.newscreen .content .feature-list ul.list-1 {
  margin: 6px 0 12px 0;
  padding-left: 18px;
}
.newscreen .content .feature-list ul.list-1 li {
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  margin-bottom: 6px;
}
.newscreen .content .feature-list .list-2-title {
  font-weight: 500;
  font-size: 15px;
  color: #698094;
  line-height: 24px;
}
.newscreen .content .feature-list ul.list-2 {
  margin: 6px 0 12px 0;
  padding-left: 18px;
}
.newscreen .content .feature-list ul.list-2 li {
  font-size: 12px;
  line-height: 18px;
  color: #698094;
  margin-bottom: 6px;
}
.newscreen .content .feature-list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1239px) {
  .newscreen .content .feature-list {
    display: block;
    border-bottom: 1px solid #d4e0ea;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .newscreen .content .feature-list .icon {
    display: inline-block;
    vertical-align: top;
  }
  .newscreen .content .feature-list .list-1-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin: 0 18px;
  }
  .newscreen .content .feature-list .list-2-wrapper {
    display: inline-block;
    vertical-align: top;
  }
  .newscreen .content .feature-list:last-child {
    border-bottom: 0;
  }
}
.newscreen .footer {
  padding: 18px 30px;
  background: #f9fcff;
  border-top: 2px solid #d4e0ea;
  overflow: auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.newscreen .footer .step-flow {
  font-size: 0;
  line-height: 30px;
}
.newscreen .footer .step-flow .index {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 32px;
  line-height: 30px;
  color: rgba(212, 224, 234, 0.7);
  border: 4px solid rgba(212, 224, 234, 0.7);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.newscreen .footer .step-flow .separator {
  width: 40px;
  border: 1px solid rgba(212, 224, 234, 0.7);
  display: inline-block;
  vertical-align: middle;
}
.newscreen .footer .step-flow .now {
  color: #ffffff;
  background: #3d7fba;
  border-color: #3d7fba;
}
.newscreen .footer .step-flow .prev {
  color: #ffffff;
  background: #d4e0ea;
  border-color: #d4e0ea;
}
.newscreen .footer .button {
  padding: 6px 12px;
  background: #ffffff;
  border: 4px solid #3d7fba;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #3d7fba;
}
.newscreen .footer .button .text {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
}
.newscreen .footer .button .icon {
  font-size: 20px;
  line-height: 24px;
  margin-left: 12px;
}
.newscreen .footer .skip {
  padding: 7px 12px;
  line-height: 30px;
  font-size: 13px;
  color: #3d7fba;
  margin-right: 12px;
  cursor: pointer;
}
.newscreen.new-welcome .content {
  max-height: 410px;
  overflow: auto;
  height: 55vh;
}
.newscreen.new-welcome .content::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
.newscreen.new-welcome .content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.newscreen.new-welcome .content::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.7);
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
.newscreen.new-welcome .content::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
#main-graphboard-container .wrapper1 {
  overflow: hidden;
  padding: 0 20px 0 15px;
}
#main-graphboard-container .inactive {
  pointer-events: none !important;
  background-color: #f9f9f9 !important;
}
#main-graphboard-container .page-slider {
  width: 2%;
  font-size: 60px;
  color: white;
  background-color: #bcbcbc;
  height: 100%;
  cursor: pointer;
}
#main-graphboard-container .left-pane {
  width: 300px;
  height: 400px;
  overflow: auto;
  background: #F9F9F9;
  height: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
  -moz-box-shadow: inset -2px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -2px 0 5px -2px #EAEAEA;
  box-shadow: inset -2px 0 5px -2px #EAEAEA;
}
#main-graphboard-container .left-pane .subheader-arrow {
  display: none;
}
#main-graphboard-container .left-pane .watchlist-check {
  display: block;
  float: left;
  width: 4px;
  height: 10px;
  margin: -1px 0 0 0;
  position: relative;
}
#main-graphboard-container .left-pane .watchlist-check label {
  margin-left: 0;
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff);
}
#main-graphboard-container .left-pane .watchlist-check label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  background-color: #437FB7;
}
#main-graphboard-container .left-pane .watchlist-check label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
}
#main-graphboard-container .left-pane .watchlist-check input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#main-graphboard-container .left-pane #graphboard-search-box-holder {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: visible;
}
#main-graphboard-container .left-pane #graphboard-search-box-holder .clear-icon .icon {
  font-size: 12px;
}
#main-graphboard-container .left-pane .inset-container {
  float: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 100%;
  border-left: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
  margin-bottom: 15px;
}
#main-graphboard-container .left-pane .inset-container .edit-span {
  float: left;
  font-size: 12px;
  margin-right: 12px;
  margin-top: 4px;
}
#main-graphboard-container .left-pane .inset-container .header-container {
  height: 22px;
  width: 100%;
  padding-top: 4px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F6F6F6));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: -o-linear-gradient(top, #FAFAFA, #F6F6F6);
  background-image: linear-gradient(top, #FAFAFA, #F6F6F6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F6F6F6);
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
}
#main-graphboard-container .left-pane .inset-container .header-container .header-text {
  width: 70%;
  float: left;
  color: #595959;
  font-size: 12px;
  padding-left: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#main-graphboard-container .left-pane .inset-container .header-container .header-expand-collapse {
  font-size: 12px;
  padding-right: 8px;
  margin-top: 4px;
  color: #BCBCBC;
}
#main-graphboard-container .left-pane .inset-container .header-container .header-expand-collapse:hover {
  color: #595959;
}
#main-graphboard-container .left-pane .inset-container .subheader-container {
  height: 18px;
  padding-top: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #F6F6F6;
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
  color: #595959;
  font-size: 9px;
}
#main-graphboard-container .left-pane .inset-container .subheader-container .subheader-ticker {
  float: left;
  width: 21%;
}
#main-graphboard-container .left-pane .inset-container .subheader-container .subheader-quickstat {
  float: left;
  width: 0;
  text-align: center;
  height: 0;
}
#main-graphboard-container .left-pane .inset-container .subheader-container .subheader-percent {
  float: right;
  text-align: center;
  width: 20%;
}
#main-graphboard-container .left-pane .inset-container .subheader-container .subheader-chng {
  float: right;
  text-align: center;
  width: 20%;
}
#main-graphboard-container .left-pane .inset-container .subheader-container .subheader-price {
  float: right;
  text-align: center;
  width: 19%;
}
#main-graphboard-container .left-pane .inset-container .subheader-container .subheader-pe {
  float: right;
  text-align: center;
  width: 20%;
}
#main-graphboard-container .left-pane .inset-container .subheader-container .subheader-arrow {
  font-size: 6px;
  margin-left: 1px;
}
#main-graphboard-container .left-pane .inset-container .subheader-container .subheader-arrow:hover {
  cursor: pointer;
}
#main-graphboard-container .left-pane .inset-container .list-item-container-selected,
#main-graphboard-container .left-pane .inset-container .active_ticker {
  font-weight: bold;
  background-color: #eff2f7;
}
#main-graphboard-container .left-pane .inset-container .list-item-container {
  width: 100%;
  font-family: Helvetica Neue, sans-serif;
  border-bottom: 1px solid #BCBCBC;
  cursor: pointer;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item {
  height: 20px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 10px;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .list-ticker {
  float: left;
  width: 19%;
  color: #437FB7;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .list-percent,
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .list-change {
  float: right;
  text-align: center;
  width: 20%;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .list-chng {
  float: right;
  text-align: center;
  width: 20%;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .list-price {
  float: right;
  text-align: center;
  width: 20%;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .list-pe {
  width: 21%;
  color: #437FB7;
  float: right;
  text-align: center;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .list-quickstat {
  display: none;
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 2px;
  font-size: 9px;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .watchlist-name {
  width: 70%;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .item-name {
  margin-left: 10px;
  float: left;
  color: #437FB7;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .item-name:last-child {
  border-bottom: none;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .item-number {
  float: right;
  padding-right: 6px;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .stock-price {
  padding-right: 10px;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item .selected {
  text-decoration: underline;
}
#main-graphboard-container .left-pane .inset-container .list-item-container .list-item:hover {
  background: #FFFDE0;
}
#main-graphboard-container .left-pane .inset-container .list-item-container:last-child {
  border-bottom: none;
}
#main-graphboard-container .left-pane #graphboard-watchlist-tickers.inset-container .subheader-container {
  display: none;
}
#main-graphboard-container .left-pane #graphboard-watchlists.inset-container .list-item-container .list-item .item-number {
  display: none;
}
#main-graphboard-container .right-pane {
  position: relative;
  min-width: 500px;
}
#main-graphboard-container .right-pane .graphboard-options {
  position: relative;
  height: 50px;
  width: 100%;
  border-bottom: solid 1px #eaeaea;
  font-size: 12px;
}
#main-graphboard-container .right-pane .graphboard-options .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 175px;
  font-size: 14px;
  overflow: hidden;
  margin: 5px 20px;
  line-height: 20px;
  color: #666;
  cursor: default;
}
#main-graphboard-container .right-pane .graphboard-options .title span {
  cursor: pointer;
}
#main-graphboard-container .right-pane .graphboard-options .title .untitled {
  color: #dedede;
  font-style: italic;
}
#main-graphboard-container .right-pane .graphboard-options .title .loaded {
  color: #666;
}
#main-graphboard-container .right-pane .graphboard-options .title .modified {
  color: #d88;
}
#main-graphboard-container .right-pane .graphboard-options .title .modified:after,
#main-graphboard-container .right-pane .graphboard-options .title untitled:after {
  content: "*";
  font-size: 10px;
  vertical-align: super;
}
#main-graphboard-container .right-pane .graphboard-options .rel-perf {
  padding: 0 10px;
}
#main-graphboard-container .right-pane .graphboard-options .rel-perf input {
  vertical-align: middle;
}
#main-graphboard-container .right-pane .graphboard-options .rel-perf label {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 10px;
  color: #333;
}
#main-graphboard-container .right-pane .graphboard-options .clear-all {
  text-align: center;
  padding: 5px;
  color: #666;
  line-height: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
}
#main-graphboard-container .right-pane .graphboard-options .clear-all:hover {
  color: #333;
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E1E1E1));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -o-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: linear-gradient(top, #F3F3F3, #E1E1E1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F3F3, endColorstr=#E1E1E1);
}
#main-graphboard-container .right-pane .graphboard-options .update-btn {
  text-align: center;
  padding: 5px;
  color: #666;
  line-height: 16px;
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  -moz-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  -webkit-box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  box-shadow: inset 1px 1px 1px 0px #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -moz-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -ms-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: -o-linear-gradient(top, #FAFAFA, #F3F3F3);
  background-image: linear-gradient(top, #FAFAFA, #F3F3F3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAFAFA, endColorstr=#F3F3F3);
  cursor: pointer;
}
#main-graphboard-container .right-pane .graphboard-options .update-btn:hover {
  color: #333;
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E1E1E1));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: -o-linear-gradient(top, #F3F3F3, #E1E1E1);
  background-image: linear-gradient(top, #F3F3F3, #E1E1E1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F3F3, endColorstr=#E1E1E1);
}
#main-graphboard-container .right-pane .graphboard-options .save-graphboard,
#main-graphboard-container .right-pane .graphboard-options .new-graphboard,
#main-graphboard-container .right-pane .graphboard-options .graphboard-log {
  font-size: 18px;
  padding: 2px 5px;
  margin: 5px 5px;
  cursor: pointer;
}
#main-graphboard-container .right-pane .graphboard-options #graphboard-search {
  height: 25px;
  padding-left: 4px;
  border-radius: 5px;
  outline: none;
  border: solid 1px #c9c9c9;
  width: 120px;
}
#main-graphboard-container .right-pane .graphboard {
  overflow: auto;
}
#main-graphboard-container .right-pane .intraday-container {
  position: relative;
  width: 32%;
  float: left;
  margin: 5px 0;
  margin-left: 1%;
  border-bottom: solid 1px #eaeaea;
  padding: 1px;
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line {
  padding: 0 24px 3px 8px;
  font-size: 12px;
  height: 16px;
  line-height: 18px;
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line div {
  margin-right: 8px;
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line .pct-change {
  margin-right: 0;
  font-size: 1em;
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line .pct-change::before {
  content: "(";
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line .pct-change::after {
  content: "%)";
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line .change {
  font-size: 1em;
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line .price {
  font-size: 1em;
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line .ticker {
  max-width: none;
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line .ticker .texxt {
  float: left;
  font-size: 1.2em;
  text-decoration: underline;
  color: #3d7fba;
  cursor: pointer;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line .ticker .popout {
  float: left;
  margin-top: 6px;
  font-size: 0.8em;
  text-decoration: none;
  margin-left: 6px;
  color: #7e91ad;
  cursor: pointer;
}
#main-graphboard-container .right-pane .intraday-container .rectangle-header .top-line .ticker .popout:hover {
  color: #3d7fba;
}
#main-graphboard-container .right-pane .intraday-container .graph-holder {
  height: 170px;
  width: 100%;
}
#main-graphboard-container .right-pane .intraday-container .graph-header {
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 3px 0;
  text-transform: uppercase;
}
#main-graphboard-container .right-pane .intraday-container .close-btn {
  position: absolute;
  top: -5px;
  right: 3px;
  font-size: 12px;
  color: #E45952;
  cursor: pointer;
  padding: 2px;
  display: none;
}
#main-graphboard-container .right-pane .intraday-container .close-btn:hover {
  color: #b12619;
}
#main-graphboard-container .right-pane .intraday-container .intra-text {
  font-size: 9px;
  padding: 3px 10px;
  color: #999999;
  float: right;
  margin-right: 10px;
  right: 0;
}
#main-graphboard-container .right-pane .intraday-container:hover .close-btn {
  display: block;
}
#main-graphboard-container .right-pane .plus {
  display: block;
  position: absolute;
  top: 10px;
  padding: 4px;
  left: 0;
  cursor: pointer;
  border: 1px solid #8abed7;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
  box-sizing: border-box;
}
#main-graphboard-container .right-pane .plus .icon::after {
  line-height: 24px;
  width: 24px;
  color: #333;
  display: inline-block;
  text-align: center;
  font-style: normal;
}
#main-graphboard-container .right-pane .plus .plus-icon::after {
  content: '\f055';
  font-size: 16px;
  font-family: FontAwesome;
}
#main-graphboard-container .right-pane .plus .minus-icon::after {
  content: "\f056";
  font-family: FontAwesome;
  font-size: 16px;
}
#main-graphboard-container .right-pane .small-error-pane {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 250px;
  padding: 10px;
  z-index: 9;
}
#main-graphboard-container .right-pane .small-error-pane .header {
  font-size: 12px;
}
#main-graphboard-container .right-pane .small-error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
#main-graphboard-container .right-pane .small-error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#habla_topbar_div {
  background-color: #255178 !important;
}
.button-with-attachment {
  cursor: pointer;
}
#main_support_centre {
  height: 100%;
  width: 100%;
  overflow: auto;
}
#main_portfolio_container {
  height: 100%;
  overflow-y: scroll;
}
#main_portfolio_container #left_port_container {
  clear: both;
  float: left;
  width: 212px;
  max-width: 212px;
  background: #fafafa;
  height: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 18px;
  margin-top: 1px;
  margin-right: 40px;
  border: 1px black solid;
}
#main_portfolio_container #left_port_container #load_options .option_list {
  padding-left: 24px;
}
#main_portfolio_container #left_port_container #load_options .option_list .selected {
  background: #3d7fba;
  color: #fff;
}
#main_portfolio_container #left_port_container #load_options .option_list .unavailable {
  background: #fff;
  color: #808080;
  border: 1px solid #808080;
}
#main_portfolio_container #left_port_container #load_options .single-option-button {
  margin-top: 24px;
  color: #3d7fba;
  border: 1px solid #3d7fba;
  padding-top: 4px;
  position: relative;
  width: 80px;
  text-align: center;
  padding-bottom: 7px;
  cursor: pointer;
  background: #fff;
  height: 24px;
  font-size: 12px;
  font-family: Arial;
}
#main_portfolio_container #left_port_container #load_options .single-option-button:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: -3px;
}
#main_portfolio_container #left_port_container #load_options .single-option-button:nth-child(2) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -3px;
}
#main_portfolio_container #left_port_container #load_options .single-option-button:hover {
  background: #3d7fba;
  color: #fff;
}
#main_portfolio_container #left_port_container #all-options {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #3d7fba;
}
#main_portfolio_container #left_port_container #all-options .single-detail {
  padding-top: 3px;
}
#main_portfolio_container #left_port_container #all-options .single-detail .option-label {
  font-size: 12px;
  color: #696969;
}
#main_portfolio_container #left_port_container #all-options .single-detail .option-value {
  font-size: 12px;
  color: #696969;
}
#main_portfolio_container #left_port_container #all-options .single-detail .qq-upload-button {
  font-size: 12px !important;
  color: #696969;
}
#main_portfolio_container #left_port_container #all-options #net_cap input {
  width: 60px;
}
#main_portfolio_container #left_port_container #all-options #csv_upload_container .qq-uploader {
  border: 1px solid grey;
  border-radius: 4px;
}
#main_portfolio_container #right_port_container .plus {
  display: block;
  position: absolute;
  top: 20px;
  left: 250px;
  padding: 4px;
  cursor: pointer;
  border: 1px solid #8abed7;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F0FF), color-stop(100%, #E3F5FF));
  background-image: -webkit-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -moz-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -ms-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: -o-linear-gradient(top, #D4F0FF, #E3F5FF);
  background-image: linear-gradient(top, #D4F0FF, #E3F5FF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4F0FF, endColorstr=#E3F5FF);
}
#main_portfolio_container #right_port_container .plus .icon::after {
  line-height: 24px;
  width: 24px;
  color: #333;
  display: inline-block;
  text-align: center;
  font-style: normal;
}
#main_portfolio_container #right_port_container .plus .plus-icon::after {
  content: '\f055';
  font-size: 16px;
  font-family: FontAwesome;
}
#main_portfolio_container #right_port_container .plus .minus-icon::after {
  content: "\f056";
  font-family: FontAwesome;
  font-size: 16px;
}
#main_portfolio_container #right_port_container #equity_table_container {
  padding-left: 48px;
}
#main_portfolio_container #right_port_container #equity_table_container .equity-table {
  font-size: 12px;
  border-collapse: collapse;
}
#main_portfolio_container #right_port_container #equity_table_container .equity-table .single-header {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #3d7fba;
  max-width: 96px;
  padding-left: 24px;
  margin-right: 3px;
  text-align: right;
}
#main_portfolio_container #right_port_container #equity_table_container .equity-table .single-header:first-child {
  text-align: left;
  padding-left: 3px;
  padding-right: 24px;
}
#main_portfolio_container #right_port_container #equity_table_container .equity-table .single-cell:not(:first-child) {
  text-align: right;
}
#main_portfolio_container #right_port_container #equity_table_container .equity-table .single-cell:first-child {
  text-align: left;
}
#main_portfolio_container #right_port_container #equity_table_container .equity-table .data-row {
  border-bottom: 1px solid #a9a9a9;
  line-height: 30px;
}
.red {
  color: #FF3333;
}
.yellow {
  color: #bebe0c;
}
.qq-uploader li .qq-upload-file {
  display: none;
}
#scraping-html {
  overflow: auto;
  height: 100%;
}
#ppt_page_container #ppt_company_details {
  padding-top: 20px;
  font-size: 13px;
  font-color: #999999;
  margin-left: 25px;
  margin-right: 25px;
}
#ppt_page_container #ppt_company_details .pbox {
  float: left;
  border: 1px solid #2F5B9E;
  height: 50px;
}
#ppt_page_container #ppt_company_details .pbox .header {
  font-size: 11px;
  color: #3d7fba;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid black;
}
#ppt_page_container #ppt_company_details .pbox .investor_link {
  width: 50%;
  font-size: 11px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#ppt_page_container #ppt_company_details .pbox .investor_link_input {
  width: 65%;
  font-size: 11px;
  margin-left: 10px;
}
#ppt_page_container #ppt_company_details .pbox .investor_link_input #i_link_input_box {
  width: 95%;
}
#ppt_page_container #ppt_company_details .pbox .flag_submit {
  margin-right: 10px;
}
#ppt_page_container #ppt_company_details .pbox .open-url {
  margin-right: 5px;
}
#ppt_page_container #ppt_company_details .pbox #ticker_status {
  margin-left: 5px;
  font-size: 11px;
  text-align: center;
}
#ppt_page_container #ppt_company_details .pbox #last_verified {
  margin-left: 5px;
  font-size: 11px;
  text-align: center;
}
#ppt_page_container #ppt_company_details .pbox .flag {
  width: 55px;
  margin-right: 5px;
}
#ppt_page_container #ppt_company_details .pbox select {
  width: 90%;
  margin-left: 5%;
}
#ppt_page_container #ppt_company_details .pbox #update_button {
  margin-top: 15%;
  margin-left: 25%;
  width: 50%;
}
#ppt_page_container #ppt_company_details .pbox #verified_status {
  margin-left: 45%;
}
#ppt_page_container #ppt_company_details .box28 {
  width: 28%;
}
#ppt_page_container #ppt_company_details .box10 {
  width: 10%;
}
#ppt_page_container #ppt-table-container {
  width: 90%;
  overflow: auto;
  align-self: center;
  margin-left: 60px;
  margin-bottom: 100px;
}
#ppt_page_container #ppt-table-container #ppt_table #title_row {
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#ppt_page_container #ppt-table-container #ppt_table .ppt_url {
  cursor: pointer;
}
#ppt_page_container #ppt-table-container #ppt_table .hover-icon {
  cursor: pointer;
}
#ppt_page_container #ppt-table-container #ppt_table tr.even {
  background-color: #dcedfd;
  line-height: 10px;
  font-size: 12px;
  color: #2F5B9E;
}
#ppt_page_container #ppt-table-container #ppt_table tr.odd {
  background-color: #ffffff;
  line-height: 10px;
  font-size: 12px;
  color: #2F5B9E;
}
#ppt_page_container #ppt-table-container #ppt_table tr.composite {
  background-color: #f7819f;
  line-height: 10px;
  font-size: 12px;
  color: #2F5B9E;
}
#ppt_page_container #ppt-table-container #ppt_table td {
  text-align: center;
}
#ppt_page_container #ppt-table-container #ppt_table td.title {
  text-align: left;
}
#ppt_page_container #ppt-middle-row {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
#ppt_page_container #ppt-middle-row #results_found {
  font-size: 12px;
  color: #3d7fba;
  margin-left: 60px;
  float: left;
}
#ppt_page_container #ppt-middle-row #ppt_type_filter {
  float: left;
  margin-left: 60px;
}
#ppt_page_container #ppt-middle-row #upload_ppt {
  float: left;
  margin-left: 60px;
}
#ticker-pptlinks-container {
  position: fixed;
  display: none;
  width: 95%;
  height: auto;
  top: 100px;
  left: 2.5%;
  bottom: 5%;
  border: 1px solid black;
  z-index: 102;
}
#ticker-pptlinks-container #ppt-scraper-table {
  border: 1px solid black;
  margin-bottom: 50px;
  margin-top: 50px;
}
#ticker-pptlinks-container #ppt-scraper-table #title_row {
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  border-top: 2px solid #ccd8e6;
  border-bottom: 2px solid #ccd8e6;
}
#ticker-pptlinks-container #ppt-scraper-table .ppt_url {
  cursor: pointer;
}
#ticker-pptlinks-container #ppt-scraper-table .hover-icon {
  cursor: pointer;
}
#ticker-pptlinks-container #ppt-scraper-table tr.even {
  background-color: #dcedfd;
  font-size: 12px;
  color: #2F5B9E;
}
#ticker-pptlinks-container #ppt-scraper-table tr.odd {
  background-color: #ffffff;
  font-size: 12px;
  color: #2F5B9E;
}
#ticker-pptlinks-container #ppt-scraper-table tr.composite {
  background-color: #f7819f;
  line-height: 10px;
  font-size: 12px;
  color: #2F5B9E;
}
#ticker-pptlinks-container #ppt-scraper-table td {
  text-align: center;
}
#ticker-pptlinks-container #ppt-scraper-table td.title {
  text-align: left;
}
#submit-new-data {
  position: relative;
  width: 95%;
  height: auto;
  left: 2.5%;
  bottom: 5%;
  border: 1px solid black;
  z-index: 103;
}
#ticker-pptlinks-container .fix_width {
  width: 500px;
  display: table-cell;
  height: 40px;
  line-height: 40px;
}
.text_align_r {
  text-align: right;
}
#ticker-pptlinks-container .ppt_header {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid black;
}
#realtool-short-forms {
  height: auto;
}
#realtool-short-forms .key-float {
  font-size: 15px;
  padding-left: 15px;
  display: block;
  margin-top: 10px;
  width: 100px;
}
#realtool-short-forms .table-holder {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
#realtool-short-forms .table-sub-holder {
  width: 1203px;
  margin: 0 auto;
}
#realtool-short-forms .table-small-data tr td {
  width: 138px;
  background-color: #FBFBFB;
  border: 1px solid #A4A4A4;
  height: 30px;
  padding-left: 10px;
}
#realtool-short-forms .table-small-data tr th {
  width: 138px;
  border: 1px solid #A4A4A4;
  background-color: #ECECEC;
}
#realtool-short-forms .table-small-data {
  border-collapse: collapse;
  margin: 0 auto;
}
#realtool-short-forms .table-big-data tr td {
  width: 188px;
  background-color: #FBFBFB;
  border: 1px solid #A4A4A4;
  height: 30px;
  padding-left: 10px;
}
#realtool-short-forms .table-big-data tr th {
  width: 188px;
  border: 1px solid #A4A4A4;
  background-color: #ECECEC;
}
#realtool-short-forms .table-big-data {
  border-collapse: collapse;
  float: left;
}
.stat-button {
  cursor: pointer;
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #3d7fba;
  border-radius: 4px;
  margin: 20px 0 20px 12px;
  padding: 6px;
  font-family: Arial, Helvetica, sans-serif;
  background: #3d7fba;
  text-indent: 0;
  display: inline-block;
  width: 142px;
}
.stat-button .icon {
  margin-right: 4px;
  font-size: 18px;
  width: 20px;
}
.stat-button .message {
  width: 118px;
  text-align: center;
}
.compareHistoryGreyed {
  cursor: pointer;
  float: left;
  font-size: 12px;
  border: 1px solid #191919;
  border-radius: 4px;
  margin: 20px 0 20px 12px;
  color: #191919;
  padding: 6px;
  font-family: Arial;
  line-height: 18px;
  background: #f5f5f5;
  text-indent: 0;
  display: inline-block;
  width: 140px;
}
.compareHistoryGreyed .icon {
  margin-right: 4px;
  font-size: 18px;
  width: 20px;
}
.compareHistoryGreyed .message {
  width: 116px;
  text-align: center;
}
/*Table buttons CSS - FM */
.tsc-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #1e374d;
  padding: 10px;
  border-radius: 3px;
  font-family: Helvetica Neue, sans-serif;
  margin-bottom: 12px;
  justify-content: center;
}
.tsc-wrapper .tsc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.tsc-wrapper .tsc div {
  border: none;
  color: #3d7fba;
  height: 32px;
  width: 48px;
  line-height: 32px;
  padding: 0 12px;
  border-right: 1px solid #3d7fba;
  background-color: #ffffff;
  font-size: 0;
  cursor: pointer;
  font-weight: 500;
  overflow: hidden;
}
.tsc-wrapper .tsc div span {
  font-size: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 2px;
}
.tsc-wrapper .tsc div .icon {
  height: 15px;
  fill: #3d7fba;
  vertical-align: middle;
  width: 15px;
  margin-left: 18px;
  background: none !important;
}
.tsc-wrapper .tsc div:hover {
  background-color: #3d7fba;
  color: #ffffff;
  font-size: 12px;
  padding: 0 12px 0 12px;
  width: auto;
}
.tsc-wrapper .tsc div:hover span {
  color: #ffffff;
  background: #f48f18;
  font-size: 8px;
}
.tsc-wrapper .tsc div:hover .icon {
  height: 15px;
  fill: #ffffff;
  width: 15px;
  margin: 0 6px 0 0;
  background: none !important;
}
.tsc-wrapper .tsc div:nth-child(1) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #3d7fba;
}
.tsc-wrapper .tsc div:nth-child(1):hover {
  color: #ffffff;
}
.tsc-wrapper .tsc div:nth-child(5) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: none;
  color: #3d7fba;
}
.tsc-wrapper .tsc div:nth-child(5):hover {
  color: #ffffff;
}
.tsc-wrapper .tsc div:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: none;
  color: #3d7fba;
}
@media only screen and (min-width: 664px) {
  .tsc-wrapper {
    padding-bottom: 2px;
    justify-content: flex-start;
  }
  .tsc-wrapper .tsc {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .tsc-wrapper .tsc div {
    font-size: 12px;
    background-position: 8px center;
    padding: 0 12px 0 12px;
    margin: 0 8px 8px 0;
    border-radius: 3px;
    width: 154px;
  }
  .tsc-wrapper .tsc div span {
    background: #f48f18;
    font-size: 8px;
  }
  .tsc-wrapper .tsc div .icon {
    height: 15px;
    width: 15px;
    color: #3d7fba;
    margin-right: 6px;
    vertical-align: middle;
    margin-left: 0;
  }
  .tsc-wrapper .tsc div:hover {
    width: 154px;
  }
  .tsc-wrapper .tsc div:hover .icon {
    fill: #ffffff;
    margin-right: 6px;
    vertical-align: middle;
    background: none !important;
  }
  .tsc-wrapper .tsc div:nth-child(3):hover {
    width: 154px;
  }
}
@media only screen and (min-width: 844px) {
  .tsc-wrapper {
    padding-bottom: 10px;
    justify-content: center;
  }
  .tsc-wrapper .tsc {
    justify-content: center;
  }
  .tsc-wrapper .tsc div {
    margin: 0;
    width: auto;
    border-radius: 0;
  }
  .tsc-wrapper .tsc div:hover {
    width: auto;
  }
  .tsc-wrapper .tsc div:nth-child(3) :hover {
    width: auto;
  }
}
#doctabletab-html table * {
  margin: 0;
  padding: 0;
}
#doctabletab-html tr {
  line-height: 20px;
}
#doctabletab-html .report a {
  cursor: default;
}
#doctabletab-html #block-container {
  margin: auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#doctabletab-html #block-container #source-pane {
  width: 50%;
  float: left;
  height: 100%;
  overflow: scroll;
  box-sizing: border-box;
  padding-right: 10px;
}
#doctabletab-html #block-container #source-pane .source-header {
  border-bottom: 1px solid black;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
#doctabletab-html #block-container #source-pane .source-header #exportTable,
#doctabletab-html #block-container #source-pane .source-header #exportAll,
#doctabletab-html #block-container #source-pane .source-header #exportStitched,
#doctabletab-html #block-container #source-pane .source-header #exportMelted,
#doctabletab-html #block-container #source-pane .source-header #compareTable,
#doctabletab-html #block-container #source-pane .source-header #add-tables,
#doctabletab-html #block-container #source-pane .source-header #load-next {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #3a7ebc;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #ffffff;
  padding: 6px;
  font-family: Arial;
  line-height: 18px;
  background: #3a7ebc;
}
#doctabletab-html #block-container #source-pane .source-header #exportTable .iconTable,
#doctabletab-html #block-container #source-pane .source-header #exportAll .iconTable,
#doctabletab-html #block-container #source-pane .source-header #exportStitched .iconTable,
#doctabletab-html #block-container #source-pane .source-header #exportMelted .iconTable,
#doctabletab-html #block-container #source-pane .source-header #compareTable .iconTable,
#doctabletab-html #block-container #source-pane .source-header #add-tables .iconTable,
#doctabletab-html #block-container #source-pane .source-header #load-next .iconTable {
  float: left;
  margin-right: 6px;
  font-size: 18px;
  display: block;
}
#doctabletab-html #block-container #source-pane .source-header #exportTable .messageTable,
#doctabletab-html #block-container #source-pane .source-header #exportAll .messageTable,
#doctabletab-html #block-container #source-pane .source-header #exportStitched .messageTable,
#doctabletab-html #block-container #source-pane .source-header #exportMelted .messageTable,
#doctabletab-html #block-container #source-pane .source-header #compareTable .messageTable,
#doctabletab-html #block-container #source-pane .source-header #add-tables .messageTable,
#doctabletab-html #block-container #source-pane .source-header #load-next .messageTable {
  float: left;
  display: block;
}
#doctabletab-html #block-container #source-pane .source-header #exportTable .icon,
#doctabletab-html #block-container #source-pane .source-header #exportAll .icon,
#doctabletab-html #block-container #source-pane .source-header #exportStitched .icon,
#doctabletab-html #block-container #source-pane .source-header #exportMelted .icon,
#doctabletab-html #block-container #source-pane .source-header #compareTable .icon,
#doctabletab-html #block-container #source-pane .source-header #add-tables .icon,
#doctabletab-html #block-container #source-pane .source-header #load-next .icon {
  width: 10px;
  height: 10px;
  fill: white;
  margin-right: 4px;
}
#doctabletab-html #block-container #source-pane .source-header #quarterValue {
  width: 80px;
  margin-top: 16px;
  display: inline-block;
  vertical-align: top;
}
#doctabletab-html #block-container #source-pane .source-header .sensitivityvalue {
  width: 80px;
  margin-top: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
#doctabletab-html #block-container #source-pane .source-header .sensitivitytitle {
  margin-top: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  color: #2C557B;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup {
  position: absolute;
  padding: 20px;
  background: #f9fcff;
  color: #3d7fba;
  height: 150px;
  width: 425px;
  border: 1px solid rgba(212, 224, 234, 0.7);
  left: 400px;
  top: 80px;
  display: none;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .table-name {
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
  height: 48px;
  margin-top: 5px;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .table-name .table-field {
  display: inline-block;
  float: left;
  padding: 5px;
  margin-top: 2px;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .table-name .table-value {
  display: inline-block;
  float: right;
  padding: 5px;
  margin-left: 10px;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .assigned-name {
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
  height: 48px;
  margin-top: 5px;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .assigned-name .assigned-field {
  display: inline-block;
  float: left;
  padding: 5px;
  margin-top: 2px;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .assigned-name .assigned-value {
  display: inline-block;
  float: right;
  padding: 5px;
  margin-left: 6px;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .add-tables-footer {
  padding: 10px;
  height: 50px;
  width: 425px;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .add-tables-footer .submit-compare {
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #3d7fba;
  color: #3d7fba;
  padding: 6px;
  margin-top: 8px;
  margin-right: 40px;
  border-radius: 4px;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .add-tables-footer .submit-compare:hover {
  background: #3d7fba;
  color: #ffffff;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .add-tables-footer .cancel-compare {
  cursor: pointer;
  border: 2px solid transparent;
  color: #3d7fba;
  margin-right: 30px;
  padding: 6px;
  margin-top: 8px;
  border-radius: 4px;
}
#doctabletab-html #block-container #source-pane .source-header .add-tables-popup .add-tables-footer .cancel-compare:hover {
  border-color: #3d7fba;
  color: #3d7fba;
}
#doctabletab-html #block-container #target-pane {
  overflow: scroll;
  height: 100%;
  white-space: nowrap;
  width: 50%;
  border-left: 10px solid white;
  float: left;
  box-sizing: border-box;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding-right: 10px;
  width: 100%;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar {
  height: 50px;
  line-height: 50px;
  color: #2C557B;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid black;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar .prevButton {
  float: left;
  width: 10%;
  cursor: pointer;
  display: inline-block;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar .prevButton:hover {
  color: #B8DFF3;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar .nextButton {
  text-align: center;
  width: 10%;
  cursor: pointer;
  display: inline-block;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar .nextButton:hover {
  color: #B8DFF3;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar .prevlookupButton {
  float: left;
  width: 20%;
  cursor: pointer;
  font-size: 18px;
  color: red;
  display: inline-block;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar .prevlookupButton:hover {
  color: #B8DFF3;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar .nextlookupButton {
  text-align: right;
  width: 20%;
  cursor: pointer;
  font-size: 18px;
  color: red;
  display: inline-block;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar .nextlookupButton:hover {
  color: #B8DFF3;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .topBar .messageQuarter {
  text-align: center;
  width: 40%;
  float: left;
  display: inline-block;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .targetTable {
  overflow: auto;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .searchtables {
  height: 32px;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .searchtables .prevlookupButton {
  float: left;
  text-align: center;
  width: auto;
  padding: 4px;
  height: 22px;
  cursor: pointer;
  font-size: 16px;
  color: white;
  background: #3d7fba;
  border: 1px solid white;
  display: inline-block;
  border-radius: 5px;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .searchtables .prevlookupButton:hover {
  color: #B8DFF3;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .searchtables .nextlookupButton {
  float: left;
  text-align: center;
  width: auto;
  height: 22px;
  padding: 4px;
  cursor: pointer;
  font-size: 16px;
  color: white;
  background: #3d7fba;
  border: 1px solid white;
  display: inline-block;
  border-radius: 5px;
}
#doctabletab-html #block-container #target-pane #tablesValue .targetTableBox .searchtables .nextlookupButton:hover {
  color: #B8DFF3;
}
#doctabletab-html .table-container {
  width: 100%;
  border: 1px solid black;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
#doctabletab-html .table-container .table-header {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 20px;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
#doctabletab-html .similarTable_error {
  width: 400px;
  border: 1px solid #cecece;
  height: auto;
  border-radius: 4px;
  padding: 12px;
  margin: auto;
  margin-top: 12px;
}
#tablexmappingdata-html #block-container {
  width: 100%;
  height: 100%;
  overflow: scroll;
  box-sizing: border-box;
}
#tablexmappingdata-html #block-container .delete-table-popup {
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 30%;
  background: white;
  border: 2px solid rgba(212, 224, 234, 0.7);
  width: 40%;
  height: 250px;
  overflow: hidden;
  display: none;
}
#tablexmappingdata-html #block-container .delete-table-popup .delete-table-header {
  height: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
  background: #f9fcff;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 4px;
  color: #3d7fba;
}
#tablexmappingdata-html #block-container .delete-table-popup .delete-table-container {
  height: 157px;
  width: 100%;
}
#tablexmappingdata-html #block-container .delete-table-popup .delete-table-container .val-selectors {
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #698094;
}
#tablexmappingdata-html #block-container .delete-table-popup .delete-table-container .val-header {
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  color: #3d7fba;
}
#tablexmappingdata-html #block-container .delete-table-popup .delete-table-container .column-selector {
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
}
#tablexmappingdata-html #block-container .delete-table-popup .delete-table-container .quarter-selector {
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
}
#tablexmappingdata-html #block-container .delete-table-popup .delete-table-footer {
  height: 55px;
  border-top: 1px solid rgba(212, 224, 234, 0.7);
  text-align: center;
  background: #f9fcff;
}
#tablexmappingdata-html #block-container .delete-table-popup .delete-table-footer .cancel-button {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background-color: #f2f2f2;
  margin: 10px 10px 5px 10px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .delete-table-popup .delete-table-footer .delete-table-data {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background-color: #f2f2f2;
  margin: 10px 10px 5px 20px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .change-table-popup {
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 30%;
  background: white;
  border: 2px solid rgba(212, 224, 234, 0.7);
  width: 30%;
  height: 125px;
  overflow: hidden;
  display: none;
}
#tablexmappingdata-html #block-container .change-table-popup .change-table-header {
  height: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(212, 224, 234, 0.7);
  background: #f9fcff;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 4px;
  color: #3d7fba;
}
#tablexmappingdata-html #block-container .change-table-popup .change-table-container {
  height: 35px;
  width: 100%;
}
#tablexmappingdata-html #block-container .change-table-popup .change-table-container .users-table-name {
  margin-left: 20px;
  height: 25px;
  width: 200px;
  font-size: 18px;
}
#tablexmappingdata-html #block-container .change-table-popup .change-table-footer {
  height: 55px;
  border-top: 1px solid rgba(212, 224, 234, 0.7);
  text-align: center;
  background: #f9fcff;
}
#tablexmappingdata-html #block-container .change-table-popup .change-table-footer .cancel-button {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background-color: #f2f2f2;
  margin: 10px 10px 5px 10px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .change-table-popup .change-table-footer .change-table-name {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background-color: #f2f2f2;
  margin: 10px 10px 5px 20px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .model-popup {
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 50px;
  background: white;
  border: 2px solid #3d7fba;
  width: 90%;
  height: 90%;
  overflow: hidden;
  display: none;
}
#tablexmappingdata-html #block-container .model-popup .inactive {
  pointer-events: none;
  opacity: 0.1;
}
#tablexmappingdata-html #block-container .model-popup::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
#tablexmappingdata-html #block-container .model-popup::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#tablexmappingdata-html #block-container .model-popup::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.7);
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#tablexmappingdata-html #block-container .model-popup::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
#tablexmappingdata-html #block-container .model-popup .model-header {
  height: 10%;
  min-height: 48px;
  max-height: 50px;
  border-bottom: 1px solid black;
}
#tablexmappingdata-html #block-container .model-popup .model-header .ticker-name {
  background: #3d7fba;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  margin: 5px 5px 5px 20px;
}
#tablexmappingdata-html #block-container .model-popup .model-header .table-name {
  color: #3d7fba;
  margin-left: 20px;
  display: inline-block;
}
#tablexmappingdata-html #block-container .model-popup .model-header .button {
  display: inline-block;
  padding: 4px;
  background-color: #f2f2f2;
  margin: 8px 8px 4px 8px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
  font-size: 10px;
}
#tablexmappingdata-html #block-container .model-popup .model-header .popup-refresh {
  margin-top: 15px;
  margin-right: 15px;
  float: right;
}
#tablexmappingdata-html #block-container .model-popup .model-header .popup-multi-row-paste {
  display: inline-block;
  margin-left: 10px;
  padding: 5px;
  background-color: #3d7fba;
  color: white;
  font-size: 9px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .model-popup .model-container {
  height: 80%;
  overflow: auto;
}
#tablexmappingdata-html #block-container .model-popup .model-container thead {
  display: table;
  table-layout: fixed;
}
#tablexmappingdata-html #block-container .model-popup .model-container tbody {
  display: block;
  overflow: auto;
}
#tablexmappingdata-html #block-container .model-popup .model-container tbody tr {
  display: table;
  table-layout: fixed;
}
#tablexmappingdata-html #block-container .model-popup .model-container tr:nth-child(even) {
  background-color: #f2f2f2;
}
#tablexmappingdata-html #block-container .model-popup .model-container th,
#tablexmappingdata-html #block-container .model-popup .model-container td {
  border-width: 1px;
  border-style: solid;
  border-color: transparent #C7E1F1 #C7E1F1;
  padding: 2px;
  width: 5%;
  font-size: 14px;
  text-align: right;
}
#tablexmappingdata-html #block-container .model-popup .model-container th:first-child,
#tablexmappingdata-html #block-container .model-popup .model-container td:first-child,
#tablexmappingdata-html #block-container .model-popup .model-container th:nth-child(2),
#tablexmappingdata-html #block-container .model-popup .model-container td:nth-child(2),
#tablexmappingdata-html #block-container .model-popup .model-container th:nth-child(3),
#tablexmappingdata-html #block-container .model-popup .model-container td:nth-child(3),
#tablexmappingdata-html #block-container .model-popup .model-container th:nth-child(4),
#tablexmappingdata-html #block-container .model-popup .model-container td:nth-child(4) {
  width: 3%;
  text-align: center;
}
#tablexmappingdata-html #block-container .model-popup .model-container th:nth-child(5),
#tablexmappingdata-html #block-container .model-popup .model-container td:nth-child(5) {
  width: 3%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
#tablexmappingdata-html #block-container .model-popup .model-container th:nth-child(6),
#tablexmappingdata-html #block-container .model-popup .model-container td:nth-child(6) {
  width: 12%;
  min-width: 70px;
  text-align: left;
}
#tablexmappingdata-html #block-container .model-popup .model-container th:nth-child(7),
#tablexmappingdata-html #block-container .model-popup .model-container td:nth-child(7) {
  width: 10%;
  min-width: 70px;
  text-align: left;
}
#tablexmappingdata-html #block-container .model-popup .model-container th:nth-child(8),
#tablexmappingdata-html #block-container .model-popup .model-container td:nth-child(8) {
  width: 13%;
  min-width: 70px;
  text-align: left;
}
#tablexmappingdata-html #block-container .model-popup .model-container tbody td {
  font-size: 12px;
}
#tablexmappingdata-html #block-container .model-popup .model-container th {
  background-color: #f2f2f2;
  text-align: center !important;
}
#tablexmappingdata-html #block-container .model-popup .model-container .popup-new-row {
  display: inline-block;
  padding: 1px 3px 1px 3px;
  background-color: #3d7fba;
  color: white;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  margin-left: 2px;
  margin-right: 2px;
}
#tablexmappingdata-html #block-container .model-popup .model-footer {
  height: 10%;
  min-height: 48px;
  max-height: 50px;
  border-top: 1px solid black;
  text-align: center;
}
#tablexmappingdata-html #block-container .model-popup .model-footer .close-button {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background-color: #f2f2f2;
  margin: 10px 10px 5px 10px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .model-popup .model-footer .save-preview-data {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background-color: #f2f2f2;
  margin: 10px 10px 5px 20px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .header .source-header {
  height: 96px;
  display: inline-block;
  width: 46%;
  float: left;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-upper {
  height: 52px;
  border: 1px solid black;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-upper .ticker-name {
  background: #3d7fba;
  color: #ffffff;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  margin: 8px 5px 5px 10px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-upper .table-name {
  display: inline-block;
  margin-left: 30px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-lower {
  border: 1px solid black;
  height: 40px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-lower .source-buttons {
  float: right;
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-lower .quarter-selector {
  float: left;
  margin: 10px 10px 4px 10px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-lower .quarter-selector .quarters-value {
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-lower .unit-selector {
  float: left;
  margin: 10px 8px 4px 8px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-lower .unit-selector .units-value {
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-lower .column-selector {
  float: left;
  font-size: 12px;
  margin: 10px 10px 4px 20px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-lower .column-selector .columns-value {
  margin-left: 5px;
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .source-header .source-header-lower .button {
  display: inline-block;
  padding: 4px;
  background-color: #f2f2f2;
  margin: 8px 10px 4px 10px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .target-header {
  height: 96px;
  display: inline-block;
  width: 54%;
  float: left;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-upper {
  height: 52px;
  border: 1px solid black;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-upper .ticker-name {
  background: #3d7fba;
  color: #ffffff;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  margin: 8px 5px 5px 10px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-upper .table-name {
  display: inline-block;
  margin-left: 30px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-upper .pdf-table-button {
  display: inline-block;
  margin: 10px 5px 5px 15px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-upper .button {
  display: inline-block;
  padding: 4px;
  background-color: #f2f2f2;
  margin: 2px 2px 2px 2px;
  border: 1px solid black;
  border-radius: 2px;
  cursor: pointer;
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower {
  border: 1px solid black;
  height: 40px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .target-buttons {
  float: right;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .quarter-selector {
  float: left;
  margin: 10px 8px 4px 8px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .quarter-selector .quarters-value {
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .column-selector {
  float: left;
  font-size: 12px;
  margin: 10px 8px 4px 8px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .column-selector .columns-value {
  margin-left: 5px;
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .unit-selector {
  float: left;
  margin: 10px 8px 4px 8px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .unit-selector .units-value {
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .currency-selector {
  float: left;
  margin: 10px 10px 4px 8px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .currency-selector .currency-value {
  font-size: 10px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .melted-table {
  float: left;
  margin: 10px 8px 4px 8px;
  font-size: 12px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .table-data {
  float: left;
  margin: 10px 8px 4px 8px;
  font-size: 12px;
}
#tablexmappingdata-html #block-container .header .target-header .target-header-lower .button {
  display: inline-block;
  padding: 4px;
  background-color: #f2f2f2;
  margin: 8px 5px 4px 5px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
  font-size: 10px;
}
#tablexmappingdata-html #block-container .editor-data {
  overflow: auto;
  border: 1px solid black;
  padding: 2px;
}
#tablexmappingdata-html #block-container .editor-data #table_wrap {
  float: right;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#tablexmappingdata-html #block-container .editor-data #table_wrap .table-body {
  position: absolute;
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  top: 0px;
  overflow: hidden;
}
#tablexmappingdata-html #block-container .editor-data #table_wrap .table-body thead {
  display: table;
  width: 99.5%;
  table-layout: fixed;
}
#tablexmappingdata-html #block-container .editor-data #table_wrap .table-body .main-tbody {
  overflow: auto;
  overflow-x: hidden;
  display: block;
}
#tablexmappingdata-html #block-container .editor-data #table_wrap .table-body .main-tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#tablexmappingdata-html #block-container .editor-data .data-units {
  margin-left: 2px;
  display: inline-block;
}
#tablexmappingdata-html #block-container .editor-data .field-col-value {
  margin-left: 5px;
}
#tablexmappingdata-html #block-container .editor-data .add-new-row {
  display: inline-block;
  padding: 1px 3px 1px 3px;
  background-color: #3d7fba;
  color: white;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  margin-right: 2px;
}
#tablexmappingdata-html #block-container .editor-data .multi-row-paste {
  display: inline-block;
  padding: 5px;
  background-color: #3d7fba;
  color: white;
  font-size: 9px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .editor-data .undo-button {
  display: inline-block;
  padding: 5px;
  background-color: #b96e6e;
  color: white;
  font-size: 9px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .editor-data .map-button {
  display: inline-block;
  font-size: 10px;
  padding: 6px;
  background-color: #3d7fba;
  color: white;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}
#tablexmappingdata-html #block-container .editor-data .change-alias-popup {
  display: inline-block;
}
#tablexmappingdata-html #block-container .editor-data .change-alias-popup .popup-button {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #3d7fba;
  margin-right: 4px;
  color: white;
}
#tablexmappingdata-html #block-container .editor-data .change-alias-popup .alias-popup {
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid black;
  padding: 5px;
  border: 2px solid rgba(212, 224, 234, 0.7);
  z-index: 5;
}
#tablexmappingdata-html #block-container .editor-data .change-alias-popup .alias-popup .alias-opt {
  text-align: left;
  border-bottom: 2px solid rgba(212, 224, 234, 0.7);
}
#tablexmappingdata-html #block-container .editor-data .change-alias-popup .alias-popup .hide-alias {
  padding: 5px;
  background-color: #b96e6e;
  color: white;
  font-size: 9px;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  margin-top: 5px;
  margin-left: 15px;
}
#tablexmappingdata-html #block-container .editor-data .map-popup {
  position: absolute;
  display: none;
  background: #3d7fba;
  color: white;
  border: 2px solid black;
  box-sizing: border-box;
}
#tablexmappingdata-html #block-container .editor-data .inactive {
  pointer-events: none;
  opacity: 0.2;
}
#tablexmappingdata-html #block-container .editor-data::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
#tablexmappingdata-html #block-container .editor-data::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#tablexmappingdata-html #block-container .editor-data::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.7);
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#tablexmappingdata-html #block-container .editor-data::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
#tablexmappingdata-html #block-container .editor-data tr:nth-child(even) {
  background-color: #f2f2f2;
}
#tablexmappingdata-html #block-container .editor-data th {
  background-color: #f2f2f2;
}
#tablexmappingdata-html #block-container .editor-data th,
#tablexmappingdata-html #block-container .editor-data td {
  border-width: 1px;
  border-style: solid;
  border-color: transparent #C7E1F1 #C7E1F1;
  padding: 2px;
  font-size: 14px;
}
#tablexmappingdata-html #block-container .editor-data tbody td {
  font-size: 11px;
}
#tablexmappingdata-html #block-container .editor-data th:first-child,
#tablexmappingdata-html #block-container .editor-data td:first-child {
  width: 2%;
  text-align: center;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(2),
#tablexmappingdata-html #block-container .editor-data td:nth-child(2) {
  width: 6.5%;
  word-wrap: break-word;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(3),
#tablexmappingdata-html #block-container .editor-data td:nth-child(3) {
  width: 5%;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(4),
#tablexmappingdata-html #block-container .editor-data td:nth-child(4) {
  width: 8%;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(5),
#tablexmappingdata-html #block-container .editor-data td:nth-child(5) {
  width: 9.5%;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(6),
#tablexmappingdata-html #block-container .editor-data td:nth-child(6) {
  width: 11%;
  word-break: break-all;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(7),
#tablexmappingdata-html #block-container .editor-data td:nth-child(7) {
  width: 4%;
  border-right: 1px solid black;
  text-align: center;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(8),
#tablexmappingdata-html #block-container .editor-data td:nth-child(8) {
  width: 6.5%;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(9),
#tablexmappingdata-html #block-container .editor-data td:nth-child(9) {
  width: 5%;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(10),
#tablexmappingdata-html #block-container .editor-data td:nth-child(10) {
  width: 9%;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(11),
#tablexmappingdata-html #block-container .editor-data td:nth-child(11) {
  width: 10%;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(12),
#tablexmappingdata-html #block-container .editor-data td:nth-child(12) {
  width: 11.5%;
  word-break: break-all;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(13),
#tablexmappingdata-html #block-container .editor-data td:nth-child(13) {
  width: 7.5%;
  text-align: center;
}
#tablexmappingdata-html #block-container .editor-data th:nth-child(14),
#tablexmappingdata-html #block-container .editor-data td:nth-child(14) {
  width: 4.5%;
  text-align: center;
}
#tablexmappingdata-html #block-container .editor-data .half-table th:first-child,
#tablexmappingdata-html #block-container .editor-data .half-table td:first-child {
  width: 2%;
  text-align: center;
}
#tablexmappingdata-html #block-container .editor-data .half-table th:nth-child(2),
#tablexmappingdata-html #block-container .editor-data .half-table td:nth-child(2) {
  width: 6.5%;
}
#tablexmappingdata-html #block-container .editor-data .half-table th:nth-child(3),
#tablexmappingdata-html #block-container .editor-data .half-table td:nth-child(3) {
  width: 5%;
}
#tablexmappingdata-html #block-container .editor-data .half-table th:nth-child(4),
#tablexmappingdata-html #block-container .editor-data .half-table td:nth-child(4) {
  width: 8%;
}
#tablexmappingdata-html #block-container .editor-data .half-table th:nth-child(5),
#tablexmappingdata-html #block-container .editor-data .half-table td:nth-child(5) {
  width: 9%;
}
#tablexmappingdata-html #block-container .editor-data .half-table th:nth-child(6),
#tablexmappingdata-html #block-container .editor-data .half-table td:nth-child(6) {
  width: 11.5%;
  word-break: break-all;
}
#tablexmappingdata-html #block-container .editor-data .half-table th:nth-child(7),
#tablexmappingdata-html #block-container .editor-data .half-table td:nth-child(7) {
  width: 7.5%;
  border-color: transparent #C7E1F1 #C7E1F1;
  text-align: center;
}
#tablexmappingdata-html #block-container .editor-data .half-table th:nth-child(8),
#tablexmappingdata-html #block-container .editor-data .half-table td:nth-child(8) {
  width: 4.5%;
  border-right: 1px solid black;
  text-align: center;
}
#tablexmappingdata-html #block-container .fixed-data .source-fixed-data {
  display: inline-block;
  width: 46%;
  overflow: auto;
  float: left;
}
#tablexmappingdata-html #block-container .fixed-data .target-fixed-data {
  display: inline-block;
  width: 54%;
  overflow: auto;
  float: right;
}
#docterm-html .newAutocomplete {
  float: left;
  height: 50px;
}
#docterm-html .newAutocomplete .noisy-long-list {
  height: 50px;
}
#rts-content .website.single .yaxis-buttons {
  cursor: pointer;
  height: 20px;
  width: 40px;
  font-size: 8px;
  padding: 0;
}
.cke_button.cke_button__image,
.cke_button.cke_button__table,
.cke_button.cke_button__horizontalrule,
.cke_button.cke_button__selectall {
  display: none;
}
.page .cke_button.cke_button__image,
.page .cke_button.cke_button__table,
.page .cke_button.cke_button__horizontalrule,
.page .cke_button.cke_button__selectall {
  display: inline-block;
}
.test-chart-container {
  height: 500px;
  width: 750px;
  float: right;
  margin-right: 50px;
}
.global-504-error-pane {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 250px;
  padding: 10px;
  z-index: 9;
}
.global-504-error-pane .header {
  font-size: 12px;
}
.global-504-error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
.global-504-error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#main_mobile_support_centre,
#main_clipper_support_centre,
#sentieo_app_suite {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.category-shadow-row th {
  height: 1px;
  min-width: 1128px;
  padding: 0 6px 0 12px;
}
.help-tooltip {
  width: 250px;
  background: #fff;
  position: absolute;
  font-family: Helvetica Neue, Arial, sans-serif !important;
  font-weight: 500;
  z-index: 99999;
  border: 1px solid #3d7fba;
}
.help-tooltip .content-wrapper {
  text-align: center;
  padding: 15px;
  background: #fff;
}
.help-tooltip .content-wrapper .content {
  font-size: 12px;
  line-height: 16px;
  color: #3d7fba;
  font-weight: 300;
}
.help-tooltip .arrow-gt {
  position: absolute;
  height: 0;
  width: 0;
  border: solid #3d7fba;
  border-width: 6px;
  border-color: transparent transparent #3d7fba transparent;
  top: -12px;
  left: 50%;
  margin-left: -6px;
}
#username-table-container {
  margin: 0 auto;
  display: block;
  height: auto;
  overflow: auto;
}
#username-table-container td {
  background-color: white;
  cursor: pointer;
}
#username-table-container td:hover {
  background: #3d7fba;
  color: white;
}
#username-table-container .found {
  background: #d4e0ea;
  color: white;
}
#action-performer {
  with: 100%;
}
#action-performer #source-user-holder,
#action-performer #target-user-holder {
  width: 50%;
  display: inline-block;
}
#action-performer #source-user-holder {
  width: 40%;
  line-height: 60px;
}
#action-performer #source-user-holder .label-text {
  float: left;
  margin-left: 20px;
}
#action-performer #source-user-holder .username-list {
  float: left;
  padding: 10px 0;
  margin-left: 20px;
}
#action-performer #source-user-holder .username-list select {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 300px;
}
#action-performer #target-user-holder {
  line-height: 60px;
}
#action-performer #target-user-holder .label-text {
  float: left;
  margin-left: 20px;
}
#action-performer #target-user-holder .search-box-holder {
  width: 500px;
  height: 40px;
  margin: 10px 0 10px 20px;
}
#action-performer #target-user-holder .search-box-holder .target-user-form {
  width: 473px;
  height: 40px;
  float: left;
}
#action-performer #target-user-holder .search-box-holder .target-user-form .search-input-box {
  width: 100%;
}
#action-performer #target-user-holder .search-box-holder .search-icon {
  margin: 13px 5px;
}
#action-performer .fire_event {
  text-align: center;
}
.search_target_user {
  margin-left: 0px;
}
.desktop-progress-bar {
  width: 100%;
  background: #F4F8FE;
  color: #698094;
  height: 30px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
}
.desktop-progress-bar .text {
  width: 100%;
  position: absolute;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  z-index: 3;
  opacity: 1;
}
.desktop-progress-bar .update-gif {
  width: 100%;
}
.desktop-progress-bar .progress-percent {
  height: 100%;
  width: 100%;
  background-image: url(images/desktop-update.gif);
  background-size: 100% 100%;
  opacity: 0.8;
}
.desktop-progress-bar .progress-percent .transparent {
  width: 0%;
  background: transparent;
  height: 100%;
  float: left;
}
.desktop-progress-bar .progress-percent .white-bk {
  width: 100%;
  background: #cccccc;
  height: 100%;
  float: left;
}
.desktop-progress-patch {
  display: block;
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 10;
  width: 70px;
  height: 70px;
}
.desktop-progress-patch circle {
  stroke-dasharray: 410;
  stroke-dashoffset: 2110;
  stroke-width: 4;
  stroke-linecap: round;
  animation: dash 8s linear infinite;
  fill-opacity: 0.1;
  stroke: #3d7fba;
}
.desktop-progress-patch .text {
  position: relative;
  top: 42px;
  left: 15px;
  color: #3d7fba;
  font-weight: 500;
  font-size: 12px;
}
#attach_ticker {
  margin-top: 10px;
  width: 452px;
  text-transform: uppercase;
  max-height: 30px;
  overflow: auto;
}
#attach_ticker #ms-sel-ctn-1 {
  max-height: 30px;
}
.cruncher {
  border: 2px solid transparent;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  width: 100px;
  height: 100px;
  z-index: 10000;
  position: fixed;
  right: 0;
  bottom: 0;
}
.cruncher circle {
  fill-opacity: 0.1;
  stroke: none !important;
  stroke-width: 0px !important;
  stroke-miterlimit: 0 !important;
}
.cruncher:before {
  content: '';
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #538DBF;
  animation: cruncher 1.4s linear infinite;
}
@keyframes cruncher {
  to {
    transform: rotate(360deg);
  }
}
.fin-cruncher circle {
  fill-opacity: 0.1;
  stroke: none !important;
  stroke-width: 0px !important;
  stroke-miterlimit: 0 !important;
}
.fin-cruncher:before {
  content: '';
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #538DBF;
  animation: cruncher 1.4s linear infinite;
}
@keyframes cruncher {
  to {
    transform: rotate(360deg);
  }
}
.cursor-pnt {
  cursor: pointer;
}
#stream_container {
  display: inline-block;
  min-width: 400px;
  max-width: 430px;
  height: inherit;
  box-sizing: border-box;
}
#stream_container #stream_header {
  background: #e8eef8;
  padding: 6px 10px;
  color: #3d7fba;
  border-top: 2px solid #d4e0ea;
  border-bottom: 2px solid #d4e0ea;
  height: 30px;
  box-sizing: border-box;
}
#stream_container #stream_header #view_option {
  display: inline-block;
  float: right;
  margin-right: 6px;
}
#stream_container #stream_header #view_option select {
  padding: 1px;
  background: #fff;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #437FB7;
}
#stream_container #stream_header #hide_stream {
  float: right;
}
#stream_container #stream_header .apply_filter_doctype,
#stream_container #stream_header .apply_filter {
  display: inline-block;
  float: right;
  width: 18px;
  fill: #3d7fba;
  cursor: pointer;
  margin-top: -2px;
}
#stream_container #stream_header .apply_filter_doctype {
  margin-right: 6px;
}
#stream_container #stream_data {
  height: 92% !important;
  width: 100% !important;
}
#stream_container #stream_data .stream-content,
#stream_container #stream_data .jspContainer,
#stream_container #stream_data .jspPane {
  width: 100% !important;
}
#stream_container #stream_data .stream-content,
#stream_container #stream_data .jspContainer {
  height: 100% !important;
}
#stream_container .v2_option_menu {
  display: none;
  position: absolute;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
  z-index: 10;
  box-sizing: border-box;
}
#stream_container .unified_v2_option_menu_list_item {
  cursor: pointer;
  display: block;
  padding: 6px 10px 6px 10px;
  font-size: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#stream_container .unified_v2_option_menu_list_item:hover {
  background: #f3f3f3;
}
#stream_container .unified_v2_option_menu_list_item .source_value {
  font-style: italic;
  color: #585858;
  font-weight: bold;
}
#stream_container .unified_v2_option_menu_list_item_info_right_carret {
  width: 10px;
  display: inline-block;
  float: right;
  margin-top: 3px;
  color: #28333D;
}
#stream_container .unified_v2_option_info_container {
  position: absolute;
  display: none;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  width: 370px;
}
#stream_container .unified_v2_option_info_container .unified_v2_option_info {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
#stream_container .unified_v2_option_info_container .unified_v2_option_info .unified_v2_option_info_header {
  text-align: center;
  display: block;
  padding: 6px;
  background-color: #f5faff;
  font-size: 12px;
}
#stream_container .unified_v2_option_info_container .unified_v2_option_info .unified_v2_option_info_header .unified_v2_option_info_close {
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 11px;
  cursor: pointer;
  left: 100%;
  margin-left: -22px;
  margin-top: 3px;
}
#stream_container .unified_v2_option_info_container .unified_v2_option_info .unified_v2_option_info_body {
  padding: 10px;
}
#stream_container .unified_v2_option_info_container .unified_v2_option_info .unified_v2_option_info_body .unified_v2_option_info_body_row {
  display: table;
  padding: 6px;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #E8EEF7;
}
#stream_container .unified_v2_option_info_container .unified_v2_option_info .unified_v2_option_info_body .unified_v2_option_info_body_row .label {
  width: 90px;
  float: left;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #698094;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  position: relative;
}
#stream_container .unified_v2_option_info_container .unified_v2_option_info .unified_v2_option_info_body .unified_v2_option_info_body_row .value {
  float: left;
  color: #4691D8;
  text-align: left;
  display: inline-block;
  max-width: 200px;
  word-break: break-all;
  white-space: normal;
}
#stream_container .unified_v2_option_info_container .unified_v2_option_info .unified_v2_option_info_body .unified_v2_option_info_body_row .unified_value_list_item {
  cursor: pointer;
  float: left;
  font-family: Helvetica Neue, sans-serif;
  font-size: 9px;
  text-align: center;
  color: #ffffff;
  background-color: #3d7fba;
  border-radius: 3px;
  border: 1px solid #3d7fba;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 6px;
  line-height: 16px;
  white-space: normal;
  margin-top: 2px;
  margin-bottom: 10px;
  max-width: 300px;
}
#stream_container .unified_v2_option_info_container .unified_v2_option_info .unified_v2_option_info_body .unified_v2_option_info_body_row .unified_value_list_item_secondary {
  border: 1px solid #3d7fba;
  background: #ffffff;
  color: #3d7fba;
}
#stream_container .notif {
  position: absolute;
  border-radius: 4px;
  padding: 8px;
  z-index: 11;
  color: white;
  right: 20px;
  top: 20px;
}
#stream_container .notif .icon {
  display: inline-block;
  width: 20px;
  float: left;
  fill: white;
}
#stream_container .notif .text {
  display: inline-block;
  margin-top: 2px;
  margin-left: 4px;
}
#stream_container .notif_success {
  background-color: #3dbf6f;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
}
#stream_container .notif_error {
  background-color: #f04848;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
}
#stream_container .unified_v2_option_menu {
  display: none;
  position: absolute;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
  z-index: 10;
  box-sizing: border-box;
}
#stream_container .unified_v2_option_menu .unified_v2_option_menu_list_item {
  cursor: pointer;
  display: block;
  padding: 6px 10px 6px 10px;
  font-size: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#stream_container .unified_v2_option_menu .unified_v2_option_menu_list_item:hover {
  background: #f3f3f3;
}
#stream_container .unified_v2_option_menu .unified_v2_option_menu_list_item_info_right_carret {
  width: 10px;
  display: inline-block;
  float: right;
  margin-top: 3px;
}
#stream_container .unified_v2_option {
  display: none;
  position: absolute;
  right: 0px;
}
#stream_container .unified_stream_item:hover .unified_v2_option {
  display: inline-block;
}
#stream_container .news_filings {
  color: #3d7fba;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
#stream_container .unified_stream_item_ni .tweet-right-container {
  margin-left: 10px;
}
#main-streamlaunch-container {
  background: white;
  width: 100%;
  overflow: hidden;
}
#main-streamlaunch-container .main-content {
  display: block;
  height: inherit;
}
#main-streamlaunch-container .main-content:after {
  content: "";
  display: block;
  clear: both;
}
#main-streamlaunch-container .buttons-container {
  width: 300px;
  float: left;
  height: 80px;
}
#main-streamlaunch-container .buttons-container .grey-button {
  margin: 20px;
  font-size: 12px;
  width: 70px;
}
#main-streamlaunch-container .buttons-container .grey-button span {
  width: 100%;
  margin: auto;
}
#main-streamlaunch-container #stream-search-box-holder {
  width: 93%;
  margin: 5px 3%;
  overflow: visible;
}
#main-streamlaunch-container #stream-search-box-holder li .clear-icon .icon {
  font-size: 12px;
}
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete input {
  text-transform: uppercase;
  line-height: 16px;
  padding: 1px 0;
  margin-top: 1px;
  width: 140px;
}
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete ::-webkit-input-placeholder {
  text-transform: initial;
}
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete :-moz-placeholder {
  text-transform: initial;
}
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete ::-moz-placeholder {
  text-transform: initial;
}
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete :-ms-input-placeholder {
  text-transform: none;
}
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete .docCompName {
  width: 196px;
  line-height: 18px;
  margin-left: 6px;
  padding: 0;
}
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete .suggest-wrapper {
  width: 264px;
  margin-left: -3px;
  border: 0;
  box-shadow: 1px 2px 6px -2px #1e374d;
}
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete .suggest-wrapper li {
  padding: 6px 0 6px 6px;
  box-sizing: border-box;
}
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docTicker,
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docDebtTicker,
#main-streamlaunch-container #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docTickerInt {
  width: 44px;
  padding: 2px 4px;
}
#main-streamlaunch-container #stream-search-box-holder.search-box-holder {
  border: 2px solid #d4e0ea;
  height: 32px;
}
#main-streamlaunch-container #stream-search-box-holder.search-box-holder .search-watchlist-button {
  background: #ffffff;
  border-right: 1px solid #d4e0ea;
  color: #3d7fba;
}
#main-streamlaunch-container #stream-search-box-holder.search-box-holder .search-watchlist-button .icon {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
}
#main-streamlaunch-container #stream-search-box-holder.search-box-holder .ticker-tokenizer-box {
  width: 200px;
}
#main-streamlaunch-container #stream-search-box-holder.search-box-holder .ticker-tokenizer-box .before-autocomplete {
  height: 30px;
  line-height: 30px;
  width: 100%;
  border: 1px;
  text-indent: 5px;
}
#main-streamlaunch-container #left-content-launchpad {
  z-index: 999;
  float: left;
  max-width: 282px;
  min-width: 259px;
  background: #e8eef7;
  height: inherit;
  /*overflow-y:scroll;*/
  /*overflow-x:hidden;*/
  overflow: visible;
}
#main-streamlaunch-container #left-content-launchpad .watchlist-check {
  display: block;
  float: left;
  width: 4px;
  height: 10px;
  margin: -1px 0 0 0;
  position: relative;
}
#main-streamlaunch-container #left-content-launchpad .watchlist-check label {
  margin-left: 0;
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff);
}
#main-streamlaunch-container #left-content-launchpad .watchlist-check label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  background-color: #437FB7;
}
#main-streamlaunch-container #left-content-launchpad .watchlist-check label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
}
#main-streamlaunch-container #left-content-launchpad .watchlist-check input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#main-streamlaunch-container #left-content-launchpad #add-target-selector {
  padding: 8px;
}
#main-streamlaunch-container #left-content-launchpad #add-target-selector .select2-container {
  width: 100%;
  color: #fff;
}
#main-streamlaunch-container #left-content-launchpad #add-target-selector .select2-container div {
  background: #1e374d;
}
#main-streamlaunch-container #left-content-launchpad #add-target-selector .select2-container div b {
  margin-top: 3px;
}
#main-streamlaunch-container #left-content-launchpad #add-target-selector .select2-container a.select2-choice {
  background: #1e374d;
  line-height: 18px;
  padding: 6px 12px 5px;
  box-shadow: none;
  border: 1px solid #1e374d;
}
#main-streamlaunch-container #left-content-launchpad #add-target-selector .select2-container span {
  color: #fff;
}
#main-streamlaunch-container #left-content-launchpad #ticker-watchlist {
  position: relative;
  border-top: 2px solid #d4e0ea;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  width: 100%;
}
#main-streamlaunch-container #left-content-launchpad #ticker-watchlist .jspPane {
  max-width: 277px;
}
#main-streamlaunch-container #left-content-launchpad #ticker-watchlist .jspVerticalBar {
  right: 1px;
  width: 4px;
  display: block !important;
}
#main-streamlaunch-container #left-content-launchpad #ticker-watchlist .jspVerticalBar .jspArrow {
  display: none !important;
}
#main-streamlaunch-container #left-content-launchpad #ticker-watchlist .jspVerticalBar .jspDrag {
  height: 110px;
  width: 4px;
  background-color: rgba(105, 128, 148, 0.55);
  margin: 0;
}
#main-streamlaunch-container #left-content-launchpad #st-all-companies,
#main-streamlaunch-container #left-content-launchpad #st-all-watchlists {
  display: none;
}
#main-streamlaunch-container #left-content-launchpad .inset-container {
  font-family: Helvetica Neue, Arial, sans-serif;
  float: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 100%;
  color: #3d7fba;
  background-color: #ffffff;
  border-bottom: 1px solid #d4e0ea;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .edit-span {
  float: left;
  font-size: 12px;
  margin-right: 12px;
  margin-top: 4px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .header-container {
  height: 24px;
  width: 100%;
  padding-top: 6px;
  background: #eef1f4;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .header-container .header-text {
  width: 70%;
  float: left;
  color: #3d7fba;
  font-weight: 500;
  font-size: 12px;
  padding-left: 6px;
  line-height: 18px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .header-container .header-expand-collapse .icon {
  height: 12px;
  width: 12px;
  padding-right: 8px;
  margin-top: 4px;
  fill: #698094;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .header-container .header-expand-collapse .icon:hover {
  fill: #3d7fba;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .watchlist_allticker {
  font-family: Helvetica Neue, Arial, sans-serif;
  border-bottom: 0;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .watchlist_allticker .list-item {
  font-size: 12px;
  line-height: 18px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .watchlist_allticker .list-item:hover {
  background: #e8eef7;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .subheader-container {
  overflow: hidden;
  height: 18px;
  padding-top: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #F6F6F6;
  -moz-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0 5px -2px #EAEAEA;
  box-shadow: inset -4px 0 5px -2px #EAEAEA;
  color: #595959;
  font-size: 9px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .subheader-container .subheader-ticker {
  float: left;
  /*width:20%;*/
  width: 21%;
  text-align: center;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .subheader-container .subheader-quickstat {
  float: left;
  width: 0%;
  text-align: right;
  height: 0;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .subheader-container .subheader-percent {
  float: right;
  text-align: right;
  width: 20%;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .subheader-container .subheader-chng {
  float: right;
  text-align: right;
  width: 20%;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .subheader-container .subheader-price {
  float: right;
  text-align: right;
  /*width:20%;*/
  width: 19%;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .subheader-container .subheader-pe {
  float: right;
  text-align: right;
  width: 20%;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .subheader-container .subheader-arrow {
  font-size: 6px;
  margin-left: 1px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .subheader-container .subheader-arrow:hover {
  cursor: pointer;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container-selected,
#main-streamlaunch-container #left-content-launchpad .inset-container .active_ticker {
  font-weight: bold;
  background-color: #3d7fba;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container-selected .item-name,
#main-streamlaunch-container #left-content-launchpad .inset-container .active_ticker .item-name,
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container-selected .item-number,
#main-streamlaunch-container #left-content-launchpad .inset-container .active_ticker .item-number {
  color: #ffffff !important;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container-selected .list-ticker,
#main-streamlaunch-container #left-content-launchpad .inset-container .active_ticker .list-ticker {
  background: #ffffff !important;
  color: #3d7fba !important;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container-selected .list-pe,
#main-streamlaunch-container #left-content-launchpad .inset-container .active_ticker .list-pe {
  color: #ffffff !important;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container-selected .list-change,
#main-streamlaunch-container #left-content-launchpad .inset-container .active_ticker .list-change {
  color: #ffffff;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container-selected .list-percent,
#main-streamlaunch-container #left-content-launchpad .inset-container .active_ticker .list-percent {
  color: #ffffff;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container-selected .list-price,
#main-streamlaunch-container #left-content-launchpad .inset-container .active_ticker .list-price {
  color: #ffffff;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .fol_rec_watchlist {
  border-bottom: 1px solid #2e3644 !important;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container.recent_watchlist .list-item,
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container.followed_watchlist .list-item,
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container.fol_rec_watchlist .list-item {
  padding-left: 1px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container {
  width: 100%;
  font-family: Helvetica Neue, Arial, sans-serif;
  cursor: pointer;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item {
  height: 18px;
  padding: 6px 6px;
  font-size: 12px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .list-ticker {
  float: left;
  /*width:20%;*/
  width: 19%;
  color: #ffffff;
  background: #3d7fba;
  text-align: center;
  border-radius: 2px;
  line-height: 18px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .list-percent,
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .list-change {
  float: right;
  text-align: right;
  width: 20%;
  line-height: 18px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .list-change {
  width: 19%;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .list-chng {
  float: right;
  text-align: right;
  width: 20%;
  line-height: 18px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .list-price {
  float: right;
  text-align: right;
  width: 19%;
  margin-right: 3px;
  line-height: 18px;
  overflow: hidden;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .list-pe {
  /*width:20%;*/
  width: 19%;
  color: #3d7fba;
  float: right;
  line-height: 18px;
  text-align: right;
  padding-right: 5px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .list-quickstat {
  display: none;
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 2px;
  font-size: 9px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .watchlist-name {
  width: 70%;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .item-name {
  margin-left: 10px;
  float: left;
  color: #3d7fba;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .item-name:last-child {
  border-bottom: none;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .item-number {
  float: right;
  /*color: #2F8B27;*/
  padding-right: 6px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .stock-price {
  padding-right: 10px;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item .selected {
  text-decoration: underline;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container .list-item:hover {
  background: #e8eef7;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .list-item-container:last-child {
  border-bottom: none;
}
#main-streamlaunch-container #left-content-launchpad .inset-container .outer_sub_watchlist {
  border-bottom: 2px solid #d4e0ea;
}
#main-streamlaunch-container #right-content-launchpad {
  position: relative;
  height: 100%;
  float: left;
  overflow-y: hidden;
  background: white;
  border: 1px solid #d4e0ea;
  box-sizing: border-box;
  width: 100%;
  /*border-left: 1px solid #DEDEDE;*/
  /*border-right: 1px solid #DEDEDE;*/
}
#main-streamlaunch-container #right-content-launchpad .di-va {
  display: inline-block;
  vertical-align: top;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header {
  height: 30px;
  padding: 8px;
  border-bottom: 1px solid #d4e0ea;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .left-menu-toggle-btn.open .expand {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .left-menu-toggle-btn.close .collapse {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .icon-wrap {
  height: 30px;
  width: 30px;
  border-radius: 6px;
  cursor: pointer;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .icon-wrap .icon {
  fill: #3d7fba;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .icon-wrap:hover {
  background: #3d7fba;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .icon-wrap:hover .icon {
  fill: #ffffff;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .label-icon-wrap {
  height: 18px;
  padding: 4px;
  border: 2px solid #3d7fba;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  color: #3d7fba;
  font-size: 12px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .label-icon-wrap .icon-space {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  width: 18px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .label-icon-wrap .icon-space .icon {
  fill: #3d7fba;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .label-icon-wrap .label-space {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .label-icon-wrap:hover {
  background: #3d7fba;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .label-icon-wrap:hover .icon-space .icon {
  fill: #ffffff;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .label-icon-wrap:hover .label-space {
  color: #ffffff;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .toggle,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .label {
  display: inline-block;
  vertical-align: top;
  font-size: 8px;
  padding: 6px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .toggle .label-tag,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .label .label-tag {
  font-size: 10px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  color: #3d7fba;
  padding-left: 4px;
  cursor: pointer;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .left-menu-toggle-btn {
  display: inline-block;
  vertical-align: top;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl:after,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl:before,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl *,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl *:after,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl *:before,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl + .tgl-btn {
  box-sizing: border-box;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl::selection,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl:after::selection,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl:before::selection,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl *::selection,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl *:after::selection,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl *:before::selection,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl + .tgl-btn::selection {
  background: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl + .tgl-btn {
  outline: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl + .tgl-btn:after,
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 44%;
  height: 100%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl + .tgl-btn:after {
  left: 0;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl + .tgl-btn:before {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl:checked + .tgl-btn:after {
  left: 56%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl-light + .tgl-btn {
  background: #a5b3c7;
  border-radius: 12px;
  padding: 2px;
  transition: all .4s ease;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #ffffff;
  transition: all .2s ease;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .tgl-light:checked + .tgl-btn {
  background: #3d7fba;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .title-holder {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .search-ticker-box {
  border: 2px solid #d4e0ea;
  float: right;
  margin: -3px 0 0 10px;
  width: 264px;
  height: 32px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .search-ticker-box .ticker-tokenizer-box {
  border: none;
  width: 98%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .search-ticker-box .ticker-tokenizer-box input {
  line-height: 16px;
  margin-top: 1px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  padding: 6px 0 0 6px;
  text-transform: uppercase;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .search-ticker-box .ticker-tokenizer-box.noisy-long-wrapper input {
  padding: 0;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .search-ticker-box .ticker-tokenizer-box .noisy-long-list {
  width: 98%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-header .search-ticker-box .ticker-tokenizer-box .noisy-long-list input {
  width: 100%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical {
  font-size: 11px;
  overflow-y: auto;
  padding-top: 30px;
  box-sizing: border-box;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .vertical-wrapper {
  width: 33%;
  float: left;
  margin-right: 0.5%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .vertical-wrapper:last-child {
  margin-right: 0px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical table {
  width: 100%;
  table-layout: fixed;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical table th {
  text-align: right;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical table th.ticker,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical table th.ticker-cell {
  width: 50px;
  text-align: center;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical table th.chart,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical table th.chart-cell {
  width: 55px;
  text-align: center;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical table th.stck_para-cell,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical table th.finc_para-cell {
  text-align: right;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-header {
  position: fixed;
  max-width: 100%;
  height: 30px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-header tbody {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-body .vertical-wrapper {
  margin-top: -30px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-body tr {
  min-height: 28px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-body thead {
  visibility: hidden;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-body thead th {
  max-height: 0;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-body .title-cell {
  width: 50px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-body .chart-cell {
  width: 55px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-body .chart-container {
  height: 28px;
  width: 55px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .table-body td.field-cell {
  font-size: 9px;
  text-align: right;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal {
  overflow-x: auto;
  white-space: nowrap;
  box-sizing: border-box;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .vertical-wrapper {
  min-height: 26px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #d4e0ea;
  font-size: 11px;
  min-width: 18vw;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .vertical-wrapper:last-child {
  border-right: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table thead {
  font-size: 11px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th {
  text-align: right;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th.ticker,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th.ticker-cell {
  width: 50px;
  text-align: center;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th.chart,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th.chart-cell {
  width: 55px;
  text-align: center;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th.stck_para-cell,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th.finc_para-cell {
  text-align: right;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th {
  padding: 0px;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  line-height: 30px;
  display: inline;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table td {
  border-left: 0;
  border-right: 0;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th {
  position: relative;
  cursor: pointer;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th:after {
  position: absolute;
  background: #f9fcff;
  opacity: 0.7;
  top: 0px;
  right: 0px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th.asc:after {
  content: '\25b2';
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th.desc:after {
  content: '\25bc';
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table th:last-child,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal table td:last-child {
  padding-right: 6px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-header {
  max-width: 100%;
  min-height: 26px;
  box-sizing: border-box;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-header .vertical-wrapper {
  background: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  color: #698094;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-header tbody {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body tr {
  min-height: 28px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body thead {
  visibility: hidden;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .group-title-cell {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 18px;
  border-left: 1px solid #3d7fba;
  font-weight: 600;
  font-size: 12px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .group-title-cell .group-title {
  width: 80%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .group-title-cell .edit-btn {
  color: #3d7fba;
  cursor: pointer;
  font-size: 10px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .group-title-cell .delete-btn {
  cursor: pointer;
  color: #698094;
  margin-left: 6px;
  font-size: 16px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell {
  padding-left: 6px;
  padding-right: 6px;
  background: #ffffff;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell .add-ticker-input {
  border: none;
  outline: none;
  line-height: 18px;
  font-size: 12px;
  margin-left: 6px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell ::-webkit-input-placeholder {
  color: #d4e0ea;
  font-size: 12px;
  font-weight: 300;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell :-moz-placeholder {
  color: #d4e0ea;
  font-size: 12px;
  font-weight: 300;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell ::-moz-placeholder {
  color: #d4e0ea;
  font-size: 12px;
  font-weight: 300;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell :-ms-input-placeholder {
  color: #d4e0ea;
  font-size: 12px;
  font-weight: 300;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell .add-ticker-input:focus {
  outline: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell .add-ticker {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  color: #3d7fba;
  font-weight: bold;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell .wrapper .add-ticker-input {
  width: 240px;
  display: inline-block;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell .wrapper .add-ticker-input .noisy-long-list {
  width: 100%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell .wrapper .add-ticker-input .noisy-long-list input {
  width: 100%;
  line-height: 20px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell .wrapper .add-ticker-input .suggest-wrapper .suggest li {
  display: block;
  height: 31px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .add-ticker-cell .wrapper .btn-holder .add-ticker {
  line-height: 26px;
  height: 32px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .title-cell {
  width: 50px;
  padding-left: 6px;
  padding-right: 6px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .title-cell .ticker-chevron {
  line-height: 12px;
  padding: 0 3px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .chart-cell {
  width: 55px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .chart-container {
  max-height: 28px;
  height: 24px;
  width: 55px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body tbody td {
  border-bottom: 1px solid #d4e0ea;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body tbody tr:nth-child(odd) {
  background: #f9fcff;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body table.ord tbody td {
  border-bottom: 1px solid #d4e0ea;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body table.ord tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body td.field-cell {
  font-size: 10.5px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body td.field-cell.neg[data-id*="_change"] {
  color: #e81a1a;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body td.field-cell.pos[data-id*="_change"] {
  color: #2da65b;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body td.field-cell2 {
  font-size: 12.5px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body td.field-cell2.neg[data-id*="_change"] {
  color: #e81a1a;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body td.field-cell2.pos[data-id*="_change"] {
  color: #2da65b;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body td.width-cell {
  font-size: 15px;
  text-align: right;
  width: 200px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper .edit-table {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit {
  position: relative;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit table {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table {
  border: 1px solid #3d7fba;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: -1px;
  margin-top: -1px;
  z-index: 999;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row .wrapper {
  height: 28px;
  padding: 1px;
  border-bottom: 1px solid #d4e0ea;
  display: table-cell;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row .wrapper .name-holder .comp-ticker .ticker-chevron {
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row .icon {
  height: 16px;
  width: 16px;
  font-size: 16px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row .btn-holder {
  padding: 6px 3px;
  cursor: pointer;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row .name-holder {
  padding: 5px 3px 3px;
  display: flex;
  align-items: center;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row .name-holder .comp-ticker {
  display: inline-block;
  width: 50px;
  margin-right: 6px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row .name-holder .comp-name {
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row .undo-delete-ticker {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row .delete-ticker {
  color: #e81a1a;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.add-ticker-row {
  opacity: 0.5;
  pointer-events: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.add-ticker-row .wrapper {
  padding-left: 6px;
  padding-right: 6px;
  background: #ffffff;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.add-ticker-row .add-ticker-input {
  border: none;
  outline: none;
  line-height: 18px;
  font-size: 12px;
  margin-left: 6px;
  margin-top: 5px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.add-ticker-row ::-webkit-input-placeholder {
  color: #d4e0ea;
  font-size: 12px;
  font-weight: 300;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.add-ticker-row :-moz-placeholder {
  color: #d4e0ea;
  font-size: 12px;
  font-weight: 300;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.add-ticker-row ::-moz-placeholder {
  color: #d4e0ea;
  font-size: 12px;
  font-weight: 300;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.add-ticker-row :-ms-input-placeholder {
  color: #d4e0ea;
  font-size: 12px;
  font-weight: 300;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.add-ticker-row .add-ticker-input:focus {
  outline: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.add-ticker-row .add-ticker {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  color: #3d7fba;
  font-weight: bold;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .psuedo-row.deleted .undo-delete-ticker {
  display: inline;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd) {
  background: #f9fcff;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(even) {
  background: #ffffff;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).title-row,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.title-row {
  background: #e8eef7;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).title-row input,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.title-row input {
  height: 16px;
  padding: 1px 1px;
  border: 2px solid #d4e0ea;
  border-radius: 3px;
  margin: 3px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).title-row .btn-holder,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.title-row .btn-holder {
  padding: 3px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).title-row .btn-holder .btn,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.title-row .btn-holder .btn {
  text-align: center;
  height: 20px;
  border: 1px solid #e8eef7;
  display: inline-block;
  border-radius: 3px;
  line-height: 20px;
  cursor: pointer;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).title-row .btn-holder .save-edit,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.title-row .btn-holder .save-edit {
  width: 64px;
  background: #3d7fba;
  color: #ffffff;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).title-row .btn-holder .cancel-edit,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.title-row .btn-holder .cancel-edit {
  width: 48px;
  background: transparent;
  color: #698094;
  margin-right: 4px;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).title-row .btn-holder .cancel-edit:hover,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.title-row .btn-holder .cancel-edit:hover {
  border: 1px solid #698094;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).deleted,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.deleted {
  background: #e8eef7;
  font-style: italic;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).deleted .undo-delete-ticker,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.deleted .undo-delete-ticker {
  display: inline;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row:nth-child(odd).deleted .delete-ticker,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .table-body .table-wrapper.edit .edit-table .pseudo-row.deleted .delete-ticker {
  display: none;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .wrapper.wrap1 .vertical-wrapper,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .wrapper.wrap1 .vertical-wrapper {
  width: 100%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .wrapper.wrap2 .vertical-wrapper,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .wrapper.wrap2 .vertical-wrapper {
  width: 50%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .wrapper.wrap3 .vertical-wrapper,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .wrapper.wrap3 .vertical-wrapper {
  width: 33.3%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .wrapper.wrap4 .vertical-wrapper,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .wrapper.wrap4 .vertical-wrapper {
  width: 25%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .wrapper.wrap5 .vertical-wrapper,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .wrapper.wrap5 .vertical-wrapper {
  width: 20%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .wrapper.wrap2x .vertical-wrapper,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .wrapper.wrap2x .vertical-wrapper {
  width: 200%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .wrapper.wrap3x .vertical-wrapper,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .wrapper.wrap3x .vertical-wrapper {
  width: 300%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .wrapper.wrap4x .vertical-wrapper,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .wrapper.wrap4x .vertical-wrapper {
  width: 400%;
}
#main-streamlaunch-container #right-content-launchpad .launchpad-board.vertical .wrapper.wrap5x .vertical-wrapper,
#main-streamlaunch-container #right-content-launchpad .launchpad-board.horizontal .wrapper.wrap5x .vertical-wrapper {
  width: 500%;
}
#main-streamlaunch-container .watchToken {
  /* background: #807000; */
  padding: 2px 3px;
  background: #3D7FBA;
  border: 1px solid #3D7FBA;
}
#main-streamlaunch-container .watchName {
  color: #3D7FBA;
}
#main-streamlaunch-container .noisy-long-token.watchy {
  background: #3d7fba;
  border: 1px solid #3d7fba;
}
#main-streamlaunch-container .noisy-long-token.watchy.spotlight {
  background: #fff;
}
#main-streamlaunch-container .selected {
  background: #3d7fba;
  color: #fff;
}
#main-streamlaunch-container .selected .watchToken {
  padding: 2px 3px;
  background: #fff;
  color: #3d7fba;
  border: 1px solid #fff;
}
#main-streamlaunch-container .selected .watchName {
  color: #fff;
}
#main-streamlaunch-container .show_hide_chart {
  margin-right: 50px;
}
#main-streamlaunch-container .show_hide_chart label:first-child {
  color: #3d7fba;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
}
#main-streamlaunch-container .show_hide_chart .toggle .tgl-btn {
  height: 20px;
  width: 40px;
}
.none {
  display: none;
}
.mosaic_weights {
  height: 22px;
  width: 22px;
  fill: #4682BA;
  position: relative;
  top: 4px;
  float: right;
}
.disable_tracker_menu {
  pointer-events: none;
  opacity: 0.5;
}
#sentieo-info {
  display: inline-block;
  float: left;
  position: relative;
  top: 4px;
  left: 4px;
}
#sentieo-info .icon {
  height: 22px;
  width: 22px;
  fill: #4682BA;
}
#ticker-quarter-used {
  background: white;
  position: absolute;
  right: 2%;
  z-index: 10;
  width: auto;
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  border-radius: 4px;
  padding: 18px;
  font-size: 12px;
  text-align: center;
  color: #000000;
}
#ticker-quarter-used table {
  border: 1px solid #d4e0ea;
  border-collapse: collapse;
}
#ticker-quarter-used table td:nth-child(even) {
  border-left: 1px solid #d4e0ea;
  width: 88px;
}
#ticker-quarter-used table td:first-child {
  font-weight: bold;
  font-size: 11px;
  width: 55px;
}
#ticker-quarter-used table td {
  padding: 4px;
}
#ticker-quarter-used table thead {
  color: #4682BA;
}
#ticker-quarter-used table thead td {
  border-bottom: 1px solid #d4e0ea;
  font-weight: bold;
}
#ticker-quarter-used table thead td:first-child {
  font-size: 12px;
}
#ticker-quarter-used table tbody tr:nth-child(even) {
  background: #F3F5F6;
}
#brands-dropdown .brand_text {
  display: inline-block;
  font-size: 15px;
  color: #698094;
  line-height: 32px;
}
#brands-dropdown #s2id_brand {
  height: 32px;
  width: auto;
}
#brands-dropdown #s2id_brand span {
  padding: 2px 12px;
  line-height: 24px;
}
#brand-to-kpi {
  background: white;
  position: absolute;
  left: 450px;
  top: 38px;
  z-index: 11;
  width: auto;
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  border-radius: 4px;
  padding: 18px;
  font-size: 12px;
}
#brand-to-kpi table {
  border: 1px solid #d4e0ea;
  border-collapse: collapse;
}
#brand-to-kpi table td:nth-child(even) {
  border-left: 1px solid #d4e0ea;
}
#brand-to-kpi table td {
  padding: 4px;
}
#brand-to-kpi table thead {
  text-indent: 4px;
  color: #4682BA;
  text-align: left;
}
#brand-to-kpi table thead td {
  border-bottom: 1px solid #d4e0ea;
  font-weight: bold;
}
#brand-to-kpi table tbody tr:nth-child(even) {
  background: #F3F5F6;
}
#yaxis_align_wrapper {
  position: absolute;
  z-index: 1;
  line-height: 19px;
  padding: 1px;
}
#yaxis_align_wrapper #yaxis_align_main_chart {
  float: left;
}
#yaxis_align_wrapper .text {
  color: #698094;
  font-size: 12px;
}
#sentieo-index-type-help {
  background: white;
  position: absolute;
  left: 400px;
  top: 38px;
  z-index: 10;
  width: 256px;
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  border-radius: 4px;
  padding: 18px;
}
#sentieo-index-type-help #best-sentieo-index {
  font-size: 12px;
  text-align: left;
  color: #698094;
  font-family: Helvetica Neue, Arial, Sans-serif;
}
#sentieo-index-type-help #metrics-by-time-period {
  margin-top: 10px;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-table-title {
  display: inline-block;
  font-size: 10px;
  color: #698094;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-table-metrics-info {
  display: inline-block;
  position: relative;
  top: 2px;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-table-metrics-info .icon {
  width: 13px;
  height: 13px;
  fill: #4682BA;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-tables {
  font-size: 12px;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-tables table {
  width: 100%;
  border-collapse: collapse;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-tables table thead td:first-child {
  text-indent: 4px;
  color: #4682BA;
  text-align: left;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-tables table thead td {
  padding: 4px;
  border-bottom: 1px solid #d4e0ea;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-tables table tbody tr:nth-child(even) {
  background: #F3F5F6;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-tables table tbody td:first-child {
  width: 80px;
  height: 20px;
  text-align: left;
  text-indent: 4px;
  font-weight: bold;
  font-size: 11px;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-tables table tbody td {
  text-align: center;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-tables #adj_rsqd_table {
  margin-top: 12px;
  border: 1px solid #d4e0ea;
}
#sentieo-index-type-help #metrics-by-time-period #metrics-by-time-period-tables #hit_rate_table {
  margin-top: 12px;
  border: 1px solid #d4e0ea;
}
#correlation-settings-info {
  display: inline-block;
  float: right;
  position: relative;
  top: 4px;
  left: 4px;
}
#correlation-settings-info .icon {
  height: 22px;
  width: 22px;
  fill: #4682BA;
}
#sentieo-index-type-info {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 4px;
  float: left;
  cursor: pointer;
}
#sentieo-index-type-info .icon {
  height: 22px;
  width: 22px;
  fill: #4682BA;
}
#hit-rate-tutorial {
  display: inline;
}
#hit-rate-tutorial .icon {
  width: 13px;
  height: 13px;
  fill: #4682BA;
  position: relative;
  top: 2px;
  left: 2px;
}
#bad-query-gtrends-popup {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 33%;
  background: #ffffff;
  position: absolute;
  z-index: 9999;
  width: 450px;
  border-radius: 10px;
  font-family: Helvetica Neue, Arial, sans-serif;
  padding: 18px;
  box-shadow: 0 0 65px rgba(29, 32, 35, 0.4);
}
#bad-query-gtrends-popup .msg {
  font-size: 16px;
  line-height: 18px;
  color: #698094;
  padding: 15px;
}
#bad-query-gtrends-popup .footer {
  font-family: Arial,Regular;
  padding: 12px 18px 12px 18px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #3d7fba;
  border-radius: 10px;
  cursor: pointer;
  width: 50px;
  margin: 0 auto;
  border: 2px solid #3d7fba;
}
#bad-query-gtrends-popup .footer:hover {
  background: #ffffff;
  color: #3d7fba;
}
.unified-tracker-content {
  position: relative;
  width: 100%;
  background: white;
  border-right: 1px solid #ccd8e6;
  border-left: 1px solid #ccd8e6;
}
.unified-tracker-content #adj-rsquared-info {
  display: inline;
}
.unified-tracker-content #sentieo-index-info {
  display: inline;
}
.unified-tracker-content #accel-info {
  display: inline;
}
.unified-tracker-content .sentieo_info_icon {
  height: 17px;
  fill: #4682BA;
  width: 18px;
  left: 3px;
  top: 3px;
  position: relative;
}
.unified-tracker-content .adj_rsquared_info_icon {
  width: 13px;
  height: 13px;
  fill: #4682BA;
  position: relative;
  top: 2px;
  left: 2px;
}
.unified-tracker-content #m3-accel {
  text-align: center;
}
.unified-tracker-content .accel_info {
  font-size: 10px;
  margin-left: 6px;
}
.unified-tracker-content .accel_info_icon {
  width: 13px;
  height: 13px;
  fill: #4682BA;
  position: relative;
  top: 2px;
  left: 1px;
}
.unified-tracker-content table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.unified-tracker-content .content-header .month-head,
.unified-tracker-content .category-sub-item .month-head {
  width: 64px;
}
.unified-tracker-content .content-header .quarter-head,
.unified-tracker-content .category-sub-item .quarter-head {
  width: 64px;
}
.unified-tracker-content .content-header .blank-head {
  width: 228px;
  font-weight: normal;
}
.unified-tracker-content .category-sub-item .blank-head {
  width: 228px;
  font-weight: normal;
}
.unified-tracker-content .content-header {
  color: #698094;
  font: 13px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: bold;
}
.unified-tracker-content .content-header .unified-header {
  border-top: 1px solid #d4e0ea;
}
.unified-tracker-content .content-header .unified-header:nth-child(1) th:nth-child(2) {
  background-color: #e8eef7;
}
.unified-tracker-content .content-header .unified-header:nth-child(2) th:nth-child(2),
.unified-tracker-content .content-header .unified-header:nth-child(2) th:nth-child(3),
.unified-tracker-content .content-header .unified-header:nth-child(2) th:nth-child(4) {
  background-color: #f9fcff;
}
.unified-tracker-content .content-header th.unsorted {
  font-weight: normal;
  font-size: 11px;
}
.unified-tracker-content .content-header th.unsorted:nth-child(1) {
  background-color: #f9fcff;
}
.unified-tracker-content .content-header th.nosort {
  font-weight: 500;
  font-size: 13px;
}
.unified-tracker-content .content-header th {
  line-height: 18px;
  padding: 8px 0px 8px;
  border-right: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  position: relative;
}
.unified-tracker-content .content-header th .column0-header {
  margin-left: 30px;
  overflow: hidden;
  line-height: 18px;
}
.unified-tracker-content .content-header th .ch-ticker {
  float: left;
  width: 52px;
  margin-right: 12px;
}
.unified-tracker-content .content-header th .ch-keyword {
  float: left;
  width: 90px;
  margin-right: 12px;
}
.unified-tracker-content .content-header th:last-child {
  border-right: none;
}
.unified-tracker-content .content-main {
  font-size: 13px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: normal;
  overflow: auto;
  width: 1146px;
  box-sizing: border-box;
}
.unified-tracker-content .content-main .row-header-wrapper {
  padding: 12px 12px 12px 12px;
}
.unified-tracker-content .content-main .row-header-wrapper .mini-graph {
  width: 60px;
  height: 18px;
}
.unified-tracker-content .content-main .row-header-wrapper .mini-graph.chart-preset::after {
  content: "YoY Last 6M";
  font-size: 8px;
}
.unified-tracker-content .content-main .row-header-wrapper .rh-ticker-keyword,
.unified-tracker-content .content-main .row-header-wrapper .rh-ticker-unified {
  margin-left: 18px;
  overflow: hidden;
  line-height: 18px;
}
.unified-tracker-content .content-main .row-header-wrapper .expand-icon {
  cursor: pointer;
  padding-top: 1px;
  color: #3d7fba;
}
.unified-tracker-content .content-main .row-header-wrapper .expand-icon .icon {
  height: 14px;
  width: 14px;
  margin-top: 3px;
  fill: #3d7fba;
}
.unified-tracker-content .content-main .row-header-wrapper .expand-icon::before {
  line-height: 16px;
}
.unified-tracker-content .content-main .row-header-wrapper .rh-ticker {
  float: left;
  color: #3d7fba;
  width: 60px;
  margin-right: 12px;
}
.unified-tracker-content .content-main .row-header-wrapper .rh-ticker .ticker-chevron {
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  padding: 0px 3px;
  text-align: center;
  color: #ffffff;
  background-color: #3d7fba;
  border-radius: 4px;
  border: 1px solid #3d7fba;
  font-family: Helvetica Neue, sans-serif;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.unified-tracker-content .content-main .row-header-wrapper .rh-ticker .ticker-chevron:hover {
  background: #ffffff;
  color: #3d7fba;
  border: 1px solid #3d7fba;
}
.unified-tracker-content .content-main .row-header-wrapper .rh-keyword,
.unified-tracker-content .content-main .row-header-wrapper .rh-url,
.unified-tracker-content .content-main .row-header-wrapper .rh-unified,
.unified-tracker-content .content-main .row-header-wrapper .rh-unified-group,
.unified-tracker-content .content-main .row-header-wrapper .rh-keyword-group,
.unified-tracker-content .content-main .row-header-wrapper .rh-url-group {
  float: left;
  color: #333;
  width: 90px;
  margin-right: 12px;
}
.unified-tracker-content .content-main .row-header-wrapper .rh-keyword,
.unified-tracker-content .content-main .row-header-wrapper .rh-url,
.unified-tracker-content .content-main .row-header-wrapper .rh-unified {
  cursor: pointer;
  max-width: 90px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.unified-tracker-content .content-main .row-header-wrapper .rh-keyword,
.unified-tracker-content .content-main .row-header-wrapper .rh-unified {
  text-transform: capitalize;
}
.unified-tracker-content .content-main .row-header-wrapper .rh-url,
.unified-tracker-content .content-main .row-header-wrapper .rh-url-group {
  max-height: 18px;
  max-width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.unified-tracker-content .content-main .row-header-wrapper .rh-keyword-group,
.unified-tracker-content .content-main .row-header-wrapper .rh-url-group,
.unified-tracker-content .content-main .row-header-wrapper .rh-unified-group {
  cursor: pointer;
}
.unified-tracker-content .content-main .ticker-span {
  color: #3d7fba;
}
.unified-tracker-content .content-main .tr-odd-child {
  background: #ffffff;
}
.unified-tracker-content .content-main .tr-even-child,
.unified-tracker-content .content-main .blue-sub-table {
  background: #fcfdfd;
}
.unified-tracker-content .content-main .category-title td {
  line-height: 18px;
  background: #ccd8e6;
  padding: 6px 6px 6px 12px;
  min-width: 1128px;
}
.unified-tracker-content .content-main .category-item td {
  line-height: 18px;
  border-right: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  min-width: 48px;
  max-width: 48px;
}
.unified-tracker-content .content-main .category-item td:last-child {
  border-right: none;
}
.unified-tracker-content .content-main .category-item td:first-child {
  box-sizing: border-box;
}
.unified-tracker-content .content-main .category-item .item-title {
  min-width: 228px;
  max-width: 228px;
}
.unified-tracker-content .content-main .category-item td:not(.item-title) {
  text-align: center;
  position: relative;
}
.unified-tracker-content .content-main .category-item td:not(.item-title) .highcharts-container {
  display: inline-block;
}
.unified-tracker-content .content-main .category-item td:nth-child(2),
.unified-tracker-content .content-main .category-item td:nth-child(3),
.unified-tracker-content .content-main .category-item td:nth-child(4) {
  background-color: #f9fcff;
}
.unified-tracker-content .category-sub-item .dimmed {
  opacity: 0.5;
}
.unified-tracker-content .category-sub-item .row-sub-header-wrapper {
  padding: 12px 12px 12px 12px;
}
.unified-tracker-content .category-sub-item .row-sub-header-wrapper .mini-graph {
  width: 60px;
  height: 18px;
}
.unified-tracker-content .category-sub-item .row-sub-header-wrapper .rsh-keyword,
.unified-tracker-content .category-sub-item .row-sub-header-wrapper .rsh-url,
.unified-tracker-content .category-sub-item .row-sub-header-wrapper .rsh-unified {
  margin-left: 18px;
  line-height: 18px;
  cursor: pointer;
  color: #333;
  font-weight: normal;
  padding-left: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.unified-tracker-content .category-sub-item table th {
  padding: 0px;
}
.unified-tracker-content .category-sub-item table td {
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
.unified-tracker-content .category-sub-item table td,
.unified-tracker-content .category-sub-item table th {
  border-right: 1px solid #d4e0ea;
}
.unified-tracker-content .category-sub-item table td:last-child,
.unified-tracker-content .category-sub-item table th:last-child {
  border-right: none;
}
.unified-tracker-content .category-sub-item table td:not(.item-title) {
  text-align: center;
  position: relative;
}
.unified-tracker-content .category-sub-item table td:not(.item-title) .highcharts-container {
  display: inline-block;
}
.unified-tracker-content .category-sub-item table td:nth-child(2),
.unified-tracker-content .category-sub-item table td:nth-child(3),
.unified-tracker-content .category-sub-item table td:nth-child(4) {
  background-color: #f9fcff;
}
.unified-tracker-content .category-sub-item td.expanded {
  padding: 0px;
  border-bottom: none;
}
.unified-tracker-content .pos-val {
  color: #666;
}
.unified-tracker-content .neg-val {
  color: #ee5d4b;
}
.unified-tracker-content .cell-perc {
  position: absolute;
  bottom: 0px;
  background: #4f95da;
  height: 6.6px;
  left: 0px;
}
.unified-tracker-content .simple-yoy-cell,
.unified-tracker-content .accel-yoy-cell,
.unified-tracker-content .monthly-yoy-cell,
.unified-tracker-content .rev-yoy-cell {
  text-align: center;
}
.unified-tracker-content .simple-yoy-views-cell,
.unified-tracker-content .yoy-views-cell,
.unified-tracker-content .accel-yoy-views-cell,
.unified-tracker-content .monthly-yoy-views-cell,
.unified-tracker-content .rev-yoy-views-cell {
  text-align: center;
}
#mosaic_main_container #open_tracker div {
  display: inline-block;
  position: relative;
  top: 4px;
  right: 3px;
}
#mosaic_main_container #open_tracker .icon {
  width: 18px;
  height: 18px;
  fill: #3d7fba;
}
#mosaic_main_container .no-data {
  width: 100%;
  background: url('../images/noData.png') no-repeat;
  background-position: 50% 50%;
  height: 435px;
  position: relative;
  background-size: auto 300px;
}
#mosaic_main_container .no-data .no-data-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 16px;
  color: #7e91ad;
  font-family: Helvetica Neue, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#mosaic_main_container #main_left_container {
  width: 180px;
}
#mosaic_main_container #main_left_container .deactive {
  pointer-events: none;
  opacity: 0.2;
}
#mosaic_main_container #main_left_container #new-company-search-box-holder {
  width: 147px;
  padding-left: 10px;
}
#mosaic_main_container #main_left_container #new-company-search-box-holder .company-form {
  padding-left: 0;
}
#mosaic_main_container #main_left_container #new-company-search-box-holder .noisy-long-list {
  padding-left: 0;
}
#mosaic_main_container #main_left_container #new-company-search-box-holder .newAutocomplete {
  padding-left: 0;
}
#mosaic_main_container #main_left_container #new-company-search-box-holder .newAutocomplete input {
  margin-left: 0;
  font-size: 12px;
}
#mosaic_main_container #main_right_container {
  border-right: 0;
}
#mosaic_main_container #main_right_container .parent-wrapper {
  padding: 0 18px 0 0;
}
#mosaic_main_container #main_right_container .tracker-header {
  min-width: 1165px;
}
#mosaic_main_container #main_right_container .module-container {
  border: 0;
}
#mosaic_main_container #main_right_container .module-container .main_data {
  margin-top: 0 !important;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionHeader {
  background-color: #e8eef7;
  padding: 12px;
  border-bottom: 1px solid #d4e0ea;
  font-size: 13px;
  line-height: 18px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer {
  padding-left: 18px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .section_holder,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .section_holder {
  width: 99%;
  overflow: hidden;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .section_holder .section,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .section_holder .section {
  color: #698094;
  width: 23%;
  padding: 0px;
  height: 70px;
  float: left;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #e8eef7;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .section_holder .section .section-head,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .section_holder .section .section-head {
  height: 20px;
  font-size: 11px;
  background: rgba(69, 114, 167, 0.0470588);
  padding-left: 5px;
  line-height: 20px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .section_holder .section .section-item,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .section_holder .section .section-item {
  height: 25px;
  line-height: 25px;
  font-size: 10px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .section_holder .section .section-item .icon,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .section_holder .section .section-item .icon {
  width: 15px;
  height: 15px;
  margin: 5px 5px;
  float: left;
  background: rgba(69, 114, 167, 0.0470588);
  background-repeat: no-repeat;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .section_holder .section .section-item .section-content,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .section_holder .section .section-item .section-content {
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: right;
  color: #698094;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .section_holder .section .section-item:hover,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .section_holder .section .section-item:hover {
  color: #3d7fba;
  fill: #3d7fba;
  cursor: pointer;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .section_holder .section .section-item:hover .section-content,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .section_holder .section .section-item:hover .section-content {
  color: #3d7fba;
  cursor: pointer;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .section_holder .section .section-item:hover .icon,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .section_holder .section .section-item:hover .icon {
  background: #3d7fba;
  border-radius: 5px;
  fill: white;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d4e0ea;
  box-sizing: border-box;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .parent-section-head,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .parent-section-head {
  padding: 6px;
  height: 19px;
  background-color: #f3f6fb;
  font-size: 11px;
  color: #698094;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section {
  margin-top: 6px;
  padding: 4px;
  width: 290px;
  vertical-align: top;
  box-sizing: border-box;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .new-section-head,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .new-section-head {
  margin-bottom: 6px;
  display: inline-block;
  width: 48%;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon {
  vertical-align: middle;
  cursor: pointer;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon .icon,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon .icon {
  width: 15px;
  height: 12px;
  padding: 1px;
  background: #3d7fba;
  border-radius: 2px;
  vertical-align: bottom;
  fill: white;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .new-section-head .new-section-head-text,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .new-section-head .new-section-head-text {
  cursor: pointer;
  font-size: 11px;
  margin-left: 4px;
  vertical-align: middle;
  text-transform: uppercase;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .new-section-item,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .new-section-item {
  margin-left: 24px;
  cursor: pointer;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .new-section-item .new-line-div,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .new-section-item .new-line-div {
  width: 12px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .new-section-item .no-dash-div,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .new-section-item .no-dash-div {
  border: 1px solid black;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .new-section-item .dash-div,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .new-section-item .dash-div {
  border: 1px dashed black;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .new-section-item .section-content,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .new-section-item .section-content {
  font-size: 12px;
  max-width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox {
  display: inline-block;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .item,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .item {
  display: inline-block;
  width: 50px;
  text-align: center;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox {
  margin: auto;
  cursor: pointer;
  border: 1px solid #d4e0ea;
  height: 20px;
  background: #e8eef7;
  border-radius: 2px;
  width: 20px;
  box-sizing: border-box;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox .filter_checkbox,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox .filter_checkbox {
  cursor: pointer;
  margin-top: 3px;
  display: none;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox label,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox label {
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  border-radius: 3px;
  z-index: 700;
  background-color: #ffffff;
  border: 1px solid #d4e0ea;
  display: inline-block;
  box-sizing: border-box;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox label::after,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox label::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  content: '';
  width: 6px;
  opacity: 0;
  height: 3px;
  background: transparent;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-top: 3px;
  box-sizing: border-box;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox label:hover::after,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .item .checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  content: '';
  opacity: 0.3;
  width: 6px;
  height: 3px;
  background: transparent;
  border: 2px solid #3d7fba;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-top: 3px;
  box-sizing: border-box;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .active_item .checkbox,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .active_item .checkbox {
  border-color: #3d7fba;
  background: #3d7fba;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .active_item .checkbox label,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .active_item .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .active_item .checkbox label::after,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .active_item .checkbox label::after {
  filter: alpha(opacity=1);
  opacity: 1;
  border-color: #ffffff;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .active_item .checkbox label:hover::after,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .active_item .checkbox label:hover::after {
  opacity: 1;
  border-color: #ffffff;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox {
  pointer-events: none;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox .filter_checkbox,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox .filter_checkbox {
  opacity: 0;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox label,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox label {
  opacity: 0;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox label::after,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox label::after {
  opacity: 0;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox label:hover::after,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .new-section .section-outer-checkbox .inactive .checkbox label:hover::after {
  opacity: 0;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .freq_head_outer,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .freq_head_outer {
  padding: 4px;
  height: 19px;
  /* background-color: #f3f6fb; */
  font-size: 11px;
  color: #698094;
  line-height: 19px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .freq_head_outer .freq_head,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .freq_head_outer .freq_head {
  font-size: 11px;
  display: inline-block;
  width: 50px;
  text-align: center;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .wide,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .wide {
  width: auto;
  display: inline-block;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .wide-span,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .wide-span {
  max-width: 500px !important;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .weight_block_outer,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .weight_block_outer {
  padding: 24px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .weight_block_outer .index_row,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .weight_block_outer .index_row {
  margin-bottom: 6px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .weight_block_outer .index_row .index_head,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .weight_block_outer .index_row .index_head {
  display: inline-block;
  width: 50%;
  font-size: 11px;
  text-transform: uppercase;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .weight_block_outer .index_row .weight_cell,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .weight_block_outer .index_row .weight_cell {
  text-align: center;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .weight_block_outer .index_row .weight_cell1,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .weight_block_outer .index_row .weight_cell1 {
  text-decoration: underline;
  font-size: 11px;
  color: #698094;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .parent-section .weight_block_outer .index_row:first-child,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .parent-section .weight_block_outer .index_row:first-child {
  margin-top: 12px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .web_social,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .web_social {
  border-left: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 600px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .web_social .new-section,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .web_social .new-section {
  display: inline-block;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .sIndex,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .sIndex {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .sIndex .parent-section-head,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .sIndex .parent-section-head {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .sIndex .new-section,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .sIndex .new-section {
  width: auto !important;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .bl0,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .bl0 {
  border-left: 0px;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .invis,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .invis,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .invisHead,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .invisHead {
  opacity: 0.4;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .funda .new-section-head,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .funda .new-section-head {
  width: auto !important;
}
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .summary_single .main_section_holder .pnone,
#mosaic_main_container #main_right_container .module-container .main_data .sectionContentContainer .sectionContent .website .main_section_holder .pnone {
  pointer-events: none;
}
#mosaic_main_container #main_right_container .module-container #dashboard_data {
  box-sizing: border-box;
  overflow-x: auto;
}
#mosaic_main_container #main_right_container .tickerDisplay {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  padding: 0 10px;
  margin-right: 5px;
  box-sizing: border-box;
}
#mosaic_main_container #main_right_container .searchReadOnlyDisplay {
  line-height: 31px;
  font-size: 12px;
  width: 100%;
  margin-top: 6px;
}
#mosaic_main_container #main_right_container .searchReadOnlyDisplay .currentlySearchingText {
  margin-left: 20px;
  font-weight: bold;
}
#mosaic_main_container #main_right_container .searchReadOnlyDisplay .editButton {
  color: #3d7fba;
  font-size: 11px;
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
}
#mosaic_main_container #main_right_container .searchReadOnlyDisplay .button-base {
  margin-right: 12px;
  border: 1px solid #3d7fba;
  font-size: 13px;
  font-family: Helvetica Neue, sans-serif;
  padding: 6px 12px;
  line-height: 18px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  color: #3d7fba;
  cursor: pointer;
}
#mosaic_main_container #main_right_container .searchReadOnlyDisplay .button-base:hover {
  color: #ffffff;
  background: #3d7fba;
}
#mosaic_main_container #main_right_container .searchReadOnlyDisplay .icon {
  margin-top: 2px;
  margin-right: 6px;
}
#mosaic_main_container #main_right_container .companyName {
  display: inline-block;
  line-height: 20px;
}
#mosaic_main_container #main_right_container .header {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #d4e0ea;
  margin: 12px 18px 20px 0px;
  z-index: 10;
}
#mosaic_main_container #main_right_container .header .graph_title {
  font-size: 15px;
  color: #698094;
  margin-left: 0;
}
#mosaic_main_container #main_right_container .unified_tracker {
  position: relative;
}
#mosaic_main_container #main_right_container .unified_tracker .quarters_used {
  overflow: auto;
  margin: 5px 0px;
}
#mosaic_main_container #main_right_container .unified_tracker .quarters_used span {
  float: right;
  line-height: 24px;
  cursor: pointer;
  color: #4682BA;
  background: #E7F0F9;
  font-size: 13px;
  padding: 2px 12px;
  border-radius: 4px;
}
#mosaic_main_container #main_right_container .unified_tracker .header {
  font-size: 15px;
  color: #698094;
  margin-left: 0;
}
#mosaic_main_container #main_right_container #add-mapping-popup {
  position: relative;
  margin: auto;
  display: block;
  background: white;
  border: 1px solid lightgrey;
  width: 700px;
  height: 450px;
  top: 50px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
}
#mosaic_main_container #main_right_container #add-mapping-popup #suggestions-successfully-sent {
  text-align: center;
}
#mosaic_main_container #main_right_container #add-mapping-popup #ticker-mapping-suggestions {
  text-align: left;
  margin: 2% 2% 0 2%;
}
#mosaic_main_container #main_right_container #add-mapping-popup #ticker-mapping-suggestions .suggest-wrapper {
  text-indent: 0;
}
#mosaic_main_container #main_right_container #add-mapping-popup #ticker-mapping-suggestions .suggest-wrapper .suggest li {
  padding-left: 5px;
}
#mosaic_main_container #main_right_container #add-mapping-popup #ticker-input-heading {
  margin: 12px 12px 6px 12px;
  font-size: 14px;
  color: #666666;
}
#mosaic_main_container #main_right_container #add-mapping-popup .noisy-black-wrapper {
  display: block;
  border: 2px solid #bcbcbc;
  border-radius: 4px;
  text-align: left;
  position: relative;
  padding: 2px;
  left: 12px;
  width: 95%;
  font-size: 10px;
  margin-bottom: 25px;
}
#mosaic_main_container #main_right_container #add-mapping-popup #add-new-ticker {
  font-size: 11px;
  position: relative;
  text-align: left;
  color: #666666;
  right: 171px;
  margin: 0px;
  padding: 0px;
  height: 25px;
}
#mosaic_main_container #main_right_container #add-mapping-popup #ticker_is_required {
  display: inline-block;
  margin-left: 0.5%;
}
#mosaic_main_container #main_right_container #add-mapping-popup #add-new-ticker-mapping-suggest {
  width: 95%;
  border: none;
  outline: 0;
  margin: 0;
  text-transform: uppercase;
}
#mosaic_main_container #main_right_container #add-mapping-popup #suggested_brands_keywords {
  font-size: 14px;
  color: #666666;
  margin: 12px 12px 6px 12px;
}
#mosaic_main_container #main_right_container #add-mapping-popup #no-mapping-para {
  font-size: 14px;
  margin: 2%;
  padding: 10px;
  color: #666666;
}
#mosaic_main_container #main_right_container #add-mapping-popup .clear-icon {
  cursor: pointer;
  float: right;
  font-size: 13px;
  padding-right: 12px;
  color: #3d7fba;
}
#mosaic_main_container #main_right_container #add-mapping-popup #main-container {
  position: absolute;
  top: 32px;
  width: 400px;
  height: 108px;
  background: white;
  border-top: 1px solid lightgray;
}
#mosaic_main_container #main_right_container #add-mapping-popup .feedback-header {
  font-size: 18px;
  color: #3d7fba;
  padding: 12px;
  margin-bottom: 15px;
  line-height: 0px;
  text-align: center;
}
#mosaic_main_container #main_right_container #add-mapping-popup #mapping-suggest-header {
  margin-top: 20px;
}
#mosaic_main_container #main_right_container #add-mapping-popup #suggested-mappings {
  height: 115px;
  width: 95%;
  resize: none;
  position: relative;
  left: 12px;
  border: 2px solid #bcbcbc;
  border-radius: 4px;
}
#mosaic_main_container #main_right_container #add-mapping-popup .submit_suggestions_buttons {
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #3d7fba;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  padding: 6px 12px;
  background-color: #3d7fba;
  cursor: pointer;
  margin: 33px 28px;
  width: 120px;
}
#mosaic_main_container #main_right_container #add-mapping-popup .submit_suggestions_buttons:hover {
  color: #3d7fba;
  border: 1px solid #3d7fba;
  background-color: white;
}
#mosaic_main_container #main_right_container #add-mapping-popup .submit-button {
  text-align: center;
  padding: 0 12px;
}
#mosaic_main_container .suggest-wrapper {
  position: absolute;
  width: 97%;
  top: 32px;
  z-index: 99;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  background: #f5f5f5;
  text-indent: 6px;
}
#mosaic_main_container .suggest-wrapper .newCompTicker {
  margin-left: 5px;
}
#mosaic_main_container .outer_main-form input {
  float: none;
}
@media screen and (max-width: 1300px) {
  #mosaic_main_container #new-tracker-container {
    /*th:not([colspan]){
        width: 64px;
      }*/
  }
  #mosaic_main_container #new-tracker-container .tracker-header {
    min-width: 1040px;
    padding-left: 12px;
    box-sizing: border-box;
  }
  #mosaic_main_container #new-tracker-container .tracker-subheader {
    width: 1042px;
    height: 49px;
    box-sizing: border-box;
  }
  #mosaic_main_container #new-tracker-container .column0-header {
    margin-left: 18px;
  }
  #mosaic_main_container #new-tracker-container .ch-keyword {
    margin-left: 4px;
    text-align: left;
  }
  #mosaic_main_container #new-tracker-container .tracker-content {
    width: 1040px;
  }
  #mosaic_main_container #new-tracker-container .blank-head {
    width: 263px!important;
  }
  #mosaic_main_container #new-tracker-container .rh-ticker {
    margin-right: 6px;
  }
  #mosaic_main_container #new-tracker-container .rsh-keyword,
  #mosaic_main_container #new-tracker-container .rsh-unified {
    padding-left: 47px;
  }
  #mosaic_main_container #new-tracker-container .content-main {
    width: 1058px;
    /*
        td:nth-last-child(4), td:nth-last-child(3), td:nth-last-child(2), td:nth-last-child(7), td:nth-last-child(6), td:nth-last-child(5), td:last-child {
          min-width: 62px;
          max-width: 62px;
        }*/
  }
  #mosaic_main_container #new-tracker-container .content-main td:not(.item-title) {
    min-width: 59px;
    max-width: 59px;
    box-sizing: border-box;
  }
  #mosaic_main_container #new-tracker-container .content-main td.item-title {
    min-width: 264px;
    max-width: 264px;
    box-sizing: border-box;
  }
  #mosaic_main_container #new-tracker-container .content-main td:nth-child(6),
  #mosaic_main_container #new-tracker-container .content-main td:nth-child(7),
  #mosaic_main_container #new-tracker-container .content-main td:nth-child(8),
  #mosaic_main_container #new-tracker-container .content-main td:nth-child(9),
  #mosaic_main_container #new-tracker-container .content-main td:nth-child(10),
  #mosaic_main_container #new-tracker-container .content-main td:nth-child(11),
  #mosaic_main_container #new-tracker-container .content-main td:nth-child(12),
  #mosaic_main_container #new-tracker-container .content-main td:nth-child(13) {
    min-width: 60px;
    max-width: 60px;
  }
  #mosaic_main_container #new-tracker-container .content-main .expanded {
    max-width: 1040px!important;
    min-width: 1040px!important;
  }
}
.css-bar-graph {
  width: 100%;
  height: 100%;
  position: relative;
}
.css-bar-graph .css-bar-graph-data-bar {
  position: absolute;
  background: rgba(79, 211, 100, 0.25);
  border-top: 1px solid #4fd364;
  border-bottom: 0;
  bottom: 50%;
  top: auto;
  display: block;
}
.css-bar-graph .css-bar-graph-data-bar.down {
  bottom: auto;
  border-top: 0;
  border-bottom: 1px solid #d1695b;
  top: 50%;
  background: rgba(209, 105, 91, 0.25);
}
.index_selector_outer {
  margin-left: 12px;
  border-radius: 4px;
  border: 1px solid;
  color: #4682BA;
}
.index_selector_outer .index_selector {
  cursor: pointer;
  float: left;
  padding: 2px 12px;
  font-size: 12px;
  line-height: 24px;
  border-right: 1px solid;
}
.index_selector_outer .index_selector:hover {
  background: #4682BA;
  color: white;
}
.index_selector_outer .index_selector:last-child {
  border-right: 0px solid;
}
.index_selector_outer .selected_index {
  background: #4682BA;
  color: white;
}
.def_selector_outer {
  margin-left: 12px;
  border-radius: 4px;
  border: 1px solid;
  color: #4682BA;
}
.def_selector_outer .def_selector {
  cursor: pointer;
  float: left;
  padding: 2px 12px;
  font-size: 12px;
  line-height: 24px;
  border-right: 1px solid;
}
.def_selector_outer .def_selector:hover {
  background: #4682BA;
  color: white;
}
.def_selector_outer .def_selector:last-child {
  border-right: 0px solid;
}
.def_selector_outer .def_selected {
  background: #4682BA;
  color: white;
}
.corr_outer {
  margin-left: 12px;
}
.corr_outer .corr_btn {
  line-height: 24px;
  cursor: pointer;
  color: #4682BA;
  background: #E7F0F9;
  font-size: 13px;
  padding: 2px 12px;
  border-radius: 4px;
}
.corr_outer .corr_btn .corr_icon .icon {
  height: 14px;
  width: 14px;
  margin-top: 3px;
  fill: #3d7fba;
  position: relative;
  top: 2px;
}
.corr_outer .corr_btn .corr_icon {
  display: inline-block;
}
.corr_outer .corr_btn .corr_text {
  display: inline-block;
}
.corr_outer .corr_table {
  width: 280px;
  right: 0px;
  padding: 0px;
  background: white;
  position: absolute;
  z-index: 10;
  margin-top: 6px;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
}
.corr_outer .corr_table .settings_head {
  float: left;
  border-bottom: 1px solid #4682BA;
}
.corr_outer .corr_table .settings_head .settings_tab {
  display: inline-block;
  cursor: pointer;
  padding: 2px 12px;
  font-size: 12px;
  line-height: 24px;
  float: left;
  width: 116px;
  text-align: center;
  color: #4682BA;
}
.corr_outer .corr_table .settings_head .selected_setting {
  background: #4682BA;
  color: white;
}
.corr_outer .corr_table .set_def {
  color: #4682BA;
  float: right;
}
.corr_outer .corr_table .outer_settings {
  padding: 12px;
  float: left;
}
.corr_outer .corr_table #chart_settings {
  color: #4682BA;
}
.corr_outer .corr_table #chart_settings .met_selector {
  margin: 12px;
}
.corr_outer .corr_table #chart_settings .met_selector .met_selector_text {
  margin-bottom: 6px;
}
.corr_outer .corr_table .period_selector {
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: 9px;
  padding-bottom: 12px;
}
.corr_outer .corr_table .period_selector .period_text {
  font-size: 10px;
  color: #a5b3c7;
  color: #698094;
}
.corr_outer .corr_table .period_selector .period_text .selected_qtrs {
  color: #698094;
  font-weight: 600;
}
.corr_outer .corr_table .period_selector .period_text #period-selector-info {
  display: inline-block;
  position: relative;
  top: 2px;
}
.corr_outer .corr_table .period_selector .period_text #period-selector-info .icon {
  height: 13px;
  width: 13px;
  fill: #4682BA;
}
.corr_outer .corr_table .period_selector .selector_slider {
  margin-top: 12px;
}
.corr_outer .corr_table .period_selector .selector_slider .range_label_outer {
  margin-top: 6px;
}
.corr_outer .corr_table .period_selector .selector_slider .range_label_outer .range_label:last-child {
  padding-right: 0px;
}
.corr_outer .corr_table .metric_selector {
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: 12px;
  padding-bottom: 24px;
}
.corr_outer .corr_table .metric_selector #metric-info {
  display: inline-block;
  position: relative;
  top: 2px;
}
.corr_outer .corr_table .metric_selector #metric-info .icon {
  height: 13px;
  fill: #4682BA;
  width: 13px;
}
.corr_outer .corr_table .metric_selector .metric_btn {
  margin-top: 4px;
  border-radius: 4px;
  color: #4682BA;
  overflow: hidden;
}
.corr_outer .corr_table .metric_selector .metric_btn .met_btn {
  display: inline-block;
  cursor: pointer;
  padding: 2px 12px;
  font-size: 12px;
  line-height: 24px;
  float: left;
  width: 102px;
  text-align: center;
}
.corr_outer .corr_table .metric_selector .metric_btn .met_btn:hover {
  background: #4682BA;
  color: white;
  border-right: 1px solid #4682BA;
}
.corr_outer .corr_table .metric_selector .metric_btn .adj_met {
  border: 1px solid #3d7fba;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.corr_outer .corr_table .metric_selector .metric_btn .hit_rate {
  border-right: 1px solid #3d7fba;
  border: 1px solid #3d7fba;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0px;
}
.corr_outer .corr_table .metric_selector .metric_btn .selected_metric {
  background: #4682BA;
  color: white;
}
.corr_outer .corr_table .metric_tables {
  border-bottom: 1px solid #d4e0ea;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.corr_outer .corr_table .corr_bottom {
  float: left;
  margin-top: 0px;
  width: 256px;
}
.corr_outer .corr_table .corr_bottom .icon {
  height: 12px;
  width: 12px;
  fill: #e81a1a;
  position: relative;
  top: 1px;
}
.corr_outer .corr_table .corr_bottom .corr_cancel {
  line-height: 28px;
  display: inline-block;
  color: #e81a1a;
  cursor: pointer;
}
.corr_outer .corr_table .corr_bottom .corr_cancel .corr_cancel_text {
  display: inline-block;
}
.corr_outer .corr_table .corr_bottom .corr_done {
  float: right;
  display: inline-block;
  width: 80px;
  border-radius: 4px;
}
.corr_outer .blue_btn {
  padding: 2px 12px;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  background: #4682BA;
  text-align: center;
  color: white;
}
.corr_outer .light_text {
  display: inline-block;
  font-size: 10px;
  color: #698094;
}
.corr_table .table_metric {
  margin-top: 12px;
  border: 1px solid #d4e0ea;
}
.corr_table .table_metric table {
  width: 100%;
  border-collapse: collapse;
}
.corr_table .table_metric table .even_tr {
  background: #F3F5F6;
}
.corr_table .table_metric table .head_td {
  padding: 4px;
  border-bottom: 1px solid #d4e0ea;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.corr_table .table_metric table .td_label {
  text-indent: 4px;
  color: #4682BA;
  text-align: left;
}
.corr_table .table_metric table .body_td {
  text-align: center;
}
.corr_table .table_metric table .first_td {
  width: 105px;
  height: 20px;
  text-align: left;
  padding-left: 4px;
  font-weight: bold;
  font-size: 11px;
}
.open_plotter {
  float: left;
  padding: 0px 6px;
  height: 24px;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  font-size: 12px;
  color: #3d7fba;
  margin: 4px 6px;
  text-align: center;
  cursor: pointer;
  line-height: 24px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.open_plotter .icon {
  height: 14px;
  width: 12px;
  position: relative;
  top: 2px;
  fill: #3d7fba ;
  margin-right: 4px;
}
.open_plotter:hover {
  background-color: #E8F1F9;
}
#main-tracker-container {
  background: white;
  width: 100%;
  overflow-y: auto;
}
#main-tracker-container .buttons-container {
  width: 300px;
  float: left;
  height: 80px;
}
#main-tracker-container .buttons-container .grey-button {
  margin: 20px;
  font-size: 12px;
  width: 70px;
}
#main-tracker-container .buttons-container .grey-button span {
  width: 100%;
  margin: auto;
}
#new-tracker-container .tracker-header {
  background: white;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #ccd8e6;
}
#new-tracker-container .tracker-header .tracker-menu {
  width: 1146px;
  margin: 0 auto;
}
#new-tracker-container .tracker-header .tracker-menu .download-csv-button {
  font-size: 18px;
  padding: 2px 5px;
  margin: 5px 5px;
  cursor: pointer;
}
#new-tracker-container .tracker-header .tracker-menu .menu-item {
  float: left;
  padding: 9px 0px;
  margin: 0px 30px 0px 0px;
  font: 14px Helvetica Neue, sans-serif;
  color: #bbc6d5;
  border-bottom: 1px solid #d4e0ea;
  line-height: 24px;
  height: 43px;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#new-tracker-container .tracker-header .tracker-menu .menu-item .icon {
  height: 16px;
  width: 16px;
  fill: #bbc6d5;
  vertical-align: middle;
  margin-right: 3px;
}
#new-tracker-container .tracker-header .tracker-menu .menu-item .in {
  display: inline-block;
}
#new-tracker-container .tracker-header .tracker-menu .menu-item.active {
  font-weight: bold;
  color: #3d7fba;
  border-bottom: 2px solid #3d7fba;
}
#new-tracker-container .tracker-header .tracker-menu .menu-item.active .icon {
  fill: #3d7fba;
}
#new-tracker-container .tracker-subheader {
  width: 1122px;
  margin: 0 auto;
  height: 36px;
  padding: 6px 12px;
  border: 1px solid #ccd8e6;
  border-top: 0px;
  background: #fafbfc;
}
#new-tracker-container .tracker-subheader .t-search-box-holder {
  float: left;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #ccd8e6;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  width: 260px;
  height: 24px;
  padding: 5px;
  border: 1px solid #ccd8e6;
}
#new-tracker-container .tracker-subheader .t-search-box-holder .t-search-input-box {
  width: 200px;
  height: 24px;
  line-height: 24px;
  border: none;
  background-repeat: no-repeat;
  background-position: right center;
  outline: none;
  padding-left: 5px;
  color: #ccd8e6;
}
#new-tracker-container .tracker-subheader .t-search-box-holder .t-search-icon {
  font-size: 14px;
  margin: 0px;
}
#new-tracker-container .tracker-subheader .t-search-box-holder.active,
#new-tracker-container .tracker-subheader .t-search-box-holder:hover {
  border: 1px solid #3d7fba;
  color: #666666;
}
#new-tracker-container .tracker-subheader .t-search-box-holder.active .t-search-input-box,
#new-tracker-container .tracker-subheader .t-search-box-holder:hover .t-search-input-box,
#new-tracker-container .tracker-subheader .t-search-box-holder.active .t-search-input-box:focus,
#new-tracker-container .tracker-subheader .t-search-box-holder:hover .t-search-input-box:focus {
  color: #666666;
}
#new-tracker-container .tracker-subheader .disabled {
  opacity: 0.5;
  pointer-events: none;
}
#new-tracker-container .tracker-subheader .t-select-box-holder {
  float: right;
}
#new-tracker-container .tracker-subheader .t-select-box-holder .t-select-box {
  height: 34px;
  line-height: 24px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  width: 160px;
  color: #ccd8e6;
  border: 1px solid #ccd8e6;
}
#new-tracker-container .tracker-subheader .t-select-box-holder .t-select-box:hover,
#new-tracker-container .tracker-subheader .t-select-box-holder .t-select-box:focus {
  border: 1px solid #3d7fba;
  color: #666666;
}
#new-tracker-container .tracker-subheader .followed_ticker_checkbox_outer {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  float: left;
  line-height: 18px;
  font-size: 12px;
  min-width: 90px;
  max-width: 155px;
  margin-left: 12px;
  margin-top: 2px;
  overflow: auto;
}
#new-tracker-container .tracker-subheader .followed_ticker_checkbox_outer .followed_ticker_view {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('../images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#new-tracker-container .tracker-subheader .followed_ticker_checkbox_outer .followed_ticker_view[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#new-tracker-container .tracker-subheader .followed_ticker_checkbox_outer label {
  float: left;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
}
#new-tracker-container .tracker-subheader .defgray {
  color: #ffffff;
  background: #7e91ad;
  border: 1px solid #7E91AD;
}
#new-tracker-container .tracker-subheader .toggle_sectors_outer {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  float: left;
  line-height: 18px;
  font-size: 12px;
  min-width: 90px;
  max-width: 155px;
  margin-left: 12px;
  margin-top: 2px;
  overflow: auto;
}
#new-tracker-container .tracker-subheader .toggle_sectors_outer .toggle_sectors_view {
  -webkit-appearance: none;
  height: 18px;
  margin-top: 0px;
  float: left;
  width: 18px;
  background: url('../images/box_gray.png') no-repeat;
  background-size: 18px 18px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#new-tracker-container .tracker-subheader .toggle_sectors_outer .toggle_sectors_view[type=checkbox]:checked {
  background: url('../images/checkbox_white.png') no-repeat;
  background-size: 18px 18px;
}
#new-tracker-container .tracker-subheader .toggle_sectors_outer label {
  float: left;
  margin-left: 6px;
  font-family: Arial;
  cursor: pointer;
}
#new-tracker-container .tracker-subheader .defgray {
  color: #ffffff;
  background: #7e91ad;
  border: 1px solid #7E91AD;
}
#new-tracker-container .tracker-content {
  position: relative;
  width: 1146px;
  margin: 0 auto;
  background: white;
  border-right: 1px solid #ccd8e6;
  border-left: 1px solid #ccd8e6;
}
#new-tracker-container .tracker-content table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#new-tracker-container .tracker-content .acceleration-ile {
  text-align: center;
}
#new-tracker-container .tracker-content .acceleration_icon {
  height: 13px;
  width: 13px;
  fill: #4682BA;
  position: relative;
  top: 1px;
  left: 1px;
}
#new-tracker-container .tracker-content .qtrly_accel_info {
  height: 13px;
  width: 13px;
  fill: #4682BA;
  position: relative;
  top: 1px;
  left: 1px;
}
#new-tracker-container .tracker-content .correlation_info {
  height: 13px;
  width: 13px;
  fill: #4682BA;
  position: relative;
  top: 1px;
  left: 1px;
}
#new-tracker-container .tracker-content .content-header .blank-head,
#new-tracker-container .tracker-content .category-sub-item .blank-head {
  width: 290px;
}
#new-tracker-container .tracker-content .content-header .month-head,
#new-tracker-container .tracker-content .category-sub-item .month-head {
  width: 64px;
}
#new-tracker-container .tracker-content .content-header .quarter-head,
#new-tracker-container .tracker-content .category-sub-item .quarter-head {
  width: 64px;
}
#new-tracker-container .tracker-content .content-header {
  color: #9dadc1;
  font: 13px Arial;
  font-weight: bold;
  background: #fafbfc;
}
#new-tracker-container .tracker-content .content-header th {
  line-height: 18px;
  padding: 6px 0px 12px;
  border-right: 1px solid #ccd8e6;
  border-bottom: 1px solid #ccd8e6;
  position: relative;
  cursor: pointer;
}
#new-tracker-container .tracker-content .content-header th .column0-header {
  margin-left: 30px;
  overflow: hidden;
  line-height: 18px;
}
#new-tracker-container .tracker-content .content-header th .ch-ticker {
  float: left;
  width: 52px;
  margin-right: 18px;
}
#new-tracker-container .tracker-content .content-header th .ch-keyword {
  float: left;
  width: 80px;
  margin-right: 15px;
}
#new-tracker-container .tracker-content .content-header th.unsorted::after,
#new-tracker-container .tracker-content .content-header th.upsorted::after,
#new-tracker-container .tracker-content .content-header th.dwnsorted::after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
  clear: both;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 30px;
}
#new-tracker-container .tracker-content .content-header th.unsorted::after {
  content: "\f0dc";
}
#new-tracker-container .tracker-content .content-header th.upsorted::after {
  content: "\f0de";
}
#new-tracker-container .tracker-content .content-header th.dwnsorted::after {
  content: "\f0dd";
}
#new-tracker-container .tracker-content .content-header th:first-child {
  border-left: 1px solid #fafbfc;
}
#new-tracker-container .tracker-content .content-header th:last-child {
  border-right: none;
}
#new-tracker-container .tracker-content .content-main {
  font: 13px Arial;
  font-weight: normal;
  height: 700px;
  overflow: auto;
  display: block;
  width: 1164px;
  padding-right: 18px;
  box-sizing: border-box;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper {
  padding: 12px 6px 12px 6px;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .mini-graph {
  width: 60px;
  height: 18px;
  margin-right: 16px;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .mini-graph.chart-preset::after {
  content: "YoY Last 6M";
  font-size: 8px;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-ticker-keyword,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-ticker-unified {
  margin-left: 18px;
  margin-right: 76px;
  overflow: hidden;
  line-height: 18px;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .expand-icon {
  cursor: pointer;
  color: #3d7fba;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .expand-icon .icon {
  height: 14px;
  width: 14px;
  margin-top: 3px;
  fill: #3d7fba;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-ticker {
  float: left;
  color: #3d7fba;
  width: 52px;
  margin-right: 18px;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-ticker .ticker-chevron {
  cursor: pointer;
  font-family: Arial;
  font-size: 13px;
  line-height: 18px;
  padding: 0px 6px;
  text-align: center;
  color: #ffffff;
  background-color: #3d7fba;
  border-radius: 4px;
  border: 1px solid #3d7fba;
  font-family: Helvetica Neue, sans-serif;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-ticker .ticker-chevron:hover {
  background: #fff;
  color: #3d7fba;
  border: 1px solid #3d7fba;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-keyword,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-unified,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-url,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-keyword-group,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-unified-group,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-url-group {
  float: left;
  color: #333;
  width: 90px;
  margin-right: 18px;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-keyword,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-unified,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-url {
  cursor: pointer;
  max-width: 90px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-keyword,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-unified {
  text-transform: capitalize;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-url,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-url-group {
  max-height: 18px;
  max-width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-keyword-group,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-unified-group,
#new-tracker-container .tracker-content .content-main .row-header-wrapper .rh-url-group {
  cursor: pointer;
}
#new-tracker-container .tracker-content .content-main .ticker-span {
  color: #3d7fba;
}
#new-tracker-container .tracker-content .content-main .tr-odd-child {
  background: #fff;
}
#new-tracker-container .tracker-content .content-main .tr-even-child,
#new-tracker-container .tracker-content .content-main .blue-sub-table {
  background: #fcfdfd;
}
#new-tracker-container .tracker-content .content-main .category-title td {
  line-height: 18px;
  background: #ccd8e6;
  padding: 6px 6px 6px 12px;
  min-width: 1128px;
}
#new-tracker-container .tracker-content .content-main .category-item td {
  line-height: 18px;
  border-right: 1px solid #ccd8e6;
  border-bottom: 1px solid #ccd8e6;
  min-width: 58px;
  max-width: 58px;
}
#new-tracker-container .tracker-content .content-main .category-item td:last-child {
  border-right: none;
}
#new-tracker-container .tracker-content .content-main .category-item .item-title {
  min-width: 268px;
  max-width: 268px;
}
#new-tracker-container .tracker-content .content-main .category-item.expanded td:first-child {
  box-sizing: border-box;
  border-left: 2px solid #3d7fba;
}
#new-tracker-container .tracker-content .category-sub-item .dimmed {
  opacity: 0.5;
}
#new-tracker-container .tracker-content .category-sub-item .row-sub-header-wrapper {
  padding: 12px 6px 12px 18px;
}
#new-tracker-container .tracker-content .category-sub-item .row-sub-header-wrapper .mini-graph {
  width: 60px;
  height: 18px;
  margin-right: 16px;
}
#new-tracker-container .tracker-content .category-sub-item .row-sub-header-wrapper .rsh-keyword,
#new-tracker-container .tracker-content .category-sub-item .row-sub-header-wrapper .rsh-url,
#new-tracker-container .tracker-content .category-sub-item .row-sub-header-wrapper .rsh-unified {
  margin-left: 18px;
  margin-right: 72px;
  line-height: 18px;
  cursor: pointer;
  color: #333;
  font-weight: normal;
  padding-left: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#new-tracker-container .tracker-content .category-sub-item table th {
  padding: 0px;
}
#new-tracker-container .tracker-content .category-sub-item table td {
  line-height: 18px;
  border-bottom: 1px solid #ccd8e6;
}
#new-tracker-container .tracker-content .category-sub-item table td,
#new-tracker-container .tracker-content .category-sub-item table th {
  border-right: 1px solid #ccd8e6;
}
#new-tracker-container .tracker-content .category-sub-item table td:last-child,
#new-tracker-container .tracker-content .category-sub-item table th:last-child {
  border-right: none;
}
#new-tracker-container .tracker-content .category-sub-item table td:first-child,
#new-tracker-container .tracker-content .category-sub-item table th:first-child {
  border-left: 1px solid #3d7fba;
}
#new-tracker-container .tracker-content .category-sub-item td.expanded {
  padding: 0px;
  border-left: none;
  border-bottom: none;
}
#new-tracker-container .tracker-content .pos-val {
  color: #4aaf70;
}
#new-tracker-container .tracker-content .pos-val::before {
  content: "+";
}
#new-tracker-container .tracker-content .acc-cell .pos-val::before {
  content: '';
}
#new-tracker-container .tracker-content .neg-val {
  color: #ee5d4b;
}
#new-tracker-container .tracker-content .simple-yoy-cell,
#new-tracker-container .tracker-content .accel-yoy-cell,
#new-tracker-container .tracker-content .monthly-yoy-cell,
#new-tracker-container .tracker-content .rev-yoy-cell {
  text-align: center;
}
#new-tracker-container .tracker-content .simple-yoy-views-cell,
#new-tracker-container .tracker-content .yoy-views-cell,
#new-tracker-container .tracker-content .accel-yoy-views-cell,
#new-tracker-container .tracker-content .monthly-yoy-views-cell,
#new-tracker-container .tracker-content .rev-yoy-views-cell {
  text-align: center;
}
#new-tracker-container .tracker-filter-holder {
  width: 60px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  color: #999;
  float: left;
  line-height: 18px;
  font-size: 12px;
  margin-left: 12px;
  margin-top: 2px;
  overflow: auto;
  z-index: 9999;
}
#new-tracker-container .tracker-filter-holder span {
  font-size: 8px;
  top: 12px;
  cursor: pointer;
}
#new-tracker-container .tracker-menu-overlay {
  display: none;
  position: absolute;
  background: #fafbfc;
  color: black;
  max-height: 300px;
  width: 600px;
  z-index: 9999;
  border: 1px solid #ccd8e6;
  border-radius: 4px;
  overflow: scroll;
  color: #999;
  font-size: 12px;
}
#new-tracker-container .tracker-menu-overlay .tracker-menu-footer {
  padding: 8px;
  border-top: 1px solid #fafbfc;
  text-align: center;
  background-color: #ccd8e6;
  height: 30px;
  line-height: 30px;
}
#new-tracker-container .tracker-menu-overlay .tracker-menu-footer button {
  padding-left: 24px;
  padding-right: 24px;
}
#new-tracker-container .tracker-item-wrapper {
  background: #fafbfc;
  border-top: 1px solid #ccd8e6;
  color: #999;
  display: table;
  width: 100%;
}
#new-tracker-container .tracker-item-wrapper .tracker-menu-item {
  width: 250px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#new-tracker-container .tracker-item-wrapper .tracker-menu-value {
  display: table-cell;
  border-left: 1px solid #ccd8e6;
}
#new-tracker-container .tracker-item-wrapper .tracker-menu-value .tracker-parameter {
  height: 25px;
  margin-top: 5px;
  border-bottom: 1px solid #ccd8e6;
}
#new-tracker-container .tracker-item-wrapper .tracker-menu-value .tracker-parameter .yoy {
  width: 160px;
  float: left;
  padding-left: 5px;
}
#new-tracker-container .tracker-item-wrapper .tracker-menu-value .tracker-parameter input {
  width: 50px;
  margin-left: 20px;
  outline-width: 0;
}
.mosaic-help {
  margin-top: 6px;
  text-align: left;
  font-size: 14px;
}
.mosaic-help a {
  cursor: pointer;
  color: #3d7fba;
}
.apptopia-publisher-label,
.seven_park-publisher-label {
  font-size: 12px !important;
  color: #4682BA !important;
  font-weight: bold;
}
.add_geography {
  display: inline-block;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #CCD8e6;
  position: relative;
  top: 2px;
  padding: 6px;
}
.add_geography .drop-down-icon {
  fill: #888888;
  height: 11px;
  width: 11px;
}
#s2id_ticker_seven_park_geography_metric,
#s2id_ticker_seven_park_geography_country,
#s2id_search_seven_park_geography_metric,
#s2id_search_seven_park_geography_country,
#s2id_search_seven_park_geography_country_second,
#s2id_search_seven_park_geography_country_third,
#s2id_ticker_seven_park_geography_country_second,
#s2id_ticker_seven_park_geography_country_third {
  position: relative;
  top: 3px;
  width: 140px;
}
#s2id_ticker_seven_park_geography_metric .select2-choice,
#s2id_ticker_seven_park_geography_country .select2-choice,
#s2id_search_seven_park_geography_metric .select2-choice,
#s2id_search_seven_park_geography_country .select2-choice,
#s2id_search_seven_park_geography_country_second .select2-choice,
#s2id_search_seven_park_geography_country_third .select2-choice,
#s2id_ticker_seven_park_geography_country_second .select2-choice,
#s2id_ticker_seven_park_geography_country_third .select2-choice {
  line-height: 23px;
}
.geographic_loc {
  display: inline-block;
  color: #888888;
  border: 1px solid #CCD8e6;
  font-size: 12px;
  vertical-align: top;
  position: relative;
  top: 2px;
  border-radius: 3px;
  line-height: 15px;
  margin-right: 5px;
  padding: 4px;
}
.geographic_loc .remove_series {
  display: inline-block;
  position: relative;
  bottom: 4px;
  left: 2px;
  cursor: pointer;
}
.geographic_loc .clear_icon {
  height: 8px;
  fill: #888888;
}
.apptopia_menu_label,
.seven_park_menu_label {
  color: #4682BA;
  font-weight: bold;
}
#apptopiaTickerInputDiv .search-icon {
  float: right;
  margin-right: 10%;
  margin-top: 10px;
  width: 4%;
  cursor: pointer;
}
#apptopiaTickerInputDiv .noisy-black-wrapper {
  width: auto;
  display: inline-block;
}
#apptopiaTickerInputDiv .noisy-black-wrapper input,
#apptopiaTickerInputDiv .noisy-black-wrapper input:active {
  width: 200px;
  height: 24px;
}
#apptopiaTickerInputDiv .noisy-black-wrapper .suggest-wrapper {
  text-indent: 0;
  zoom: 0.8;
  width: 325px;
}
#apptopiaTickerInputDiv .noisy-black-wrapper .suggest-wrapper .suggest li {
  padding-left: 5px;
}
#apptopiaTickerInputDiv .noisy-black-list {
  height: auto;
  padding: 0;
}
#apptopiaTickerInputDiv .noisy-black-list input {
  padding-left: 0;
}
#apptopiaTickerInputDiv .noisy-black-token {
  margin-top: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
}
#seven_parkTickerInputDiv .noisy-black-wrapper {
  width: auto;
  display: inline-block;
}
#seven_parkTickerInputDiv .noisy-black-wrapper input,
#seven_parkTickerInputDiv .noisy-black-wrapper input:active {
  width: 200px;
  height: 24px;
}
#seven_parkTickerInputDiv .noisy-black-wrapper .suggest-wrapper {
  text-indent: 0;
  zoom: 0.8;
  width: 325px;
}
#seven_parkTickerInputDiv .noisy-black-wrapper .suggest-wrapper .suggest li {
  padding-left: 5px;
}
#seven_parkTickerInputDiv .noisy-black-list {
  height: auto;
  padding: 0;
}
#seven_parkTickerInputDiv .noisy-black-list input {
  padding-left: 0;
}
#seven_parkTickerInputDiv .noisy-black-token {
  margin-top: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
}
#apptopia_term {
  border: 1px solid #4682BA;
}
.apptopia_btn,
.seven_park_btn {
  width: 10em;
  height: 2.5em;
  background-color: white;
  color: #4682BA;
  border: 1px solid #4682BA;
  cursor: pointer;
}
.small-font {
  font-size: 11px !important;
  color: #698094 !important;
}
.small-font-2 {
  font-size: 13px !important;
  color: #698094 !important;
}
.g-app-name {
  font-size: 13px;
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
}
.g-app-name-summary {
  font-size: 13px;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
}
.head-label {
  font-size: 13px;
  color: #698094;
}
.head-label-tr {
  font-size: 11px;
  color: #698094;
}
.head-label-tr > td {
  padding: 10px 0px 10px;
}
.head-label > td {
  padding: 8px !important;
}
.head-td {
  padding: 10px 0px 10px;
}
.percnt-box {
  font-size: 13px;
  color: black;
  padding-top: 15px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0 !important;
}
#searchBtn {
  border-radius: 4px;
}
#tickerBtn {
  border-radius: 4px;
}
#grossBtn {
  margin-left: -7px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#downloadBtn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.apptopia_btn:hover,
.seven_park_btn:hover {
  background: #4682BA;
  color: white;
}
.selected_apptopia_btn,
.selected_seven_park_btn {
  background: #4682BA;
  color: white;
}
#apptopiaTickerPage .main_section_holder .parent-section,
#apptopiaSearchPage .main_section_holder .parent-section,
#seven_parkTickerPage .main_section_holder .parent-section,
#seven_parkSearchPage .main_section_holder .parent-section {
  display: inline-block;
  vertical-align: top;
}
#apptopiaTickerPage .main_section_holder .parent-section .parent-section-head,
#apptopiaSearchPage .main_section_holder .parent-section .parent-section-head,
#seven_parkTickerPage .main_section_holder .parent-section .parent-section-head,
#seven_parkSearchPage .main_section_holder .parent-section .parent-section-head {
  padding: 6px;
  height: 19px;
  background-color: #f3f6fb;
  font-size: 11px;
  color: #698094;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section,
#apptopiaSearchPage .main_section_holder .parent-section .new-section,
#seven_parkTickerPage .main_section_holder .parent-section .new-section,
#seven_parkSearchPage .main_section_holder .parent-section .new-section {
  margin-top: 6px;
  padding: 4px;
  width: 290px;
  vertical-align: top;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section .new-section-head,
#apptopiaSearchPage .main_section_holder .parent-section .new-section .new-section-head,
#seven_parkTickerPage .main_section_holder .parent-section .new-section .new-section-head,
#seven_parkSearchPage .main_section_holder .parent-section .new-section .new-section-head {
  margin-bottom: 6px;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon,
#apptopiaSearchPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon,
#seven_parkTickerPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon,
#seven_parkSearchPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon {
  vertical-align: middle;
  cursor: pointer;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon .icon,
#apptopiaSearchPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon .icon,
#seven_parkTickerPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon .icon,
#seven_parkSearchPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-icon .icon {
  width: 15px;
  height: 12px;
  padding: 1px;
  background: #3d7fba;
  border-radius: 2px;
  vertical-align: bottom;
  fill: white;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-text,
#apptopiaSearchPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-text,
#seven_parkTickerPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-text,
#seven_parkSearchPage .main_section_holder .parent-section .new-section .new-section-head .new-section-head-text {
  cursor: pointer;
  font-size: 11px;
  margin-left: 4px;
  vertical-align: middle;
  text-transform: uppercase;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section .new-section-item,
#apptopiaSearchPage .main_section_holder .parent-section .new-section .new-section-item,
#seven_parkTickerPage .main_section_holder .parent-section .new-section .new-section-item,
#seven_parkSearchPage .main_section_holder .parent-section .new-section .new-section-item {
  margin-left: 24px;
  cursor: pointer;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section .new-section-item .new-line-div,
#apptopiaSearchPage .main_section_holder .parent-section .new-section .new-section-item .new-line-div,
#seven_parkTickerPage .main_section_holder .parent-section .new-section .new-section-item .new-line-div,
#seven_parkSearchPage .main_section_holder .parent-section .new-section .new-section-item .new-line-div {
  width: 12px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section .new-section-item .no-dash-div,
#apptopiaSearchPage .main_section_holder .parent-section .new-section .new-section-item .no-dash-div,
#seven_parkTickerPage .main_section_holder .parent-section .new-section .new-section-item .no-dash-div,
#seven_parkSearchPage .main_section_holder .parent-section .new-section .new-section-item .no-dash-div {
  border: 1px solid black;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section .new-section-item .dash-div,
#apptopiaSearchPage .main_section_holder .parent-section .new-section .new-section-item .dash-div,
#seven_parkTickerPage .main_section_holder .parent-section .new-section .new-section-item .dash-div,
#seven_parkSearchPage .main_section_holder .parent-section .new-section .new-section-item .dash-div {
  border: 1px dashed black;
}
#apptopiaTickerPage .main_section_holder .parent-section .new-section .new-section-item .section-content,
#apptopiaSearchPage .main_section_holder .parent-section .new-section .new-section-item .section-content,
#seven_parkTickerPage .main_section_holder .parent-section .new-section .new-section-item .section-content,
#seven_parkSearchPage .main_section_holder .parent-section .new-section .new-section-item .section-content {
  font-size: 12px;
  max-width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
#apptopiaTickerPage .main_section_holder .parent-section .wide,
#apptopiaSearchPage .main_section_holder .parent-section .wide,
#seven_parkTickerPage .main_section_holder .parent-section .wide,
#seven_parkSearchPage .main_section_holder .parent-section .wide {
  width: auto;
  display: inline-block;
}
#apptopiaTickerPage .main_section_holder .parent-section .wide-span,
#apptopiaSearchPage .main_section_holder .parent-section .wide-span,
#seven_parkTickerPage .main_section_holder .parent-section .wide-span,
#seven_parkSearchPage .main_section_holder .parent-section .wide-span {
  max-width: 500px !important;
}
#apptopiaTickerPage .main_section_holder .web_social,
#apptopiaSearchPage .main_section_holder .web_social,
#seven_parkTickerPage .main_section_holder .web_social,
#seven_parkSearchPage .main_section_holder .web_social {
  border-left: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 600px;
}
#apptopiaTickerPage .main_section_holder .web_social .new-section,
#apptopiaSearchPage .main_section_holder .web_social .new-section,
#seven_parkTickerPage .main_section_holder .web_social .new-section,
#seven_parkSearchPage .main_section_holder .web_social .new-section {
  display: inline-block;
}
#apptopiaTickerPage .main_section_holder .gtrends_chart,
#apptopiaSearchPage .main_section_holder .gtrends_chart,
#seven_parkTickerPage .main_section_holder .gtrends_chart,
#seven_parkSearchPage .main_section_holder .gtrends_chart {
  border: 0px;
}
#apptopiaTickerPage .main_section_holder .gnip_chart,
#apptopiaSearchPage .main_section_holder .gnip_chart,
#seven_parkTickerPage .main_section_holder .gnip_chart,
#seven_parkSearchPage .main_section_holder .gnip_chart {
  border: 0px;
}
#apptopiaTickerPage .main_section_holder .insta_chart,
#apptopiaSearchPage .main_section_holder .insta_chart,
#seven_parkTickerPage .main_section_holder .insta_chart,
#seven_parkSearchPage .main_section_holder .insta_chart {
  border: 0px;
}
#apptopiaTickerPage .main_section_holder .summary_competemonth,
#apptopiaSearchPage .main_section_holder .summary_competemonth,
#seven_parkTickerPage .main_section_holder .summary_competemonth,
#seven_parkSearchPage .main_section_holder .summary_competemonth {
  border: 0px;
}
#apptopiaTickerPage .main_section_holder .summary_competemonth .wide,
#apptopiaSearchPage .main_section_holder .summary_competemonth .wide,
#seven_parkTickerPage .main_section_holder .summary_competemonth .wide,
#seven_parkSearchPage .main_section_holder .summary_competemonth .wide {
  width: 400px;
}
#apptopiaTickerPage .main_section_holder .invis,
#apptopiaSearchPage .main_section_holder .invis,
#seven_parkTickerPage .main_section_holder .invis,
#seven_parkSearchPage .main_section_holder .invis,
#apptopiaTickerPage .main_section_holder .invisHead,
#apptopiaSearchPage .main_section_holder .invisHead,
#seven_parkTickerPage .main_section_holder .invisHead,
#seven_parkSearchPage .main_section_holder .invisHead {
  opacity: 0.4;
}
#seven_parkTickerPage .main_section_holder .parent-section,
#seven_parkSearchPage .main_section_holder .parent-section {
  display: block;
}
#currency-html {
  width: 100%;
  height: auto;
  font-family: Helvetica Neue, Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
#currency-html #page-title {
  width: 100%;
  height: auto;
  font-family: arial;
  font-size: 24px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  margin: 45px ;
}
#currency-html #view-options {
  height: 15px;
  margin: 10px 45px;
  padding: 2px;
}
#currency-html #view-options .opt {
  padding: 3px;
  color: #666666;
  font-size: 19px;
  margin: 2px 10px;
}
#currency-html #view-options .chosen {
  font-weight: bold;
  background-color: #f9fcff;
  border: 1px solid #ccd8e6;
  box-shadow: 5px 5px 2px #888888;
}
#currency-html .main-search-box {
  width: 540px;
  margin: 0 auto;
  margin-top: 40px;
}
#currency-html .main-search-box #base_curr {
  position: absolute;
  padding: 13px;
  border: 1px solid gray;
}
#currency-html .main-search-box .search-box-holder {
  width: 540px;
  position: relative;
  left: 70px;
}
#currency-html .main-search-box .search-box-holder .search-box {
  width: 400px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  border: none;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4D4D4D;
  background-color: #ffffff;
  float: left;
  outline: none;
  padding-left: 5px;
}
#currency-html .main-search-box .search-box-holder .submit_box {
  color: white;
  border: 1px solid #3d7fba;
  padding: 8px;
  position: relative;
  width: 120px;
  float: right;
  text-align: center;
  cursor: pointer;
  background: #3d7fba;
  height: 48px;
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
  border-radius: 3px;
}
#currency-html .main-search-box #search-curr-data {
  z-index: 1;
  background: #ffffff;
  width: 440px;
  overflow: auto;
  top: 0px;
  left: 13.5%;
  position: relative;
  border: 1px solid #999999;
}
#currency-html .main-search-box #search-curr-data .main-data {
  border-bottom: 1px solid #d4e0ea;
}
#currency-html .main-search-box #search-curr-data .selected_curr {
  background-color: #3d7fba;
  color: #ffffff;
}
#currency-html #currency-table-container {
  background-color: #f9fcff;
  padding: 30px;
  height: 525px;
  width: 1610px;
  margin: 5px;
}
#currency-html #currency-table-container .grid-sizer {
  height: 50px;
  width: 50px;
}
#currency-html #currency-table-container .data_values {
  background-color: white;
  border: 1px solid #ccd8e6;
  margin: 2px;
  width: 500px;
  box-shadow: 5px 5px 2px #888888;
}
#currency-html #currency-table-container .area-wrapper {
  padding: 2px;
  color: #666666;
}
#currency-html #currency-table-container .area-wrapper table {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: auto;
  border-collapse: collapse;
}
#currency-html #currency-table-container .area-wrapper table tr {
  display: table-row;
}
#currency-html #currency-table-container .area-wrapper .header-row {
  border-bottom: 2px solid #ccd8e6;
}
#currency-html #currency-table-container .area-wrapper .header-row td {
  color: #666666 !important;
  font-size: 15px !important;
}
#currency-html #currency-table-container .area-wrapper tr.title-row {
  background: none !important;
  border-bottom: 2px solid #ccd8e6;
}
#currency-html #currency-table-container .area-wrapper tr.title-row td {
  color: #666666 !important;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 15px !important;
}
#currency-html #currency-table-container .area-wrapper td {
  font-size: 13px;
  padding: 3px 6px;
  color: #999999;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: right;
  line-height: 24px;
}
#currency-html #currency-table-container .area-wrapper tr:nth-child(odd) {
  background-color: #f3f8fd;
}
#currency-html #currency-table-container .area-wrapper td.row-header {
  text-align: center;
}
#currency-html #currency-table-container .area-wrapper .green {
  color: green;
}
#currency-html #currency-table-container .area-wrapper .red {
  color: red;
}
#currency-html #currency-table-container #matrix-container {
  padding: 2px;
  color: #666666;
}
#currency-html #currency-table-container #matrix-container table {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: auto;
  border-collapse: collapse;
}
#currency-html #currency-table-container #matrix-container table tr {
  display: table-row;
}
#currency-html #currency-table-container #matrix-container .header-row {
  border-bottom: 2px solid #ccd8e6;
}
#currency-html #currency-table-container #matrix-container .header-row td {
  color: #666666 !important;
  font-size: 15px !important;
}
#currency-html #currency-table-container #matrix-container tr.title-row {
  background: none !important;
  border-bottom: 2px solid #ccd8e6;
}
#currency-html #currency-table-container #matrix-container tr.title-row td {
  color: #666666 !important;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 15px !important;
}
#currency-html #currency-table-container #matrix-container td {
  font-size: 13px;
  padding: 3px 6px;
  color: #999999;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: right;
  line-height: 24px;
}
#currency-html #currency-table-container #matrix-container tr:nth-child(odd) {
  background-color: #f3f8fd;
}
#currency-html #currency-table-container #matrix-container td.diagonal_cell {
  background: #ffffff;
  background: linear-gradient(to top right, #ffffff 50%, #f3f8fd 51%);
}
#currency-html #currency-table-container #matrix-container td.row-header {
  text-align: center;
  color: #666666;
}
#currency-html #currency-table-container #matrix-container .green {
  color: green;
}
#currency-html #currency-table-container #matrix-container .red {
  color: red;
}
#currency-html #currency-table-container #conversion-container #conversion-graph {
  height: 350px;
}
#currency-html #currency-table-container #conversion-container table {
  width: 100%;
  height: 25%;
}
#currency-html #currency-table-container #conversion-container table td {
  margin: 2px;
}
#currency-html #currency-table-container #conversion-container table tr.title-row {
  background: none !important;
  border-bottom: 2px solid #ccd8e6;
}
#currency-html #currency-table-container #conversion-container table tr.title-row th {
  color: #666666 !important;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#currency-html #currency-table-container #conversion-container #currency-selector select {
  background-color: #f3f8fd;
  color: #666666;
}
#currency-html #currency-table-container #conversion-container #curr-vals input {
  color: #666666;
}
#market-html {
  width: 100%;
  height: 100%;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #F9FCFF;
}
#market-html #header {
  height: 44px ;
  width: 100%;
  background-color: #E8EEF7;
  box-shadow: 0 1px 0 0 #BBC6D5;
  border-bottom: 1px solid #BBC6D5;
}
#market-html #header #page-title {
  height: 18px;
  width: 100%;
  color: #264664;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  font-size: 16px;
  line-height: 18px;
  padding: 13px 0px;
}
#market-html #header #page-title .mkt-icon {
  height: 18px;
  width: 24px;
  margin: 0px 6px 0px 21px;
}
#market-html #header #tabs-wrapper {
  height: 47px;
  width: 698px;
}
#market-html #header #tabs-wrapper .tab {
  height: 15px;
  width: 110px;
  color: #698094;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  padding: 15px 0px 14px 0px;
  border: 1px solid #BBC6D5;
  border-left: none;
}
#market-html #header #tabs-wrapper .tab .dropdown-tab {
  position: absolute;
  top: 118px;
  background-color: #f7f7f7;
  width: inherit;
  z-index: 101;
  border: 1px solid #ccd8e6;
}
#market-html #header #tabs-wrapper .tab .dropdown-tab .opt {
  border: 1px solid #ccd8e6;
  height: 21px;
  padding: 2px;
  font-weight: normal;
}
#market-html #header #tabs-wrapper .tab .dropdown-tab .opt .chosen {
  font-weight: bold;
  font-size: 15px;
  background-color: #b6d7f3;
}
#market-html #header #tabs-wrapper .space_holder {
  border-bottom: 1px solid #BBC6D5;
}
#market-html #header #tabs-wrapper .chosen {
  border-bottom: 1px solid #F9FCFF;
  background-color: #F9FCFF;
  color: #3D7FBA;
}
#market-html #currencies-section-wrapper .section-wrapper {
  height: 95%;
}
#market-html #currencies-section-wrapper .tables-wrapper {
  height: 725px!important;
}
#market-html #currencies-section-wrapper #conversion-graph table {
  height: 20%;
  width: 99%;
  margin: 7px;
  border-bottom: 2px solid #ccd8e6;
}
#market-html #currencies-section-wrapper #conversion-graph table select {
  width: 90%;
  height: 30px;
}
#market-html #currencies-section-wrapper #conversion-graph table input {
  width: 90%;
  height: 30px;
  border: 2px solid #e8f8ff;
  background-color: #f9fcff;
  font-size: 13px;
  color: #666666;
}
#market-html #currencies-section-wrapper #conversion-graph table tr.title-row td {
  text-align: center;
  font-size: 13px;
  color: #666666;
  background-color: white!important;
}
#market-html #currencies-section-wrapper .sect {
  height: 95%!important;
}
#market-html .section-tab-wrapper {
  height: 92%;
  width: 100%;
  background-color: #F9FCFF;
  overflow-x: auto;
  overflow-y: auto;
}
#market-html .section-tab-wrapper .header-bar {
  height: 44px;
  width: 1260px;
  border-radius: 4px 4px 0 0;
  background-color: #FFFFFF;
  margin: 16px;
  margin-bottom: 0;
  box-shadow: inset 0 0 0 1px #D2DDE9;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
#market-html .section-tab-wrapper .header-bar span {
  line-height: 44px;
  color: #1E374D;
  font-size: 16px;
  padding: 13px 0px 13px 17px;
}
#market-html .section-tab-wrapper .header-bar .since_call_date span {
  line-height: 16px;
  width: 198px;
  color: #3D7FBA;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  padding: 13px 0 15px 0;
}
#market-html .section-tab-wrapper .header-bar .since_call_date .date-input {
  height: 24px;
  width: 112px;
  border: 1px solid #D2DDE9;
  border-radius: 2px;
  background-color: #FFFFFF;
  margin: 9px 9px 11px 9px;
}
#market-html .section-tab-wrapper .header-bar .since_call_date .date-input .calendar-icon {
  margin: 7px 0 6px 7px;
  height: 11px;
  width: 12px;
  fill: #3D7FBA;
  cursor: pointer;
}
#market-html .section-tab-wrapper .header-bar .since_call_date .date-input #datepicker {
  border: none;
  width: 76px;
  height: 22px;
  margin: 0 7px 0 8px;
  color: #1E374D;
  font-weight: bold;
}
#market-html .section-tab-wrapper .graph-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #D2DDE9;
  font-weight: bold;
  margin: 16px;
  width: 1260px !important;
  height: 550px;
  color: #1E374D;
  font-size: 16px;
}
#market-html .section-tab-wrapper .graph-wrapper #index-graph {
  height: 500px !important;
}
#market-html .section-tab-wrapper .graph-wrapper .graph-header {
  position: relative;
  height: 30px;
  padding: 5px;
}
#market-html .section-tab-wrapper .graph-wrapper .graph-header .separator_share {
  margin: 0px 6px;
  border-left: 1px solid #1E374D;
  height: 24px;
  padding: 0px;
}
#market-html .section-tab-wrapper .graph-wrapper .graph-header .button-with-attachment {
  padding: 4px 5px;
  cursor: pointer;
  color: #1E374D;
}
#market-html .section-tab-wrapper .graph-wrapper .graph-header .button-with-attachment .icon {
  /*height:14px;*/
  height: 18px;
  width: 18px;
  fill: #1E374D;
}
#market-html .section-tab-wrapper .graph-wrapper .graph-header .button-with-attachment:hover .icon {
  fill: #3d7fba;
}
#market-html .section-tab-wrapper .graph-wrapper .graph-header .div_ext2 {
  position: a;
}
#market-html .section-tab-wrapper .graph-wrapper .graph-header .header-text {
  margin: 5px;
}
#market-html .section-tab-wrapper .graph-wrapper .graph-header .select2-results .select2-result-label {
  font-size: 11px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
}
#market-html .section-tab-wrapper .tbls-wrapper {
  width: 1260px;
  margin: 16px 16px;
  background-color: #F9FCFF;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-footer {
  height: 26px;
  width: 1258px;
  color: #264664;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  font-size: 10.5px;
  line-height: 32px;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper {
  border-radius: 4px;
  background-color: #FFFFFF;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  width: 1260px;
  margin: 16px 0;
  border: 1px solid #D2DDE9;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper .table-header {
  box-shadow: inset 0 -1px 0 0 #D2DDE9;
  font-size: 13px;
  font-weight: bold;
  color: #1E374D;
  height: 18px;
  padding: 5px 0px 5px 8px;
  border-radius: 4px 4px 0 0;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper .table-header .header-title {
  height: 18px;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper .table-header .export-excel {
  height: 18px;
  width: 18px;
  margin-left: 16px;
  fill: #3D7FBA;
  cursor: pointer;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table {
  width: 100%;
  border-top: 1px solid #D2DDE9;
  border-bottom: 1px solid #D2DDE9;
  border-collapse: collapse;
  color: #264664;
  border-radius: 0px 0px 4px 4px;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table input[type=number]::-webkit-inner-spin-button,
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table tr:last-child {
  box-shadow: inset 0 -4px 0 0 #D2DDE9;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table tr:nth-child(odd) {
  background-color: #F9FCFF;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table td {
  height: 16px;
  width: 76px;
  font-family: hel-regular, "Helvetica Neue", sans-serif, Roboto;
  border: 1px solid #D2DDE9;
  padding: 8px 8px;
  font-size: 12px;
  text-align: right;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table td:first-child {
  border-left: none;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table td:last-child {
  border-right: none;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table .row-header {
  width: 204px;
  text-align: left;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table .header-row {
  box-shadow: inset 0 -1px 0 0 #D2DDE9;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table .header-row td {
  color: #3D7FBA;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table .transition-row {
  box-shadow: inset 0 -4px 0 0 #D2DDE9;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table .summary-row {
  font-weight: bold;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table .weight {
  padding: 4px 4px 5px 4px;
  width: 112px;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table .weight .weight-input {
  border: 1px solid #D2DDE9;
  border-radius: 2px;
  height: 19px;
  width: 60px;
  text-align: right;
  padding: 0 10px 0 24px;
  font-size: 11px;
  font-weight: 500;
  color: #1E374D;
  margin-right: 2px;
  background-color: #FFFFFF;
}
#market-html .section-tab-wrapper .tbls-wrapper .table-wrapper table .weight .perc-sign {
  margin-top: 3px;
}
#market-html .section-tab-wrapper .region-title {
  width: 100%;
  font-size: 17px;
  text-align: center;
  margin: 10px 0px;
}
#market-html .section-tab-wrapper .section-wrapper {
  height: auto;
  margin: 5px;
}
#market-html .section-tab-wrapper .section-wrapper .sect {
  border: 2px solid #e8f8ff;
  background-color: white;
  margin: 3px;
  width: 47%;
  min-height: 13px;
  height: auto;
}
#market-html .section-tab-wrapper .section-wrapper .sect select {
  margin: 3px;
  background-color: #f9fcff;
  height: 25px;
  width: 300px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 13px;
  border: 2px solid #e8f8ff;
  color: #666666;
}
#market-html .section-tab-wrapper .section-wrapper .green {
  color: green!important;
}
#market-html .section-tab-wrapper .section-wrapper .green td {
  color: green!important;
}
#market-html .section-tab-wrapper .section-wrapper .green td.row-header {
  color: #666666!important;
}
#market-html .section-tab-wrapper .section-wrapper .red {
  color: red!important;
}
#market-html .section-tab-wrapper .section-wrapper .red td {
  color: red!important;
}
#market-html .section-tab-wrapper .section-wrapper .red td.row-header {
  color: #666666!important;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  cursor: pointer;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table .table-edit {
  color: blue;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table .edit-on {
  color: #c75555;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table .row-edit {
  color: blue;
  margin: 2px 3px;
  padding: 3px;
  width: 7px;
  height: 7px;
  text-align: left;
  font-size: 13px;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table tbody {
  overflow-y: auto;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table tr.selected-row {
  border: 1px solid #ccd8e6;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table td {
  font-size: 11px;
  padding: 3px 6px;
  color: #999999;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: right;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table td.row-header {
  text-align: left;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table tr.title-row td {
  font-size: 13px;
  color: #666666;
  background-color: white!important;
  border-bottom: 2px solid #ccd8e6;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table tr.header-row td {
  text-align: center;
  color: #666666;
  border-bottom: 2px solid #ccd8e6;
}
#market-html .section-tab-wrapper .section-wrapper .tabl table tr:nth-child(odd) {
  background-color: #f3f8fd;
}
#market-html .section-tab-wrapper .section-wrapper .grph {
  font-weight: bold;
  text-align: center;
  min-height: 150px;
  height: 100% !important;
  width: 100% !important;
}
#market-html .section-tab-wrapper .section-wrapper .highcharts-container {
  height: 100% !important;
  width: 100% !important;
}
#weblink-xpath-information,
#weblink-information {
  float: left;
  border: 2px solid #999999;
  margin-left: 50px;
  width: 200px;
  text-align: center;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  cursor: pointer;
}
#weblink-xpath-information:hover,
#weblink-information:hover {
  background: #3d7fba;
  color: white;
}
#ticker-pptlinks-xpath-container {
  width: 100%;
  border: 1px solid #333c4a;
  min-height: 500px;
}
#ticker-pptlinks-xpath-container .ppt_header {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid black;
}
#ticker-pptlinks-xpath-container .ppt_body .fix_width {
  width: 200px;
  display: table-cell;
  height: 40px;
  line-height: 40px;
}
#ticker-pptlinks-xpath-container .ppt_body .right_content {
  text-align: left;
  width: 600px;
  display: table-cell;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
}
#ticker-pptlinks-xpath-container .ppt_body .right_content #xpath-ticker-submit {
  margin-left: 20px;
}
#ticker-pptlinks-xpath-container .ppt_body .right_content .xpath_ticker_value {
  text-transform: uppercase;
  float: left;
}
#ticker-pptlinks-xpath-container .ppt_body .right_content #fetch_xpath {
  margin-left: 20px;
}
#ticker-pptlinks-xpath-container .ppt_body .left_content {
  text-align: right;
}
#ticker-pptlinks-xpath-container .ppt_body .clearall_links {
  display: table-row;
}
#ticker-pptlinks-xpath-container .ppt_body .clearall_links #clearall-xpath-data {
  margin-left: 576px;
  margin-top: 20px;
}
#ticker-pptlinks-xpath-container .ppt_body .add_new_links {
  display: table-row;
}
#ticker-pptlinks-xpath-container .ppt_body .add_new_links #xpath-add-links {
  margin-left: 576px;
  margin-top: 20px;
}
#ticker-pptlinks-xpath-container .ppt_body .ticker_status_row #xpath_status_value,
#ticker-pptlinks-xpath-container .ppt_body .ticker_status_row #presentation_url_xpath_status_value {
  font-size: 14px;
  line-height: 15px;
  height: 25px;
  width: 300px;
}
#ticker-pptlinks-xpath-container .ppt_body .weblink_row {
  margin-top: 20px;
}
#ticker-pptlinks-xpath-container .ppt_body .weblink_row #xpath-open-ppt-url,
#ticker-pptlinks-xpath-container .ppt_body .weblink_row #xpath-open-all-url {
  margin-left: 20px;
}
#ticker-pptlinks-xpath-container .ppt_body .user_submit {
  color: white;
  border: 1px solid #3d7fba;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  background: #3d7fba;
  height: 30px;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
  border-radius: 3px;
}
#ticker-pptlinks-xpath-container .ppt_body .user_value {
  font-size: 12px;
  line-height: 15px;
  height: 25px;
  width: 300px;
}
#ppt_company_details {
  overflow: auto;
}
#ticker_releated_info {
  margin: 10px 25px;
  display: block;
}
#ticker_releated_info table {
  border-collapse: collapse;
}
#ticker_releated_info table th,
#ticker_releated_info table td {
  border: 1px solid #2F5B9E;
  font-size: 12px;
  padding: 4px;
}
/*
Created by Gaurav 4th March 2017
ticker_data_ppt.less
*/
#ticker-data-ppt .page-inner {
  padding: 0px;
  margin: 0px;
}
#ticker-data-ppt .page-inner .page-header {
  width: 100%;
  border-bottom: 1px solid #3d7fba;
  font-size: 24px;
  padding: 10px 0px;
  color: #3d7fba;
  font-weight: 300;
  text-align: center;
}
#ticker-data-ppt .page-inner .page-header .content {
  text-align: center;
  margin: 0 auto;
  width: 400px;
}
#ticker-data-ppt .page-inner .generic-button {
  color: white;
  border: 1px solid #3d7fba;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  background: #3d7fba;
  height: 34px;
  margin-left: 10px;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
  border-radius: 3px;
}
#ticker-data-ppt .page-inner #ticker-search-box-holder {
  margin-left: 20px;
  padding: 20px;
  height: auto;
  overflow: auto;
}
#ticker-data-ppt .page-inner #ticker-search-box-holder .label-text {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 34px;
  color: #3d7fba;
  display: inline-block;
  float: left;
}
#ticker-data-ppt .page-inner #ticker-search-box-holder .ticker-input {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  overflow: hidden;
  padding: 0px;
  display: inline-block;
  border: 1px solid #d4e0ea;
  border-radius: 4px;
  height: 32px;
  width: 150px;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  text-indent: 5px;
}
#ticker-data-ppt .page-inner #ticker-search-box-holder .submit-ticker {
  margin-left: 50px;
}
#ticker-data-ppt .page-inner .container-row {
  overflow: auto;
}
#ticker-data-ppt .page-inner .container-row #ticker-data-table-container {
  display: inline-block;
  overflow: auto;
  margin: 0 auto;
  align-self: center;
  margin-bottom: 10px;
}
#ticker-data-ppt .page-inner .container-row #ticker-data-table-container #tickerdata_table .title {
  width: 150px;
  display: table-cell;
}
#ticker-data-ppt .page-inner .container-row #ticker-data-table-container #tickerdata_table .ticker_value {
  overflow: auto;
  display: table-cell;
  max-width: 600px;
  min-width: 500px;
}
#ticker-data-ppt .page-inner .container-row #ticker-data-table-container #tickerdata_table .value_found {
  width: 80px;
  display: table-cell;
}
#ticker-data-ppt .page-inner .container-row #ticker-data-table-container #tickerdata_table .edit_value {
  width: 80px;
  display: table-cell;
}
#ticker-data-ppt .page-inner .container-row #ticker-data-table-container #tickerdata_table .Yes {
  background: #53F30E;
}
#ticker-data-ppt .page-inner .container-row #ticker-data-table-container #tickerdata_table .No {
  background: #F3730E;
}
#ticker-data-ppt .page-inner .container-row #logo-holder {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  border: 1px solid black;
}
#ticker-data-ppt .page-inner .container-row #logo-holder img {
  width: 100px;
  height: 100px;
}
#ticker-data-ppt .page-inner #tickerdatappt-confirmation {
  overflow: scroll;
  display: none;
  z-index: 104;
  width: 90%;
  background: #A9E2F3;
  left: 5%;
  position: fixed;
  border: 1px solid;
  top: 20%;
}
#ticker-data-ppt .page-inner #tickerdatappt-confirmation .ticker_info {
  width: 100%;
  text-align: center;
  height: 25px;
  margin-top: 20px;
}
#ticker-data-ppt .page-inner #tickerdatappt-confirmation #submit-new-data .field_type {
  width: 99%;
  line-height: 20px;
}
.page {
  height: 100%;
  overflow-y: hidden;
  position: relative;
  top: 0px;
  z-index: 1;
  background: #fff;
}
.page:focus {
  outline: none;
}
.page .loading {
  z-index: 9999;
  position: absolute;
  display: none;
  width: 10%;
  right: 0;
  bottom: 0;
  text-align: center;
}
.page .loading .loading-wrapper {
  width: 100%;
  height: 50px;
  text-align: center;
}
.page .loading .loading-wrapper p {
  font-size: 12px;
  font-family: sans-serif;
  color: #85bff1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.page .loading circle {
  stroke-dasharray: 410;
  stroke-dashoffset: 2110;
  stroke-width: 2;
  stroke-linecap: round;
  animation: dash 8s linear infinite;
  fill-opacity: 0.1;
  stroke: #538dbf;
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 410;
    opacity: 0;
    stroke: #538dbf;
  }
  10% {
    opacity: 1;
    stroke: #538dbf;
  }
  90% {
    opacity: 1;
    stroke: #538dbf;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    stroke: #538dbf;
  }
}
.page .loading.mini {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  left: auto!important;
  top: auto!important;
}
.page .loading.mini svg {
  width: 40px;
  height: 40px;
}
.page .loading-spinner {
  width: 50px;
  height: 50px;
}
@-webkit-keyframes uil-default-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes uil-default-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page .loading-spinner .uil-default-css {
  position: relative;
  background: none;
  left: -25px;
}
.page .loading-spinner .uil-default-css > div {
  top: 80px;
  left: 93px;
  width: 14px;
  height: 40px;
  background: #3d7fba;
  border-radius: 10px;
  position: absolute;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(1) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(2) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.41666667s;
  animation-delay: -0.41666667s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(3) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.33333333s;
  animation-delay: -0.33333333s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(4) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(5) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.16666667s;
  animation-delay: -0.16666667s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(6) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.08333333s;
  animation-delay: -0.08333333s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(7) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(8) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.08333333333333337s;
  animation-delay: 0.08333333333333337s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(9) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.16666666666666663s;
  animation-delay: 0.16666666666666663s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(10) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(11) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.33333333333333337s;
  animation-delay: 0.33333333333333337s;
}
.page .loading-spinner .uil-default-css > div:nth-of-type(12) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.41666666666666663s;
  animation-delay: 0.41666666666666663s;
}
.page .container_loading_docsearch_results_docsearch_results_msg {
  font-weight: bold;
  z-index: 100;
  border-radius: 4px;
  padding: 5px;
  background-color: transparent;
  color: white;
  position: absolute;
  /*bottom: 7px;
          right: 10px;*/
  font-size: 10px;
  width: 50px;
  height: 50px;
}
#unified_dashboard_container #main_page_container #left-content {
  z-index: 999;
  float: left;
  max-width: 282px;
  min-width: 259px;
  background: #e8eef7;
  height: inherit;
  overflow: visible;
}
#unified_dashboard_container #main_page_container #left-content .watchlist-check {
  display: block;
  float: left;
  width: 4px;
  height: 10px;
  margin: -1px 0px 0px 0px;
  position: relative;
}
#unified_dashboard_container #main_page_container #left-content .watchlist-check label {
  margin-left: 0px;
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff);
}
#unified_dashboard_container #main_page_container #left-content .watchlist-check label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  background-color: #437FB7;
}
#unified_dashboard_container #main_page_container #left-content .watchlist-check label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
}
#unified_dashboard_container #main_page_container #left-content .watchlist-check input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder {
  width: 93%;
  margin: 6px 3%;
  overflow: visible;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder li .clear-icon .icon {
  font-size: 12px;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete input {
  text-transform: uppercase;
  line-height: 16px;
  padding: 1px 0px;
  margin-top: 1px;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete ::-webkit-input-placeholder {
  text-transform: initial;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete :-moz-placeholder {
  text-transform: initial;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete ::-moz-placeholder {
  text-transform: initial;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete :-ms-input-placeholder {
  text-transform: none;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete .docCompName {
  width: 236px;
  line-height: 18px;
  margin-left: 6px;
  padding: 0;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper {
  margin-left: -3px;
  border: 0;
  box-shadow: 1px 2px 6px -2px #1e374d;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li {
  padding: 6px 0 6px 6px;
  box-sizing: border-box;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docTicker,
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docDebtTicker,
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docTickerInt {
  padding: 2px 4px;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder.search-box-holder {
  border: 2px solid #d4e0ea;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder.search-box-holder .search-watchlist-button {
  background: #ffffff;
  border-right: 1px solid #d4e0ea;
  color: #3d7fba;
}
#unified_dashboard_container #main_page_container #left-content #stream-search-box-holder.search-box-holder .search-watchlist-button .icon {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer {
  width: 94%;
  float: left;
  font-size: 12px;
  margin: 0 3% 6px 3%;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer .sensitivity_text {
  line-height: 24px;
  font-size: 13px;
  color: #698094;
  margin-right: 1px;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer .sensitivity {
  color: #3d7fba;
  cursor: pointer;
  line-height: 18px;
  padding: 0 9px;
  border: 2px solid #3d7fba;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer .sensitivity_selected {
  background: #3d7fba;
  color: #ffffff;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer .med_sen {
  border-right: 1px solid #3d7fba;
  border-left: 1px solid #3d7fba;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer .high_sen {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 0;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer .low_sen {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer .tutorial_outer {
  position: relative;
  left: 3px;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer .tutorial_outer .tutorial-btn {
  float: left;
  cursor: pointer;
  fill: #698094;
  height: 15px;
  width: 15px;
  margin-top: 4px;
}
#unified_dashboard_container #main_page_container #left-content #sensitivity_outer .tutorial_outer .tutorial-btn:hover {
  fill: #3d7fba;
}
#unified_dashboard_container #main_page_container #left-content #ticker-watchlist {
  position: relative;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  width: 100%;
}
#unified_dashboard_container #main_page_container #left-content #ticker-watchlist .jspPane {
  max-width: 277px;
}
#unified_dashboard_container #main_page_container #left-content #ticker-watchlist .jspVerticalBar {
  right: 1px;
  width: 4px;
  display: block !important;
}
#unified_dashboard_container #main_page_container #left-content #ticker-watchlist .jspVerticalBar .jspArrow {
  display: none !important;
}
#unified_dashboard_container #main_page_container #left-content #ticker-watchlist .jspVerticalBar .jspDrag {
  height: 110px;
  width: 4px;
  background-color: rgba(105, 128, 148, 0.55);
  margin: 0px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container {
  font-family: Helvetica Neue, Arial, sans-serif;
  float: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 100%;
  color: #3d7fba;
  background-color: #ffffff;
  border-top: 2px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .edit-span {
  float: left;
  font-size: 12px;
  margin-right: 12px;
  margin-top: 4px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .header-container {
  height: 24px;
  width: 100%;
  padding-top: 6px;
  background: #eef1f4;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .header-container .header-text {
  width: 70%;
  float: left;
  color: #3d7fba;
  font-weight: 500;
  font-size: 12px;
  padding-left: 6px;
  line-height: 18px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .header-container .header-expand-collapse .icon {
  height: 12px;
  width: 12px;
  padding-right: 8px;
  margin-top: 4px;
  fill: #698094;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .header-container .header-expand-collapse .icon:hover {
  fill: #3d7fba;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .watchlist_allticker {
  font-family: Helvetica Neue, Arial, sans-serif;
  border-bottom: 0;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .watchlist_allticker .list-item {
  font-size: 12px;
  line-height: 18px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .watchlist_allticker .list-item:hover {
  background: #e8eef7;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .subheader-container {
  overflow: hidden;
  height: 18px;
  padding-top: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #F6F6F6;
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  color: #595959;
  font-size: 9px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .subheader-container .subheader-ticker {
  float: left;
  width: 21%;
  text-align: center;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .subheader-container .subheader-quickstat {
  float: left;
  width: 0%;
  text-align: right;
  height: 0px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .subheader-container .subheader-percent {
  float: right;
  text-align: right;
  width: 20%;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .subheader-container .subheader-chng {
  float: right;
  text-align: right;
  width: 20%;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .subheader-container .subheader-price {
  float: right;
  text-align: right;
  /*width:20%;*/
  width: 19%;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .subheader-container .subheader-pe {
  float: right;
  text-align: right;
  width: 20%;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .subheader-container .subheader-arrow {
  font-size: 6px;
  margin-left: 1px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .subheader-container .subheader-arrow:hover {
  cursor: pointer;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container-selected,
#unified_dashboard_container #main_page_container #left-content .inset-container .active_ticker {
  font-weight: bold;
  background-color: #3d7fba;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container-selected .item-name,
#unified_dashboard_container #main_page_container #left-content .inset-container .active_ticker .item-name,
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container-selected .item-number,
#unified_dashboard_container #main_page_container #left-content .inset-container .active_ticker .item-number {
  color: #ffffff !important;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container-selected .list-ticker,
#unified_dashboard_container #main_page_container #left-content .inset-container .active_ticker .list-ticker {
  background: #ffffff !important;
  color: #3d7fba !important;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container-selected .list-pe,
#unified_dashboard_container #main_page_container #left-content .inset-container .active_ticker .list-pe {
  color: #ffffff !important;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container-selected .list-change,
#unified_dashboard_container #main_page_container #left-content .inset-container .active_ticker .list-change {
  color: #ffffff;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container-selected .list-percent,
#unified_dashboard_container #main_page_container #left-content .inset-container .active_ticker .list-percent {
  color: #ffffff;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container-selected .list-price,
#unified_dashboard_container #main_page_container #left-content .inset-container .active_ticker .list-price {
  color: #ffffff;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .fol_rec_watchlist {
  border-bottom: 1px solid #2e3644 !important;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container.recent_watchlist .list-item,
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container.followed_watchlist .list-item,
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container.fol_rec_watchlist .list-item {
  padding-left: 1px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container {
  width: 100%;
  font-family: Helvetica Neue, Arial, sans-serif;
  cursor: pointer;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item {
  height: 18px;
  padding: 6px 6px;
  font-size: 12px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .list-ticker {
  float: left;
  width: 19%;
  color: #ffffff;
  background: #3d7fba;
  text-align: center;
  border-radius: 2px;
  line-height: 18px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .list-percent,
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .list-change {
  float: right;
  text-align: right;
  width: 20%;
  line-height: 18px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .list-change {
  width: 19%;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .list-chng {
  float: right;
  text-align: right;
  width: 20%;
  line-height: 18px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .list-price {
  float: right;
  text-align: right;
  width: 19%;
  margin-right: 3px;
  line-height: 18px;
  overflow: hidden;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .list-pe {
  width: 19%;
  color: #3d7fba;
  float: right;
  line-height: 18px;
  text-align: right;
  padding-right: 5px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .list-quickstat {
  display: none;
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 2px;
  font-size: 9px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .watchlist-name {
  width: 70%;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .item-name {
  margin-left: 10px;
  float: left;
  color: #3d7fba;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .item-name:last-child {
  border-bottom: none;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .item-number {
  float: right;
  padding-right: 6px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .stock-price {
  padding-right: 10px;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item .selected {
  text-decoration: underline;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container .list-item:hover {
  background: #e8eef7;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .list-item-container:last-child {
  border-bottom: none;
}
#unified_dashboard_container #main_page_container #left-content .inset-container .outer_sub_watchlist {
  border-bottom: 2px solid #d4e0ea;
}
#unified_dashboard_container #main_page_container .menu-overlay {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #1e374d;
  min-width: 330px;
  top: 31px;
  left: 0;
  z-index: 300;
  box-shadow: 0 12px 30px 0 rgba(22, 42, 60, 0.65);
  overflow: hidden;
  border-radius: 2px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f9fcff;
  border-bottom: 1px solid #d4e0ea;
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head .clear-input-field .icon {
  position: absolute;
  left: 232px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
  fill: #3d7fba;
  width: 9px;
  height: 9px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head input,
#unified_dashboard_container #main_page_container .menu-overlay .menu-head select {
  width: auto;
  flex-grow: 1;
  margin-right: 8px;
  max-width: 240px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head input {
  padding-right: 20px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head select {
  max-width: 160px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head .select-options {
  position: absolute;
  right: 16px;
  align-self: flex-end;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head .select-options a {
  margin-left: 8px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  position: relative;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head .select-options a .icon {
  width: 9px;
  height: 9px;
  fill: #3d7fba;
  margin-right: 4px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 1px;
  padding: 0px;
  margin: 0px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-head .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 2px;
  padding: 0px;
  margin: 0px;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body {
  border: none !important;
  margin-top: 48px;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div:hover {
  background-color: #ffffff;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.full {
  background-color: #e8eef7;
  color: #3d7fba;
  border-color: rgba(47, 89, 128, 0.9);
  -webkit-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  -moz-box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  box-shadow: 1px 0px 0px 0px rgba(47, 89, 128, 0.9);
  z-index: 200;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.full p {
  color: #3d7fba;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.full .checkbox span {
  background-color: #3d7fba;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.full .checkbox label {
  background-color: #1e374d;
  border-color: #1e374d;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.full .checkbox label:after {
  border-color: #ffffff;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.full:hover {
  background-color: #ffffff;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.incomplete {
  background-color: rgba(187, 198, 213, 0.6);
  color: #3d7fba;
  border-color: #bbc6d5;
  -webkit-box-shadow: 1px 0px 0px 0px #bbc6d5;
  -moz-box-shadow: 1px 0px 0px 0px #bbc6d5;
  box-shadow: 1px 0px 0px 0px #bbc6d5;
  z-index: 200;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.incomplete p {
  color: #3d7fba;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.incomplete .checkbox span {
  background-color: #bbc6d5;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.incomplete .checkbox label {
  background-color: #698094;
  border-color: #698094;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.incomplete .checkbox label:after {
  border-color: #ffffff;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.incomplete:hover {
  background-color: #ffffff;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.tab-active {
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
}
#unified_dashboard_container #main_page_container .menu-overlay .sidebar-body div.tab-active p {
  font-weight: 500;
  color: #1e374d;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar {
  position: absolute;
  background-color: #f9fcff;
  border-right: 1px solid #d4e0ea;
  width: 227px;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar .select-options {
  border: none;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #f9fcff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: center;
  padding: 0 16px;
  justify-content: flex-end;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar .select-options a {
  line-height: 48px;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center left;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar .select-options a .icon {
  width: 9px;
  height: 9px;
  fill: #3d7fba;
  margin-right: 4px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar .select-options a:nth-child(1):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar .select-options a:nth-child(2):before {
  position: absolute;
  left: 0px;
  font-size: 9px;
  top: 19px;
  padding: 0px;
  margin: 0px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar div {
  position: relative;
  line-height: 11px;
  border: 1px solid #d4e0ea;
  border-right: none;
  border-left: none;
  margin-bottom: -1.5px;
  height: auto;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar div .checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 38px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar div .checkbox input {
  border: none;
  height: 100%;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar div .checkbox label {
  top: 9px;
  left: 5px;
  margin-top: 4px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar div p {
  display: inline-flex;
  font-size: 13px;
  color: #698094;
  padding: 0 0 0 32px;
  font-weight: 400;
  line-height: 38px;
  height: 38px;
  width: 100%;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-sidebar div p span {
  font-size: 11px;
  padding-right: 2px;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-body {
  overflow-y: auto;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-footer {
  background-color: #f9fcff;
  padding: 8px;
  border-top: 1px solid #d4e0ea;
  text-align: right;
}
#unified_dashboard_container #main_page_container .menu-overlay .menu-footer button {
  padding-left: 24px;
  padding-right: 24px;
}
#unified_dashboard_container .filter_menu,
#unified_dashboard_container .filter_menu_doctype {
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 4px;
  border: 2px solid #d4e0ea;
  box-sizing: border-box;
  top: 24px;
  width: 358px;
}
#unified_dashboard_container .filter_menu .section,
#unified_dashboard_container .filter_menu_doctype .section {
  width: 100%;
}
#unified_dashboard_container .filter_menu .section .section_label,
#unified_dashboard_container .filter_menu_doctype .section .section_label {
  color: #fff;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  background-color: #3d7fba;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  display: block;
  top: 0;
  border: none;
  border-radius: 2px 2px 0 0;
}
#unified_dashboard_container .filter_menu .section .section_item,
#unified_dashboard_container .filter_menu_doctype .section .section_item {
  display: inline-block;
  border: 1px solid #c5d1da;
  margin: 4px;
  padding: 4px 2px;
  border-radius: 4px;
  background: #efefef;
  width: 159px;
  cursor: pointer;
}
#unified_dashboard_container .filter_menu .section .section_item .section_item_label,
#unified_dashboard_container .filter_menu_doctype .section .section_item .section_item_label {
  font-size: 12px;
  display: inline;
  width: 100%;
  line-height: 22px;
  height: 24px;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 0 4px 0px 4px;
  box-sizing: border-box;
}
#unified_dashboard_container .filter_menu .section .section_item .section_item_checkbox_container,
#unified_dashboard_container .filter_menu_doctype .section .section_item .section_item_checkbox_container {
  display: inline-block;
  vertical-align: middle;
}
#unified_dashboard_container .filter_menu .section .selected_section_item,
#unified_dashboard_container .filter_menu_doctype .section .selected_section_item {
  background: rgba(61, 127, 186, 0.75);
  color: white;
}
#unified_dashboard_container .filter_menu .submit_filter,
#unified_dashboard_container .filter_menu_doctype .submit_filter,
#unified_dashboard_container .filter_menu .submit_filter_doctype,
#unified_dashboard_container .filter_menu_doctype .submit_filter_doctype {
  padding-left: 24px;
  padding-right: 24px;
  border: 2px solid #3d7fba;
  padding: 6px 12px;
  border-radius: 3px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  background: #ffffff;
  color: #3d7fba;
  cursor: pointer;
}
#unified_dashboard_container .filter_menu .submit_filter:hover,
#unified_dashboard_container .filter_menu_doctype .submit_filter:hover,
#unified_dashboard_container .filter_menu .submit_filter_doctype:hover,
#unified_dashboard_container .filter_menu_doctype .submit_filter_doctype:hover {
  color: #ffffff;
  background-color: #3d7fba;
}
#unified_dashboard_container .filter_menu_doctype {
  width: 305px;
}
#unified_dashboard_container .filter_menu_doctype .section_item {
  width: 130px !important;
}
#unified_dashboard_container .timeFlag {
  background: rgba(61, 127, 186, 0.06);
  font-size: 14px;
  font-weight: bold;
  padding: 10px 6px;
  border-bottom: 1px solid #d8d8d8;
}
#unified_dashboard_container .unified_stream_item {
  border-bottom: 2px solid rgba(138, 163, 173, 0.36);
}
#unified_dashboard_container .unified_stream_item .author {
  margin-top: 4px;
  display: inline-block;
}
#unified_dashboard_container .unified_stream_item .ticker-chevron {
  margin-top: 4px;
}
#unified_dashboard_container .unified_stream_item .secondary_ticker {
  float: left;
}
#unified_dashboard_container .unified_stream_item:hover .unified_stream_category span {
  display: inline-block;
}
#unified_dashboard_container .unified_stream_item .unified_stream_category span {
  display: none;
  float: right;
  white-space: nowrap;
  background: white;
  font-size: 8px;
  padding: 2px 4px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #3d7fba;
  margin-right: 10px;
  cursor: pointer;
  color: #3d7fba;
  font-weight: bold;
  position: absolute;
  right: 20px;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article {
  display: inline-block;
  width: 94%;
  margin-left: 3%;
  box-sizing: border-box;
  clear: both;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-header,
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-title,
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-summary {
  line-height: 14px;
  font-size: 11px;
  color: #000000;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-header {
  display: inline-block;
  font-size: 11px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-header .unified-stream-article-header-favicon {
  width: 20px;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-header .unified-stream-article-header-favicon-name {
  margin-left: 4px;
  vertical-align: 5px;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-header .unified-stream-article-header-author {
  margin-left: 6px;
  color: #999999;
  vertical-align: 5px;
  text-transform: none;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 6px;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-summary {
  font-size: 12px;
  margin-top: 6px;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-readArticle {
  margin-top: 4px;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-readArticle .articleReadLink {
  font-size: 14px;
  color: #3d7fba;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .secondary_ticker {
  display: inline-block;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-duplicateContent {
  white-space: nowrap;
  margin-bottom: 5px;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .author {
  display: inline-block;
  float: none;
}
#unified_dashboard_container .unified_stream_item .unified_stream_item_article .unified-stream-article-duplicateContent::after {
  display: block;
  content: "";
  clear: both;
}
#unified_dashboard_container #stream_container {
  float: left;
}
#unified_dashboard_container #stream_container .doc_timestamp {
  display: none;
  background: rgba(61, 127, 186, 0.06);
  font-size: 12px;
  font-weight: bold;
  padding: 10px 6px;
  border-bottom: 1px solid #d8d8d8;
}
#unified_dashboard_container .iframe_container {
  float: left;
  width: 600px;
  height: 100%;
  border-left: 1px solid #d4e0ea;
}
#unified_dashboard_container .iframe_container iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}
/*
* Streamv2 CSS
*/
#streamv2-html {
  height: inherit;
  overflow-y: hidden;
}
#streamv2-html .custom_select_options {
  display: none;
  background: white;
  position: absolute;
  z-index: 1;
  border: 0.6px solid #3d7fba;
  color: #3d7fba;
  font-size: 10px;
}
#streamv2-html .custom_select_options .custom_select_option_item_disabled {
  color: #8e8e8e;
}
#streamv2-html .custom_select_options .custom_select_option_item_selected {
  background: #3d7fba;
  color: white;
}
#streamv2-html .custom_select_options .custom_select_option_item_selected span {
  background: #3d7fba;
  color: white;
}
#streamv2-html .custom_select_options ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#streamv2-html .custom_select_options li {
  padding: 1px 5px;
}
#streamv2-html .custom_select_options > ul > li:hover {
  background: #3d7fba;
  color: white;
}
#streamv2-html .custom_select_options .show_sub_docs {
  cursor: pointer;
  padding: 0px 2px;
  transform: scale(0.7);
  float: right;
  margin-top: 1.5px;
}
#streamv2-html .custom_select_options .sub_docs li {
  background: #fff !important;
  display: block;
  height: 8px;
  white-space: nowrap;
  width: 2px;
  margin-left: 7px;
  border-left: 1px solid #d3dee8;
  border-top: 1px solid #d3dee8;
  margin-left: 10px;
}
#streamv2-html .custom_select_options .sub_docs li span {
  display: inline-block;
  margin-top: -8px;
  margin-left: 5px;
  padding: 1px 3px;
}
#streamv2-html .custom_select_options .sub_docs li span:hover {
  background: #3d7fba;
  color: white;
}
#streamv2-html .custom_select_options .sub_docs li:first-child {
  border-top: 0px;
  height: 4px;
}
#streamv2-html .custom_select_options .sub_docs li:last-child {
  border-left: 0px;
}
#streamv2-html .custom_select_value {
  display: inline-block;
  background: #fff;
  padding: 2px 4px;
  font-size: 9px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #437FB7;
}
#streamv2-html .custom_select_value .show_document_types {
  margin-left: 2px;
}
#streamv2-html #similar_articles_popup_container {
  display: none;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #2323239c;
  z-index: 10;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0px;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup {
  display: inline-block;
  border: 1px solid #d4e0ea;
  background: #fff;
  width: 470px;
  overflow: hidden;
  border-radius: 2px;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles {
  text-align: left;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles .v2_option {
  display: none !important;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles .headline {
  width: 100% !important;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles .similar_articles_popup_header {
  display: inline-block;
  width: 100%;
  background: rgba(61, 127, 186, 0.06);
  font-size: 12px;
  font-weight: bold;
  padding: 10px 6px;
  border-bottom: 1px solid #d8d8d8;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles .similar_articles_popup_header .close_similar_articles_popup_container {
  float: right;
  margin-right: 16px;
  cursor: pointer;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles .stream-content {
  width: 100%;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles .stream-content .jspContainer {
  width: 100%;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles .stream-content .jspContainer .jspPane {
  width: 100%;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles .stream-content-item {
  padding: 12px 2px;
  border-bottom: 1px solid #d4e0ea;
}
#streamv2-html #similar_articles_popup_container #similar_articles_popup #stream-similar-articles #no-similar-articles-found-label {
  display: none;
  cursor: pointer;
  float: left;
  width: 100%;
  text-align: center;
  height: 24px;
  padding-top: 10px;
  font-weight: bold;
  color: #5d5d5d;
}
#streamv2-html .v2_option_menu {
  display: none;
  position: absolute;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
  z-index: 10;
  box-sizing: border-box;
}
#streamv2-html .v2_option_menu .v2_option_menu_list_item {
  cursor: pointer;
  display: block;
  padding: 6px 10px 6px 10px;
  font-size: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #28333D;
}
#streamv2-html .v2_option_menu .v2_option_menu_list_item:hover {
  background: #f3f3f3;
}
#streamv2-html .v2_option_menu .v2_option_menu_list_item_locked {
  pointer-events: none;
  background: #f3f3f3;
}
#streamv2-html .v2_option_menu .v2_option_menu_list_item_info_right_carret {
  width: 10px;
  display: inline-block;
  float: right;
  fill: #28333D;
  margin-top: 3px;
}
#streamv2-html .v2_option_menu .seperate {
  width: 100%;
  height: 1px;
  background-color: #ccd8e6;
  display: inline-block;
}
#streamv2-html .notif {
  position: absolute;
  border-radius: 4px;
  padding: 8px;
  z-index: 11;
  color: white;
  right: 20px;
  top: 20px;
}
#streamv2-html .notif .icon {
  display: inline-block;
  width: 20px;
  float: left;
  fill: white;
}
#streamv2-html .notif .text {
  display: inline-block;
  margin-top: 2px;
  margin-left: 4px;
}
#streamv2-html .notif_success {
  background-color: #3dbf6f;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
}
#streamv2-html .notif_error {
  background-color: #f04848;
  box-shadow: 0px 4px 12px 0 rgba(18, 50, 79, 0.26);
}
#streamv2-html .v2_option_info_container {
  position: absolute;
  display: none;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  width: 370px;
}
#streamv2-html .v2_option_info_container .v2_option_info {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_header {
  text-align: center;
  display: block;
  padding: 6px;
  background-color: #f5faff;
  font-size: 12px;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_header .v2_option_info_header_title {
  color: #28333D;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_header .v2_option_info_close {
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 11px;
  cursor: pointer;
  left: 100%;
  margin-left: -22px;
  margin-top: 3px;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_body {
  padding: 2px 0px;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row {
  display: table;
  clear: both;
  width: 100%;
  padding: 6px 0px;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row .label {
  width: 90px;
  padding-left: 8px;
  float: left;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #698094;
  font-family: hel-medium, "Helvetica Neue", sans-serif, Roboto;
  position: relative;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row .value {
  float: left;
  color: #4691D8;
  text-align: left;
  display: inline-block;
  max-width: 200px;
  word-break: break-all;
  white-space: normal;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row .value_list_item {
  cursor: pointer;
  float: left;
  font-family: Helvetica Neue, sans-serif;
  font-size: 9px;
  text-align: center;
  color: #ffffff;
  background-color: #3d7fba;
  border-radius: 3px;
  border: 1px solid #3d7fba;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 6px;
  line-height: 16px;
  white-space: normal;
  margin-top: 2px;
  margin-bottom: 10px;
  max-width: 300px;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row .value_list_item_secondary {
  border: 1px solid #3d7fba;
  background: #ffffff;
  color: #3d7fba;
}
#streamv2-html .v2_option_info_container .v2_option_info .v2_option_info_body .v2_option_info_body_row:not(:last-child) {
  border-bottom: 1px solid #E8EEF7;
}
#streamv2-html #middle-content {
  float: left;
  overflow-y: hidden;
  overflow-x: auto;
  background: white;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  width: 1018px;
  height: 100%;
}
#streamv2-html #middle-content #stock-info {
  margin-left: 16px;
  margin-right: 16px;
  height: 265px;
  position: relative;
  user-select: none;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
}
#streamv2-html #middle-content #stock-info #top-pane {
  height: 26px;
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-title {
  float: left;
  cursor: pointer;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-title span {
  vertical-align: middle;
  line-height: 26px;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-title .name {
  font-size: 16px;
  min-width: 72px;
  overflow: hidden;
  max-width: 270px;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  color: #666;
  cursor: default;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-title .name.comp-name {
  cursor: pointer;
  color: #3d7fba;
  text-decoration: underline;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-title .ticker {
  font-size: 16px;
  padding: 2px 6px 2px 6px;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-title .exchange {
  font-size: 11px;
  color: #999999;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons {
  float: right;
  height: 100%;
  font-size: 10px;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .dsbld {
  color: #d3d3d3;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #watchlist-read-mode {
  width: auto;
  height: 13px;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  padding: 5px 20px;
  border: solid 1px #698094;
  border-radius: 3px;
  background: white;
  color: #698094;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .follow-company {
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #3d7fba;
  border-radius: 3px;
  width: 100px;
  text-align: center;
  box-sizing: border-box;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .follow-company .icon {
  padding: 6px;
  background-color: #3d7fba;
  fill: #ffffff;
  height: 11px;
  width: 12px;
  border-radius: 0 3px 3px 0;
  border: 1px solid #3d7fba;
  border-left: none;
  border-right: none;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .follow-company:hover {
  cursor: pointer;
  background: #3d7fba;
  color: white;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .follow-company:hover .icon {
  background-color: #3270a7;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .follow-company::before {
  content: "Follow";
  display: inline-block;
  width: 76px;
  height: 25px;
  line-height: 22px;
  border: 1px solid #3d7fba;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  border-right: none;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .follow-company.following-company::before {
  content: "Following";
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .follow-company.following-company:hover::before {
  content: "Edit";
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .follow-company.following-company {
  color: #ffffff;
  background: #3d7fba;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-button {
  /*float:right;*/
  width: auto;
  height: auto;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 20px;
  border: solid 1px #8A9DBC;
  border-radius: 3px;
  background: white;
  color: #8A9DBC;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-button#stream-comp-follow {
  padding: 5px 10px;
  width: 70px;
  text-align: center;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-button#stream-comp-follow span {
  width: 100%;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-button#stream-comp-follow:hover {
  color: #ffffff;
  background: #8a9dbc;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #next-tickers,
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #previous-tickers {
  height: 13px;
  border-radius: 3px;
  width: 14px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #698094;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #next-tickers .icon,
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #previous-tickers .icon {
  fill: #698094;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #next-tickers.dsbld,
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #previous-tickers.dsbld {
  border: 1px solid #bbc6d5;
  cursor: default;
  pointer-events: none;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #next-tickers.dsbld .icon,
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #previous-tickers.dsbld .icon {
  fill: #bbc6d5;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons #pagination-details {
  font-size: 12px;
  line-height: 14px;
  padding: 6px 0px;
  color: #698094;
  cursor: default;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon {
  width: auto;
  height: auto;
  text-align: center;
  line-height: 13px;
  padding: 5px 8px;
  border: solid 1px #698094;
  border-radius: 3px;
  background: white;
  color: #698094;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon input,
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon input:hover,
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon input:active {
  border: none;
  outline: none;
  margin: 0px;
  font-size: 12px;
  line-height: 13px;
  height: 13px;
  padding: 0px 6px;
  width: 110px;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon .icon {
  /*vertical-align:middle;*/
  height: 13px;
  width: 13px;
  fill: #698094;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-button.dsbld {
  color: #d3d3d3;
  border: solid 1px #d3d3d3;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-button:hover {
  background: #e8f1f9;
}
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-button.dsbld:hover,
#streamv2-html #middle-content #stock-info #top-pane #control-buttons .grey-buttoon.dsbld:hover {
  background: white;
}
#streamv2-html #middle-content #stock-info #top-pane .stream-menu-outer {
  padding: 0px 6px;
  margin-left: 5px;
  cursor: default;
  /*border-left:solid 1px #8A9DBC;*/
}
#streamv2-html #middle-content #stock-info #top-pane .stream-menu-outer .seperator {
  margin: 2px 6px 2px 0px;
  height: 22px;
  border-left: 1px solid #ccd8e6;
}
#streamv2-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn {
  /*height:18px;*/
  cursor: pointer;
  line-height: 18px;
  padding: 4px 5px;
  font-size: 18px;
  border-radius: 4px;
}
#streamv2-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn .icon {
  height: 18px;
  width: 18px;
  fill: #698094;
}
#streamv2-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn .icon:hover {
  fill: #3d7fba;
}
#streamv2-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn.act {
  background-color: #7e91ad;
}
#streamv2-html #middle-content #stock-info #top-pane .stream-menu-outer .stream-menu-btn.act .icon {
  fill: #ffffff;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-price-info {
  height: 25px;
  margin: 0px 10px 0px 25px;
  /*padding-top:2px;*/
  /*margin-top:0px;*/
  /*position:absolute;*/
  /*margin-left:50%;*/
  /*left:-80px;*/
}
#streamv2-html #middle-content #stock-info #top-pane #stock-price-info span {
  line-height: 26px;
  vertical-align: middle;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-price-info .after-market {
  font-size: 10px;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-price-info .big-stock-price {
  font-size: 32px;
  font-weight: bold;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-price-info .change-price {
  font-size: 18px;
}
#streamv2-html #middle-content #stock-info #top-pane #stock-price-info .change-percent {
  font-size: 18px;
}
#streamv2-html #middle-content #stock-info #top-pane #watchlist-read-mode {
  cursor: pointer;
  color: #3d7fba;
  margin: 0 0 0 5px;
  display: none;
}
#streamv2-html #middle-content #stock-info #top-pane #watchlist-read-mode .fa {
  line-height: 26px;
}
#streamv2-html #middle-content #stock-info #top-pane #stream-menu-dropdown {
  position: absolute;
  top: 44px;
  left: 100px;
}
#streamv2-html #middle-content #stock-info #top-pane #stream-menu-dropdown .triangle1 {
  /*margin-left:80px;*/
  width: 0px;
  height: 0px;
  position: relative;
  z-index: 101;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #30506E transparent;
  border-bottom-color: #7e91ad;
}
#streamv2-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle {
  position: relative;
  /*width:140px;*/
  font-size: 10px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #7e91ad;
  overflow: hidden;
  /*.menu-btn:first-child{*/
  /*height:4px;*/
  /*padding:0px;*/
  /*border-bottom: none;*/
  /*}*/
}
#streamv2-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn {
  padding: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  color: #3d7fba;
  border-bottom: 1px solid #ccd8e6;
  white-space: nowrap;
  vertical-align: middle;
}
#streamv2-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn .icon {
  margin-right: 12px;
  fill: #3d7fba;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}
#streamv2-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn:hover {
  background-color: #e2f2fb;
}
#streamv2-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn:hover .text {
  text-decoration: underline;
}
#streamv2-html #middle-content #stock-info #top-pane #stream-menu-dropdown .rectangle .menu-btn:last-child {
  border-bottom: none;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer {
  position: absolute;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 4px;
  width: 498px;
  max-width: 498px;
  height: 389px;
  margin-right: 0px;
  box-shadow: 0 6px 30px 0 rgba(0, 22, 42, 0.65);
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .row {
  overflow: hidden !important;
  margin-top: 0 !important;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row {
  color: #3d7fba;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  border-radius: 4px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer {
  border-right: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alert-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 274px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alert-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alert-header .alert-text {
  margin-right: 6px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alert-header .alert-toggle {
  font-size: 10px;
  cursor: pointer;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked {
  background-color: #333;
  border: 1px solid #333;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert {
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
  overflow: hidden;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff {
  height: 25px;
  line-height: 25px;
  padding: 9px 12px;
  border-bottom: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col {
  outline: none;
  background: #fff;
  text-align: left;
  float: right;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-onoff .right-col .tgl-btn {
  margin-top: 2.5px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation {
  padding: 0px 12px;
  height: 25px;
  line-height: 25px;
  border-bottom: 0px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col {
  outline: none;
  background: #fff;
  float: right;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col select,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col select,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col select,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col select,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col select,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col select,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col select,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col select,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col select,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col select {
  margin-top: 2.5px;
  color: #4f95da;
  direction: rtl;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 15px 2px 2px;
  border: none;
  background: transparent url('../images/dropdown_img.png') no-repeat right center;
  background-size: 9px 9px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .right-col select::-ms-expand,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .right-col select::-ms-expand,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .right-col select::-ms-expand,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .right-col select::-ms-expand,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .right-col select::-ms-expand,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .right-col select::-ms-expand,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .right-col select::-ms-expand,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .right-col select::-ms-expand,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .right-col select::-ms-expand,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .right-col select::-ms-expand {
  display: none;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-broker .left-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-filing .left-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-location .left-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press .left-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-mosaic .left-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-stock .left-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-edge .left-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-transcript .left-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-marketData .left-col,
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-presentation .left-col {
  text-align: left;
  float: left;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release {
  overflow: hidden;
  padding: 9px 12px;
  line-height: 18px;
  border-bottom: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-text {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 3px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .alert-press-release .press-release-alert {
  line-height: 14px;
  font-size: 12px;
  color: #1e374d;
  overflow: hidden;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .alert-outer .alerts-parent .default-settings {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  padding: 9px 12px;
  font-size: 14px;
  font-family: Helvetica Neue, sans-serif;
  border-bottom: 1px solid #d4e0ea;
  height: 14px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer {
  margin-left: 300px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlist-header {
  line-height: 24px;
  padding: 6px 12px;
  width: 174px;
  background-color: #f3f6fa;
  overflow: hidden;
  border-bottom: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlist-header .icon {
  width: 15px;
  height: 15px;
  fill: #3d7fba;
  margin-right: 6px;
  margin-top: 5px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow {
  cursor: pointer;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlist-header .close-follow .icon {
  height: 12px;
  width: 12px;
  margin-top: 5px;
  fill: #3d7fba;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent {
  height: 268px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer {
  padding: 9px 12px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search {
  border: 1px solid #d4e0ea;
  line-height: 24px;
  height: 24px;
  border-radius: 4px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search .search_icon {
  margin-top: 5px;
  padding-left: 6px;
  fill: #bbc6d5;
  height: 13px;
  width: 13px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-search-outer .watchlist-search #watchlist_search {
  outline: none;
  border: 0px;
  background: transparent;
  margin: 0px;
  line-height: 24px;
  text-indent: 4px;
  width: 152px;
  font-size: 13px;
  padding: 0px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper {
  padding: 9px 12px;
  overflow: auto;
  height: 249px;
  width: 172px;
  padding-top: 0px;
  padding-right: 15px;
  position: relative;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .new-watchlist {
  display: none;
  text-align: center;
  font-size: 12px;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  padding: 6px 12px;
  width: 172px;
  box-sizing: border-box;
  margin-bottom: 6px;
  cursor: pointer;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data {
  width: 174px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer {
  line-height: 14px;
  font-size: 12px;
  color: #3d7fba;
  clear: both;
  padding: 6px 0px;
  overflow: hidden;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #9cabb8;
  height: 14px;
  width: 14px;
  overflow: hidden;
  margin: 0px 6px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sentieo;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked {
  background-color: #333;
  border: 1px solid #333;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer input.blackbox[type=checkbox]:checked::before {
  -webkit-appearance: none;
  content: "\e009";
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .top-row .watchlist-outer .watchlists-parent .watchlist-data-wrapper .watchlist-data .watchlist-name-outer .watchlist-name {
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .bottom-row {
  font-size: 13px;
  font-family: Arial;
  border-top: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .bottom-row .cancel-button {
  line-height: 24px;
  padding: 12px;
  color: #9cabb8;
  cursor: pointer;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .bottom-row .save-button {
  line-height: 20px;
  margin: 12px;
  border: 2px solid #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #3d7fba;
  cursor: pointer;
}
#streamv2-html #middle-content #stock-info #top-pane .follow-popup-outer .bottom-row .unfollow-button {
  line-height: 22px;
  margin: 12px 0;
  border: 1px solid #3d7fba;
  border-radius: 3px;
  padding: 0px 12px;
  color: #3d7fba;
  cursor: pointer;
}
#streamv2-html #middle-content #stock-info #bottom-pane {
  height: 198px;
  margin-top: 7px;
  position: relative;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container {
  float: left;
  height: 180px;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container {
  float: left;
  width: 49%;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading {
  width: 100%;
  padding-top: 0px;
  font-size: 10px;
  float: left;
  height: 28px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .data_values,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .data_values,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .data_values,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .data_values {
  font-size: 10px;
  text-align: center;
  padding-top: 7px;
  float: left;
  height: 28px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .pl1,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .pl1,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .pl1,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .pl1 {
  padding-left: 1%;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .price,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .price,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .price,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .price,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .change,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .change,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .change,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .change,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .perc-change,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .perc-change,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .perc-change,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .perc-change,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .positive,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .positive,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .positive,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .positive,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .negative,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .negative,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .negative,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .negative,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .krange,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .krange,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .krange,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .krange,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .ev_ebitda,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .ev_ebitda,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .ev_ebitda,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .ev_ebitda,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .pe,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .pe,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .pe,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .pe,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .mkt_cap,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .mkt_cap,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .mkt_cap,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .mkt_cap,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow .ychange,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow .ychange,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading .ychange,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading .ychange {
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow div.span6,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow div.span6,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading div.span6,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading div.span6 {
  font-size: 8px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .datarow,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .datarow {
  line-height: 28px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading {
  border-bottom: 1px solid lightgray;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .heading div,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .heading div {
  color: gray;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .data_values,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .data_values {
  width: 100%;
  float: left;
  padding-top: 15px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-left-container .intragraphs,
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container .intragraphs {
  width: 26%;
  height: 28px;
  float: right;
  padding-top: 5px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #watchlist-tickers-container .stream-right-container {
  float: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container {
  float: left;
  height: 198px;
  overflow: hidden;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container #stock-price-info {
  height: 40px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container #stock-price-info .after-market {
  font-size: 10px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .big-stock-price {
  font-size: 32px;
  font-weight: bold;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .change-price {
  font-size: 18px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .change-percent {
  font-size: 18px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container #financials-r1 {
  height: 30px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container #financials-r2 {
  height: 30px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .cell-container {
  width: 96px;
  margin-right: 4px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .cell-container .cell-value {
  font-size: 12px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .cell-container .cell-title {
  font-size: 11px;
  color: #999999;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .wide {
  width: 140px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .short {
  width: 70px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .last {
  margin-right: 0px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #financials-container .hr-spacer {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #DDDDDD;
}
#streamv2-html #middle-content #stock-info #bottom-pane #gspc-year-graph {
  float: left;
  overflow: hidden;
  width: 345px;
  height: 172px;
  margin-left: 35px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table {
  padding: 0px 0px 10px 0px;
  float: left;
  position: absolute;
  top: 8px;
  left: 383px;
  width: 220px;
  font-size: 0.9em;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table {
  border-collapse: collapse;
  border: 1px solid #cecece;
  font-size: 0.7em;
  background-color: #F9F9F9;
  line-height: 9px;
  width: 100%;
  /*margin:0 auto;*/
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .data-row td {
  border: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .data-row .title-cell {
  font-weight: bold #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #mkt_cap #mkt_cap-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #mkt_cap #mkt_cap-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #mkt_cap #mkt_cap-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev #ev-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev #ev-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev #ev-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #price #price-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #price #price-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #price #price-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_sales #p_sales-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_sales #p_sales-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_sales #p_sales-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_ebitda #ev_ebitda-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_sales #ev_sales-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_sales #ev_sales-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ev_sales #ev_sales-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_eps #p_eps-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_eps #p_eps-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #p_eps #p_eps-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #fcf_yield #fcf_yield-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #fcf_yield #fcf_yield-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #fcf_yield #fcf_yield-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales td.title-cell {
  border-right: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales td.data-cell {
  border-right: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales td {
  border: none;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales #sales-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales #sales-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales #sales-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy td {
  border: none;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy #sales-yoy-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy #sales-yoy-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #sales-yoy #sales-yoy-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda td.title-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda td.data-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda td {
  border: none;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda #ebitda-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda #ebitda-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda #ebitda-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy td {
  border: none;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #ebitda-yoy #ebitda-yoy-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps td.title-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps td.data-cell {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps td {
  border: none;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps #eps-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps #eps-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps #eps-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #dps #dps-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #dps #dps-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #dps #dps-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy td.title-cell {
  border-right: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy td.data-cell {
  border-right: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy td {
  border: none;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy #eps-yoy-1,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy #eps-yoy-2,
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table #eps-yoy #eps-yoy-3 {
  text-align: right;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .year-row {
  font-weight: bold;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .year-row td {
  border: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .top-row td {
  border: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .percent-row {
  /*font-size:0.6em;*/
  font-size: 9px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .percent-row td {
  border: 1px solid #cecece;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .spacer-row {
  background-color: grey;
}
#streamv2-html #middle-content #stock-info #bottom-pane #outer-summary-table #summary-table .spacer-row td {
  /*border:1px solid;*/
}
#streamv2-html #middle-content #stock-info #bottom-pane #graph-container {
  float: right;
  margin-left: -50px;
}
#streamv2-html #middle-content #stock-info #bottom-pane #graph-container #graph-time {
  text-align: right;
  font-size: 10px;
  color: #999999;
}
#streamv2-html #middle-content #stock-info #info-pane {
  color: gray;
  font-size: 10px;
  text-align: right;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#streamv2-html #middle-content #stock-info #error-pane {
  display: block;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 413px;
  padding: 10px;
}
#streamv2-html #middle-content #stock-info #error-pane .header {
  font-size: 14px;
  margin-bottom: 7px;
}
#streamv2-html #middle-content #stock-info #error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
#streamv2-html #middle-content #stock-info #error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#streamv2-html #middle-content #stock-info #small-error-pane {
  display: block;
  position: absolute;
  top: 4px;
  background: #EBD9D9;
  border: 2px solid #BC5754;
  border-radius: 6px;
  width: 250px;
  padding: 10px;
}
#streamv2-html #middle-content #stock-info #small-error-pane .header {
  font-size: 12px;
}
#streamv2-html #middle-content #stock-info #small-error-pane .header .icon {
  margin-right: 8px;
  margin-top: 1px;
}
#streamv2-html #middle-content #stock-info #small-error-pane .message {
  font-size: 12px;
  color: black;
  padding-left: 3px;
}
#streamv2-html #middle-content #stock-stream {
  overflow: hidden;
}
#streamv2-html #middle-content #stock-stream .stream-content {
  height: 450px;
}
#streamv2-html #middle-content #stock-stream .stream-content .stream-content-item {
  border-bottom: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-stream .stream-content .blue {
  background-color: #E0F0FC;
}
#streamv2-html #middle-content #stock-stream .stream-content .blue:hover {
  background-color: #FFFDE0;
}
#streamv2-html #middle-content #stock-stream .ticker .ticker-chevron {
  margin-top: 2px;
}
#streamv2-html #middle-content #stock-stream .stream-column {
  position: relative;
}
#streamv2-html #middle-content #stock-stream .stream-column .stream-tweet-select {
  padding-right: 3px;
  cursor: pointer;
  display: none;
}
#streamv2-html #middle-content #stock-stream .stream-column .stream-tweet-select .icon {
  height: 12px;
  width: 12px;
  fill: #1e374d;
  vertical-align: middle;
}
#streamv2-html #middle-content #stock-stream .stream-column .stream-column-select {
  padding-right: 3px;
  cursor: pointer;
}
#streamv2-html #middle-content #stock-stream .stream-column .stream-column-select .icon {
  height: 12px;
  width: 12px;
  fill: #1e374d;
  vertical-align: middle;
}
#streamv2-html #middle-content #stock-stream .stream-column.add-overlay-border:after {
  width: 97%;
  height: 98%;
  content: ' ';
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: inset;
  border: 5px solid #3d7fba;
}
#streamv2-html #middle-content #stock-stream .stream-column.add-overlay-border-docholder:after {
  width: 98.5%;
}
#streamv2-html #middle-content #stock-stream .stream-column-header {
  height: 28px;
  border-top: 1px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
  font-family: Helvetica Neue, Arial, sans-serif;
  background-color: #e8eef7;
}
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title {
  color: #1e374d;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 7px;
}
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .cur_text,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .art_text,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .news_text {
  float: left;
}
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .cur_text .col1_select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .art_text .col1_select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .news_text .col1_select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .cur_text .col2_select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .art_text .col2_select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .news_text .col2_select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .cur_text .col3_select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .art_text .col3_select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .news_text .col3_select {
  display: none;
}
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .cur_text select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .art_text select,
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .news_text select {
  padding: 1px;
  background: #fff;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #437FB7;
  margin-top: -1px;
}
#streamv2-html #middle-content #stock-stream .stream-column-header .header-title .new_item {
  float: right;
  margin-right: 12px;
  font-size: 10px;
  cursor: pointer;
  padding-top: 1px;
  color: #3d7fba;
  text-decoration: underline;
  display: none;
}
#streamv2-html #middle-content #stock-stream .stream-column-header .column-new-tweet {
  width: 150px;
  position: absolute;
  font-size: 12px;
  background: #F0F0F0;
  border: 1px solid grey;
  border-radius: 3px;
  z-index: 2;
  top: 12%;
  margin-right: -75px;
  right: 50%;
  text-align: center;
  padding: 4px;
  cursor: pointer;
}
#streamv2-html #middle-content #stock-stream .stream-column-header .column-new-tweet .new_tweet {
  text-decoration: underline;
  color: #437FB7;
  font-size: 11px;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets {
  float: left;
  width: 339px;
  border-right: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets .stream-column-header {
  border-right: none;
  /*.box-shadow-base-inset(transparent,0px,0px,0px,0px);*/
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets #col1_tags {
  float: left;
  margin-top: 2px;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets .tag {
  background: #4FCDCE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 9px;
  color: white;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  margin-left: 10px;
  text-transform: lowercase;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets .close-icon {
  float: left;
  display: none;
  cursor: pointer;
  height: 12px;
  width: 12px;
  fill: #1e374d;
  margin-top: 1px;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets #read-mode-prompt {
  display: none;
  position: absolute;
  font-size: 12px;
  /*background-color: #d4e1ed;*/
  /*border: 1px solid #BCBCBC;*/
  border-radius: 3px;
  padding: 5px;
  z-index: 2;
  right: 5px;
  top: 35px;
  background-color: #112a40;
  border: 1px solid #112a40;
  opacity: 0.8;
  color: #ffffff;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets .stream-content-item {
  border-right: none;
  /*.box-shadow-base-inset(transparent,0px,0px,0px,0px);*/
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets .stream-load-more {
  border-right: none;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets #column-read-mode {
  cursor: pointer;
  margin-right: 6px;
  float: right;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets #column-read-mode .read-mode-text {
  text-decoration: underline;
  font-size: 9px;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets #column-read-mode .icon {
  height: 13px;
  width: 13px;
  margin-right: 6px;
  vertical-align: middle;
  fill: #1e374d;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets #column-read-mode .icon:hover {
  fill: #3d7fba;
}
#streamv2-html #middle-content #stock-stream #stream-curated-tweets .stream-content {
  width: 337px;
}
#streamv2-html #middle-content #stock-stream #stream-articles {
  float: left;
  width: 339px;
  border-right: 1px solid #d4e0ea;
}
#streamv2-html #middle-content #stock-stream #stream-articles .stream-column-header {
  border-right: none;
  /*.box-shadow-base-inset(transparent,0px,0px,0px,0px);*/
}
#streamv2-html #middle-content #stock-stream #stream-articles #col2_tags {
  float: left;
  margin-top: 2px;
}
#streamv2-html #middle-content #stock-stream #stream-articles .tag {
  background: #4FCDCE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 9px;
  color: white;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  margin-left: 10px;
  text-transform: lowercase;
}
#streamv2-html #middle-content #stock-stream #stream-articles .close-icon {
  float: left;
  display: none;
  cursor: pointer;
  height: 12px;
  width: 12px;
  fill: #1e374d;
  margin-top: 1px;
}
#streamv2-html #middle-content #stock-stream #stream-articles #read-mode-prompt {
  display: none;
  position: absolute;
  font-size: 12px;
  /*background-color: #d4e1ed;*/
  /*border: 1px solid #BCBCBC;*/
  border-radius: 3px;
  padding: 5px;
  z-index: 2;
  right: 5px;
  top: 35px;
  background-color: #112a40;
  border: 1px solid #112a40;
  opacity: 0.8;
  color: #ffffff;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
#streamv2-html #middle-content #stock-stream #stream-articles .stream-content-item {
  border-right: none;
  /*.box-shadow-base-inset(transparent,0px,0px,0px,0px);*/
}
#streamv2-html #middle-content #stock-stream #stream-articles .stream-load-more {
  border-right: none;
}
#streamv2-html #middle-content #stock-stream #stream-articles #column-read-mode {
  cursor: pointer;
  margin-right: 6px;
  float: right;
}
#streamv2-html #middle-content #stock-stream #stream-articles #column-read-mode .read-mode-text {
  text-decoration: underline;
  font-size: 9px;
}
#streamv2-html #middle-content #stock-stream #stream-articles #column-read-mode .icon {
  height: 13px;
  width: 13px;
  margin-right: 6px;
  vertical-align: middle;
  fill: #1e374d;
}
#streamv2-html #middle-content #stock-stream #stream-articles #column-read-mode .icon:hover {
  fill: #3d7fba;
}
#streamv2-html #middle-content #stock-stream #stream-articles .stream-content {
  width: 337px;
}
#streamv2-html #middle-content #stock-stream #stream-news {
  float: left;
  width: 337px;
}
#streamv2-html #middle-content #stock-stream #stream-news .stream-column-header {
  border-right: none;
  /*.box-shadow-base-inset(transparent,0px,0px,0px,0px);*/
}
#streamv2-html #middle-content #stock-stream #stream-news #col3_tags {
  float: left;
  margin-top: 2px;
}
#streamv2-html #middle-content #stock-stream #stream-news .tag {
  background: #4FCDCE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 9px;
  color: white;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  margin-left: 10px;
  text-transform: lowercase;
}
#streamv2-html #middle-content #stock-stream #stream-news .close-icon {
  float: left;
  display: none;
  cursor: pointer;
  height: 12px;
  width: 12px;
  fill: #1e374d;
  margin-top: 1px;
}
#streamv2-html #middle-content #stock-stream #stream-news #read-mode-prompt {
  display: none;
  position: absolute;
  font-size: 12px;
  /*background-color: #d4e1ed;*/
  /*border: 1px solid #BCBCBC;*/
  border-radius: 3px;
  padding: 5px;
  z-index: 2;
  right: 5px;
  top: 35px;
  background-color: #112a40;
  border: 1px solid #112a40;
  opacity: 0.8;
  color: #ffffff;
  -webkit-box-shadow: #BCBCBC 2px 2px 3px 0px;
  -moz-box-shadow: #BCBCBC 2px 2px 3px 0px;
  box-shadow: #BCBCBC 2px 2px 3px 0px;
}
#streamv2-html #middle-content #stock-stream #stream-news .stream-content-item {
  border-right: none;
  /*.box-shadow-base-inset(transparent,0px,0px,0px,0px);*/
}
#streamv2-html #middle-content #stock-stream #stream-news .stream-load-more {
  border-right: none;
}
#streamv2-html #middle-content #stock-stream #stream-news #column-read-mode {
  cursor: pointer;
  margin-right: 6px;
  float: right;
}
#streamv2-html #middle-content #stock-stream #stream-news #column-read-mode .read-mode-text {
  text-decoration: underline;
  font-size: 9px;
}
#streamv2-html #middle-content #stock-stream #stream-news #column-read-mode .icon {
  height: 13px;
  width: 13px;
  margin-right: 6px;
  vertical-align: middle;
  fill: #1e374d;
}
#streamv2-html #middle-content #stock-stream #stream-news #column-read-mode .icon:hover {
  fill: #3d7fba;
}
#streamv2-html #middle-content #stock-stream #stream-news .stream-content {
  width: 337px;
}
#streamv2-html #left-content {
  z-index: 999;
  float: left;
  max-width: 282px;
  min-width: 259px;
  background: #e8eef7;
  height: inherit;
  overflow: visible;
}
#streamv2-html #left-content .watchlist-check {
  display: block;
  float: left;
  width: 4px;
  height: 10px;
  margin: -1px 0px 0px 0px;
  position: relative;
}
#streamv2-html #left-content .watchlist-check label {
  margin-left: 0px;
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BCBCBC;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff);
}
#streamv2-html #left-content .watchlist-check label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  background-color: #437FB7;
}
#streamv2-html #left-content .watchlist-check label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
}
#streamv2-html #left-content .watchlist-check input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#streamv2-html #left-content #stream-search-box-holder {
  width: 93%;
  margin: 6px 3%;
  overflow: visible;
}
#streamv2-html #left-content #stream-search-box-holder li .clear-icon .icon {
  font-size: 12px;
}
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete input {
  text-transform: uppercase;
  line-height: 16px;
  padding: 1px 0px;
  margin-top: 1px;
}
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete ::-webkit-input-placeholder {
  text-transform: initial;
}
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete :-moz-placeholder {
  text-transform: initial;
}
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete ::-moz-placeholder {
  text-transform: initial;
}
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete :-ms-input-placeholder {
  text-transform: none;
}
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete .docCompName {
  width: 236px;
  line-height: 18px;
  margin-left: 6px;
  padding: 0;
}
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper {
  margin-left: -3px;
  border: 0;
  box-shadow: 1px 2px 6px -2px #1e374d;
}
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li {
  padding: 6px 0 6px 6px;
  box-sizing: border-box;
}
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docTicker,
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docDebtTicker,
#streamv2-html #left-content #stream-search-box-holder .newAutocomplete .suggest-wrapper li .docTickerInt {
  padding: 2px 4px;
}
#streamv2-html #left-content #stream-search-box-holder.search-box-holder {
  border: 2px solid #d4e0ea;
}
#streamv2-html #left-content #stream-search-box-holder.search-box-holder .search-watchlist-button {
  background: #ffffff;
  border-right: 1px solid #d4e0ea;
  color: #3d7fba;
}
#streamv2-html #left-content #stream-search-box-holder.search-box-holder .search-watchlist-button .icon {
  height: 18px;
  width: 18px;
  fill: #3d7fba;
}
#streamv2-html #left-content #sensitivity_outer {
  width: 94%;
  float: left;
  font-size: 12px;
  margin: 0 3% 6px 3%;
  font-family: Helvetica Neue, Arial, sans-serif;
}
#streamv2-html #left-content #sensitivity_outer .sensitivity_text {
  line-height: 24px;
  font-size: 13px;
  color: #698094;
  margin-right: 1px;
}
#streamv2-html #left-content #sensitivity_outer .sensitivity {
  color: #3d7fba;
  cursor: pointer;
  line-height: 18px;
  padding: 0 9px;
  border: 2px solid #3d7fba;
}
#streamv2-html #left-content #sensitivity_outer .sensitivity_selected {
  background: #3d7fba;
  color: #ffffff;
}
#streamv2-html #left-content #sensitivity_outer .med_sen {
  border-right: 1px solid #3d7fba;
  border-left: 1px solid #3d7fba;
}
#streamv2-html #left-content #sensitivity_outer .high_sen {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 0;
}
#streamv2-html #left-content #sensitivity_outer .low_sen {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#streamv2-html #left-content #sensitivity_outer .tutorial_outer {
  position: relative;
  left: 3px;
}
#streamv2-html #left-content #sensitivity_outer .tutorial_outer .tutorial-btn {
  float: left;
  cursor: pointer;
  fill: #698094;
  height: 15px;
  width: 15px;
  margin-top: 4px;
}
#streamv2-html #left-content #sensitivity_outer .tutorial_outer .tutorial-btn:hover {
  fill: #3d7fba;
}
#streamv2-html #left-content #ticker-watchlist {
  position: relative;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  width: 100%;
}
#streamv2-html #left-content #ticker-watchlist .jspPane {
  max-width: 277px;
}
#streamv2-html #left-content #ticker-watchlist .jspVerticalBar {
  right: 1px;
  width: 4px;
  display: block !important;
}
#streamv2-html #left-content #ticker-watchlist .jspVerticalBar .jspArrow {
  display: none !important;
}
#streamv2-html #left-content #ticker-watchlist .jspVerticalBar .jspDrag {
  height: 110px;
  width: 4px;
  background-color: rgba(105, 128, 148, 0.55);
  margin: 0px;
}
#streamv2-html #left-content .inset-container {
  font-family: Helvetica Neue, Arial, sans-serif;
  float: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 100%;
  color: #3d7fba;
  background-color: #ffffff;
  border-top: 2px solid #d4e0ea;
  border-bottom: 1px solid #d4e0ea;
}
#streamv2-html #left-content .inset-container .edit-span {
  float: left;
  font-size: 12px;
  margin-right: 12px;
  margin-top: 4px;
}
#streamv2-html #left-content .inset-container .header-container {
  height: 24px;
  width: 100%;
  padding-top: 6px;
  background: #eef1f4;
}
#streamv2-html #left-content .inset-container .header-container .header-text {
  width: 70%;
  float: left;
  color: #3d7fba;
  font-weight: 500;
  font-size: 12px;
  padding-left: 6px;
  line-height: 18px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#streamv2-html #left-content .inset-container .header-container .header-expand-collapse .icon {
  height: 12px;
  width: 12px;
  padding-right: 8px;
  margin-top: 4px;
  fill: #698094;
}
#streamv2-html #left-content .inset-container .header-container .header-expand-collapse .icon:hover {
  fill: #3d7fba;
}
#streamv2-html #left-content .inset-container .watchlist_allticker {
  font-family: Helvetica Neue, Arial, sans-serif;
  border-bottom: 0;
}
#streamv2-html #left-content .inset-container .watchlist_allticker .list-item {
  font-size: 12px;
  line-height: 18px;
}
#streamv2-html #left-content .inset-container .watchlist_allticker .list-item:hover {
  background: #e8eef7;
}
#streamv2-html #left-content .inset-container .subheader-container {
  overflow: hidden;
  height: 18px;
  padding-top: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid #BCBCBC;
  font-family: Helvetica Neue, sans-serif;
  background-color: #F6F6F6;
  -moz-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  -webkit-box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  box-shadow: inset -4px 0px 5px -2px #EAEAEA;
  color: #595959;
  font-size: 9px;
}
#streamv2-html #left-content .inset-container .subheader-container .subheader-ticker {
  float: left;
  width: 21%;
  text-align: center;
}
#streamv2-html #left-content .inset-container .subheader-container .subheader-quickstat {
  float: left;
  width: 0%;
  text-align: right;
  height: 0px;
}
#streamv2-html #left-content .inset-container .subheader-container .subheader-percent {
  float: right;
  text-align: right;
  width: 20%;
}
#streamv2-html #left-content .inset-container .subheader-container .subheader-chng {
  float: right;
  text-align: right;
  width: 20%;
}
#streamv2-html #left-content .inset-container .subheader-container .subheader-price {
  float: right;
  text-align: right;
  /*width:20%;*/
  width: 19%;
}
#streamv2-html #left-content .inset-container .subheader-container .subheader-pe {
  float: right;
  text-align: right;
  width: 20%;
}
#streamv2-html #left-content .inset-container .subheader-container .subheader-arrow {
  font-size: 6px;
  margin-left: 1px;
}
#streamv2-html #left-content .inset-container .subheader-container .subheader-arrow:hover {
  cursor: pointer;
}
#streamv2-html #left-content .inset-container .list-item-container-selected,
#streamv2-html #left-content .inset-container .active_ticker {
  font-weight: bold;
  background-color: #3d7fba;
}
#streamv2-html #left-content .inset-container .list-item-container-selected .item-name,
#streamv2-html #left-content .inset-container .active_ticker .item-name,
#streamv2-html #left-content .inset-container .list-item-container-selected .item-number,
#streamv2-html #left-content .inset-container .active_ticker .item-number {
  color: #ffffff !important;
}
#streamv2-html #left-content .inset-container .list-item-container-selected .list-ticker,
#streamv2-html #left-content .inset-container .active_ticker .list-ticker {
  background: #ffffff !important;
  color: #3d7fba !important;
}
#streamv2-html #left-content .inset-container .list-item-container-selected .list-pe,
#streamv2-html #left-content .inset-container .active_ticker .list-pe {
  color: #ffffff !important;
}
#streamv2-html #left-content .inset-container .list-item-container-selected .list-change,
#streamv2-html #left-content .inset-container .active_ticker .list-change {
  color: #ffffff;
}
#streamv2-html #left-content .inset-container .list-item-container-selected .list-percent,
#streamv2-html #left-content .inset-container .active_ticker .list-percent {
  color: #ffffff;
}
#streamv2-html #left-content .inset-container .list-item-container-selected .list-price,
#streamv2-html #left-content .inset-container .active_ticker .list-price {
  color: #ffffff;
}
#streamv2-html #left-content .inset-container .fol_rec_watchlist {
  border-bottom: 1px solid #2e3644 !important;
}
#streamv2-html #left-content .inset-container .list-item-container.recent_watchlist .list-item,
#streamv2-html #left-content .inset-container .list-item-container.followed_watchlist .list-item,
#streamv2-html #left-content .inset-container .list-item-container.fol_rec_watchlist .list-item {
  padding-left: 1px;
}
#streamv2-html #left-content .inset-container .list-item-container {
  width: 100%;
  font-family: Helvetica Neue, Arial, sans-serif;
  cursor: pointer;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item {
  height: 18px;
  padding: 6px 6px;
  font-size: 12px;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .list-ticker {
  float: left;
  width: 19%;
  color: #ffffff;
  background: #3d7fba;
  text-align: center;
  border-radius: 2px;
  line-height: 18px;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .list-percent,
#streamv2-html #left-content .inset-container .list-item-container .list-item .list-change {
  float: right;
  text-align: right;
  width: 20%;
  line-height: 18px;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .list-change {
  width: 19%;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .list-chng {
  float: right;
  text-align: right;
  width: 20%;
  line-height: 18px;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .list-price {
  float: right;
  text-align: right;
  width: 19%;
  margin-right: 3px;
  line-height: 18px;
  overflow: hidden;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .list-pe {
  width: 19%;
  color: #3d7fba;
  float: right;
  line-height: 18px;
  text-align: right;
  padding-right: 5px;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .list-quickstat {
  display: none;
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 2px;
  font-size: 9px;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .watchlist-name {
  width: 70%;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .item-name {
  margin-left: 10px;
  float: left;
  color: #3d7fba;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .item-name:last-child {
  border-bottom: none;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .item-number {
  float: right;
  padding-right: 6px;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .stock-price {
  padding-right: 10px;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item .selected {
  text-decoration: underline;
}
#streamv2-html #left-content .inset-container .list-item-container .list-item:hover {
  background: #e8eef7;
}
#streamv2-html #left-content .inset-container .list-item-container:last-child {
  border-bottom: none;
}
#streamv2-html #left-content .inset-container .outer_sub_watchlist {
  border-bottom: 2px solid #d4e0ea;
}
#streamv2-html #extra-content {
  float: left;
  -webkit-box-shadow: #EAEAEA 4px 0px 5px -2px;
  -moz-box-shadow: #EAEAEA 4px 0px 5px -2px;
  box-shadow: #EAEAEA 4px 0px 5px -2px;
  background: #F9F9F9;
  height: inherit;
  overflow: auto;
}
#streamv2-html #holder {
  min-width: 1280px;
  overflow-y: hidden;
  height: inherit;
  background-color: #F9F9F9;
}
#streamv2-html #stream-filings-drop-down,
#streamv2-html #stream-presentations-drop-down {
  left: 687px;
  top: 41px;
}
#streamv2-html .doc_timestamp {
  display: none;
  background: rgba(61, 127, 186, 0.06);
  font-size: 12px;
  font-weight: bold;
  padding: 10px 6px;
  border-bottom: 1px solid #d8d8d8;
}
#tablexpreviewdata-html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
#tablexpreviewdata-html #block-container {
  height: 100%;
}
#tablexpreviewdata-html #block-container .button {
  padding: 4px;
  border: 1px solid black;
  margin: 4px 8px 4px 8px;
  border-radius: 4px;
  background-color: #f2f2f2;
  display: inline-block;
  float: right;
  color: #595959;
  cursor: pointer;
}
#tablexpreviewdata-html #block-container::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
#tablexpreviewdata-html #block-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#tablexpreviewdata-html #block-container::-webkit-scrollbar-thumb {
  height: 110px;
  background-color: rgba(105, 128, 148, 0.7);
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#tablexpreviewdata-html #block-container::-webkit-scrollbar-thumb:hover {
  height: 110px;
  background-color: #698094;
  -webkit-border-radius: 4px;
}
#tablexpreviewdata-html #block-container .left-pane {
  width: 60%;
  height: 100%;
  border-right: 2px solid black;
  display: inline-block;
  box-sizing: border-box;
  float: left;
}
#tablexpreviewdata-html #block-container .left-pane .left-header {
  height: 8%;
  background-color: white;
  position: relative;
}
#tablexpreviewdata-html #block-container .left-pane .left-header .left-title {
  font-size: 20px;
  padding: 5px;
  display: inline-block;
  float: left;
}
#tablexpreviewdata-html #block-container .left-pane .left-container {
  height: 84%;
  width: 100%;
}
#tablexpreviewdata-html #block-container .left-pane .left-container .table-container {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
#tablexpreviewdata-html #block-container .left-pane .left-container .table-container tr {
  text-align: right;
}
#tablexpreviewdata-html #block-container .left-pane .left-container .table-container tr th {
  text-align: center;
  font-weight: bold;
}
#tablexpreviewdata-html #block-container .left-pane .left-container .table-container tr td:nth-child(2) {
  text-align: left;
}
#tablexpreviewdata-html #block-container .left-pane .left-footer {
  height: 8%;
}
#tablexpreviewdata-html #block-container .right-pane {
  width: 40%;
  height: 100%;
  border-right: 2px solid black;
  display: inline-block;
  box-sizing: border-box;
  float: left;
}
#tablexpreviewdata-html #block-container .right-pane .right-header {
  display: none;
}
#tablexpreviewdata-html #block-container .right-pane .right-container {
  height: 92%;
  overflow: auto;
  white-space: nowrap;
}
#tablexpreviewdata-html #block-container .right-pane .right-container .table-container {
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
}
#tablexpreviewdata-html #block-container .right-pane .right-container .table-container .table-header {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  height: 10%;
}
#tablexpreviewdata-html #block-container .right-pane .right-container .table-container .table-header .prev-table {
  float: left;
  width: 10%;
  color: #2C557B;
  margin-top: 15px;
  cursor: pointer;
  text-align: center;
}
#tablexpreviewdata-html #block-container .right-pane .right-container .table-container .table-header .table-quarter {
  display: inline-block;
  width: 80%;
  color: #2C557B;
  margin-top: 15px;
  text-align: center;
}
#tablexpreviewdata-html #block-container .right-pane .right-container .table-container .table-header .next-table {
  float: right;
  width: 10%;
  color: #2C557B;
  margin-top: 15px;
  cursor: pointer;
  text-align: center;
}
#tablexpreviewdata-html #block-container .right-pane .right-container .table-container .table-html {
  height: 90%;
  padding: 4px;
  overflow: scroll;
}
#tablexpreviewdata-html #block-container .right-pane .right-footer {
  height: 8%;
}
* {
  outline: none;
}
