/* Styles for Channels home, search */
.footer_tools, .footer_tools a {
    color: #616161 !important;
    text-decoration: none !important;
}

.reaction_menu {
  display: flex;
  flex-direction: row;
}
.reaction_menu span {
  cursor: pointer;
}
.reaction_menu span:hover {
  color: #0076a8 !important;
}

.footer_tools a:hover, .footer_tools button:hover {
  color: #0076a8 !important;
}

.selected_channel {
    background-color: #f00;
}

.channel_link, .channel_link a,
.channel_link a:visited,
.channel_link a:hover,
.channel_link a:active {
    color: #616161 !important;
}

.channel_home_link {
  margin-left: -15px; 
  padding-left: 15px;
}

.channel_nav_row {
    padding-bottom:3px; padding-top: 3px;
}

.channel_topic_full_panel {
  border: 1px solid #ddd !important;
  margin-bottom: 15px;
}
.channel_topic_full_author {
  display: inline-block;
}
.channel_topic_full_body {
  padding: 0px 6px 6px 6px;
}

.tbc_content_body {
  margin-left: 6px;
}

#tbc_container_header {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#tbc_container_header .search_container {
  height: 48px;
  flex: 2;
}

.result_body_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tbc_title_and_body {
  flex: 1;
}

.content_metadata {
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.content_metadata .panel {
  height: 68px;
  width: 68px;
  margin: 0 auto; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_metadata .panel p { 
  margin: 0;
}

.content_metadata .preview_image { 
  max-width: 100px;
}

.add_border_color_green {
  border-color: #008013 !important;
}

.add_text_color_green {
  color: #008013 !important;
}

.align_top {
  vertical-align: top;
}

.channel_topic_full_title {
  padding: 10px 10px 0px 10px;
}

.remove_padding_right {
    padding-right: 0px;
}

[id^="tags_prompt_btn"] {
  vertical-align:  top;
}
[id^="chn_prompt_div"] {
  display: inline-block;
}

.channel-avatar-img {
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #c1c1c1 !important;
    border-radius:50%;
    margin-top: 6px !important;
}

.avatar-img-big {
    width: 96px !important;
    height: 96px !important;
    border: 1px solid #c1c1c1 !important;
    border-radius:50%;
    margin-top: 6px !important;
}

.channel_follow_btn {
    background-color: transparent !important; 
    border: 0 !important;
}

.caught_up_panel {
    padding-top: 15px; 
    text-align: center;
}

/* MLC Home / Expore styles */
.areas .media {
    margin: 10px 0;
}
.icons {
    padding: 10px 10px 0 0;
}

.icons-description {
    font-size: 14px;
}

.icons-description a {
    font-weight: bold;
}

.icons-description p {
    margin-bottom: 0 !important;
}

.area-icon {
    padding: 0px 8px 5px 8px;
}

.channel-label {
    border-radius: 3px;
    padding:6px;
    padding-left:10px;
    padding-right: 10px;
    color: #fff;
    background-color: #000; /* This will be overridden */
    opacity: .75;
}

/* Used for validation error */
.btn_color_red, .btn.btn_color_red:visited {
    background: #b7312c;
}

.topic_placeholder_input {
    border: solid #BFBFBF 1px !important;
    border-radius: 5px !important;
}

.input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.icon-wrapper {
  position: absolute;
  left: 10px; /* Adjust position */
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* Adjust wrapper size */
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* Prevent interaction */
}

.input-with-icon {
  width: 100%;
  padding-left: 40px; /* Space for icon */
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.input-with-icon::placeholder {
  text-indent: 35px; /* Adjust spacing for placeholder text */
}

.channel_banner {
    padding: 15px 20px 10px;
    margin-bottom: 30px;
    background-size: auto 100%;
    border-radius: var(--mw-ws-global-border-radius);
}

@media only screen and (max-width: 992px) {
  .channel_banner {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .content_container {
    padding-top: 0px !important;
  }
}

.channel_qa_div {
  margin-left: 15px; 
  padding-left: 0px !important; 
  border-top: 1px solid #BFBFBF;
}

.channel_follow_btn {
  padding-left: 0px !important;
}

.channel_nav {
    position: -webkit-sticky !important;     
    position: sticky !important;
    top: 102px; 
    overflow: clip !important;
    float: left;
}

.remove_category_facets {
    display:inline; 
    margin-top: -5px;
}

.compact_result_row {
    border-top: 0 !important;
}

.search_result_table {
  margin-bottom: 5px !important;
}

.compact_result_meta {
    margin-bottom: 0px !important;
}
.compact_result_contributor {
    white-space: nowrap; 
}
.compact_result_avatar {
    vertical-align:top;
}
.compact_result_title {
    display: inline-block;
    white-space: normal;
    padding-left: 5px;
}
.compact_result_title_text {
  font-size: 16px;
}

.channel_pinned_icon {
  font-weight: 900;
  padding-right: 4px;
}

.compact_result_footer {
  font-weight: 400;
}

.filter-buttons {
    display: inline-flex;
    margin: 0 0 0 0 !important;
  }
  
  .filter-buttons>li {
    padding: 0 !important;
  }
  
  .filter-button {
    padding: 0;
    margin: 0;
  }
  
  .filter-button:before {
    content: "" !important;
  }
  
  .filter-button label {
    padding: 9px 0px 8px !important;
    background-color: #FFFFFF !important;
  }
  
  .filter-button label:hover {
    opacity: 1 !important;
  }
  
  .filter-button label a {
    text-decoration: none;
    padding: 9px 10px 8px !important;
  }
  
  .filter-button label a:visited {
    color: #0076a8 !important;
  }
  
  .filter-button.active label {
    background: #0076a8 !important;
    color: #FFFFFF !important;
  }
  
  .filter-button.active label a {
    color: #FFFFFF !important;
  }
  
  .filter-button:not(:last-child)>.btn, .filter-button>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .filter-button:not(:first-child)>.btn, .filter-button>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .add_channel_label_margin {
    margin-right: 152px !important;
  }

  .chan_nav_row {
    margin-top: 5px; 
    margin-bottom: 5px;
    padding-left: 15px;
  }

  .add_chan_select_color {
    background-color: #F5F5F5; /* Gray100 */
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .channel_body_preview {
    max-height: 220px;
    overflow: hidden;
    position: relative;
  }
  .channel_body_preview_fade {
    -webkit-mask-image:linear-gradient(rgba(255,255,255,1) 120px, rgba(255,255,255,0) 190px, rgba(255,255,255,0) 200px);
    mask-image: linear-gradient(rgba(255,255,255,1) 120px, rgba(255,255,255,0) 190px, rgba(255,255,255,0) 180px);
    max-height: 220px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  .channel_body_show_more {
    position: absolute; 
    top: 200px; 
    width: 100%; 
    text-align: center;
    margin-top: -60px;
  }
  .channel_body_view_full_label {
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    text-align: center;
  }
  .channel_body_view_full_link {
    height: 75px; 
    width:100%;
  }

  .add_padding_right_10 {
    padding-right: 10px;
  }

  #explore_topic_right_container {
    display: flex;
  }

  @media only screen and (max-width: 992px) {
    #index_div {
      padding: 10px 0 0 0;
    }
  }
  
  .contribution_tab_container {
    margin-bottom: 50px;
  }

  @media (max-width: 767px) { 
    .contribution_tab_container {
      margin-bottom: 20px;
    }
  }

 /* ----- Polls ----- */

  li.content_type {
    padding-left: 10px;
  }

  li.content_type::before {
    content: "" !important
  }

  #content_types {
    margin-bottom: 0px;
  }

  #promotion_icon {
    padding-right: 5px;
  }

  .poll_form_container {
    margin-bottom: 0;
  }

  .add_margin_bottom {
    margin-bottom: 35px !important;
  }

  .channel-index-footer {
    justify-content: center !important;
  }
  
.S0 {
  margin: 3px 10px 5px 4px;
  padding: 0px;
  line-height: 28.8px;
  min-height: 0px;
  white-space: pre-wrap;
  color: rgb(213, 80, 0);
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}

.S1 {
  margin: 2px 10px 9px 4px;
  padding: 0px;
  line-height: 21px;
  min-height: 0px;
  white-space: pre-wrap;
  color: rgb(0, 0, 0);
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.CodeBlock {
  background-color: #F7F7F7;
  margin: 10px 0 10px 0;
	overflow: auto;
}

.S2 {
  margin: 2px 10px 9px 4px;
  padding: 6px 45px 0px 13px;
  line-height: 17.234px;
  min-height: 18px;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
}

.S3 {
  margin: 2px 10px 9px 4px;
  padding: 0px 45px 0px 13px;
  line-height: 17.234px;
  min-height: 18px;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
}

.S4 {
  margin: 2px 10px 9px 4px;	
  
  padding: 0px 45px 4px 13px;
  line-height: 17.234px;
  min-height: 18px;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
}

.S5 {
  margin: 2px 10px 9px 4px;	
  color: rgb(64, 64, 64);
  padding: 10px 0px 6px 17px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  overflow-x: hidden;
  line-height: 17.234px;
}

.S6 {
  margin: 10px 10px 9px 4px;
  padding: 0px;
  line-height: 21px;
  min-height: 0px;
  white-space: pre-wrap;
  color: rgb(0, 0, 0);
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.S7 {
  padding: 6px 45px 4px 13px;
  line-height: 17.234px;
  min-height: 18px;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.avatar-img {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid #c1c1c1 !important;
  border-radius:50%;
}

.avatar-img-small {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #c1c1c1 !important;
  border-radius:50%;
}

.topic_title_tag {
  font-size: 24px;
}

.thread_body {
  padding-left: 16px;
}

.thread_menu_icon {
  font-size:24px;
  text-decoration: none !important;
}

.inline-form {
  display: inline-block;
}

.report-flag-modal {
  max-width: 420px; min-width:320px; margin:auto;
}
.icon-fix-vert {
  vertical-align: top;
  line-height: 16px;
}

.radio {
  margin-bottom: 0px;
}
 .expand_collapse .collapse.in { overflow: visible; }

.smart_wrap {
  word-break: break-word;
  word-wrap: break-word;
  /*display: inline-block;*/
}

.smart_wrap > img {
  padding-bottom: 15px;
}

.btn-link-force {
  color: #337ab7 !important;
}

.add_padding_top_5 {
  padding-top: 5px;
}

.add_padding_top_10 {
  padding-top: 10px;
}

.add_padding_top_15 {
  padding-top: 15px;
}

.add_padding_top_30 {
  padding-top: 30px;
}

.add_padding_bottom_5 {
  padding-bottom: 5px;
}

.add_padding_bottom_10 {
  padding-bottom: 10px;
}

.add_padding_bottom_15 {
  padding-bottom: 15px;
}

.add_padding_bottom_20 {
  padding-bottom: 20px;
}
.add_padding_bottom_40 {
  padding-bottom: 40px;
}

.views_icon {
  vertical-align: middle;
  padding-right: 2px;
}



/* Hack to be replaced by OPC editor, which should have better error style support */
.mw_markup_edit_error {
  z-index: 99 !important;
  /*position: floating;*/
  top: 82px !important;
  right: 10px !important;
}

@media (max-width: 480px) {
    .reply_list {
      padding:0;
      margin:0;
    }
}

/* Tags Separator */

.separator:after {
  content: ",";
}

/* Community Profile Image */

.content_container .community_profile_image {
    width: 25px;
    margin-right: 3px;
    border-radius:50%;
}

/* Search Results */

.search_result_desc {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.result_summary .paginate {
  line-height: 36px;
}

.search_result_desc .tags_index ul{
  display: contents;
}

.search_result_desc .contribution {
  padding-top: 5px;
}

.content_container {
  padding-bottom: 50px !important;
}

.empty-component-body {
  background-color: #fff;
  height: 50px;
}

.add_minimum_height {
  height: 200px;
}

.page-arrows {
  padding: 5px !important;
}

@media only screen and (min-width: 768px) {
  .related_content {
    padding-left: 15px !important;
  }
}

.follow_link {
  background-color: #fff !important;
}

.rating:before { display: none; }
.disc-rated { color: #B3882A; overflow: hidden; position: absolute; white-space: nowrap; }
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
  background: url(/matlabcentral/discussions/ico-star-flat-16.png) 0 0 repeat-x;
}

[id*="container_reply_"] {    
  .disc-rated:before { content:none !important; }
  .rating  { width: 100%; position: absolute; top: 0; }
  [id*="rating_div_reply_"] { overflow:hidden; }
  .rating_scale { color: #e6e6e6; float:left; clear:right; position:relative; }    
}

.star-rating li { display: inline; margin: 0; padding: 0; }

.star-rating a,
.star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 18px;
  line-height: 18px;
  outline: none;
  overflow: hidden;
  border: none;
  z-index: 1;
  background-position: 0 -38px;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus { background-position: 0 -38px; }

.star-rating a.one-star { width: 20%; z-index: 6; }
.star-rating a.two-stars { width: 40%; z-index: 5; }
.star-rating a.three-stars { width: 60%; z-index: 4; }
.star-rating a.four-stars { width: 80%; z-index: 3; }
.star-rating a.five-stars { width: 100%; z-index: 2; }
.inline-rating { display: inline-block; vertical-align: middle; }

ul.star-rating {
  top: 3px;
  position: relative;
  bottom: 0;
  width: 80px!important;
  height: 18px;
  overflow: hidden;
  list-style: none;
  background-position: left top;
  margin: 0!important;
  padding:0;
}

.op_panel {
  background-color: #EDF5F9;
  border-left-width: thick !important;
  border-left-color: #0076a8 !important;
}

/* Override mlc.css, restoring site7 */
/* Required to avoid shading action items purple */
a:visited :not(class*="mentioned_myself") {
  color: #337ab7 !important;
}

p.h1 > a:visited {
  color: #ffffff !important;
}


/* Polls Styles */

.poll_choices_input {
  display: flex;
}

/* #poll_choice_1, #poll_choice_2{ 
  margin-right: 30px;
} */

.remove_choice {
  padding-left: 10px !important;
  font-size: 30px;
}

#preview_choices .radio {
  padding-bottom: 0px !important;
}

.is-invalid #locations .form-check, .is-invalid label {
  color: #b7312c;
}

.show_results {
  padding-left: 10px;
}

#poll_avatar .avatar-img {
  width: 24px !important;
  height: 24px !important;
}

#poll_avatar {
  grid-column: span 1/1;
  grid-row: span 1/1;
}

/* fix for g2693728 */
#poll_footer .footer_tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#poll_footer .footer_tools #right_menu{
  align-self: center;
  margin-left: auto;
}

#poll_results .poll_result {
  width: auto;
  height: auto;
  border: 1px solid #99cbe1;
}

#poll_results .poll_result #poll_result_body { 
  display: grid;
  grid-row-gap: 10px;
}

