body {
  margin: 0px; }

#wrapper {
  padding: 10px; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both; }

#report_top {
  margin: 0px;
  background-color: #f2eee2;
  height: 60px;
  width: 100%; }
  #report_top td {
    vertical-align: top; }
  #report_top a {
    color: #f3f3f3; }

#report_main {
  padding: 5px 55px; }

/***** Containers ***** */
.full_container {
  width: 100%; }
  .full_container .half_chart {
    position: relative;
    float: left;
    width: 49%; }
  .full_container .full_chart {
    height: 225px; }

.half_container {
  width: 49.9%;
  float: left; }

.widget {
  height: 200px; }

.content {
  padding: 10px;
  border: 1px solid #aaacae;
  overflow: hidden;
  background-color: white; }

.content_no_border {
  padding: 0px 11px; }

.note_section {
  background-color: #e8e5dd;
  padding: 6px 12px 6px 6px; }

.block_note {
  padding: 6px 12px 6px 6px;
  font-size: 15px;
  font-weight: bold;
  height: 30px; }

.block_title {
  font-family: "LucidaGrandeRegular", "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  background: url("/images/bg_block.png") repeat-x;
  color: 58595B;
  height: 32px;
  border-left: 1px solid #aaacae;
  border-right: 1px solid #aaacae;
  border-top: 1px solid #aaacae;
  overflow: hidden;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px; }
  .block_title .fl {
    margin-left: 12px;
    margin-top: 7px; }
  .block_title a.help {
    background: url("/images/btn_info.png") no-repeat right center transparent;
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    margin: 6px;
    text-indent: -9999px; }
  .block_title p {
    margin: 5px 5px 0px 10px;
    width: 60%; }

.reply_twitter .reply_text {
  display: block;
  width: 97%;
  height: 77px;
  margin-bottom: 15px; }
.reply_twitter .reply_bar {
  margin-bottom: 10px; }
  .reply_twitter .reply_bar .reply_loading {
    margin-right: 5px; }
  .reply_twitter .reply_bar .reply_button {
    display: block;
    margin-left: 5px; }
  .reply_twitter .reply_bar .reply_length {
    font-size: 0.8em; }
    .reply_twitter .reply_bar .reply_length .char_count {
      font-size: 1.3em; }

.help_tip {
  font-size: 0.82em;
  color: #898989;
  text-align: center; }

.block_border {
  height: 10px; }

.help_title {
  font-family: "MuseoSans500", "Arial", "Helvetica", "sans-serif";
  font-size: 16px; }

.help_content {
  font-family: "MuseoSans500", "Arial", "Helvetica", "sans-serif";
  font-size: 12px; }
  .help_content span {
    font-size: 15px; }

.qtip_close {
  background: url("/images/icon_close.png") no-repeat right center transparent;
  display: block;
  width: 20px;
  float: right;
  text-indent: -9999px; }
  .qtip_close:hover {
    background: url("/images/icon_close_hover.png") no-repeat right center transparent; }

strong {
  font-size: 1.4em;
  font-weight: bold; }

