/*
 * 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *
 */

 

/* overrides, candidates for mss6.css */

h1 {
  margin-bottom: 15px;
}

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


.panel-body-no-overflow {
  overflow-y: visible;
}

/* answer/cody-style tagging css */
.add_tags {
  float: left;
  font-weight: normal;
  width: 100%
}

.multicomplete {
  display: block;
  width: auto;
  cursor: text;
  overflow: hidden;
  zoom: 1;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #bbbbbb;
  padding: 0 5px;
  background-color: #ffffff;
}
.multicomplete-input {
  width: 100%;
  display: block;
  float: left;
  margin: 0 !important;
  border: 0 !important;
  padding: 3px 0 !important;
  outline: none !important;
  background-color: #ffffff;
  box-shadow: none !important;
  webkit-box-shadow: none !important;
}

.multicomplete-selected-item {
  float: left;
  margin: 0 5px 0 0;
  padding: 2px 0;
  color: #4d4d4d;
  white-space: nowrap;
}

.multicomplete-selected-item span {
  float: left;
  padding: 0 1px 0 0;
  white-space: nowrap;
}

.multicomplete-selected-item a {
  display: block;
  width: 15px;
  float: left;
  overflow: hidden;
  color: #c45400 !important;
  font-family: 'mathworks';
  white-space: nowrap;
  text-decoration: none;
}

.multicomplete-selected-item a:before {
  content: "\e64b" !important;

}

.ui-autocomplete {
  display: inline-block;
  position: absolute;
  z-index: 999999999;
  list-style: none outside none;
  max-height: 165px;
  min-width: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  margin-left: 0 !important;
  border: 1px solid #bbbbbb;
  padding: 0;
  text-align: left;
  background-color: #ffffff;
}

/* ie 6 doesn't support max-height or min-width */
html .ui-autocomplete {
  width: 150px;
}

.ui-autocomplete li {
  margin: 0;
  padding: 0;
  background: none;
}

.ui-autocomplete li a {
  display: block;
  padding: 0 0 0 6px;
}

.ui-helper-hidden-accessible { display:none; }

.tag-list {
  margin-right: 30px;
}

.tag-list em {
  color: #999999;
  font-style: italic;
}

.tag-list ul li,
.tag-list ul form {
  float: left;
  margin: 0 !important;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  background: none;
  white-space: nowrap;
}

.tag-list ul form,
.tag-list ul li a {
  display: block;
  float: left;
}

.tag-list form input {
  display: inline-block;
  width: 12px;
  border: 0;
  padding: 0;
  outline: 0;
  content: "\e64b" !important;
  color: #c45400 !important;
  font-size: 11px;
  line-height: 15px;
  text-indent: -5000px;
  cursor: pointer;
}

.tag-separator:after {
  content: ",";
  display: inline-block;
  padding: 0 5px 0 0;
}