#poll_results .poll_result .poll_result_info {
  padding-left: 5px;
}

#poll_results .poll_result #option_title {
  grid-column: span 12;
  word-break: break-word;
}

#poll_results .poll_result #poll_vote_avatar img {
  width: 30px !important;
  height: 30px !important;
}

#poll_results .poll_result #result_avatar {
  text-align: center;
  padding-top: 15px;
}

.embedded_cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

#embedded_poll_meta {
  padding-top: 5px;
}

#embedded_poll_meta span {
  padding-right: 10px;
}

#embedded_comment {
  margin-top: 20px;
}

#poll_edit {
  padding-top: 5px;
  width: auto;
}

.add_padding_right {
  padding-right: 10px;
}

.add_padding_right_15 {
  padding-right: 15px;
}

.margin_right_30 {
  margin-right: 30px;
}

.margin_right_15 {
  margin-right: 15px;
}

.margin_left_15 {
  margin-left: 15px;
}

.padding_right_15 {
  padding-right: 15px;
}

.add_padding_left_15 {
  padding-left: 15px;
}

.add_padding_left_5 {
  padding-left: 5px;
}

.add_padding_left_10 {
  padding-left: 10px;
}


#preview_poll_title {
  word-break: break-word;
}


@media (max-width:425px) { 
  #poll_edit {
    padding-bottom: 10px;
  }
}

/* Correct the placement of attached files, which inherits a -15 left/right margin */
.attached_container {
  margin-left: -5px;
  margin-right: -5px;
}

.reply_placeholder_container {
  width: 100%; margin-top: 15px !important;
}

[id^="reply_placeholder_input"] {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  font-size: inherit;
  background-color: #fff;
  width: 100%;
  padding: 5px;
}

.pending-uploads {
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
}

.disabled {
  color: #555;
}

.dropdown-menu {
  min-width: 255px !important;
}

.topic-dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.topic-form .matlabmarkup-preview-body img,
.reply-body img,
.reply-body .matlabmarkup-preview-body img {
  max-width: 585px;
}

.remove_margins {
  margin: 0px !important;
}

.posts_by_author {
  margin: 0px !important;
}

.posts_by_author li:before {
  content: "" !important;
}

.posts_by_author li {
  padding: 0px !important;
}

.author_actions {
  background-color: #f5f5f5;
}

.badges_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 2px;
}

.badges_list li {
  width: 36px;
  height: 36px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 5px;
}

.badges_list li img {
  width: 100%;
  height: 100%;
}

.badges_list li:before {
  content: "" !important;
}

.more_badges {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5; /* Set the background color */
  border-radius: 50%; /* Make it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
}

.more_badges_count {
  color: #616161;
}

.first_badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.first_badge > img {
  max-width: 28px !important;
  height: auto;
}

.author-stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.stat-item {
  color: #616161;
  min-width: 33.33%;
  width: auto;
}

.stat-number {
  font-weight: bold;
}

.author_actions #view_profile, .author_actions_md #view_profile, #follow_action a {
  color: black;
}

.author-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5 ;
  margin-bottom: 50px;
}

.author_post {
  overflow-wrap: break-word;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
  /* Adjust for tablets and small desktops */
  .author-panel-avatar {
      width: 10% !important;
      padding-top: 10% !important;
  }
}

@media (max-width: 480px) {
  /* Adjust for mobile devices */
  .author-panel-avatar {
      width: 20% !important;
      padding-top: 20% !important;
  }
}

.author-panel-avatar {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30%;
  transform: translateX(-50%) translateY(50%);
  padding-top: 30%;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.author-panel-avatar .author-profile-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    left: 0;
    top: 0;
    position: absolute;
}

#author_panel .panel-body {
  padding: 0;
}

.author_actions {
  margin-bottom: 15px;
}

.author-bio {
  padding-bottom: 0px !important;
  overflow-wrap: anywhere;
}

.hr_separator {
  margin-top: 5px;
  margin-bottom: 5px;
}

/****** Reaction Styles ******/

.reaction-like {
    padding: 0;
    vertical-align: middle;
    color: #616161 !important;
}

.reaction_menu_reply {
  display: inline-block;
}

.reaction_menu_channels {
  display: inline-block;
}

#welcome-alert:before {
  content: "" !important;
}

/* .topic-dropdown-menu li {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 9px;
} */

.remove_border_bottom {
  border-bottom: none !important;
}






/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

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

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


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


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

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


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

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


/*!
 * jQuery UI Resizable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/* TODO: To be refactored out */

/* Hide from everyone */
html.js .hidden {
  display: none !important;
}

/* Hide visually but display to screenreaders */
html.js .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
}


/* Expand containers to surround floated elements: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}


/* MATLAB Central and sitewide styles */

.wrapper * {
  -moz-box-sizing: content-box;
}

#header label {
  display: inline;
  float: left;
  padding: 0 6px 0 0;
  font-weight: normal;
}

#header input {
  float: none;
}

#header input[type=text] {
  border: 1px solid #a3a2a2;
}

#middle .wrapper {
  background: #ffffff url(/matlabcentral/discussions/matlabcentral/images/mlc-answer-banner.jpg) no-repeat 0 0;
}


.success,
.error {
  width: auto;
  border-width: 1px !important;
}

.question-body pre.error,
.answer-body pre.error,
.comment-body pre.error,
.matlabmarkup-preview-body pre.error {
  min-height: 1em;
  margin: 0;
  margin-bottom: 10px;
  border: 0;
  padding: 0;
  color: #cc0000;
  background: none;
}


/* Left nav */

#localnav .logincta {
  padding: 9px 0 5px 0.8em;
  color: #333333;
}

#localnav .logincta a {
  display: inline;
  padding: 0;
}

ul#localnav li.maincta {
  margin-top: 1em;
}

#localnav #my_profile {
  margin-top: 1em;
  border-top: 1px solid #d4d4d4;
}

#localnav #my_profile a {
  border-top: 1px solid #fff;
}

#localnav #my_comments {
  border-bottom: 1px solid #d4d4d4;
}

#localnav #my_comments a {
  border-bottom: 1px solid #fff;
}

#localnav .about {
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.random_callout .panel {
  display: none;
}

/* Facets */

.filter-container,
#colleft .container {
  display: block;
  width: 175px;
  margin: 0 0 12px 10px;
  border: 1px solid #d6d4d4;
}

.filter-container h3,
#colleft .container h3 {
  margin: 0;
  border: 1px solid #fff;
  padding: 6px 6px;
  font-size: 1.0em;
  line-height: 100%;
  background: #eaeaea;
}

.filter-container .filter {
  _height: 200px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #d6d4d4;
  padding: 0;
  background: #f8f8f8;
}

.filter-container .filter ul,
#colleft .container ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.filter-container .filter ul li,
#colleft .container ul li {
  margin: 0;
  padding: 0;
  line-height: 130%;
  background: none;
}