.divider {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
  border-bottom: 1px solid #356aa0; }

.click_img {
  cursor: pointer;
  border: none; }

.trend_block {
  margin: 15px 0px 15px 10px; }
  .trend_block .trend_arrow {
    margin-right: 10px; }

/***** Sentiment colors ***** */
.h_pos {
  color: #336633;
  border-bottom: 2px dotted #336633; }

.h_neg {
  color: #993333;
  border-bottom: 2px dotted #993333; }

.h_neu {
  color: #000066;
  border-bottom: 2px dotted #000066; }

/***** Activity feeds ***** */
.column_chooser {
  margin: 0px 10px 10px 0px; }
  .column_chooser .new_column {
    margin: 7px 15px 0px 0px;
    background: url(/images/icon_new.png) left center no-repeat;
    padding-left: 23px;
    height: 16px;
    float: left;
    display: block; }
    .column_chooser .new_column:hover {
      background: url(/images/icon_new_hover.png) left center no-repeat; }
  .column_chooser .number_columns {
    background-color: #e7e5dd;
    padding: 8px;
    float: right;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px; }
  .column_chooser .column_option {
    height: 14px;
    width: 28px;
    cursor: pointer;
    float: left; }
  .column_chooser .column_1 {
    background: url(/images/icon_column1.png) left center no-repeat; }
  .column_chooser .column_1:hover, .column_chooser .active_col_1 {
    background: url(/images/icon_column1_dark.png) left center no-repeat; }
  .column_chooser .column_2 {
    background: url(/images/icon_column2.png) left center no-repeat; }
  .column_chooser .column_2:hover, .column_chooser .active_col_2 {
    background: url(/images/icon_column2_dark.png) left center no-repeat; }
  .column_chooser .column_3 {
    background: url(/images/icon_column3.png) left center no-repeat; }
  .column_chooser .column_3:hover, .column_chooser .active_col_3 {
    background: url(/images/icon_column3_dark.png) left center no-repeat; }
  .column_chooser .column_4 {
    background: url(/images/icon_column4.png) left center no-repeat; }
  .column_chooser .column_4:hover, .column_chooser .active_col_4 {
    background: url(/images/icon_column4_dark.png) left center no-repeat; }
  .column_chooser .column_2 {
    margin-left: 7px; }
  .column_chooser .column_3 {
    margin-left: 7px; }
  .column_chooser .column_4 {
    margin-left: 7px; }

#column_container .filters {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 6000;
  background-color: white;
  border-color: #666666;
  border-style: solid;
  border-width: 5px 5px;
  padding: 15px; }
  #column_container .filters form {
    margin-top: 8px; }
  #column_container .filters input[type="text"], #column_container .filters input[type="password"], #column_container .filters input[type="file"], #column_container .filters select, #column_container .filters textarea {
    width: 180px; }
  #column_container .filters .filter_date {
    width: 77px !important; }
  #column_container .filters select {
    width: 192px; }
  #column_container .filters th {
    text-align: right;
    padding-bottom: 10px;
    width: 80px;
    vertical-align: middle; }
  #column_container .filters td {
    padding: 5px 0px 10px 10px; }

.activity_feed {
  margin-right: 10px;
  background: #e8e5dd;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 420px;
  display: inline-block;
  position: relative;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; }
  .activity_feed .feed_title {
    font-size: 14px;
    color: 58595B;
    padding: 10px 5px 5px 5px;
    text-align: center; }
  .activity_feed .feed_url {
    display: none; }
  .activity_feed .feed_overflow {
    overflow-y: auto;
    height: 510px;
    position: relative; }
  .activity_feed .feed_actions {
    position: absolute;
    top: 10px;
    right: 16px;
    height: 18px; }
    .activity_feed .feed_actions * {
      margin-left: 5px; }
  .activity_feed .activity_more {
    font-size: 0.95em;
    padding: 5px;
    text-align: center;
    font-weight: bold; }
  .activity_feed table.form {
    margin: 0px;
    padding: 0px; }

.activity_item {
  font-size: 0.9em;
  margin: 6px; }
  .activity_item .activity_author {
    font-weight: bold; }
  .activity_item .activity_title {
    font-weight: bold; }
  .activity_item .activity_content {
    font-size: 14px;
    width: 100%;
    display: inline;
    line-height: 1.3em; }
  .activity_item .activity_image {
    display: inline;
    margin-right: 10px; }
  .activity_item .activity_date_and_source {
    color: #898989;
    font-size: 0.8em;
    font-size: 10px;
    margin-top: 2px; }
  .activity_item .activity_rating {
    font-weight: bold; }
  .activity_item .activity_top {
    background-color: #f2eee2;
    padding: 5px; }
  .activity_item .activity_top_0 {
    background-color: #f2eee2;
    padding: 5px; }
  .activity_item .activity_bottom {
    background-color: white;
    padding: 5px; }
  .activity_item .activity_bottom_0 {
    background-color: white;
    padding: 5px; }
  .activity_item .inner {
    width: 100%;
    padding: 0px;
    margin: 0px; }