.filter-container .filter ul li a,
#colleft .container ul li a {
  display: block;
  border: 0;
  padding: 5px 7px 5px 7px;
  background-image: none;
  text-decoration: none;
}

.filter-container .filter ul li a:hover,
.filter-container .filter ul li a.selected:hover {
  background-color: #dbdbdb;
}

.search_refine .search_refine_scroll ul li a.selected {
  color: #000000;
  font-weight: bold;
}

.search_refine .search_refine_scroll ul li a.selected span {
  width: 19px;
  text-indent: -5000px;
  background: transparent url(/matlabcentral/discussions/matlabcentral/answers/assets/close-button-large.png) no-repeat right 0;
}

.filter-container .filter ul li a.remove-filter,
.filter-container .filter ul li a span {
  display: block;
  float: right;
  padding: 0;
}

/* Related questions (left nav) */

#colleft .container ul {
  border-top: 1px solid #d6d4d4;
}

#colleft .container ul li a {
  padding-right: 18px;
  background: url(/matlabcentral/discussions/matlabcentral/answers/assets/source-mathworks.png) no-repeat 160px 5px;
}


/* Search form */

.search {
  margin: 0 0 20px 0;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 15px 15px 15px;
  background-color: #e6e6e6;
  background-image: linear-gradient(left top, #e6e6e6 35%, #f7f7f7 100%);
  background-image: -o-linear-gradient(left top, #e6e6e6 35%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(left top, #e6e6e6 35%, #f7f7f7 100%);
  background-image: -ms-linear-gradient(left top, #e6e6e6 35%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(left top, #e6e6e6 35%, #f7f7f7 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.35, #e6e6e6), color-stop(1, #f7f7f7));
}

.search h2 {
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 1.1em;
  color: #bf8c02;
}

.search-field {
  width: 600px;
  float: left;
  border: 1px solid #c3c3c3;
  padding: 2px;
  background-color: #fff;
  line-height: 1.8;
}

.search-field input[type=text] {
  display: block;
  border: none;
  outline: none;
  padding: 2px 0;
  font-size: 9pt;
  line-height: 1.6;
}

.search-contributors input[type=text] {
  width: 100%;
}

.search-submit input {
  display: inline-block;
  height: 19px;
  width: 18px;
  margin: 4px 0 0 5px;
  border: 0;
  padding: 0;
  background: transparent url(/matlabcentral/discussions/matlabcentral/images/gobutton.gif) no-repeat 0 1px;
  text-indent: -9999px;
  vertical-align: baseline;
}

.search-submit input:hover {
  background-image: url(/matlabcentral/discussions/matlabcentral/images/gobutton_hover.gif);
}

.tokenized .tokens {
  /*float: left;*/
}

.tokenized .token {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid #d6d4d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1px 0 1px 5px;
  white-space: nowrap;
  background-color: #f8f8f8;
}

.tokenized .token .label {
  padding: 0 5px 0 0;
}

.tokenized span.token.selected {
  background-color: #eaeaea;
}

.tokenized span.token.highlighted {
  background-color: #d9d9d9;
}

.tokenized .token .remove a {
  display: inline-block;
  float: none;
  width: 16px;
  height: auto;
  padding: 0;
  background: transparent url(/matlabcentral/discussions/matlabcentral/answers/assets/close-button.png) no-repeat center center;
  text-indent: -5000px;
}

/* Expand search */

.expand-search {
  width: 600px;
  clear: left;
  padding: 2px 0 0;
  text-align: right;
}



/* Major sections */

#mainbody {
  width: 740px;
}

#contactus {
  clear: both;
  margin-top: 20px;
}


.hover {
  position: relative;
  float: left;
  padding: 0 0 0 10px;
}

.hover > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 300px;
  border: 1px solid #d4d4d4;
  padding: 5px 15px;
  background-color: #f7f7f7;
}

.hover ul {
  margin: 0;
}


/* Forms */


label.required:before,
p.required:before {
  content: "*";
  display: inline-block;
  width: 12px;
  font-size: 10px;
  vertical-align: 10%;
  color: #990000;
}

label .maxlength {
  display: inline-block;
  float: right;
  font-weight: normal;
  font-size: 0.9em;
}

div.radio,
div.check {
  position: relative;
  padding: 0 0 10px 0;
}

div.radio > label,
div.check > label {
  display: inline-block;
}

div.radio > input[type=radio] {
  position: absolute;
  top: 1px;
  left: 0;
}

div.check > input[type=checkbox] {
  position: absolute;
  top: 2px;
  left: 2px;
}

div.radio > label,
div.radio > p,
div.radio > ul,
div.check > label,
div.check > p,
div.check > ul {
  margin: 0 0 0 20px;
  line-height: 1.4;
}

div.radio > label,
div.check > label {
  padding: 0 0 0.25em 0;
}

div.check > p {
  margin-bottom: 0.25em;
}

form .submit {
  padding: 5px 0 0 0;
}

.closure-form textarea,
.flagging-form textarea,
.unaccept-form textarea {
  height: 100px;
}

.closure-form .radio,
.closure-form .message,
.flagging-form .radio,
.flagging-form .message,
.unaccept-form .radio,
.unaccept-form .message {
  clear: left;
}

.closure-form .radio label,
.flagging-form .radio label,
.unaccept-form .radio label {
  display: block;
  float: left;
}

.reopen-form {
  min-height: 25px !important;
}

.contact-form {
  border: 1px solid #d4d4d4;
  padding: 5px 15px;
  background-color: #f7f7f7;
  font-size: 9pt;
}

.contact-form .label {
  display: block;
  padding: 10px 0 0;
  font-weight: bold;
}

.contact-form textarea {
  width: 500px;
  height: 200px;
}

.question-list .question,
.contributor-list .contributor,
.activity-list .activity,
.flagging-list .flagging {
  width: auto;
  float: none;
  clear: both;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
}

.question-list .question > div,
.contributor-list .contributor > div,
.activity-list .activity > div,
.flagging-list .flagging > div {
  float: left;
}

.question-list .answers-count,
.question-list .votes-views-counts,
.contributor-list .count {
  margin: 0 30px 0 10px;
  padding: 10px 0;
  text-align: center;
}

.question-list .answers-count span,
.question-list .votes-views-counts span,
.contributor-list .count {
  display: block;
  width: 60px;
}

.question-list .answers-count {
  border: 1px solid #d4d4d4;
}

.question-list .accepted {
  border: 1px solid #418f36;
  background: none;
  font-weight: normal;
}

.question-list .answers-count span {
  width: 58px;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
}

.question-list h3,
.question-list .contribution,
.question-list .answer-tag-list,
.question-list .product-list,
.question-list .community-list {
  width: 640px;
  margin: 0;
}

.question-list h3 {
  width: 615px;
  padding: 0 25px 5px 0;
}

.contributor-list .order {
  width: 20px;
  color: #888888;
  font-weight: bold;
}

.contributor-list h2 {
  margin: 0;
  font-size: 1.2em;
}

h2 .profile__stats li {
  font-weight: normal !important;
}

#current_user_avatar_link{
  text-decoration: none;
}

.contributor-list .avatar {
  width: 85px;
}

.contributor-list .contributor_profile {
  width: 335px;
}

.contributor-list .contributor_profile p {
  padding: 0 15px 0 0;
}

.contributor-list .count {
  width: 75px;
  margin: 0;
  padding: 0;
  color: #888888;
}

.contributor-list .count span {
  display: block;
  font-size: 2em;
  line-height: 1;
}

.contributor-list .count .highlighted {
  color: #121212;
  font-weight: bold;
}

.flagging-list .flagging {
  padding: 5px 0;
}

.question-wrapper,
.contributor-wrapper {
  border: 1px solid #d4d4d4;
  padding: 15px;
  background-color: #f7f7f7;
}

.contributor-wrapper {
  border-bottom: 0;
}

.question-content-flag-icon,
.support-answer-icon {
  float: right !important;
}

.question-content-flag-icon div,
.support-answer-icon div {
  width: auto;
  padding: 5px;
  white-space: nowrap;
}

.avatar-img {
  max-width: 65px !important;
  border: 1px solid #c1c1c1 !important;
}

.contributor-wrapper .avatar {
  width: 155px;
  float: left;
}

.contributor-wrapper .avatar img {
  width: auto;
  max-width: 125px;
  max-height: 125px;
}


.activity div {
  width: 690px;
}

.activity .avatar {
  width: 50px;
}

.activity-list .avatar-img {
  max-width: 50px !important;
}

.activity p {
  margin: 0 0 3px;
  font-size: 11px;
}

.activity p.time {
  margin: 0;
  color: #686868;
}

.flagging div {
  width: 620px;
}

.flagging div.time {
  width: 120px;
}

.tools_spacer {
  margin-bottom: 20px;
}

.comment_spacer {
  margin-bottom: 10px;
}

.vote button,
.follow button,
.accept button {
  padding: 0;
  font: 12.75px Arial, Helvetica, sans-serif;
  color: #187dbb;
  vertical-align: bottom;
  text-decoration: none;
}

.vote button.btn:focus,
.follow button.btn:focus,
.accept button.btn:focus {
  outline: 0;
}

.vote button.btn[disabled],
.vote button.btn[disabled]:visited,
.vote button.btn[disabled]:active,
.vote button.btn[disabled]:focus,
.vote button.btn[disabled]:hover,
.follow button.btn[disabled],
.follow button.btn[disabled]:visited,
.follow button.btn[disabled]:active,
.follow button.btn[disabled]:focus,
.follow button.btn[disabled]:hover {
  color: #187dbb;
  opacity: .55;
}

.vote_icon,
.follow_icon {
  border: 0 !important;
  margin-right: 5px;
}

.vote_prompt {
  font-size: 12.75px;
}

.vote_count {
  padding: 0;
  display: inline-block;
  font-size: 12.75px;
  vertical-align: text-top;
}

.pipe {
  width: 1px;
  height: 12.75px;
  border-left: 1px solid #ccc;
  margin-left: 7px;
  margin-right: 5px;
}

.vote,
.follow {
  vertical-align: bottom !important;
}

.vote,
.accept,
.unaccept,
.follow,
.flag,
.edit,
.question-close,
.delete,
.answer-link {
  padding: 0 0 3px;
  background-image: none;
  margin-bottom: 8px;
  font-size: 12.75px;
  line-height: 1.00 !important;
}

.vote button:visited,
.follow button:visited,
.accept button:visited,
.unaccept a:visited,
.flag a:visited,
.edit a:visited,
.question-close a:visited,
.delete a:visited,
.comment-tools .comment_link:visited,
.answer-link a:visited,

.vote button:active,
.follow button:active,
.accept button:active,
.unaccept a:active,
.flag a:active,
.edit a:active,
.question-close a:active,
.delete a:active,
.comment-tools .comment_link:active,
.answer-link a:active,




.vote button:focus,
.follow button:focus,
.accept button:focus,
.unaccept a:focus,
.flag a:focus,
.edit a:focus,
.question-close a:focus,
.delete a:focus,
.comment-tools .comment_link:focus,
.answer-link a:focus {
  text-decoration: none;
}

.vote button:hover,
.follow button:hover,
.accept button:hover,
.unaccept a:hover,
.flag a:hover,
.edit a:hover,
.question-close a:hover,
.delete a:hover,
.comment-tools .comment_link:hover,
.answer-link a:hover {
  color: #005695;
  text-decoration: none;
}

.flag span,
.unaccept span,
.edit span,
.delete span,
.question-close span,
.answer-link span,
.comment_link span {
  border: 0 !important;
  margin-right: 5px;
  font-size: 12.75px !important;
  vertical-align: bottom !important;
}

.accept span {
  border: 0 !important;
  margin-right: 5px;
  font-size: 12.75px !important;
}

.comment_edit,
.comment_flag,
.comment_delete,
.comment_link {
  display: inline;
  float: right;
  margin: 0 0 0 15px;
}

.comment_link {
  padding-bottom: 3px;
  line-height: 1.00 !important;
  vertical-align: bottom !important;
}

.comment_delete {
  position: relative;
  top: 1px;
}

.comment_link span {
  position: relative;
  top: 1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.permalink:hover {
  opacity: 1;
}

.answer-tools .permalink {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 0 0 25px;
  color: #686868;
  background: transparent url(/matlabcentral/discussions/../images/icon_link.gif) no-repeat 4px center;
  text-decoration: none;
}

.add-comment {
  padding: 10px 0 0 24px;
}

.comments h2 {
  margin: 10px 0 0;
  padding: 0 0 0 24px;
  font-size: 1.1em;
  background: transparent url(/matlabcentral/discussions/matlabcentral/answers/assets/comment.png) no-repeat 0 center;
}

.toggle-comments {
  display: none;
}

.js .toggle-comments {
  display: block;
  padding: 0 0 5px 0;
}

.toggle-comments a {
  color: #686868;
  text-decoration: underline;
}

.comment .contribution {
  float: left;
  padding: 4px 0 5px 11px;
}

.comment-body,
.comment-form {
  clear: both;
  border: 1px solid #ececec;
  padding: 8px 10px;
  background-color: #ffffff;
}

.comment-form {
  margin: 5px 0 10px 24px;
}

.comment-form p {
  margin: 0;
}

.comment .comment-form {
  margin-left: 0;
}

.comment .flaggings {
  clear: both;
}

.comment-form.matlabmarkup .ui-wrapper,
.comment-form textarea.ui-resizable {
  min-height: 75px;
}

.attached-files .icon-remove.icon_16.add_font_color_orange {
  margin-left: -5px;
  margin-bottom: 3px
}

.contribution {
  padding: 0 0 5px 0;
}

.contribution a.accepted-answer {
  font-weight: bold;
  color: #418f36;
}

.latest-activity strong {
  color: #686868;
}

.view-counts-desktop {
  position: absolute;
  bottom: 0;
  right: 0;
}

.flaggings {
  margin: 5px 0 10px;
  border: 1px solid #d6d6d6;
  padding: 5px 5px 5px 30px;
  background: #fff url(/matlabcentral/discussions/matlabcentral/images/icon_flag_yellow.png) no-repeat 4px 3px;
}

.flagging-list {
    padding-left:10px
}

.toggle-flaggings {
  float: right;
}

h1 .manage-spam {
  float: right;
  font-size: 8pt;
}


.tags {
  clear: both;
}

.tags,
.products {
  width: 355px;
  float: left;
  padding: 15px 0 0 0;
}

.tags {
  width: 385px;
}

.tags h2,
.products h2 {
  position: relative;
  margin: 0;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  padding: 5px;
  font-size: 1em;
  background-color: #f7f7f7;
}

.tags h2 {
  margin-right: 30px;
}

.tags h2 a,
.products h2 a {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 0 5px 0 16px;
  font-weight: normal;
  background: transparent url(/matlabcentral/discussions/matlabcentral/answers/assets/bullet_go.png) no-repeat 0 80%;
}

.answer-tag-list p,
.product-list p,
.community-list p {
  margin: 0;
}

.answer-tag-list em,
.product-list em,
.community-list em {
  color: #999999;
  font-style: italic;
}

a.tooltip-link:hover, a.tooltip-link:visited, a.tooltip-link.focus {
  color: #005695;
  text-decoration: none;
}

.tooltip_icon{
  font-size: small!important;
  vertical-align: middle;
}

.flagging-list li form,
.attached-files li form {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
}

.separator {
    border: none;
}

.separator:after {
  display: inline-block;
  padding: 0 5px 0 0;
}

.answer-tag-list li button,
.product-list li button,
.flagging-list li button,
.attached-files li button {
   padding: 0px 3px 2px 0px;
}

.flagging-list li button {
  background-position: 50% 25%;
}

.tip {
  margin: 0;
  padding: 5px 0 0 0;
  color: #686868;
}

h1 .tip {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

label .tip {
  display: block;
  font-weight: normal;
}

.question-list .answer-tag-list,
.question-list .product-list {
  float: left;
  clear: left;
  border: none;
  padding: 5px 0 0;
}

.question-list .answer-tag-list > span,
.question-list .product-list > span {
  display: block;
  float: left;
  width: 60px;
  padding-top: 1px;
  font-weight: bold;
}

.question-list .answer-tag-list ul,
.question-list .product-list ul {
  display: block;
  float: left;
  width: 580px;
}


.answers {
  clear: both;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #d4d4d4;
}

.answers > h2 {
  margin: 0;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  padding: 5px 0 5px 16px;
  color: #bf8c02;
  font-size: 1.3em;
}

.answers > p {
  margin: 0;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  padding: 5px 0 5px 16px;
}

.answer-wrapper {
  clear: both;
  border-top: 1px solid #ececec;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  padding: 15px;
}

.accepted {
  color: #418f36;
  font-weight: bold;
  border-color: #418f36 !important;
}

.accepted h3 {
    color: #418f36;
}

.add-answer {
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}

.add-answer h3 {
  margin: 0;
  border-top: 5px solid #ececec;
  padding: 10px 0 5px 15px;
}
.add-answer .error h3 {
  border-top: 0;
}
.add-answer p.rate-limited {
  margin: 0;
  padding: 10px 15px;
}

.answer-body,
.answer-form {
  border: 1px solid #ececec;
  padding: 8px 10px;
}

.answer-form {
  padding-top: 0;
}

.create-answer-form {
  border: none;
  padding: 10px 15px 10px 15px;
}

.accepted-answer-button-form button {
  font-weight: bold;
}

.question-body img,
.question-form .matlabmarkup-preview-body img,
.answer-body img,
.answer-form .matlabmarkup-preview-body img {
  max-width: 585px;
}

.edit_question_form {
  padding-bottom: 29px;
}

.comment-body img,
.comment-form .matlabmarkup-preview-body img {
  max-width: 540px;
}


/* Displayed code */

.question-body p, .answer-body p, .comment-body p, .matlabmarkup-preview-body p {
  line-height: 1.4;
  margin: 0 0 7px 0;
}

.question-body pre, .answer-body pre, .comment-body pre, .matlabmarkup-preview-body pre {
  line-height: 1.4;
}

/* Tabbed panels */

.tab-bar {
  clear: left;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  background-color: #f7f7f7;
}

#mainbody .tab-bar ul {
  list-style: none outside none;
  position: relative;
  top: 1px;
  margin: 0;
  padding: 0 0 0 9px;
}

.tab-bar li {
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}

.tab-bar li a {
  display: inline-block;
  width: 93px;
  min-height: 20px;
  padding: 5px 0 0 0;
  background: transparent url(/matlabcentral/discussions/matlabcentral/images/tab_inactive.gif) no-repeat 0 0;
  text-align: center;
}

/*Changes made for site 6 */
.active-tab-profile #profile_tab a,
.active-tab-questions #questions_tab a,
.active-tab-answers #answers_tab a,
.active-tab-comments #comments_tab a {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
/* Changes end */

.tab-bar .pagination {
  padding: 3px 3px 0 0;
}


.tab-body .pagination {
  padding: 3px 4px 0 0;
}


/* Contributor profiles */

.edit-profile {
  display: block;
  margin: 15px 0 0;
  padding: 0 5px 0 16px;
  background: transparent url(/matlabcentral/discussions/matlabcentral/answers/assets/bullet_go.png) no-repeat 0 80%;
}

.hcard {
  width: 360px;
  float: left;
}

.hcard p {
  font-size: 8pt;
}

.hcard dl {
  clear: left;
  padding: 0 0 5px;
}

.hcard dt {
  font-weight: bold;
}

.hcard .personal-profile {
  padding-top: 5px;
}

.hcard .personal-profile dt,
.hcard .personal-profile dd {
  width: 100%;
  float: none;
  margin: 0;
}

.reputation {
  width: 150px;
  float: right;
  border: 1px solid #c3c3c3;
  padding: 6px;
  background-color: #fff;
}

.reputation h2 {
  margin: 0;
  font-size: 1em;
}

.reputation .value {
  margin: 0 0 10px;
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
}

.reputation .question-count {
  padding: 6px 0;
}

.earned-privileges .privilege-earned {
  width: 40px;
}

.earned-privileges .reputation-required {
  width: 120px;
}


/* Tag & product multicomplete */

.ui-autocomplete {
  width: 100%;
  list-style: none outside none;
  position: absolute;
  float: left;
  margin: 0;
  border: 1px solid #c3c3c3;
  padding: 0;
  background-color: #fdfdfd;
  text-align: left;
}

.ui-autocomplete li {
  width: 100%;
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}

.ui-autocomplete li::before {
  min-width: 0 !important;
  width: 0 !important;
  content: "" !important;
}

.ui-autocomplete a {
  cursor: default;
  display: block;
  padding: 3px 24px 3px 6px;
  color: #121212;
  font-family: sans-serif;
  font-size: 10pt;
  text-decoration: none;
}

.ui-autocomplete a.ui-state-hover,
.ui-autocomplete a.ui-state-focus {
  background-color: #e3e3e3;
}

.multicomplete-token {
  display: inline-block;
  font-size: 1em;
}

.multicomplete-token:after {
  display: inline-block;
  padding: 0 5px 0 0;
}

.multicomplete-error {
  color: #900;
}

.multicomplete-error span {
  font-weight: bold;
}


/* Question autosuggest */

ul.question-autosuggest {
  max-height: 155px;
  overflow-x: hidden;
  overflow-y: scroll;
}

ul.question-autosuggest li.autosuggest-label {
  background-color: #DBE4EF;
}

ul.question-autosuggest li.autosuggest-label span {
  display: inline-block;
  padding: 3px 0 3px 6px;
  font-size: 10pt;
  font-weight: bold;
}

ul.question-autosuggest li {
  padding: 0;
}

ul.question-autosuggest li a {
  width: 100%;
  display: block;
  float: left;
  clear: left;
  padding: 0;
  position: relative;
}

ul.question-autosuggest li a strong {
  background-color: #DCE3ED;
  font-weight: normal;
}

ul.question-autosuggest li span.answers-count {
  width: 30px;
  margin: 4px 12px 4px 6px;
  border: 1px solid #686868;
  padding: 2px 0 0;
  background: none;
  background-color: #ffffff;
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 9pt;
  text-align: center;
}

ul.question-autosuggest li span.accepted {
  border: 1px solid #55b947;
  color: #55b947;
}

ul.question-autosuggest li span.title {
  margin-bottom: 2px;
  margin-top: 4px;
  display: block;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}

ul.question-autosuggest li span.support-answer {
  margin-left: 4px;
  display: inline;
  position: relative;
}

ul.question-autosuggest li span.support-answer-hover{
  width: 218px;
  padding: 2px 10px 0 10px;
  border: 1px solid #d4d4d4;
  background-color: #f7f7f7;
  line-height: 20px;
  overflow: visible;
  position: absolute;
  z-index: 9999;
}

/* jQuery UI dialog */

.ui-dialog {
  position: absolute;
  word-wrap: break-word;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  -moz-box-shadow:    0 0 10px 4px #d4d4d4;
  -webkit-box-shadow: 0 0 10px 4px #d4d4d4;
  box-shadow:         0 0 10px 4px #d4d4d4;
  text-align: left;
}

.ui-dialog-titlebar {
  cursor: move;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 20px 10px 31px;
  background: #f7f7f7 url(/matlabcentral/discussions/../images/gripper.png) no-repeat 5px center;
}

.ui-dialog-title {
/*Changes for site 6  font-size: 1.1em; */
  font-weight: bold;
}

.ui-dialog-titlebar-close {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 30px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #f7f7f7;
  background: transparent url(/matlabcentral/discussions/../images/close-button.png) no-repeat center center;
}

.ui-dialog-titlebar-close:hover {
  border: 1px solid #d4d4d4;
  background-color: #e3e3e3;
}

.ui-dialog-titlebar-close span {
  display: inline-block;
  text-indent: -9999px;
}

.ui-dialog-content {
  padding: 10px 20px 15px 31px;
}

.ui-dialog-compact .ui-dialog-titlebar {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  background: none;
}

.ui-dialog-compact .ui-dialog-title {
  display: none;
}

.ui-dialog-compact .ui-dialog-titlebar-close {
  right: 0;
  top: 0;
  border: 1px solid #ffffff;
}


.permalink-dialog {
  height: auto !important;
  min-height: 0 !important;
  padding: 10px 15px !important;
}

.permalink-dialog p {
  margin: 0;
  padding: 0;
}

.permalink-dialog .link-wrapper {
  margin: 5px 0 0 0;
  border: 1px solid #d4d4d4;
  padding: 5px;
}

.permalink_buttons {
  margin-top: 5px;
}

.word_break {
  word-break: break-all;
}



/* back port from Bootstrap */

button {
    font-family: inherit;
}
/* Customized style changes
----------------------------*/
#pagefacets {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
.search_refine h3{
    font: bold 15px/19px Arial,Helvetica,sans-serif;
    margin-left: 5px;
}
.search_refine li a {
  padding: 5px 7px;
  display: block;
}
.search_refine .refine_category_count {
  margin: 0 0 5px 7px;
  display: block;
  float: right;
}
.search_refine_scroll {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto
}
.search-tools {
    margin-top: 5px
}
.btn-group-xs .btn-group{
    margin-top: -5px
}
.btn-default {
    color: #333 !important
}
.votes-views-counts {
    margin: 10px 0 5px 0;
    width: 84px;
}
.ui-wrapper {
    width: auto !important;
}

.multicomplete-products {
    outline: none !important;
}
.multicomplete {
    border:none !important;
}
.multicomplete-wrapper input {
    width: 100% !important;
}
.add-edit-production .add-edit-tag {
    margin-top:5px;
}
.contributors-list td .col-md-1.col-sm-12.text-center span {
    font-size: 1.8em;
    display:block;
}
.contributors-list td .highlighted {
    color: #121212;
    font-weight: bold;
}
.contributors-list p {
  word-break: break-word;
}
.question-landing {
    width: 84px;
    margin-bottom: 0px !important;
}
.question-landing-title {
  margin-bottom: 5px;
  word-break: break-word;
}
.question-landing .panel-body {
  padding: 15px 10px;
}
.dl-horizontal dt {
  width: 30% !important
}
.dl-horizontal dd {
  margin-left: 180px !important
}
.product-list ul {
  display:inline;
}
.answer-tag-list ul {
  display:inline;
}
.community-list ul {
  display:inline;
}
.col-xs-3.comment-tools .flag {
  width: 70px !important;
}
.comment {
  padding-left:0px;
}
.comment .panel-body {
  padding: 5px 5px 5px 5px;
}
.contributor-page .avatar-img {
  min-width: 120px !important;
  max-width: 120px !important;
  border: 1px solid #c1c1c1 !important;
}
.nugget_container {
  margin-bottom: 20px
}
.tools-no-paddings {
  padding: 0px
}
.contributor-question table tr:first-child td {
  border-top: none;
}
.col-sm-12.col-xs-12.col-md-10.small {
  word-break: break-word;

}
.flagging-date, .comment-date, .question-ask-date, .answered-date, .answered-edit-date {
  white-space:nowrap;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-compact {
  max-width: 100% !important;
  width: auto !important
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
  max-width: 100% !important;
  width: auto !important
}

.refinable {
  margin-bottom: 0px
}
.answer-tag-list li, .product-list li {
  padding-right: 0px
}
span.icon-remove.icon_16.add_font_color_orange {
  margin-left: 0px
}
.activity-list-content, .flagging-list-content {
  word-break: break-word;
}
.contributor-page-popup {
  font: 15px/21px Arial, Helvetica, sans-serif;
}
.question-tools .flag, .tools-no-paddings .flag {
  min-width: 42px;
}
.comment-tools {
  padding-bottom: 12px;
  white-space: nowrap;
}

.related_questions .container {
  width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.break_word_wrap {
  word-break: break-all;
}
.rmv_bottom_border {
  border-bottom: none;
}

.call_to_action .h1,
.user_rep_info .h1,
.my_activity .h1,
.top_questions .h1,
.popular_tags .h1,
.share_knowledge .h1,
.rep_info .h1,
.top_contribs .h1 {
  color: #404040;
}

.hero_data_banner_container {
  background: #fff;
}
.hero_data_banner {
  background-image: url(/matlabcentral/discussions/images/responsive/supporting/apps/answers/bg-answers-section-banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.hero_data_main {
  margin-top: 26px;
  margin-bottom: 41px;
}
.hero_spacer {
  margin-top: 20px;
}
.hero_data_sub {
  margin-bottom: 50px;
}
.hero_data h1 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 0;
}
.hero_data a,
.hero_data a:visited {
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.hero_data a:hover p {
  text-decoration: underline;
}
.hero_data a:hover p.h1 {
  text-decoration: none;
}
.hero_data .h1,
.hero_data .h3 {
  margin-bottom: 1px;
  color: #ffffff;
  display: block;
}

.call_to_action .h1 {
  margin-bottom: 30px;
}
.call_to_action h4 {
  margin-bottom: 0;
}
.call_to_action hr {
  color: #cccccc;
}
#al_query {
  width: 100%;
}
#al_ask_question_btn {
  margin-bottom: 2px;
}

.call_to_action .spacer {
  height: 30px;
}
.call_to_answer .h1 {
  margin-bottom: 30px;
}
.call_to_answer a,
.call_to_answer a:visited {
  color: #ffffff;
}
.call_to_answer_text {
  display: block;
}
.call_to_answer_link {
  display: block;
}

.get_started p {
  margin-bottom: 0;
}
.get_started_spacer {
  margin-bottom: 15px;
}
.get_started .media {
  margin-bottom: 0;
}
.arrows_forward {
  width: 40px !important;
}
#getting_started_accordion .icon-arrow-open-down,
#getting_started_accordion .icon-arrow-open-up {
  margin-top: 0;
}

.contributor_tabs {
  margin-top: 30px;
}

.user_rep_info .media {
  margin-bottom: 0;
}
.user_rep_text h2 {
  color: #999999;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 5px;
}

.rep_info_sect a,
.rep_info_sect a:visited {
  width: 100%;
  color: #007DD9;
  display: block;
  text-decoration: none;
}
.rep_info_sect a:hover {
  background-color: #F5F5F5;
}
.rep_info_sect a p {
  margin-bottom: 0;
}
#rep_modal {
  color: #999999;
}
#rep_modal,
#rep_modal h4,
#q_and_a_modal,
#q_and_a_modal h4 {
  text-align: left;
}
.rep_modal_link_text {
  padding: 2px;
  display: block;
}
.rep_modal_link_rep {
  color: #404040;
  display: block;
  font-size: 32px;
  line-height: 35px;
}
.rep_modal_link_stat {
  color: #404040;
  display: block;
}