.activity_favorite {
  background-color: yellow; }

/******************************************* */
/******************************************* */
.action {
  width: 16px;
  height: 16px;
  padding: 0px;
  cursor: pointer;
  float: right;
  margin-left: 5px; }

#actions_container {
  float: right;
  position: relative; }
  #actions_container #action_info {
    margin: 3px 3px 0px 0px;
    font-size: 0.75em;
    float: right; }

#hide_action, .hide_action {
  background-image: url(/images/icon_delete.png); }
  #hide_action:hover, .hide_action:hover {
    background-image: url(/images/icon_delete_hover.png); }

#respond_action {
  background-image: url(/images/icon_respond.png); }
  #respond_action:hover {
    background-image: url(/images/icon_respond_hover.png); }

#source_action {
  background-image: url(/images/icon_link.png); }
  #source_action:hover {
    background-image: url(/images/icon_link_hover.png); }

.favorited {
  background-image: url(/images/icon_fave_saved.png); }

.unfavorited {
  background-image: url(/images/icon_fave.png); }
  .unfavorited:hover {
    background-image: url(/images/icon_fave_saved.png); }

.favorited, .unfavorited {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 5px; }

#offer_action {
  background-image: url(/images/flag_blue.png); }

#column_wrapper {
  overflow-x: auto;
  position: relative; }

.activity {
  font-size: 1em;
  background: transparent url(/images/quotation.png) left top no-repeat;
  padding: 0 48px; }
  .activity .title {
    font-weight: bold; }

.source {
  font-style: italic; }

#status {
  width: 250px;
  font-size: 1.2em;
  font-family: Arial;
  padding: 5px;
  outline: none;
  border: none; }
  #status:focus {
    outline: none; }

.update_source {
  padding: 2px;
  float: left; }

#status_length {
  font-weight: bold;
  font-size: 1.2em; }

ul.tabs {
  list-style: none;
  position: relative;
  padding: 0px;
  margin: 0px; }
  ul.tabs li {
    position: relative;
    float: left;
    padding: 2px;
    border: 1px solid #a66c00;
    margin-left: 5px;
    width: 80px;
    text-align: center; }
    ul.tabs li a {
      border: none; }
  ul.tabs li.active {
    background-color: #e8e5dd;
    font-weight: bold; }

.sentiment_details {
  display: none;
  margin-left: 15px;
  margin-right: 15px; }

div.sentiment {
  border-bottom: 1px solid #e8e5dd;
  padding: 7px;
  font-size: small;
  cursor: pointer; }
  div.sentiment:hover {
    background-color: #f2eee2; }

.positive_sentiment, .negative_sentiment {
  width: 100%; }

table.clean {
  font-size: 1em; }
  table.clean td {
    padding: 5px;
    vertical-align: top; }
  table.clean th {
    text-align: left;
    vertical-align: top;
    padding: 5px; }
  table.clean th.highlight {
    background: #ffffcc; }
  table.clean td.number {
    text-align: right; }
  table.clean tr.odd {
    background: #e8e5dd; }

table.businesses_list {
  width: 100%; }
  table.businesses_list th.name {
    width: 90%; }

div.bar {
  margin: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d5bd90;
  height: 1px; }

/** old report.sass ** */
.highlight {
  background-color: yellow; }

.divider {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
  border-bottom: 1px solid #356aa0; }

.activity {
  font-size: small;
  margin-top: 2px; }
  .activity .title {
    font-weight: bold; }

.ui-widget {
  font-size: 0.8em; }