.rep_modal_table th,
.rep_modal_table .has_priv {
  color: #333333;
}
.rep_points {
  width: 10%;
  text-align: right;
}
.rep_privs {
  width: 90%;
}

.modal_close_footer {
   border-top: 0px;
 }

.top_questions .spacer {
  margin-bottom: 5px;
}

.top_questions .view_count {
  margin-right: 10px;
  color: #606060;
  font-size: 12px;
  line-height: 90%;
  text-align: right;
}

.top_questions .view_count_label {
  font-size: 10px;
}

.top_questions .h1,
.share_knowledge .h1 {
  margin-bottom: 30px;
}

.share_knowledge .try_prompt {
  margin-bottom: 30px;
}
.share_knowledge .media-body h3,
.share_knowledge blockquote {
  margin-left: 20px;
}
.share_knowledge blockquote {
  border-left: 5px solid #CCC;
  margin-bottom: 10px;
}
.share_knowledge_spacer {
  margin-top: 50px;
}
#landing_cta1 {
  width: 125px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.question_hdr {
  height: 52px;
  overflow: hidden;
}
.question_hdr a,
.question_hdr a:active,
.question_hdr a:hover,
.question_hdr a:focus,
.question_hdr a:visited {
  color: #404040;
}
.question_body {
  height: 88px;
  margin-bottom: 10px;
  color: #999;
  overflow: hidden;
}

.popular_tags .h1 {
  margin-bottom: 25px;
}

.rep_info h2 {
  margin-bottom: 30px;
}
.rep_info_column {
  padding-bottom: 0;
}
.rep_info a {
  margin-top: 2px;
}

.top_contribs h2 {
  margin-bottom: 30px;
}
.top_contribs_hdr a {
  margin-top: 12px;
}
.top_contrib {
  min-width: 260px;
}
.top_contrib .media {
  margin-bottom: 10px;
}
.top_contrib_stats {
  min-width: 155px;
}

.questions_by_product_spacer {
  height: 26px;
}

#error_modal .modal-content {
  border-radius: 6px;
}

#error_modal .modal-body {
  padding-bottom: 0;
}

#error_modal .alert {
  margin-bottom: 0;
}

.package{
  position:relative;
  background-color:#fff;
  overflow:hidden
}

.package__head{
  overflow:hidden
}

.package__img img{
  width:100%;
  height:auto
}

.package__img--search{
  max-height:120px
}

.package__overview{
  min-height:90px;
  padding:10px 10px 0;
  overflow:hidden
}

.package__overview h3{
  margin-top:0;
  color:#333;
  font:normal 400 18px/1.4 'futura-pt-n4','futura-pt','Arial',Helvetica, sans-serif
}

.package__overview p{
  font-size:12px;
  line-height:18px
}

.package__actions{
  width:99.5%;
  padding:4px 10px 3px;
  background:#fff;
  bottom:0px;
  font-size:12px;
  left:1px;
  position:absolute
}

.tag{
  margin-bottom:0;
  margin-right:10px;
  color:#999;
  display:inline-block;
  font-size:12px
}

.package__actions p .tag .float-end{
  bottom:3px;
  position:absolute;
  right:0
}

.tag em{
  padding:1px;
  font-style:normal;
  line-height:normal
}

.tag--time{
  bottom:3px;
  color:#db5f23;
  position:absolute;
  right:0
}

.package--card--large{
  height:195px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  outline:1px solid #ddd;
  box-shadow:1px 1px 2px rgba(0,0,0,0.35);
  display:inline-block;
  position:relative
}

.package--card--large:hover{
  outline-color:#FF8D54;
  outline:1px solid rgba(252,86,0,0.3);
  box-shadow:0px 0px 2px 2px rgba(252,86,0,0.3)
}

.package--card--large a {
  text-decoration:none
}

.package__img{
  height:105px;
  border-bottom:1px solid #ededed;
  overflow:hidden
}

.package__img__description{
  height:100%;
  padding:15px 15px 0 85px;
  background-color:#ededed;
  overflow:hidden;
  position:relative;
  line-height:1.5
}

.package__img__description:after{
  width:225px;
  height:1.2em;
  background:#ededed;
  bottom:0;
  content:'';
  display:block;
  position:absolute;
  right:0
}

.package__img__description span{
  color:#ccc;
  margin-left:-75px;
  float:left
}

.package__img__description p{
  display:table-cell;
  color:#999;
  font-size: 12px;
  line-height: 18px;
  vertical-align:top;
  word-break:break-all;
  word-break:break-word;
}

.package__img__description p:after{
  width:15px;
  height:90px;
  content:'';
  background:#ededed;
  position:absolute;
  right:0;
  top:0
}

.package__spacer{
  margin-bottom: 10px;
}

.share_knowledge .package--card--large{
  margin-bottom: 0;
}

span .icon-mw-staff,
span .icon-mw-mvp,
span .icon-mw-risingstar {
  display: inline-block;
}
.icon-mw-staff,
.icon-mw-mvp,
.icon-mw-risingstar {
  font-size: 80%;
}

div[id$="_attached_files"] {
  margin-bottom: -10px;
}

.icon-attachment {
  padding-right: 2px;
}

div[id^="answer_"][id$="_attached_files"] {
  margin-top: -20px;
}

div[id^="comment_"][id$="_attached_files"] > div > div.attached-files {
  margin-top: -8px;
  margin-bottom: -10px;
}

.attached-files li button {
  padding-left: 2px !important;
}

div[id^="answer_"] div.accepted, div[id^="answer_"] form[id^="accept_button_answer_"] {
  padding-bottom: 5px;
}

.tags_block {
  padding-bottom: 20px;
  padding-top: 20px;
}

.products_block {
  padding-bottom: 30px;
}

.product-form{
  display: contents !important;
}

.communities_block {
  padding-bottom: 30px;
}

.add_edit_label {
  font-size: 80%;
}


/* TEMPORARY CSS - to be removed when the new spinner logic is part of css (sep/oct 2017) */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.add_rotating {
  animation: rotating 2s linear infinite;
}
.matlabmarkup textarea {
  resize: none;
  /*display: block;*/
  overflow: auto;
  min-height: 150px;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 1.1em;
  font-family: monospace;
}

.matlabmarkup-wrapper {
  position: relative !important;
  overflow: visible !important;
  margin: 0 !important;
  border: 1px solid #c3c3c3;
  background-color: #ffffff;
  border-radius:5px;
}

.matlabmarkup .ui-wrapper {
  margin: 0 !important; /* without this !important jQuery UI overrides margin with some wacky calculations */
  padding: 5px;
}

.matlabmarkup .ui-resizable-handle.ui-resizable-se {
  width: 16px;
  height: 16px;
  /* Base64-encoded assets/images/gripper-se-dots.png */
  background:
    transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURQAAAKKiov///6Ojo+Li4l22cusAAAABdFJOUwBA5thmAAAAKUlEQVQI12NgwAcYBaC0EVRACVUWIs9oBJVXQpYHyoqA5EGyzEZQWSUASWACa1CeDjwAAAAASUVORK5CYII=)
    no-repeat 0 0;
}

.matlabmarkup-toolbar {
  height: 24px;
}

.matlabmarkup-toolbar a {
  display: inline-block;
  height: 22px;
  width: 22px;
  overflow: hidden;
  margin: 0 4px 2px 0;
  padding: 3px 2px 1px 2px;
  border: 1px solid #a3a3a3;
  text-decoration: none;
  color: #686868;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  /* Base64-encoded assets/images/toolbar.png */
  background:
    #fff
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKIAAACiCAMAAAD1LOYpAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFT09Py8vLVlZWXFxcl5eXLS0tcnJyRkZGOjo6TU1NX19fa2trgYGBZGRkEhISWVlZRUVFEBAQCgoKDQ0NNzc3MzMzRUVFJSUliIiIDw8PISEhHh4eMjIyMFvNUILdVVVVLVTLRUVFb29vVYfcKysrgYGBQkJCmpqaWFhYbW1thISEJSUlVVVVNzc3RUVFVVVVPDw8fHx8goKCd3d3MjIydHR0S0tLd3d3aWlpVVVVKysrJCQkUVFRQUFBMzMzdHR0PDw8Tk5OgICAJycnd3d3JSUlJSUlGBgYa2trJiYmXFxclpaWW1tbi4uLSkpKFxcXPW7Ucp3lYI3f1NTUMTExPj4+VVVVcXFxLi4ucnJyNjY2TU1NWlpaioqKV1dXc3NzNjY2YmJiOzs7Q0NDUlJSaGhoi4uLhoaGMDAwODg4QEBAfHx8JSUlOTk5SEhIcnJyRUVFMDAwLy8vR0dHUVFRZ2dnEBAQGxsbY2NjRUVFZmZmQEBAGRkZUVFRe3t7WVlZgYGBS0tLODg4REREKioqLi4uLS0tV4ndgqfmSn3XKVLLZ2dnPj4+Xl5eSUlJOTk5NDQ0AAAAJCQkLS0tPj4+FBQUNl/NLi4uHBwcOzs7AAAAVlZWZmZmIiIiNjY2Li4uAAAAw8PD4uLinZ2ddLjfObk+oL+FR7OZLJXg59VI4d2ZScoFSsRUedw9d9s8ScYwTsZZTcZXYtM3Usld2MVd2MVfpsSM5eayV7PtuIUubZnhcpzkRUVFpsLvnp6ejIyMIIb/JrWC8dtMVbjRs3o3SUlJcXFxZZTgiq3qrnMzkuRgUqz/+eVyV7H/hISEu4g7mWMcYWFheaLmFhYWtLS0S6b/juNbfn5+wZQ+XLT/y6VEh1UXpWwgvY48nWYdkFwalF8ai1gZbNgzIrUnTU1NYLj/EBAQyaFDxpxCoWkfXV1dV1dXiOJStoA3NTU1q2wyMzMzX47fRkZGUVFRCAgIeUsSglAVICAgKCgoGxsbOjo6qm8hkbTsQEBArXIidEYRB2QmiAAAAKF0Uk5TT+756uGwr4D35qy1ys9wtUpwf+/1tM+S/b/P9JBwcFSI8MEkYGfx7ff3dIp1iuQ33rLvsm2jzv3E7qPrssN41c+95r9BoK/LL8fT+pP0a7Nw4OD9+rjCm/LvQvX8HN4W72HtI9yT6uAl5S7fC39h4X8w5d/47o9RarhPFSrw8QojoQqR4RyAcODgcN9e8YjVvwJp/jofJE/AoAV//hjeEACFOKf6AAAEVElEQVR42u3XZVSbVxgH8E6Zu7vVfau31FZbZRWkuBa34sU1FJqEIEkjhOTO3d3qilZYIUW2LqxFRpoQIiS8TV+WndPPO5TTPyf3/+W9H3/nuXnu82Qcgc84ShxBfEPvWbUOmpgbGhV3d3MVMNE3bPaydDIzCZfoHzb79nRCImfAEv1ffW17eo67U1oEKtGXFQYq3UsLBBmgxNyVc0MCc3aUSiOqQTs6N2p7SHrOjp3SIBHou5ibPZfc5XenkzRAifp0r4rzJ6SUJ1UoYafLumS2R8KlimrcAZhz/5JgoUDBQZ7R0Q8sj5ijpJsOJVLi2CNescdqbevuOPXnHxcQiefPX2LT1dXV0tLe3t4KSfzpWg27G42IxEtX/majUqkO1dW19oESDx48rFLV139/qM7YZ0Akdlm/Uat/rK+tfff9j4xHQIlffqVWH679nY3hiA2QaG1p+1T99RefvPfBhwcOGE5iErs/+7ym5txfw7FBEtvaO2rOsflnOLbLiMTuRis7U1qNRoPBZrsASexo7GPzw3fffnzyMhtE4qlrNfw3dNOhREqkREqkxP+f6Gme+7kzM7j7PadFYxJl05vfdmniLnBxaWqeLoMkivk3pVn0zXK9Je1WvhiSOHXy+HyPprea3vHIHz95KiSxImuKm6uGYTSublOyKiCJmYLsifsaeuQN+yZmCzIhieXxCu9JN8d6LZzkrYgvp+8iJVIiJVIiIHFX2KaXCOEmrxfCEkM3bHyekNg8+QpY4oaV9rnXMw+WuCnK/k16DJWY/0Sc/eCdCEoMWdaw0X5yYx6tgCQuyPaMtZ+WPpLwOOZFBx9bbz8EJMhQ2yXZz/51fQO2o/n/EStxiQuThNWEcFLNm2GJBfqjZYQUmp9OxV0j8sM5hIhEMoJLpMsYJd4A4stD8MQhfCJhibvkp3t69Z39DGoVh2i7jDgnTuyFr+LeM+jEYeGb/YxFW2k2DWISf/n5OG2XEee4TgdfRd0Y6GgdqTANnr14cWBgAJOo071A24USKXGMEncX70YnFv9WPCo7tmNVkbbL9SA+t3ULOnHr0LZR2bGvI3HLtmfpb9ERiHtK9qATS86UjMqO7VhVpO1CiZRIiQ5O5Myff6wAvIpCrvyWclLNWyqGJUbKeT48MmPCrDsWoRLz/ILnORPOnKLbEkCJMj77j/moOEhRVliISSwv9RGHe01gAjIy1ywWQRKFPr2JxJmxaCorF5vWQr+LsngOfbopkRIpkRJxiVVZnS86g1cxsZ8HXsXIX4PQL7qAkaITFRYxODFe44He0c9oV6MTC82p4EQvswn86S6SSCSb0S+azmhKpERKdGBi4L2n+VVLsvKUwFWs6nUnJI9ZjkzUryAkxqJFJnamEaVCswiY6NQ/K0agfR25o3cyZYSsNq9V4hJjLCxROWh6EJdYpBm+5LOmh4CJ2qcIuW/wYREs8ZU1EklKypMpIuB2oTOaEm98rgJPHhF951JmyQAAAABJRU5ErkJggg==)
    no-repeat 0 0;
}

.matlabmarkup-toolbar span {
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
}

a.matlabmarkup-code span,
a.matlabmarkup-help span {
  text-indent: 0;
}

a.matlabmarkup-bold {
  background-position: 1px -143px;
}

a.matlabmarkup-italic {
  background-position: -17px -125px;
}

a.matlabmarkup-monospaced {
  background-position: -35px -107px;
}

a.matlabmarkup-bulleted-list {
  background-position: -53px -89px;
}

a.matlabmarkup-numbered-list {
  background-position: -71px -71px;
}

a.matlabmarkup-code {
  width: auto;
  margin-right: 18px;
  margin-left: 18px;
  padding: 3px 6px 1px 22px;
  background-position: -88px -53px;
}
@media only screen and (max-width: 360px) {
  a.matlabmarkup-code {
    margin-right: 4px;
    margin-left: 0px;
  }
}

a.matlabmarkup-hyperlink {
  background-position: -107px -35px;
}

a.matlabmarkup-image {
  background-position: -125px -16px;
}

a.matlabmarkup-attach-file {
  background-position: -144px 2px;
}

a.matlabmarkup-help {
  width: auto;
  margin: 0 0 2px 16px;
  border: 1px solid transparent;
  padding: 3px 6px 1px 20px;
  background-color: transparent;
  background-position: 0 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKkSURBVDjLpZPdT5JhGMb9W+BPaK3matVqndXWOOigA6fmJ9DUcrUMlrN0mNMsKTUznQpq6pyKAm8CIogmypcg8GIiX8rHRHjhVbPt6o01nMvZWge/k3vP9duuZ/edAyDnf/hjoCMP2Vr3gUDj3CdV6zT1xZ6iFDaKnLEkBFOmPfaZArWT5sw60iFP+BAbOzTcQSqDZzsNRyCNkcVoaGghzDlVQKylOHJrMrUZ2Yf52y6kc36IxpyoH1lHF7EBgyMKV4jCJ5U/1UVscU4IZOYEa3I1HtwI01hwxlDLhDoJD/wxGr5YGmOLAdRIrVCuhmD3JdA6SQabx12srGB0KSpc86ew4olDOGjH4x4z0gdHDD9+c4TaQQtq+k2Yt0egXYugTmoVZgV9cyHSxXTtJjZR3WNCVfcK/NE0ppYDUNu2QTMCtS0IbrsOrVMOWL27eNJtJLOCDoWXdgeTEEosqPxoBK/TwDzWY9rowy51gJ1dGr2zLpS2aVH5QQ+Hbw88sZ7OClrGXbQrkMTTAQu4HXqUv9eh7J0OSfo7tiIU+GItilpUuM/AF2tg98eR36Q+FryQ2kjbVhximQu8dgPKxPMoeTuH4tfqDIWvCBQ2KlDQKEe9dBlGTwR36+THFZg+QoUxAL0jgsoOQzYYS+wjskcjTzSToVAkA7Hqg4Spc6tm4vgT+eIFVvmb+eCSMwLlih/cNg0KmpRoGzdl+BXOb5jAsMYNjSWAm9VjwesPR1knFilPNMu510CkdPZtqK1BvJQsoaRZjqLGaTzv1UNp9EJl9uNqxefU5QdDnFNX+Y5Qxrn9bDLUR6zjqzsMizeWYdG5gy6ZDbk8aehiuYRz5jHdeDTKvlY1IrhSMUxe4g9SuVwpdaFsgDxf2i84V9zH/us1/is/AdevBaK9Tb3EAAAAAElFTkSuQmCC);
}


.matlabmarkup-dialog {
  overflow: hidden;
  clear: left;
  margin: 0 0 5px 0;
  border: 1px solid #c3c3c3;
  padding: 10px;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  background-color: #ffffff;
}

.matlabmarkup-dialog .errors {
  margin: 0 0 5px 0;
  border: 1px solid #d12f19;
  padding: 10px;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  background-color: #ffffff;
}

.matlabmarkup-dialog .title {
  margin: 0 0 7px 0;
  font-weight: bold;
}

.matlabmarkup-dialog .errors .title {
  padding: 0 0 0 40px;
  color: #d12f19;
}

.matlabmarkup-dialog .errors ul {
  list-style-position: inside;
  padding: 0 0 0 40px;
}

.matlabmarkup-dialog div {
  width: 100%;
}

.matlabmarkup-dialog label {
  display: inline-block;
  width: 100px;
  font-weight: bold;
}

.matlabmarkup-dialog input[type=text] {
  display: inline-block;
  width: 320px;
  border: 1px solid #c3c3c3;
  padding: 3px 5px;
}

.matlabmarkup-dialog input.placeholder {
  color: #aaaaaa;
}

.matlabmarkup-dialog .buttons {
  clear: left;
}

.matlabmarkup-dialog .guidelines {
  display: inline-block;
  margin: 10px 0 0;
  padding: 4px 0 0 20px;
  text-decoration: none;
  /* Base64-encoded assets/images/info.png */
  background:
    #fff
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKcSURBVDjLpZPLa9RXHMU/d0ysZEwmMQqZiTaP0agoaKGJUiwIxU0hUjtUQaIuXHSVbRVc+R8ICj5WvrCldJquhVqalIbOohuZxjDVxDSP0RgzyST9zdzvvffrQkh8tBs9yy9fPhw45xhV5X1U8+Yhc3U0LcEdVxdOVq20OA0ooQjhpnfhzuDZTx6++m9edfDFlZGMtXKxI6HJnrZGGtauAWAhcgwVnnB/enkGo/25859l3wIcvpzP2EhuHNpWF9/dWs/UnKW4EOGDkqhbQyqxjsKzMgM/P1ymhlO5C4ezK4DeS/c7RdzQoa3x1PaWenJjJZwT9rQ1gSp/js1jYoZdyfX8M1/mp7uFaTR8mrt29FEMQILr62jQ1I5kA8OF59jIItVA78dJertTiBNs1ZKfLNG+MUHX1oaURtIHEAOw3p/Y197MWHEJEUGCxwfHj8MTZIcnsGKxzrIURYzPLnJgbxvG2hMrKdjItjbV11CYKeG8R7ygIdB3sBMFhkem0RAAQ3Fuka7UZtRHrasOqhYNilOwrkrwnhCU/ON5/q04vHV48ThxOCuoAbxnBQB+am65QnO8FqMxNCjBe14mpHhxBBGCWBLxD3iyWMaYMLUKsO7WYH6Stk1xCAGccmR/Ozs/bKJuXS39R/YgIjgROloSDA39Deit1SZWotsjD8pfp5ONqZ6uTfyWn+T7X0f59t5fqDhUA4ry0fYtjJcWeZQvTBu4/VqRuk9/l9Fy5cbnX+6Od26s58HjWWaflwkusKGxjm1bmhkvLXHvh1+WMbWncgPfZN+qcvex6xnUXkzvSiYP7EvTvH4toDxdqDD4+ygT+cKMMbH+3MCZ7H9uAaDnqytpVX8cDScJlRY0YIwpAjcNcuePgXP/P6Z30QuoP4J7WbYhuQAAAABJRU5ErkJggg==)
    no-repeat 0 3px;
}

.matlabmarkup-dialog .button {
  display: inline-block;
  float: right;
  margin: 10px 0 0 10px;
  border: 1px solid #c3c3c3;
  padding: 3px 10px;
  text-decoration: none;
  color: #686868;
  background-color: #fafafa;
}

.matlabmarkup-dialog .button.disabled,
.matlabmarkup-dialog .upload-control-button.disabled {
  cursor: default;
  outline: none;
  border: 1px solid #eaeaea;
  color: #c3c3c3;
  background-color: #fafafa;
}

.matlabmarkup-dialog .button.cancel {
  border: 1px solid transparent;
  padding: 3px 0;
  color: #005fce;
  background-color: transparent;
}

.matlabmarkup-dialog .buttons .guidelines:visited,
.matlabmarkup-dialog .button.cancel:visited {
  color: #004aa0;
}
.matlabmarkup-dialog .buttons .guidelines:hover,
.matlabmarkup-dialog .button.cancel:hover {
  text-decoration: underline;
}

.matlabmarkup-dialog .panel-control {
  width: 135px;
  float: left;
}

.matlabmarkup-dialog .panel-control input,
.matlabmarkup-dialog .panel-control label {
  display: block;
  float: left;
  font-weight: normal;
}

.matlabmarkup-dialog .panel-control input {
  clear: left;
  padding: 0 0 5px 0;
}

.matlabmarkup-dialog .panel-control label {
  padding: 0 0 5px 5px;
}

.matlabmarkup-dialog .panel {
  width: 322px;
  float: left;
}

.matlabmarkup-dialog .panel label {
  width: auto;
  margin: 0 10px 0 0;
}

.matlabmarkup-dialog .panel input[type=text] {
  width: 280px;
}


.matlabmarkup-dialog .upload-control-wrapper {
  width: 280px;
  border: 1px solid #c3c3c3;
  padding: 3px;
}

.matlabmarkup-dialog .upload-control-wrapper.error {
  border: 1px solid #d12f19;
}

.matlabmarkup-dialog .upload-control-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 10px 0 0;
  border: 1px solid #c3c3c3;
  padding: 3px 10px;
  color: #686868;
  background-color: #fafafa;
}

.matlabmarkup-dialog .upload-control-wrapper input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 2px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.matlabmarkup-dialog .upload-control-label {
  display: inline-block;
  padding: 4px 0 0;
  vertical-align: top;
  color: #aaaaaa;
}

.matlabmarkup-dialog .file_dialog_cancel {
  margin-right: 160px;
}

.matlabmarkup .pending-uploads {
  margin: 0 !important;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  padding: 3px 5px;
  background-color: #ffffff;
}

.matlabmarkup .pending-uploads span {
  display: inline-block;
  padding: 0;
}

.matlabmarkup .pending-uploads ul {
  margin-bottom: 0;
}

.matlabmarkup .pending-uploads li button {
   padding: 0px 3px 2px 0px;
}

.matlabmarkup .pending-uploads .icon-remove.icon_16.add_font_color_orange {
  margin-left: -5px;
  margin-bottom: 3px;
}

.matlabmarkup .pending-uploads .alert-success {
  margin-bottom: 0;
}

.matlabmarkup .pending-uploads .alert-success span {
  padding: 0;
}

.matlabmarkup .pending-uploads .alert-success h3 {
  padding: 0;
  border-top: 0 !important;
}

/*.fade_out_of_view {
  -webkit-animation: 5s linear 1 both target-fade-out;
  animation: 5s linear 1 both target-fade-out;
}*/

@keyframes target-fade-out {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes target-fade-out {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.matlabmarkup-preview {
  clear: left;
  border: 1px solid #c3c3c3;
  border-radius:5px;
}

.matlabmarkup-preview-body {
  clear: both;
  min-height: 75px;
  overflow-x: auto;
  overflow-y: auto;
  border-top: 1px solid #eaeaea;
  padding: 5px;
  background-color: #fdfdfd;
  border-radius:5px;
}

.matlabmarkup-preview-divider {
  overflow: hidden;
  padding: 0 35px;
  font-size: 9pt;
  background-color: #fafafa;
  border-radius:5px;
}

.matlabmarkup-preview-divider span {
  display: block;
  float: left;
  padding: 4px 0;
  margin-left: -25px;
}

.matlabmarkup-preview-divider a {
  display: block;
  height: 16px;
  float: right;
  outline: none;
  padding: 4px 0 0;
  font-weight: normal;
  text-decoration: none;
  color: #686868;
  /* Base64-encoded assets/images/on-off.png */
  background:
    transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAkCAMAAACzM5rVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACoUExURQAAADKvJM7OztfX19vb29vb29/f39jY2NnZ2dXV1c/Pz9HR0dTU1NXV1dnZ2RRFFCJiFiRmFh2AFCh6GS6ZICR0GCqHHB2JFDCfIiexFCqNHjCvJCqFHTCuJDClIjCqIyl/HPX19ezs7PT09Ovr6+/v7/Ly8u3t7X65d6bXo4PEfIPFfa3bqorKhXLDbbXes5POj3bGcnnGdYzKhrPdsZLOjoPMgIrRgnxt/OYAAAAhdFJOUwCAGoDVgNUagNWAgNWA1RqAgBrVgNWAGoAagNXV1dXV1WUX3pkAAABtSURBVCjPY2AYIMDOysbCwY4ixKqqqKjOjCLEpqiqpMyHIsSiqKSizIkixKGkrKbCjWo8LycPFxPDSAOSjNLyEuIoQozm+jraUihCsiZmhgYyKEJymkZ6xsIoQiJaproagihCQmIKogL8A+U5AKtPB2otReBdAAAAAElFTkSuQmCC)
    no-repeat 0 0;
}

.matlabmarkup-preview-divider a:active,
.matlabmarkup-preview-divider a:focus {
  outline: none;
}

.matlabmarkup-preview-divider .matlabmarkup-preview-refresh {
  margin-right: 20px;
  padding-left: 16px;
  /* Base64-encoded assets/images/refresh.gif */
  background:
    transparent
    url(data:image/gif;base64,R0lGODlhEAAQAMQfAJXG2JXa+ZLO5ChrlkCy4TZ1kiVvpCN0trvo9SN5xTd4lrfh7iR9zo3S+EGz7JDJ4TaCromrvC9ymyV+0Dd3mTl1koe72YvN7LTj+9ne6N3g6v7+/0Cw2Stoh////////yH5BAEAAB8ALAAAAAAQABAAAAV94CeOXumJ5ah6VVFQpXSqX6YgC4JAljGTnYVAwCFcMIffx9OJdDqDB8HRSCiZCpMh0GgwroWTZ2A4JBiTn2nNVk8YiYNhIA6vGJhAwFdSdK4JAQ4EDwMDTX8rBwEXBBxDAIkrBhYQDw8AAAoaGzQeMh4ULhVKJDNrNKmqNCEAOw==)
    no-repeat 0 3px;
}

.matlabmarkup-preview-divider .matlabmarkup-preview-toggle {
  width: 40px;
  padding-left: 14px;
  background-position: -5px -14px;
}

.matlabmarkup-preview-divider .off {
  background-position: -5px 4px;
}

.matlabmarkup-preview-divider .hidden {
  display: none;
}
.answer-count-status {
    font-size: 12.75px;
	color: #418f36;
}

.answered {
    color: #343434;
}

.main-heading {
    font-size: 22px;
	margin-bottom: -2px;
}

.mwRelatedContent_heading {
    font-size: 15px;
	font-family: Arial;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font: normal 500 16px/1.19 futura-pt-n5,futura-pt,Arial,Helvetica,sans-serif;
}

.related-title {
    font-size: 12.75px;
	font-family: Arial;
	color:#187dbb;
	display:inline;
}
/* --------------- base styles  --------------*/
.rtcContent {
    display: block;
    text-align: start;
    line-height: 17.234px;
    min-height: 0px;
    white-space: normal;
    color: rgb(0, 0, 0);
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none solid rgb(0, 0, 0);
}

/* ---------------  richtext.css  --------------*/
.rtcContent .paragraphNode {
    font-family: Helvetica, Arial, sans-serif;
    white-space: pre-wrap;
    margin: 2px 10px 9px 4px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    min-height: 17px;
}

.rtcContent .heading-1 {
    margin: 10px 10px 15px 4px;
    white-space: pre-wrap;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2em;
    color: rgba(213, 80, 0, 1);
    font-weight: normal;
    min-height: 24px;
}

.rtcContent .heading-1:first-child {
    margin-top: 3px;
}

.rtcContent .heading-2 {
    margin: 15px 10px 9px 4px;
    white-space: pre-wrap;
    color: rgba(60, 60, 60, 1);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    min-height: 20px;
}

.rtcContent .heading-2:first-child {
    margin-top: 3px;
}

/* --------------- Text attributes --------------*/
.rtcContent .paragraphNode .textBox.bold {
    font-weight: bold;
}

.rtcContent .paragraphNode .textBox.italic {
    font-style: italic;
}

.rtcContent .paragraphNode .textBox.underline {
    text-decoration: underline;
}

.rtcContent .paragraphNode .textBox.monospace {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* Force expanding the line so that the container has correct height even with empty content */
.rtcContent .textBox .textWrapper:empty::before,
    /* Workaround for IE/Edge native buggy wrapping behavior. Force wrapping where it should occur. (g1447238) */
.rtcContent .textBox:first-child::before {
    content: "";
    display: inline-block;
}

/* --------------- lists.css --------------*/
.rtcContent .RTClistNode {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10.5pt;
    color: #000;
    line-height: 1.5em;
}

.rtcContent .RTClistItem {
    margin-left: 20px;
    white-space: pre-wrap;
}

/* --------------- sectionrules.css --------------*/
/*
 * Line node blocks decoration
 */
.rtcContent .CodeBlock {
    margin: 10px 3px 10px 3px;
    border-radius: 4px;
    background-color: #F7F7F7;
}

.rtcContent .CodeBlock+.paragraphNode {
    margin-top: 10px;
}

/*
 * Line nodes decoration
 */
.rtcContent .CodeBlock .lineNode:first-child {
    padding-top: 5px;
}

.rtcContent .CodeBlock .lineNode:last-child {
    padding-bottom: 5px;
}

.rtcContent .lineNode {
    padding-left: 10px;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
}


.rtcContent .lineNode .textBox {
    white-space: pre;
}

/* --------------- syntax highlighting --------------*/
.rtcContent .lineNode .textBox .textWrapper.Comment {
    color: rgb(34, 139, 34);
}

.rtcContent .lineNode .textBox .textWrapper.Keyword {
    color: rgb(0, 0, 255);
}

.rtcContent .lineNode .textBox .textWrapper.String {
    color: rgb(160, 32, 240);
}

.rtcContent .lineNode .textBox .textWrapper.SysCommand {
    color: rgb(179, 140, 0);
}

.rtcContent .lineNode .textBox .textWrapper.UndetString {
    color: rgb(179, 0, 0);
}

/* --------------- tabelofcontents.css --------------*/
.rtcContent .ToC {
    margin-bottom: 20px;
    padding-bottom: 4px;
}

.rtcContent .ToC .ToCHeading {
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
    font-weight: bold;
}

.rtcContent .ToC .ToCItems {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 7px;
    margin-top: -1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

/* --------------- Code Example--------------*/
.rtcContent .CodeExampleBlock {
    white-space: pre;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 10px 10px 5px;
    margin-left: 55px;
    margin-right: 3px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Fix for text/long code lines not wrapping */
.CodeBlock.contiguous, .rtcContent .paragraphNode {
    overflow: auto;
}

/* Fix the list styles overriden by site6 css */
.rtcContent ul.RTClistNode .RTClistItem {
    list-style-type: square !important;
}
.rtcContent .RTClistNode {
    padding-left: 40px;
    margin-left: 0px;
}
.rtcContent .RTClistItem {
    padding: 0px;
}


.mlc_body .live_eval_banner {
    bottom: 8px;
    right: 8px;
    width: auto;
    animation: slideIn 0.5s forwards;
  }
  @keyframes slideIn {
    0% {
      right: -100%;
    }
    100% {
      right: 0;
    }
  }
  .mlc_body .before-mss-call-alert {
    width: auto;
    max-width: max-content;
  }
  .mlc_body .alert-danger.after-mss-call-alert,
  .mlc_body .alert-warning.after-mss-call-alert {
    width: auto;
  }
  .mlc_body .before-mss-call-alert .progress {
    float: left;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: -32px;
  }
  .mlc_body .after-mss-call-alert {
    float: right;
  }

  .rtc_placeholder{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
  }

  #rtc_combined_editor_wrapper{
    position: relative;
    height: 100%;
  }




