@charset "UTF-8";
/* CSS Document
Eric Meyer's css reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

.ie9 a:focus, .ie9 input[type='checkbox']:focus, .ie9 input[type='radio']:focus {
  /* not sure why, but links, form fields in modal dailog in IE9 would miss focus outline without this rule */
  outline: #000 dotted 1px;
}

textarea {
  overflow: auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*============Common=============*/
body {
  line-height: 1;
  background: #eee;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

button {
  line-height: normal;
  cursor: pointer;
}

pre {
  margin: 10px;
}

.outer {
  margin: 15px 22px 0 22px;
}

.highlighted {
  color: #006800;
}

.with-js .no-js-only, .no-js .js-only {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

/* ====== Headings ====== */
h1, .h1 {
  font-size: 2em;
  color: #353437;
}

h2, .h2 {
  font-size: 1.67em;
  color: #414142;
}

h3, .h3 {
  font-size: 1.46em;
  color: #505050;
}

h4, .h4 {
  font-size: 1.23em;
  color: #575757;
}

.or .h4 {
  font-size: 1.08em;
  font-weight: 600;
  padding: 0.33em 0px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #444;
}

h5, .h5 {
  font-size: 1.08em;
  color: #59595e;
}

h6, .h6 {
  font-size: 1.08em;
  color: #333;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: normal;
  font-style: normal;
}

/* ====== Default spacing ====== */
h1, h2, h3, h4, h5, h6 {
  padding: .33em 0 .33em;
  font-style: normal;
}

p {
  line-height: 1.2em;
  margin: 5px 0;
}

a {
  color: #145b82;
  padding: 0 2px;
}

a:hover {
  /*
    background-color: #145b82;
    color: #FFF;
    */
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}

/*============header =============*/
.message {
  width: 960px;
  height: 34px;
  -webkit-box-shadow: 8px 8px 5px #cdcdcd;
  -moz-box-shadow: 8px 8px 5px #ccc;
  box-shadow: 8px 8px 5px #ccc;
  margin: 2px auto;
}

.message p {
  font-size: .94em;
  line-height: 1em;
  margin: 9px 30px;
}

.confirmation {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

#page .message {
  width: 80%;
  height: 34px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px #cdcdcd;
  -moz-box-shadow: 0px 0px 0px #ccc;
  box-shadow: 0px 0px 0px #ccc;
  margin: 15px auto;
}

/*------------*/
#page {
  position: relative;
  background: #fff;
  width: 960px;
  border: 1px solid #ccc;
  min-height: 400px;
  -webkit-box-shadow: 8px 8px 5px #ccc;
  -moz-box-shadow: 8px 8px 5px #ccc;
  box-shadow: 8px 8px 5px #ccc;
  margin: 0 auto 50px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -khtml-border-bottom-left-radius: 9px;
  -khtml-border-bottom-right-radius: 9px;
}

.main-overflow-fix {
  padding-bottom: 300px !important;
}

#skip:hover {
  background-color: #145b82;
  color: #FFF;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}

#header {
  position: relative;
  min-height: 110px;
  border-bottom: 1px solid #ddd;
  background: url(/images/header-bg.png) no-repeat bottom center;
  margin-bottom: 25px;
  padding-left: 25px;
}

.ie6 #header {
  height: 110px;
}

#header a {
  text-decoration: none;
}

#header:hover a {
  text-decoration: underline;
}

#logo {
  clear: both;
  max-width: 300px;
  height: 75px;
  float: left;
  margin: 15px 5px 0 0;
}

.main-title {
  height: 36px;
  display: inline-block;
  margin: 25px 0 3px;
  font-weight: 700;
  max-width: 600px;
}

.ideascale-bw {
  display: block;
  height: 35px;
  width: 140px;
  text-indent: -10000px;
  background: url(/images/ideascale-logo-bw.png) no-repeat left top;
  margin: -9px 0 0 190px;
}

.ideascale-bw:hover {
  background: url(/images/ideascale-logo-bw.png) no-repeat left top;
}

#search {
  font-size: .75em;
  width: 350px;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 55px;
}

#search-field {
  width: 160px;
  color: #777;
}

/*------- official header layout ------- */

#official-header {
  padding: 5px;
  margin-left: -25px;
  overflow: hidden;
  position: relative;
}

#official-header #skip {
  left: 50%;
}

#official-header #logo {
  float: left;
  width: 200px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#official-header #logo img {
  vertical-align: middle;
}

#main-title {
  float: left;
  width: 100px;
  padding: 8px;
}

#header-content {
  float: right;
  width: 742px;
  position: relative;
  padding-top: 30px;
}

#header-content:first-child {
  /*logo is not available*/
  float: none;
  width: auto;
  margin-left: 22px;
}

#community-name, #slogan {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#community-name {
  font-size: 30px;
  color: #504c4d;
}

#slogan {
  font-size: 16px;
  color: #918f90;
  margin: 0.5em 0;
}

#main-nav {
  font-size: 11px;
  position: absolute;
  top: 10px;
  line-height: 1.8em;
  left: 0;
  color: #999;
}

#main-nav > a {
  text-decoration: underline;
}

#home-link {
  padding-left: 12px;
  background-image: url(/images/home.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

#header-content #search {
  right: -5px;
  top: -5px;
  width: auto;
  padding: 2px 4px 4px 6px;
  border-color: #ddd;
  border-style: none none solid solid;
  border-width: 1px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -khtml-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  box-shadow: #CCC -1px 1px 7px;
}

/*-----client and skip links-----*/
#skip, #client-link {
  position: absolute;
  top: 8px;
  font-size: .88em;
}

#skip {
  color: #000;
  left: 100px;
  margin: 0;
}

#client-link {
  left: 210px;
}

#client-link:hover {
  color: #fff;
}

/*----------*/
/*==================
============ intro,client text and simple submit form =============*/
/*-----Submit new idea button-----*/
.submit-new-idea {
  position: relative;
  font-size: 1.2em;
  color: #fff;
  margin: 0 0 18px 0;
  display: block;
  width: 250px;
  height: 30px;
  font-family: "Trebuchet MS", arial, helvetica, sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: url(/images/bg-submit-idea.png) repeat-x left top;
  text-align: center;
  padding-top: 8px;
  text-decoration: none;
}

@-moz-document url-prefix() {
  .submit-new-idea:focus {
    outline-color: black;
  }
}

.submit-new-idea:hover {
  color: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

#about .submit-new-idea {
  float: right;
  margin-right: 192px;
}

/*----------*/
/*----- Remainig votes counter -----*/
.remaining-votes {
  position: relative;
  font-size: 1.2em;
  color: #333;
  margin: 5px 0 18px -8px;
  display: block;
  width: 252px;
  height: 30px;
  font-family: "Trebuchet MS", arial, helvetica, sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #affb95;
  border: 1px solid #379516;
  text-align: center;
  padding-top: 8px;
  text-decoration: none;
}

.remaining-votes span {
  color: #379516;
}

/*----------*/
#about {
  position: relative;
  width: 910px;
  margin: 0 0 10px 29px;
  overflow-x: hidden;
  overflow-y: auto;
}

#about form, #about #client-txt {
  margin-left: 287px;
}

#intro {
  float: left;
  width: 255px;
  border: 1px solid #ccc;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
}

#intro ul {
  background-color: #e1f3f7;
  margin: 0 3px 3px;
  padding: 10px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-radius-bottom-left: 9px;
  -webkit-border-radius-bottom-right: 9px;
}

#intro h3 {
  background-color: #e1f3f7;
  font-size: 1.25em;
  font-weight: 700;
  color: #333;
  margin: 3px 3px 0;
  border-top-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-radius-top-left: 9px;
  -webkit-border-radius-top-right: 9px;
  -khtml-border-radius-top: 9px;
  padding-left: 10px;
}

#intro li {
  list-style: none;
  font-size: .85em;
  color: #474747;
  background: url(/images/icons-sprite.png) no-repeat;
  padding: 8px 0 0 52px;
}

#client-txt h2 {
  font-size: 1.38em;
  color: #414142;
}

#client-txt p {
  font-size: .88em;
  color: #575757;
  margin-bottom: 20px;
}

.big-field {
  color: #474747;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .88em;
  border: 1px solid #ccc;
  width: 99%;
  padding: 5px;
}

#got-an-idea-home>.big-field {
  width: 98%;
}

.submit {
  float: right;
  margin: 10px;
}

/*==================
============sidebar=============*/
#sidebar {
  width: 250px;
  float: left;
  margin: 0 29px 80px;
}

.section {
  display: block;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 10px;
  background: url(/images/sidebar-section-bg.png) no-repeat left bottom;
}

.section a {
  text-decoration: none;
}

.section:hover a, .section:hover .link-btn {
  /*text-decoration: underline;*/
}

.section a:hover {
  text-decoration: underline;
}

.section h3 {
  font-size: 1.13em;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  padding-bottom: 2px;
  background: #fff;
}

.section h4 {
  font-size: 1.13em;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  padding-bottom: 2px;
  background: #fff;
  position: relative;
}

.ie6 .section h4 {
  zoom: 1;
}

.section h5 {
  font-size: 1em;
  margin: 15px 0 -5px 7px;
  padding-bottom: 2px;
  font-weight: 500;
}

.section ul {
  list-style: none;
  font-size: .88em;
  margin: 5px;
  padding: 0;
}

.section li {
  color: #474747;
  margin-bottom: 6px;
}

.section li img {
  position: relative;
  top: 3px;
  margin-right: 1px;
}

/*--------old tags--------*/
#tags, #stats {
  margin: 5px;
}

#tags p {
  font-size: .88em;
  margin-bottom: 6px;
  text-align: justify;
}

.b a {
  color: #5FA8D8;
}

.c a {
  color: #80B6DF;
}

.d a {
  color: #9EC5E5;
}

.e a {
  color: #BDD6ED;
}

.b a:hover, .c a:hover, .d a:hover, .e a:hover {
  color: #FFF;
}

/*----- Tag Cloud ------*/
.tag-cloud h3 {
  margin: 0 -8px 5px -5px;
}

#tag-cloud-items {
  padding: 5px;
}

.tag-cloud a {
  line-height: 1.2em;
  display: inline-block;
}

.tag-cloud a:hover {
  color: #666 !important;
}

.tag-cloud a.very-high {
  font-size: 1.5em;
}

.tag-cloud a.high {
  color: #2F6F93;
  font-size: 1.375em;
}

.tag-cloud a.medium-high {
  color: #4B83A4;
  font-size: 1.25em;
}

.tag-cloud a.medium {
  color: #6697B5;
  font-size: 1.125em;
}

.tag-cloud a.medium-low {
  color: #82ABC6;
  font-size: 1em;
}

.tag-cloud a.low {
  color: #9DBFD7;
  font-size: .875em;
}

.tag-cloud a.very-low {
  color: #B9D3E9;
  font-size: .75em;
}

.tag-cloud a.active, .tag-cloud a.active:hover {
  background: #145b82;
  color: #FFF;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  /*background: #f2f2f3;
border-top: 1px solid #00507d;
border-bottom: 1px solid #00507d;
padding: 6px 0;*/
}

/*.b a:hover,.c a:hover,.d a:hover,.e a:hover {
    color: #FFF;
}
*/
#stats {
  text-align: center;
}

#ideas-stats, .user-stats .ideas-stats {
  font-size: 1.38em;
  color: #474747;
  border-bottom: 1px dashed #ccc;
  padding: 4px 0;
}

#other-stats, .user-stats .other-stats {
  font-size: .81em;
  color: #575757;
  padding: 4px 0;
}

.number {
  font-weight: 700;
  color: #373737;
  margin-left: 8px;
}

#top-contributors-link {
  font-size: 12px;
  padding-left: 1em;
  text-align: center;
}

.current-category {
  background: #145b82;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  /*background: #f2f2f3;
 border-top: 1px solid #00507d;
 border-bottom: 1px solid #00507d;
 width: 70%;*/
  padding: 6px 5px;
}

.section li.current-category {
  color: #fff;
}

.current-category a {
  color: #FFF !important;
  display: inline-block;
  height: 100%;
}

/*============ main content =============*/
#main {
  position: relative;
  width: 630px;
  float: left;
  padding-bottom: 50px;
}

.no-sidebar #main {
  width: auto;
  float: none;
  margin: 0 2em;
}

.listing-title {
  display: inline-block;
  padding: 5px 0 15px 0;
}

/*--------Idea nav----------*/
#listing-nav {
  list-style: none;
  margin: 0 0 0 -2px;
  padding: 0;
  clear: both;
}

#listing-nav li {
  position: relative;
  background: #f7f7f7;
  display: inline;
  font-size: .75em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  margin: 0 2px;
  padding: 6px 5px 6px 8px;
  border: 1px solid #aaa;
  border-bottom: 1px solid #f7f7f7;
  cursor: pointer;
}

#listing-nav li a {
  text-decoration: none;
  color: #474747;
  padding: 0;
}

#listing-nav li:hover {
  text-decoration: none;
  background: #eee;
}

#listing-nav li:hover a {
  color: #00507d;
}

#listing-nav .active {
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  z-index: 99;
  padding-bottom: 5px;
}

#listing-nav .active a {
  font-weight: 700;
  color: #00507d;
}

#listing-nav li a:hover {
  text-decoration: none;
  background: #eee;
}

#listing-nav li.active a:hover {
  text-decoration: none;
  background: #eee;
  color: #00507d;
}

/*--------Idea list----------*/
#ideas, #inbound-ideas, .no-ideas {
  position: relative;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 3px 0;
  margin: 5px 0;
}

.no-ideas {
  font-size: 13px;
  padding: 8px;
}

#inbound-ideas {
  margin-bottom: 15px;
}

.hanging {
  position: absolute !important;
  margin: 0 !important;
}

.idea {
  position: relative;
  width: 610px;
  min-height: 130px;
  border: 1px solid #CCC;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  margin: 5px auto;
  background-color: #fff;
}

.idea .title {
  margin-top: 5px;
  margin-right: 30px;
}

.idea .content {
  z-index: 1;
}

.content .report {
  background: url(/images/icons-sprite.png) no-repeat 0 -426px;
  position: absolute;
  top: 4px;
  font-size: .75em;
  z-index: 100;
  display: none;
  height: 16px;
  padding: 3px 5px 0 25px;
}

.sec-508 .content .report {
  display: inline;
}

.content a.report:hover {
  background-color: #145b82;
  color: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}

.idea .report.abuse {
  right: 40px;
}

.idea .report.duplicate {
  right: 160px;
}

/* ------ Verification of new ideas created while not authorized ----- */

.content .verify {
  position: absolute;
  top: 4px;
  font-size: .75em;
  z-index: 100;
  height: 16px;
  padding: 3px 5px 0 5px;
}

.idea .verify.approve {
  right: 36px;
}

.idea .verify.reject {
  right: 108px;
}

/*----------*/
.idea .content {
  /*position: relative;*/
  margin-left: 125px;
  width: 480px;
  padding: 6px 0 35px 0;
  min-height: 89px;
}

.content h3 {
  font-size: 1.31em;
  line-height: 1.1em;
  margin: 0;
  padding: 2px 0;
}

.content h3 a {
  text-decoration: none;
}

.content a {
  text-decoration: none;
}

.content:hover a {
  /*text-decoration: underline;*/
}

.content h3 a:hover {
  text-decoration: underline;
}

.content p {
  padding-top: 2px;
}

.content .error {
  margin: 1em 0 0;
}

/*------- idea voting -------*/
.voting {
  width: 120px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
}

/*----- Regular Voting ------*/

.agree, .disagree, .vote-invitation, .retract-down-vote, .retract-up-vote {
  color: #00507d;
  font-weight: 700;
  font-size: .88em;
  text-decoration: none;
  height: 15px;
  padding: 10px 0;
  display: block;
  text-align: center;
}

.agree, .disagree {
  background: url(/images/icons-sprite.png) no-repeat left top;
  text-indent: 20px;
}

.disagree, .disagreed, .vote-invitation, .retract-up-vote {
  position: absolute;
  bottom: 0;
  width: 120px;
}

.agreed {
  color: #006800;
  text-decoration: none;
  font-weight: 700;
  display: block;
  font-size: .81em;
  height: 23px;
  width: 119px;
  padding: 12px 0 0 33px;
  margin: 0 0 0 -9px;
  background: url(/images/icons-sprite.png) no-repeat left top;
}

.agreed:hover {
  color: #006800;
  text-decoration: none;
  font-weight: 700;
  display: block;
  font-size: .81em;
  background: url(/images/icons-sprite.png) no-repeat left top;
}

.disagreed, .disagreed:hover {
  color: #8b181a;
  font-weight: 700;
  font-size: .81em;
  text-decoration: none;
  height: 22px;
  width: 141px;
  margin: -4px 0 0 -9px;
  padding: 9px 0 0 33px;
  background: url(/images/icons-sprite.png) no-repeat left top;
}

.idea:hover .agree, .idea:hover .disagree {
  background-color: #00507d;
  color: #fff;
  cursor: pointer;
}

.idea:hover .agree:hover, .idea:hover .disagree:hover {
  background-color: #145b82;
}

.agree:hover, .unvoted:hover .agree, .idea:hover .agree {
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -khtml-border-top-left-radius: 9px;
  -khtml-border-bottom-right-radius: 9px;
}

.disagree:hover, .unvoted:hover .disagree, .idea:hover .disagree {
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -khtml-border-top-right-radius: 9px;
  -khtml-border-bottom-left-radius: 9px;
}

.idea:hover .voting-disabled {
  background: #e1e1e2;
}

.voting-disabled-notice {
  display: none;
  position: absolute;
  width: 82px;
  padding: 4px 4px;
  height: 34px;
  top: 44px;
  left: 15px;
  background: #939598;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
  z-index: 2;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
}

.idea:hover .voting-disabled-notice {
  display: block;
}

.voting-disabled .agree, .voting-disabled .disagree {
  background-position: 8px 50%;
  color: #bec0c2 !important;
  background-color: transparent !important;
  cursor: default !important;
}

.voting-disabled .agree {
  background-image: url(/images/agree-disabled.png);
}

.voting-disabled .disagree {
  background-image: url(/images/disagree-disabled.png);
}

.voting-disabled .vote-number {
  color: #737577;
}

.voting-disabled .unit {
  color: #abadaf;
}

/*------- feedback score -------*/
.votes, .feedback-score {
  position: absolute;
  top: 34px;
  left: 0;
  text-align: center;
  background: url(/images/idea-bg.png) left top no-repeat;
  height: 62px;
}

.votes {
  padding: 15px 0 5px 0;
}

p.votes, .feedback-score {
  line-height: 1.1em;
  margin: 0;
  width: 100%;
}

.vote-number {
  font-size: 2em;
  color: #373737;
  font-weight: 700;
  margin: 3px 0 0;
  display: block;
}

.unit {
  font-size: .81em;
  color: #575757;
}

.feedback-score > h6 {
  font-size: 11px;
  color: #999;
  text-align: center;
}

.feedback-score > .vote-number {
  color: #666;
  font-size: 2.2em;
  line-height: 1em;
  margin: -0.2em 0 0;
}

.feedback-score > .unit {
  display: none;
}

.score-bars {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 90%;
  margin: 0 5%;
  font-size: 11px;
  line-height: 1em;
  border-bottom: solid 3px #ddd;
  overflow: visible;
}

.score-bars > div {
  border-style: none none solid none;
  border-width: 3px;
  overflow: visible !important /*for animation*/;
  position: absolute;
  bottom: -3px;
}

.agreements {
  color: #0b9444;
  border-color: #0b9444;
  text-align: left;
  left: 0;
}

.disagreements {
  color: #bf1e2d;
  border-color: #bf1e2d;
  text-align: right;
  text-indent: -11px;
  right: 0;
}

/*======== idea status ========*/
.idea-status {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -10000px;
  top: 0;
  right: 0;
  z-index: 100;
  border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  -khtml-border-top-right-radius: 9px;
}

.idea-status:hover {
  border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  -khtml-border-top-right-radius: 9px;
}

.completed, .completed:hover {
  background: #fff url(/images/flag-completed.png) no-repeat right top;
  /*checkered flag*/
  color: #000;
}

.completed a {
  color: #000;
}

.offtopic, .offtopic:hover {
  background: #fff url(/images/flag-offtopic.png) no-repeat right top;
  /*checkered flag*/
  color: #000;
}

.offtopic a {
  color: #000;
}

.inbound, .inbound:hover {
  background: #fff url(/images/flag-inbound.png) no-repeat right top;
  /*arrow flag*/
  color: #000;
}

.offtopic a {
  color: #000;
}

.recyclebin, .recyclebin:hover {
  background: #000 url(/images/idea-status-corner.png) no-repeat right top; /*BLACK*/
  color: #fff;
}

.recyclebin a {
  color: #fff;
}

.under-review, .under-review:hover {
  background: #FFD324 url(/images/idea-status-corner.png) no-repeat right top; /*YELLOW*/
  color: #000;
}

.under-review a {
  color: #000;
}

.in-progress, .in-progress:hover {
  background: #008900 url(/images/idea-status-corner.png) no-repeat right top; /*GREEN*/
  color: #000;
}

.in-progress a {
  color: #000;
}

.active, .active:hover {
  background: #f7f7f7 url(/images/idea-status-corner.png) no-repeat right top; /*light,light-grey (hardly visible)*/
  color: #474747;
}

.active a {
  color: #474747;
}

.pending-review, .pending-review:hover {
  background: #796e03 url(/images/idea-status-corner.png) no-repeat right top;
  color: #fff;
}

.new-pending, .new-pending:hover {
  background: #cc0100 url(/images/idea-status-corner.png) no-repeat right top; /*RED*/
  color: #fff;
}

.new-pending a {
  color: #fff;
}

/* ------- Global Moderation Menu -----*/
.moderate {
  position: relative;
  z-index: 101;
  height: 16px;
  padding: 3px 5px 0 5px;
}

.moderate:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #145b82;
}

.moderate-menu .moderate-tab {
  position: absolute;
  right: -3px;
  top: -18px;
  text-decoration: underline;
  padding: 3px 8px 0 8px;
  z-index: 101;
  height: 15px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -khtml-border-top-right-radius: 5px;
}

.moderate-menu .moderate-tab:hover {
  text-decoration: underline;
  color: #145b82;
}

.moderate-menu {
  max-width: 200px;
  display: none;
  background: #fff;
  position: absolute;
  right: 67px;
  top: 17px;
  z-index: 102;
  padding: 10px;
  margin-top: 0px;
  border: 1px solid #ccc;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-box-shadow: -4px 2px 15px #999;
  -moz-box-shadow: -4px 2px 15px #999;
  box-shadow: -4px 2px 15px #999;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
  text-align: left;
}

.moderate-menu h4 {
  border-bottom: 1px solid #CCCCCC;
  color: #00507d;
  font-size: 1.13em;
  padding-bottom: 2px;
}

.moderate-menu ul {
  padding: 10px;
}

.moderate-menu ul:first-child, .moderate-menu li:first-child {
  border: none;
}

.moderate-menu li {
  height: 18px;
  border-bottom: 1px solid #fcfcfc;
  border-top: 1px solid #ccc;
  background-position: right top;
  padding: 8px 0px 9px 0px;
}

.moderate-menu li a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  color: #444;
  padding: 5px 0 10px 30px;
}

.moderate-menu li a:hover {
  background: transparent;
  text-decoration: underline;
}

.moderate-menu li a.current {
  background: url(/images/icons-sprite.png) no-repeat 0 -4px;
}

.moderate-menu li a.updating {
  background: url(/images/spinner.gif) no-repeat 0 4px;
}

/* ------- Admin idea menu -----*/
.moderate-idea {
  position: absolute;
  right: 40px;
  top: 4px;
  font-size: .75em;
  text-decoration: none;
  z-index: 100;
  background: url(/images/icons-sprite.png) no-repeat 5px -492px;
  height: 16px;
  padding: 3px 5px 0 25px;
}

.moderate-idea:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #145b82;
}

.moderate-idea.display-menu {
  z-index: 102;
  height: 15px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff url(/images/icons-sprite.png) no-repeat 5px -492px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -khtml-border-top-right-radius: 5px;
}

.admin-idea {
  display: none;
  background: #fff;
  position: absolute;
  right: 40px;
  z-index: 101;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-box-shadow: -4px 2px 15px #999;
  -moz-box-shadow: -4px 2px 15px #999;
  box-shadow: -4px 2px 15px #999;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
}

.admin-idea h4 {
  border-bottom: 1px solid #CCCCCC;
  color: #00507d;
  font-size: 1.13em;
  padding-bottom: 2px;
}

.admin-idea ul {
  padding: 0 10px;
  margin: 10px 0;
  width: 177px;
  /*trick for removing the top border for the first menu item (which works for IE6)*/
  overflow: hidden;
  position: relative;
  zoom: 1;
}

.admin-idea ul:first-child, .admin-idea li:first-child {
  border: none;
}

.admin-idea li {
  border-bottom: 1px solid #fcfcfc;
  border-top: 1px solid #ccc;
  background-position: right top;
  /*trick for removing the top border for the first menu item (which works for IE6)*/
  position: relative;
  top: -1px;
}

.admin-idea li a {
  font-size: .81em;
  text-decoration: none;
  display: block;
  height: 35px;
  line-height: 38px;
  overflow: hidden;
  color: #444;
  padding-left: 40px;
}

.admin-idea li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.admin-idea li a.current-status {
  background: url(/images/icons-sprite.png) no-repeat 10px 4px;
}

.admin-idea li a.updating-status {
  background: url(/images/spinner.gif) no-repeat 10px 11px;
}

/*--------- vtip css ---------*/
/* NOTICE: if a new idea status is introduced, we need to update allStatus array in vtip.js as well as the stylesheet */
p#vtip {
  display: none;
  position: absolute;
  padding: 10px;
  left: 5px;
  font-size: 0.8em;
  background-color: white;
  border: 1px solid #a6c9e2;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  z-index: 9999
}

p#vtip.completed-tip {
  background: #affb95;
  color: #333;
  border: 1px solid #379516;
}

p#vtip.closed-tip {
  background: #ced0cc;
  color: #000;
  border: 1px solid #333;
}

p#vtip.under-review-tip {
  background: #FFF6BF;
  color: #514721;
  border: 1px solid #FFD324;
}

p#vtip.in-progress-tip {
  background: #9aff81;
  color: #008900;
  border: 1px solid #008900;
}

p#vtip.active-tip {
  background: #f7f7f7;
  color: #333;
  border: 1px solid #333;
}

p#vtip.pending-review-tip {
  background: #796e03;
  color: #fff;
  border: 1px solid #ccc;
}

p#vtip.new-pending-tip {
  background: #f89c99;
  color: #cc0100;
  border: 1px solid #f00;
}

p#vtip.inbound-tip {
  background: #f89c99;
  color: #cc0100;
  border: 1px solid #f00;
}

p#vtip #vtipArrow {
  position: absolute;
  top: -10px;
  right: 10px
}

/*==================*/
/*-------------*/

.check {
  position: relative;
  bottom: 15px;
  float: left;
  width: 43px;
}

.cross {
  position: relative;
  float: left;
  bottom: 8px;
  width: 30px;
}

/*----------*/
.idea-category {
  font-size: .63em;
  color: #474747;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow {
  font-size: .69em;
}

.idea-category:hover {
  cursor: pointer;
}

.idea-preview, .content p {
  color: #474747;
  font-size: .81em;
}

.entry-summary, .entry-full {
  overflow: auto;
}

.ie6 .entry-full {
  zoom: 1;
}

.entry-summary > p > iframe, .entry-full > p > iframe, .entry-content > p > iframe, .comment-content > p > iframe, .attachment-content > p > iframe {
  margin-top: 0.5em;
}

.idea-thumbnail {
  max-width: 150px;
  max-height: 150px;
  float: left;
  margin: 10px 10px 10px 0;
}

.comments {
  padding-top: 2px;
  width: 150px;
  height: 16px;
  font-size: .69em;
  margin-top: 9px;
  position: absolute;
  bottom: 2px;
  background: url(/images/icons-sprite.png) no-repeat 0 -213px;
  text-indent: 20px;
}

.ie6 .comments {
  clear: both;
}

.details {
  position: absolute;
  width: 300px;
  color: #474747;
  font-size: .69em;
  text-align: right;
  margin: 9px 10px 0 0;
  bottom: 4px;
  right: 0px;
}

/*-------*/
.pagination {
  width: 400px;
  position: absolute;
  text-align: right;
  margin: 5px 0 0 5px;
  right: 5px;
  bottom: 20px;
}

.pagination li {
  display: inline;
  border: 1px solid #145b82;
  padding: 1px 0 1px 2px;
  font-size: .69em;
  margin: 0 2px;
}

.pagination li.current {
  padding: 1px 5px 1px 5px;
}

.pagination li a {
  display: inline-block;
  color: #145b82;
  text-decoration: none;
}

.pagination li:hover {
  background-color: #145b82;
  cursor: pointer;
}

.pagination li:hover a {
  color: #fff;
}

.displaying {
  color: #333;
  font-size: .75em;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 210px;
  margin: 5px 0 0 5px;
}

/*============footer=============*/
#footer {
  position: relative;
  clear: both;
  width: 950px;
  height: 45px;
  margin: 15px auto 5px;
  z-index: 100;
}

#footer p {
  margin-top: 9px;
  float: left;
  width: 700px;
  color: #474747;
  font-size: .69em;
}

#footer img {
  float: right;
  width: 176px;
}

.ideascale-color {
  display: block;
  height: 38px;
  width: 176px;
  text-indent: -10000px;
  background: url(/images/ideascale-logo-color.png?v=2) no-repeat left top;
}

.ideascale-color:hover {
  background: url(/images/ideascale-logo-color.png?v=2) no-repeat left top;
}

#footer .ideascale-color {
  position: absolute;
  right: 10px;
  top: 5px;
}

#footer a {
  color: #474747;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/*============Single idea=============*/
* > .single.idea .content {
  min-height: 160px;
}

.idea .stats {
  text-align: center;
  float: left;
  width: 120px;
  height: 100px;
  position: relative;
  top: 130px;
}

.idea .stats .rank {
  font-size: 1.38em;
  color: #474747;
  border-bottom: 1px dashed #ccc;
  padding: 4px 0;
}

.idea .stats .other {
  font-size: .81em;
  color: #aaa;
  padding: 4px 0;
}

.idea .owner {
  font-size: 12px;
  margin-top: 7px;
}

.idea .owner .owner-avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.idea .owner .owner-info {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2em;
}

.idea .owner .owner-info label {
  display: block;
  font-weight: bold;
  color: #474747;
}

.owner-assign {
  background: url(/images/icons-sprite.png) no-repeat 0 -359px;
  margin-top: -17px;
  margin-left: 88px;
  line-height: 15px;
}

.idea-form {
  overflow: hidden;
  background: #f2f2f3;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  padding: 10px;
}

.idea-meta, .user-meta {
  margin-top: 5px;
  padding: 5px 0;
}

.idea-meta {
  border-bottom: 1px solid #ccc;
}

.user-resume .user-meta {
  margin: 0 0 5px 94px;
}

.idea-meta dl, .idea-meta dt, .idea-meta dd, .idea-meta p, .user-meta dl, .user-meta dt, .user-meta dd, .user-meta p, .idea-meta ul, .idea-meta li {
  display: inline;
  color: #585858;
  font: 11px helvetica, arial, sans-serif;
}

.idea-meta dd, .user-meta dd {
  font-weight: 700;
  margin: 0 10px 0 2px;
}

.idea-meta .long-description, .user-meta .long-description {
  display: block;
  margin: 5px 0;
  line-height: 1.3em;
}

#idea-email-form {
  width: 510px;
}

/*-----actions-----*/
.idea .social-actions, .add-tags-form {
  background: #f2f2f3;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
}

.idea .social-actions {
  height: 30px;
  padding: 0;
}

.social-actions + .social-actions {
  margin-top: 6px;
}

.idea .social-actions li {
  list-style: none;
  float: left;
  margin: 6px 4px 0 4px;
}

.idea .social-actions li a {
  font-size: .69em;
  margin: 0px 0px 0 18px;
  white-space: nowrap;
}

.idea .social-actions li.tweet {
  margin: 5px 4px 0 6px;
}

.idea .social-actions li.tweet iframe {
  width: 88px;
}

.idea .social-actions li.like, .idea .social-actions li.linkedin-share {
  margin: 5px 4px 0 4px;
}

.yam-it {
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 6px;
  margin: -2px 0 0 2px !important;
  background-color: #48aef1;
  background-image: -moz-linear-gradient(top, #48aff3 0%, #429bd5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #48aff3), color-stop(1, #429bd5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48aff3', endColorstr='#429bd5',GradientType=0);
  background-image: -ms-linear-gradient(top, #48aff3 0%, #429bd5 100%);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #1d6291;
  cursor: pointer;
  word-wrap: break-word
}

.yam-it > span {
  font: bold 12px/1.5 Helvetica, Arial, sans-serif !important;
  background: url(https://c64.assets-yammer.com/images/embed/yammer-icon-embed-white.png) no-repeat 0 50%;
  padding-left: 22px;
}

.idea .social-actions li.emailidea {
  background: url(/images/icons-sprite.png) no-repeat;
  background-position: 0 -627px;
}

.idea .social-actions li.create-comment {
  background: url(/images/icons-sprite.png) no-repeat;
  background-position: 0 -145px;
}

.idea .social-actions li.track {
  background: url(/images/icons-sprite.png) no-repeat;
  background-position: 0 -694px;
}

.idea .social-actions li.edit {
  background: url(/images/icons-sprite.png) no-repeat;
  background-position: 0 -490px;
}

/*------*/
/*------- idea tags -------*/
.idea .tag-links, #tag-cloud-items.manage-mode a {
  font-size: .69em;
}

.idea .tag-links {
  margin-top: 10px;
}

.idea .tag-links a[rel~="tag"], #tag-cloud-items.manage-mode a {
  color: #333;
  background: #dde7f8;
  text-transform: none;
  font-weight: normal;
  line-height: 1.3em;
  border: 1px solid #a4bff0;
  border-radius: .5em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  white-space: nowrap;
  display: inline-block;
  margin: 0 4px 3px 0;
}

.idea .tag-links a[rel~="tag"], .idea .tag-links a[rel~="mtag"] {
  padding: 0 .6em;
  margin-bottom: 5px;
}
.idea .tag-links a[rel~="mtag"] {
  color: #333;
  text-transform: none;
  font-weight: normal;
  line-height: 1.3em;
  border: 1px solid #a4bff0;
  border-radius: .5em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  white-space: nowrap;
  display: inline-block;
  margin: 0 4px 3px 0;
  background: #a4bff0;
}

#tag-cloud-items.manage-mode a {
  line-height: 1.5em;
  padding: 0 10px 0 18px;
  background-image: url(/images/minus.png);
  background-repeat: no-repeat;
  background-position: 2px 50%;
  cursor: pointer;
}

.idea .content:hover .tag-links a[rel~="tag"], .idea .content:hover .tag-links a[rel~="mtag"] {
  text-decoration: none;
}

#tag-cloud-items.manage-mode a {
  text-decoration: none !important;
}

.idea .tag-links a[rel~="tag"]:hover, #tag-cloud-items.manage-mode a:hover {
  background-color: #a4bff0;
}
.idea .tag-links a[rel~="mtag"]:hover {
  background-color: #dde7f8;
}

#tags-field {
  min-height: 75px;
}

.ie7 #tags-field {
  min-height: 80px;
}

#tags-field > .tagit, #tags-field > .tag-editor {
  max-height: 46px;
  margin-top: 3px;
}

.feature-activator {
  background: url(/images/icons-sprite.png) no-repeat 0 -492px;
  font-size: 0.69em;
  line-height: 1.5em;
}

.section .feature-activator {
  margin-left: 6px;
}

.feature-activator a,
.feature-activator .link-btn {
  margin-left: 20px;
}

#manage-tags-deactivator {
  display: none;
}

.feature-activator, .add-tags-form {
  margin-top: 1em;
}

.feature-activator, .moderator-tags-form {
  margin-top: 1em;
}

.add-tags-form {
  display: none;
  padding: 0.6em 12px;
  overflow: auto;
}

.add-tags-form label {
  color: #333;
  font-size: 0.9em;
  display: block;
  margin-bottom: 4px;
}

.add-tags-form button {
  margin-top: 8px;
}

.moderator-tags-form {
  display: none;
  padding: 0.6em 12px;
  overflow: auto;
}

.moderator-tags-form label {
  color: #333;
  font-size: 0.9em;
  display: block;
  margin-bottom: 4px;
}

.moderator-tags-form button {
  margin-top: 8px;
}

/*------*/
.extras {
  clear: left;
  width: 584px;
  border: 1px solid #ccc;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  background: #f2f2f3;
  margin: 8px auto;
  padding: 8px 13px;
}

.extras > .h2 {
  font-size: 22px;
  color: #4d4c4e;
  font-weight: bold;
  padding: 0;
}

.extras > ul, .extras > ol {
  margin-top: 0.6em;
}

.h2 > span {
  color: #abadaf;
  font-weight: normal;
}

/* avatar */
.avatar, .avatar img {
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.avatar a, .avatar img {
  display: block;
}

.avatar a {
  padding: 0;
}

/*============comments=============*/

#comments {
  position: relative;
}

.sort-by {
  position: absolute;
  right: 0;
  font-size: 13px;
  color: #666;
}

.extras .sort-by {
  top: 8px;
  right: 13px;
}

.leaderboard-sorting {
  top: 15px;
}

.comment, .attachment, .similar-ideas {
  position: relative;
  clear: both;
  background: #FAFAFA;
  overflow: hidden;
  min-height: 40px;
  border: 1px solid #CCC;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  color: #474747;
  list-style-type: none;
  margin: 5px 0;
  padding: 8px 8px 8px;
}

.idea-submitter {
  background: #eef4f9;
}
.idea-submitter-title {
  color: #fff;
  background: #2578b3;
  padding: 3px 5px;
  border-radius: 3px;
  float: right;
  margin-right: 135px;
}
.merged-idea-title {
  color: #fff;
  background: #1eb32a;
  padding: 3px 5px;
  border-radius: 3px;
  float: right;
  margin-right: 135px;
}
.comment.idea-submitter .avatar,
.attachment.idea-submitter .avatar {
  background: url(/images/bg-avatar-idea-submitter.png) no-repeat left top;
}

.similar-ideas .title-text {
  font-size: 80%;
  padding-bottom: 5px;
}

.similar-ideas .bottom-left {
  position: absolute;
  bottom: 2px;
}

.similar-ideas .bottom-left .score-text {
  float: left;
  margin-bottom: 4px;
  margin-right: 10px;
  font-size: .75em;
}

.similar-ideas .bottom-left .rank-text {
  float: left;
  margin-bottom: 4px;
  margin-right: 10px;
  font-size: .75em;
}

.similar-ideas .bottom-left .comment-link {
  float: left;
  margin-right: 10px;
}

.comment, .attachment {
  padding: 0 8px 8px 0;
}

.comment .avatar, .attachment .avatar {
  float: left;
  padding: 5px 0 0 5px;
}

.comment-author-name, .comment-date {
  margin: 8px 0;
  color: #96989b;
}

.comment-author-name > a {
  padding: 0 2px 0 0;
}

.comment p, .attachment p, .comment-author-name, .comment-date, .sub-comment, .comment-l10n-status {
  margin-left: 92px;
}

.ie6 .comment-date {
  left: 92px;
  margin-left: 0;
}

.comment p, .attachment p, .comment-author-name, .comment-date, .comment-form {
  font-size: .75em;
}

.comment .comment-meta, .comment-actions, .attachment .attachment-meta {
  position: absolute;
  bottom: 5px;
  font-size: .69em;
}

.ie7 .comment-meta {
  left: 0;
}

.comment-actions {
  left: 180px;
}

.comment-action {
  float: left;
  padding: 6px 12px 6px 22px;
  background: no-repeat 0 50%;
}

.comment-action > strong {
  font-size: 1.2em;
  margin: 0 2px;
}

.comment-action > a {
  vertical-align: text-top;
}

.reply-comment {
  background-image: url(/images/comment-reply.png);
}

.comment-vote-up {
  background-image: url(/images/vote-up.png);
  background-position: 0 0;
}

.comment-vote-up > strong {
  color: #1f984f;
}

.comment-vote-down {
  background-image: url(/images/vote-down.png);
  background-position: 0 100%;
}

.comment-vote-down > strong {
  color: #c1343e;
}

.comment-vote-in-progress {
  background-image: url(/images/spinner.gif);
  background-position: 0 50%;
}

.comment-vote-desc {
  display: none;
}

.comment-attachment-add {
  background: url(/images/icons-sprite.png) no-repeat 2px -77px;
}

.comment .comment-content, .attachment .attachment-content {
  margin-top: 5px;
  margin-bottom: 20px;
}

.comment.moderator .avatar, .attachment.moderator .avatar {
  background: url(/images/bg-avatar-moderator.png) no-repeat left top;
}

/* Comments > Status Corner */
.comment div.status, .user-resume div.status, .attachment div.status {
  font-size: .69em;
  position: absolute;
  top: 10px;
  right: 10px;
  white-space: nowrap;
}

/* Comments > Status Corner > Moderation */
.comment .status ul.actions li, .user-resume .status ul.actions li, .attachment .status ul.actions li {
  display: inline;
  font-weight: 700;
}

.comment .status .approve, .user-resume .status .approve {
  color: #006800;
}

/* Comments > Status Corner > Moderator Annotation */
.comment.moderator .status, .attachment.moderator .status {
  text-transform: uppercase;
  font-weight: 700;
  color: #86ad4c;
}

.comment .status .actions .report-abuse {
  display: none;
  background: url(/images/icons-sprite.png) no-repeat 0 -426px;
  height: 16px;
  text-transform: uppercase;
}

.sec-508 .comment .status .actions .report-abuse {
  display: inline;
}

.comment .report-abuse a {
  margin: 2px 6px 0 17px;
}

.comment .status .actions .delete {
  text-transform: uppercase;
}

.comment.moderator, .attachment.moderator {
  background: #fffef4;
}

.comment.moderator.sticky {
  background: #eeeeff;
}

.comment-form, .attachment-form {
  border: dotted 1px #999;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: #fff;
  padding: 10px 14px 6px;
  margin-top: 5px;
}

.comment-form .largetext {
  width: 100%;
  margin-left: -3px;
  height: 5em;
}

.attachment-form .text {
  width: 98%;
}

.comment-form .checkbox, .comment-form .language-field {
  margin-top: 4px;
}

.comment-form-actions {
  margin-top: 4px;
  text-align: right;
}

.child-comments, .comment-attachments {
  margin-left: 30px;
}

/*==================*/
/*============ Overlays =============*/
.overlay {
  background: #ffffff;
  border: 5px solid #7b7b7b;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 15px 20px 36px 34px;
}

.overlay input[type=password], .overlay input[type=text], .overlay textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.neat-overlay, .compact-overlay {
  padding: 15px 20px;
}

.neat-overlay {
  font-size: 13px;
}

.overlay textarea {
  min-width: 100%;
}

.overlay h3 {
  border-bottom: 2px solid #ccc;
  padding-bottom: 3px;
}

.overlay h4 {
  margin: 25px;
  color: #444;
  font-size: 1.08em;
  font-weight: 600;
}

h4.login-notice {
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 3px #444;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.4em;
}

.overlay p {
  color: #939598;
  font-size: .75em;
  font-weight: 400;
  margin: 2px 0 5px;
}

.strict-sec-508 .overlay p {
  color: #555;
}

.overlay .form-field input[type=password], .overlay .form-field input[type=text] {
  height: 19px;
  font-size: .75em;
}

.overlay .form-augmentation {
  font-size: .75em;
}

.overlay label {
  color: #444;
  display: block;
  font: bold .81em helvetica, arial, sans-serif;
  text-transform: capitalize;
}

.overlay .required {
  color: #c33;
  margin-left: 2px;
}

.overlay .aclaration {
  font-weight: 400;
  margin-left: 3px;
  font-size: .63em;
  color: #b7b8ba;
}

.strict-sec-508 .overlay .aclaration {
  font-size: 11px;
  color: #666;
}

.overlay .legend {
  bottom: 4px;
  left: 20px;
  font-size: .69em;
}

.legend .required {
  margin: 0 2px 0 0;
}

.strict-sec-508 .overlay .legend {
  font-size: 11px;
}

.overlay .form-field input[type=password], .overlay .form-field input[type=text], .overlay .form-field textarea {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .88em;
  border: 1px solid #ccc;
}

.overlay .form-field {
  margin: 10px 0;
}

.overlay .form-field input[type="checkbox"] {
  vertical-align: text-top;
}

.overlay label.checkbox-label {
  font-weight: normal;
  display: inline;
  margin-left: 5px;
  text-transform: none;
}

.overlay .form-field input[type="text"].zip {
  min-width: 50px;
  max-width: 55px;
}

.field-with-counter {
  position: relative;
}

.form-field .character-counter {
  margin: 0;
}

.idea-custom textarea + .character-counter {
  position: static;
  text-align: left;
}

/*------ Form Errors ------*/
.validation-error input, .validation-error textarea, .form-field.validation-error input[type=password], .form-field.validation-error input[type=text], .form-field.validation-error textarea {
  background: #fff url(/images/txt-error.gif) repeat-x left top;
  border: 1px solid #D35757;
}

.validation-error, .validation-error label {
  color: #B70B0B !important;
}

.validation-error .aclaration {
  color: #B70B0B !important;
}

/*------ Submit form ------*/
.submit-form.overlay {
  width: 450px;
}

.submit-form.overlay.dual {
  width: 780px;
}

* > .submit-form.overlay.single {
  width: 400px;
}

.submit-form.overlay .idea-details {
  position: relative;
  float: left;
  width: 360px;
  padding-right: 20px;
}

.submit-form.overlay .idea-custom {
  position: relative;
  float: right;
  width: 360px;
  border-left: 1px dashed #ccc;
  padding-left: 27px;
}

.submit-form.overlay .or {
  position: relative;
  width: 20px;
  height: 420px;
  float: left;
  text-align: center;
  margin: 0 0 0 0;
}

.submit-form.overlay h4 {
  margin: 25px 0;
}

.submit-form.overlay .or h4 {
  margin: 25px 4px 0 0;
  position: relative;
}

.submit-form.overlay .or .divider {
  height: 400px;
  width: 2px;
  margin: 20px 0 0 8px;
  border-left: 1px dashed #ccc;
}

.submit-form.overlay textarea {
  min-height: 112px;
}

.ie7 .submit-form.overlay textarea {
  min-height: 100px;
}

.submit-form.overlay textarea, .overlay .form-field input[type=text], .overlay .form-field input[type=password] {
  min-width: 100%;
}

.submit-form.overlay textarea, .textbox, .largetext,
.overlay .form-field input[type=text],
.overlay .form-field input[type=password] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.largetext {
  padding: 2px;
}

.textbox {
  padding: 2px 0;
}

.submit-form.overlay select {
  width: 150px;
}

.submit-form.overlay textarea, .overlay .form-field input[type=text], .overlay .form-field input[type=password], .submit-form.overlay select {
  margin: 2px 0 0;
  padding: 0;
}

.overlay .form-field input[type=text], .overlay .form-field input[type=password] {
  padding: 1px 0;
}

.submit-form.overlay .submit {
  float: none;
  position: absolute;
  right: 21px;
  bottom: 10px;
  margin: 0;
}

/*------ Forgot password ------*/
.forgot-password.overlay {
  width: 640px;
}

.forgot-password.overlay input[type="text"] {
  margin-bottom: 5px;
  min-width: 320px;
  display: block;
}

.forgot-password.overlay input[type="button"]:after {
  font-size: .75em;
}

/*------ Idea form ------*/

#idea-title-field {
  margin-bottom: 0;
}

#dynamic-search-results {
  position: relative;
  display: none;
  height: 94px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border: dashed 1px #ccc;
  border-top: none;
  font-size: 12px;
}

.processing {
  background-image: url(/images/search-spinner.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.processing div {
  opacity: 0.3;
}

#dynamic-search-results h6 {
  font-weight: bold;
  color: green;
}

#dynamic-search-results h6, #dynamic-search-results a, #dynamic-search-results p {
  font-size: 12px;
  padding: 4px;
  margin: 0;
}

#dynamic-search-results li {
  border-top: solid 1px #eee;
}

#dynamic-search-results a {
  display: block;
  text-decoration: none;
}

#dynamic-search-results a:hover {
  color: #145B82;
  background: #eee;
}

#dynamic-search-results a:focus {
  outline: none;
  background: #FFFFBB;
}

#dynamic-search-results p {
  color: #333;
}

.change-alert {
  background-color: #FFFFBB;
}

#idea-title-field-wrapper, #other-idea-fields-wrapper {
  padding-left: 2px;
  width: 358px;
}

#other-idea-fields-wrapper {
  padding-right: 10px;
  overflow: hidden;
  position: relative;
}

.hidden-hint {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(top, rgba(247, 249, 249, 0), #f7f9f9);
  background: -moz-linear-gradient(top, rgba(247, 249, 249, 0), #f7f9f9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 249, 249, 0)), to(#f7f9f9));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType = 0, StartColorStr = '#00f7f9f9', EndColorStr = '#FFf7f9f9');
}

.no-scrollbar {
  overflow: hidden !important;
}

/*---------*/
/*------ Login form ------*/
.login-form.overlay.dual {
  width: 780px;
}

* > .login-form.overlay.single {
  width: 390px;
}

.login-form .social-auth-widget {
  position: relative;
  width: 374px;
  height: 316px;
  float: left;
}

.login-form .social-auth-widget h4 span {
  color: #666;
  font-weight: bold;
  margin-left: 97px;
  position: absolute;
}

.social-auth-widget-placeholder li {
  display: inline-block;
  margin: 0 3% 3% 0;
  background: #1377c7;
  border: 1px solid #ddd;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 3px #f0f0f0;
  -webkit-box-shadow: 0 2px 3px #f0f0f0;
  box-shadow: 0 2px 3px #f0f0f0;
  font-size: 32px;
  line-height: normal;
}

.social-auth-widget-placeholder li:hover{
  background: #2687d5;
}
.social-auth-widget-placeholder li a{
  padding: 0 7px 5px 12px;
}
.social-auth-widget-placeholder li a:hover{
  text-decoration: none;
}
.social-auth-widget-placeholder img {
  vertical-align: middle;
  margin-right: 5px;
}

.login-form .ideascale-login {
  width: 374px;
  height: 316px;
  float: left;
}

.login-form .ideascale-login form {
  padding: 30px 0 0 25px;
  margin-top: -30px;
  height: 212px;
  width: 313px;
}

.login-form .forgot-password {
  text-align: right;
}

.login-form .register-now {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-left: 48px;
  margin-bottom: 5px;
}

.login-form .submit, .assessment .submit, .neat-btn {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  border: 1px solid #247E9B;
  background-color: #247E9B;
  padding: 7px 15px;
  text-align: center;
  text-shadow: 1px 1px 1px #057;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3CD7D7), to(#388));
  background-image: -webkit-linear-gradient(top, #1BC, #28A);
  background-image: -moz-linear-gradient(top, #1BC, #28A);
  background-image: -ms-linear-gradient(top, #1BC, #28A);
  background-image: -o-linear-gradient(top, #1BC, #28A);
  background-image: linear-gradient(top, #1BC, #28A);
}

.login-form input[type=checkbox] {
  margin-left: 106px;
}

.login-form .or {
  position: relative;
  width: 20px;
  height: 316px;
  float: left;
  text-align: center;
  margin: 0 0 0 0;
}

.login-form .or h4 {
  margin: 25px 4px 0 0;
  position: relative;
}

.login-form .or .divider {
  height: 220px;
  width: 2px;
  margin: 20px 0 0 8px;
  border-left: 1px dashed #ccc;
}

/*---------*/
/*------ Register form ------*/
.register-form, .tos-dialog {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.register-form {
  width: 314px;
}

.register-form form {
  width: 311px;
  margin: 0 auto;
}

.tos-dialog {
  width: 440px;
}

.tos-dialog form {
  margin-top: 20px;
}

/*==================*/
.tag-row a, .thumb {
  margin-right: 5px;
}

#listing-nav a:hover, .inactive:hover, .current {
  color: #fff;
  background-color: #145b82;
}

.submit-form.overlay .form-field.select-field label {
  display: inline;
}

.go_red {
  color: red;
}

.go_green {
  color: green;
}

/*============New comment form=============*/

#new-comment-form {
  overflow: hidden;
  margin: 20px -1px 0 0;
}

#new-comment-form .h3 {
  color: #2578b3;
  font-weight: bold;
  font-size: 22px;
}

#new-comment-form textarea {
  height: 75px;
  width: 471px;
  padding: 10px 10px 10px 20px;
  margin-bottom: 5px;
  border: none;
  background: url(/images/comment-box.png) no-repeat;
  /*disable background in ie7&6, because of the background scrolling bug*/
  *border: 1px solid #ccc;
  *background: #fff;
  *padding-left: 10px;
  *margin-left: 10px;
  *width: 470px;
  resize: none;
  overflow: auto;
}

#new-comment-form label, #idea-file-attachment-form label, #idea-file-attachment-form textarea {
  display: block;
  margin: 5px 0;
}

.with-placeholder-text {
  color: #bec0c2;
}

#idea-file-attachment-form textarea {
  width: 97%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ccc;
}

#new-comment-form .photo, #idea-file-attachment-form .photo {
  float: left;
  clear: left;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

#new-comment-form .photo {
  margin-left: 5px;
}

#idea-file-attachment-form .photo {
  margin: 0 10px 0 0;
}

#new-idea-file-attachment .note {
  margin-left: 90px;
}


.ie7 #idea-file-attachment-form .photo {
  margin: 0 10px 0 0;
}

#new-comment-form .form-field, #idea-file-attachment-form .form-field {
  margin: 0px 0 0 20px;
}
#idea-file-attachment-form .note {
  margin: 15px 0 0 90px;
}

#idea-file-attachment-file-field {
  margin: 0 !important;
}

#new-comment-form .checkbox, #new-comment-form .language-field {
  margin: 5px 0 0 94px;
}

#new-comment-form .language-field {
  margin-bottom: 4px;
}

#new-comment-form .checkbox-label, #new-comment-form .language-field label {
  font-size: 14px;
  color: #4d4c4e;
  display: inline;
}

#new-comment-form .submit {
  margin-top: 2px;
}

#new-comment-form .validation {
  margin-left: 96px;
  margin-top: 0;
  font-size: 12px;
}

/*============css sprites=============*/
.agreed {
  background-position: 0 0;
  height: 31px;
}

.disagree {
  background-position: 10px -1105px;
}

.agree {
  background-position: 10px -1174px;
  text-align: left;
  text-indent: 35px;
}

.comments.create-comment, .similar-ideas .create-new-comment {
  background-position: 0 -147px;
}

.disagreed, .disagreed:hover {
  background-position: 0 -279px;
}

.edit-profile {
  background-position: 0 -360px;
  height: 16px;
}

.twitter, .email, .feed {
  padding-left: 22px;
  background: url(/images/icons-sprite.png) no-repeat left top;
}

.feed {
  background-position: 0 -558px;
  height: 19px;
}

.email {
  background-position: 0 -627px;
  height: 19px;
}

.twitter {
  background-position: 0 -764px;
  height: 19px;
}

#intro li.user-step-1 {
  background-position: 0 -831px;
  height: 46px;
  padding-top: 17px;
}

#intro li.user-step-2 {
  background-position: 0 -927px;
  height: 42px;
}

#intro li.user-step-3 {
  background-position: 0 -1019px;
  height: 46px;
}

/*============ TOS and contact =============*/
.tos, .contact {
  padding: 6px 0 35px 0;
  width: 90%;
}

.no-sidebar .tos {
  width: auto;
}

.tos p, #register-tos-content p, .contact p {
  margin: 0 0 10px;
  line-height: 1.3em;
  font-size: .81em;
  color: #666;
}

.tos h2, .contact h2 {
  font-size: 1.46em;
}

.tos h3, .contact h3 {
  margin: 20px 0 0;
  font-size: 1.23em;
}

.tos ol, #register-tos-content ol {
  margin: 10px;
}

.tos ol li, #register-tos-content ol li, .contact ul li {
  color: #666;
  font-size: .81em;
  line-height: 1.3em;
  margin: 10px;
}

.tos ol li, #register-tos-content ol li {
  list-style-type: decimal;
}

.contact em {
  font-weight: bold;
  width: 60px;
  display: inline-block;
}

.contact .email {
  padding: 0 0 0 20px;
}

/*============ User profile =============*/
.user-resume {
  border: 1px solid #ccc;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  background: #f4f4f4;
  margin: 0px auto 15px auto;
  padding: 8px;
  color: #474747;
  position: relative;
  min-height: 78px;
}

.user-resume div.avatar {
  float: left;
  margin-bottom: 3px;
}

.user-resume h2 {
  margin-left: 92px;
  padding-top: 2px;
  font-size: 1.46em;
}

.member-domain {
  font-size: 12px;
  margin-top: 0.5em;
  color: #666;
  padding-left: 2px;
}

.user-resume a {
  text-decoration: none;
}

.user-resume p {
  margin-left: 94px;
  font-size: .75em;
}

.user-resume p.adr {
  font-size: .81em;
  margin: -5px 0 0 94px;
  color: #666;
}

.user-resume p.member-since {
  margin: -1px 0 5px 94px;
}

.no-longer-member {
  color: red;
}

.user-stats {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: .9em;
  text-align: center;
}

.user-resume .user-stats p {
  margin-left: 0;
}

.user-stats .ideas-stats {
  padding-top: 0;
  margin-top: 0;
}

.user-stats .other-stats {
  padding-bottom: 0;
  margin-bottom: 0;
}

.user-stats-details, .user-stats-points {
  float: left;
}

.user-stats-details {
  margin-right: 8px;
  padding-right: 12px;
  border-right: dashed 1px #ccc;
}

.user-stats-points {
  color: #999;
  position: relative;
}

.user-stats-points strong {
  display: block;
  font-family: Georgia, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.8em;
  color: #373737;
  margin: 0 0 5px;
}

.user-stats-points .points-summary {
  display: none;
}

.points-summary {
  font-size: 20px;
  line-height: 1.3em;
}

.points-summary, .points-summary li {
  padding: 0 !important;
  margin: 0 !important;
}

.points-summary li {
  text-align: center;
  list-style: none !important;
}

.user-stats-points a {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.user-stats-points a:hover {
  background-color: transparent;
}

.activity-stream {
  border: 2px solid #ccc;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  margin: -10px auto 15px auto;
  padding: 8px;
  position: relative;
  min-height: 20px;
}

.activity-stream, #idea-event-list {
  color: #474747;
  font-size: .9em;
}

.activity:first-child {
  border-top: none;
}

.activity {
  border-top: 1px dashed #ccc;
  padding: 5px;
  min-height: 16px;
  position: relative;
}

.member-activity-paging{
  margin-top: 45px;
}

#idea-event-list > .activity {
  padding: 5px 0;
}

.what-activity {
  display: inline-block;
  font-size: 1em;
  max-width: 530px;
}

.what-activity > em {
  font-style: normal;
  color: #1C6131;
}

.when-activity {
  position: absolute;
  right: 2px;
  bottom: 0.5em;
  font-size: .75em;
}

/*============ Category and search =============*/
select.category {
  width: 100%;
}

.category-description, .no-results {
  font-size: .88em;
  color: #474747;
  margin: -10px 0 20px;
}

/* ============ Private Community =============*/
.private-community, .generic-info {
  position: relative;
  min-height: 130px;
  margin: 20px 16px 16px;
  padding: 20px;
  background-color: #fff;
}

.private-community p, .generic-info p {
  color: #4a4a4c;
}

.private-community p em, .generic-info p em {
  font-weight: bold;
  font-style: normal;
  color: #4a4a4c;
}

/* --------- Private Community + Popup DIVs telling users they need to log in ---------*/
.private-community .links, .generic-info .links {
  text-align: center;
  margin-top: 30px;
}

.private-community a, .generic-info a, .dialog-link-btn {
  margin: 0 30px;
  -moz-border-radius: 4px 4px 4px 4px;
  background: url(/images/bg-button-off.jpg) repeat-x scroll center bottom transparent;
  border: 1px solid;
  border-color: #D6D6D6 #D6D6D6 #CCCCCC;
  color: #4a4a4c;
  padding: 2px 7px;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
}

.private-community a:hover, .generic-info a:hover, .dialog-link-btn:hover {
  color: #4a4a4c;
  text-decoration: underline;
}

/* --------- alert messages --------- */
.invisible {
  display: none;
}

.alert-message {
  padding: 7px 10px 7px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-position: 2px 3px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #000;
  -moz-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
}

.alert-message p {
  margin: 0;
  line-height: 1.3em;
}

.close-alert-message {
  display: none;
}

#page > .alert-message, .custom-landing-page > .alert-message {
  padding-right: 34px;
  width: 750px;
  position: fixed;
  top: 32px;
  left: 50%;
  margin: 0 0 0 -409px;
  z-index: 1000;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-left-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#page > .alert-message .close-alert-message, .custom-landing-page > .alert-message .close-alert-message {
  display: block;
  position: absolute;
  right: 2px;
  top: 3px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url(/images/alert/close.png);
}

.error, .notice, .success, .error p, .notice p, .success p {
  color: #fff;
  font-size: 15px;
}

.error a, .success a {
  color: #fff;
}

.notice, .notice p, .notice a {
  color: #000;
}

.error {
  background-image: url(/images/alert/error.png);
}

.notice {
  background-image: url(/images/alert/notice.png);
}

.success {
  background-image: url(/images/alert/success.png);
}

.error, .ie7 .error p, .ie6 .error p {
  background-color: #cc3333;
  background-color: rgba(204, 51, 51, 0.9);
}

.notice, .ie7 .notice p, .ie6 .notice p {
  background-color: #ffdf12;
  background-color: rgba(255, 223, 18, 0.9);
}

.success, .ie7 .success p, .ie6 .success p {
  background-color: #1d8821;
  background-color: rgba(29, 120, 33, 0.9);
}

.overlay .error, .overlay .notice, .overlay .success {
  margin: 15px 0;
}

.alert-overlay {
  padding: 10px 20px;
}

.overlay .alert-message {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.login-form .alert-message {
  margin: 15px 25px 0;
}

#nyroModalLoading.error, #nyroModalLoading.error a {
  color: red;
}

/* ------------- Global Flagged ------------- */
.flagged {
  background: #FBE3E4;
  color: #8a1f11;
  border: 2px solid #8a1f11;;
}

.flagged a {
  color: #8a1f11;
}

.flagged a:hover {
  background-color: #8a1f11;
  color: #FBE3E4;
}

.flagged a.approve {
  color: #006800;
}

.flagged a.approve:hover {
  background-color: #006800;
  color: #E6EFC2;
}

/* ------------- Moderate Idea Status Corners ------------- */
.admin-idea .active, .admin-idea .active:hover, .admin-idea .recyclebin, .admin-idea .recyclebin:hover, .admin-idea .in-progress, .admin-idea .in-progress:hover, .admin-idea .new-pending, .admin-idea .new-pending:hover, .admin-idea .under-review, .admin-idea .under-review:hover {
  background: #fff url(/images/status-corners-sprite.png) no-repeat right top;
}

.admin-idea .active, .admin-idea .active:hover {
  background-position: right 0;
}

.admin-idea .recyclebin, .admin-idea .recyclebin:hover {
  background-position: right -84px;
}

.admin-idea .in-progress, .admin-idea .in-progress:hover {
  background-position: right -168px;
}

.admin-idea .new-pending, .admin-idea .new-pending:hover {
  background-position: right -252px;
}

.admin-idea .under-review, .admin-idea .under-review:hover {
  background-position: right -336px;
}

/* -------------- Attachments -----------------*/
.attachment img.file {
  height: auto;
  width: 420px;
  margin: 20px;
}

.attach-file {
  background: url(/images/icons-sprite.png) no-repeat;
  background-position: 0 -81px;
  padding: 3px 0 0 20px;
  height: 24px;
}

#idea-file-attachment-form #idea-file-attachment-file {
  margin: 8px 0 0 0px;
}
#idea-file-attachment-form{
  padding: 10px;
}
#idea-file-attachment-file-field p {
  margin-left: 98px;
}

/* -------------- Merge Ideas -----------------*/
.merge-ideas {
  border: 2px solid #CCC;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: #474747;
  min-height: 20px;
  padding: 8px;
  margin: 15px 0 0 0;
}

.merge-ideas li.target-idea:first-child {
  border-top: none;
}

.merge-ideas li.target-idea {
  border-top: 1px dashed #CCC;
  min-height: 16px;
  padding: 5px;
}

.merge-ideas .target-idea .info {
  display: inline-block;
  max-width: 270px;
}

.merge-ideas .target-idea .actions {
  float: right;
  vertical-align: middle;
}

.merge-ideas .target-idea .actions > strong {
  margin: 0;
  padding: 0 2px;
}

/* -------------- IdeaScale Badges Ideas -----------------*/
.badges {
  margin: 5px 0 5px 94px;
}

.badges ul {
  overflow: auto;
  margin: 0px 0px 10px 0px;
  padding: 0px; /*add some padding so that focus outline on the badges is not cut off*/
}

.badges li {
  float: left;
  margin: 5px 2px 0 0;
}

.badges li a {
  background: url(/images/badges-sprite.png) no-repeat top left;
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -10000px;
  overflow: hidden;
  padding: 0;
}

.badges li.item-achievement {
  padding: 0;
  width: 64px;
}

.badges li.item-achievement a {
  background: none;
  display: block;
  width: 64px;
  height: 64px;
  text-indent: -10000px;
  overflow: hidden;
  padding: 0;
}

.badges li.item-achievement .achievement-description a {
  height: auto;
  font-size: 70%;
  text-indent: 0px;
  text-decoration: none;
  padding: 2px;
}

.badges li.item-achievement .achievement-description a:hover {
  background: #145B82;
  color: #fff;
}

.badges li .badge-chatter {
  background-position: 0 0;
}

.badges li .badge-einstein {
  background-position: 0 -98px;
}

.badges li .badge-foul-mouth {
  background-position: 0 -196px;
}

.badges li .badge-genius {
  background-position: 0 -294px;
}

.badges li .badge-idea-hater {
  background-position: 0 -392px;
}

.badges li .badge-innovator {
  background-position: 0 -490px;
}

.badges li .badge-moderator {
  background-position: 0 -588px;
}

.badges li .badge-newbie {
  background-position: 0 -686px;
}

.badges li .badge-off-topic {
  background-position: 0 -784px;
}

.badges li .badge-on-the-fence {
  background-position: 0 -882px;
}

.badges li .badge-overshare1 {
  background-position: 0 -980px;
}

.badges li .badge-overshare2 {
  background-position: 0 -1078px;
}

.badges li .badge-pushover1 {
  background-position: 0 -1176px;
}

.badges li .badge-pushover2 {
  background-position: 0 -1274px;
}

.badges li .badge-smart-alec {
  background-position: 0 -1372px;
}

.badges li .badge-spammer {
  background-position: 0 -1470px;
}

.badges li .badge-mayor {
  background-position: 0 -1568px;
}

.badges h3 {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

.badges-powered-by {
  font-size: 11px;
  margin: 10px 0 0 -2px;
}

.badges > .badges-powered-by {
  margin-top: 0;
}

/* -------------- List other communities -----------------*/
.user-communities {
  margin: 20px 0 5px 94px;
}

.user-communities h3 {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

.user-communities ul {
  font-size: 0.75em;
  line-height: 1.4em;
  margin-top: 0.3em;
}

.profile-action, html.ie7 .follow-action, html.ie6 .follow-action {
  float: left;
  position: relative;
  clear: left;
}

.profile-action {
  font-size: 0.75em;
  width: 80px;
  margin: 3px 0 0;
}

.profile-action a {
  padding: 0;
  vertical-align: middle;
}

.simple-profile-action {
  width: 78px;
}

.simple-profile-action > a {
  display: block;
  border: solid 1px #ccc;
  padding: 2px 0;
  background: #fff;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.simple-profile-action > a:hover {
  background: #145b82;
}

/* -------------- category tree using jstree -----------------*/

.section .jstree {
  background: none;
}

.section .jstree ul {
  font-size: 100%;
}

.section .jstree li {
  padding-left: 0;
}

.jstree-icon {
  cursor: pointer;
  float: left;
}

.section .jstree a .jstree-icon {
  display: none;
}

.section .jstree a {
  color: #145B82;
  white-space: normal;
  height: auto;
  margin-right: 18px;
}

.section .jstree a:hover {
  color: #fff;
  text-decoration: none;
}

.section .jstree a:focus, .section .jstree a:active {
  outline: 1px dotted;
  outline: auto 5px -webkit-focus-ring-color;
}

.section .jstree li.current-category {
  background-color: #145B82;
}

/* -------------- Top Contributors leaderboard -----------------*/

#top-contributors {
  margin-top: 0.5em;
}

.contributor {
  padding: 8px 8px 8px 100px;
  min-height: 108px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  margin-top: 10px;
  position: relative;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
}

#top-contributors h2 {
  font-size: 1.46em;
  padding-top: 0;
  width: 292px;
  overflow: hidden;
}

#top-contributors h2 a {
  padding: 0;
  text-decoration: none;
}

#top-contributors .member-since {
  font-size: 0.75em;
  margin: 0;
}

#top-contributors .avatar {
  position: absolute;
  left: 8px;
  top: 8px;
}

#top-contributors .badges {
  margin: 0;
}

#top-contributors .badges h3 a {
  text-decoration: none;
}

#top-contributors .badges ul {
  padding-top: 15px; /*use padding instead of margin so that focus outline on the badges is not cut off*/
}

#top-contributors .badges li {
  margin: 4px;
}

/* Developer Central */
#developer-central h2 {
  padding: 0;
}

#developer-central h3 {
  color: #414142;
  margin: 1em 0 0.5em;
  font-size: 20px;
  border-bottom: solid 1px #ddd;
}

#developer-central p {
  font-size: 13px;
  color: #575757;
  margin: 0.5em 0;
}

#developer-central code {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  border: solid 1px #ddd;
  background: #f1f1f1;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  overflow: auto;
  color: #413F3F;
}

#developer-central code.multi {
  white-space: pre;
}
#developer-central .idea{
  border: 0px;
}

.api-table {
  font-size: 12px;
}

.api-table th {
  background: #f0f0f0;
  text-transform: uppercase;
}

.api-table td {
  color: #444;
}

.api-table th, .api-table td {
  border: solid 1px #ccc;
  padding: 4px;
}

#category-id-list {
  margin-bottom: 0.5em;
}

#category-id-list th {
  text-align: left;
}

#api-tos h4 {
  padding: 0;
  margin: 0.5em 0 0.2em;
  font-weight: bold;
}

#api-tos, #api-tos p {
  color: #505050;
  font-size: 12px;
  line-height: 1.3em;
}

#api-tos li, #data-download-details li {
  list-style: disc outside none;
  margin: 0.3em 0 0.3em 16px;
}

#data-download-details {
  display: none;
  font-size: 13px;
  margin: 0.5em 0 0;
  padding: 10px;
  border: #ccc 1px solid;
  background-image: none;
}

#data-download-details h4 {
  color: #fff;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: bold;
}

/* nyroModal */
#nyroModalTitle {
  display: none !important;
}

#closeBut {
  right: -11px !important;
}

#tiptip_content {
  font-size: 13px;
  padding: 5px 13px 15px;
  line-height: 1.3em;
}

#tiptip_content h6 {
  font-size: 14px;
  font-weight: bold;
  padding-left: 3px;
  border-bottom: solid 1px #ccc;
  line-height: 1em;
}

#tiptip_content li {
  margin-top: 1em;
  list-style: circle outside none;
}

#tiptip_content ul {
  margin-left: 1.4em;
}

.points-popup #tiptip_content {
  padding: 10px 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border-color: transparent;
}

#tiptip_holder.tip_top.points-popup #tiptip_arrow {
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0.4);
}

#tiptip_holder.tip_bottom.points-popup #tiptip_arrow {
  border-bottom-color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

#tiptip_holder.tip_right.points-popup #tiptip_arrow {
  border-right-color: #000;
  border-right-color: rgba(0, 0, 0, 0.4);
}

#tiptip_holder.tip_left.points-popup #tiptip_arrow {
  border-left-color: #000;
  border-left-color: rgba(0, 0, 0, 0.4);
}

#tiptip_holder.tip_top.points-popup #tiptip_arrow_inner {
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0.4);
}

#tiptip_holder.tip_bottom.points-popup #tiptip_arrow_inner {
  border-bottom-color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

#tiptip_holder.tip_right.points-popup #tiptip_arrow_inner {
  border-right-color: #000;
  border-right-color: rgba(0, 0, 0, 0.4);
}

#tiptip_holder.tip_left.points-popup #tiptip_arrow_inner {
  border-left-color: #000;
  border-left-color: rgba(0, 0, 0, 0.4);
}

/* Vote Activity*/
#vote-activities li {
  position: relative;
  clear: both;
  background: #FAFAFA;
  overflow: hidden;
  min-height: 40px;
  border: 1px solid #CCC;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  color: #474747;
  list-style-type: none;
  margin: 5px 0;
  padding: 8px 8px 8px;
}

#vote-activities .voter {
  float: left;
  width: 400px;
}

#vote-activities .photo {
  vertical-align: middle;
  margin: 0 1em 0 0.5em;
}

#vote-activities .vote {
  float: right;
  width: 140px;
  text-align: right;
  font-size: 0.8em;
  margin-right: 0.5em;
}

#vote-activities .what strong {
  font-size: 2em;
}

.what .up, .what .down {
  display: block;
  font-size: 1.2em !important;
  line-height: 1.8em;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 20px;
}

.what .up {
  background-image: url(/images/ideascale/vote_up.png);
}

.what .down {
  background-image: url(/images/ideascale/vote_down.png);
}

#vote-activities .when {
  color: #666;
}

.latest-n-votes {
  color: #666;
  font-size: 12px;
  margin-top: 0.5em;
}

/* TOS in register form */
#register-tos-caption {
  font-size: 0.81em;
  margin: 0;
}

#register-tos-content {
  height: 110px;
  overflow: auto;
  border: solid 1px #ccc;
  font-family: serif;
  padding: 0.5em;
}

#register-tos-content .tos {
  padding: 0;
  width: auto;
}

#register-tos-content h1, #register-tos-content h2, #register-tos-content h3, #register-tos-content h4, #register-tos-content h5 {
  border: none;
  margin: 0.2em 0;
  padding: 0;
}

#register-tos-content h1 {
  font-size: 1em;
}

#register-tos-content h2 {
  font-size: 0.95em;
}

#register-tos-content h3 {
  font-size: 0.9em;
}

#register-tos-content h4 {
  font-size: 0.85em;
}

#register-tos-content h5 {
  font-size: 0.81em;
}

.collapse-expand {
  font-size: 0.5em;
  position: relative;
  top: -.2em;
}

#categories-sections h4 > .collapse-expand {
  font-size: 0.6em;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0.4em;
}

.collapsed {
  display: none;
}

.hidden-fields, .hidden-form {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

#categories-admin {
  background: none;
}

#categories-admin .feature-activator {
  margin-top: 0.3em;
}

#ungrouped-categories-title {
  color: #999;
  font-style: italic;
}

#categories-admin-impl-list h5, #categories-admin-impl-list ul {
  font-size: 0.88em;
}

#categories-admin-impl-list h5, #categories-admin-impl-list ul, #categories-admin-impl-list li {
  margin: 0;
}

#categories-admin-impl-list h5, #categories-admin-impl-list li, .category-actions {
  line-height: 1.4em;
}

#categories-admin-impl-list h5, #categories-admin-impl-list li {
  margin: 3px 0;
  position: relative;
  padding: 4px;
}

#categories-admin-impl-list li, .category-actions {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}

#categories-admin-impl-list li {
  background: #eee;
  border: solid 1px #ddd;
}

#categories-admin-impl-list .current {
  background: #145B82;
  color: #fff;
}

#categories-admin-impl-list ul {
  padding: 1px 3px;
  border: dashed 1px #ccc;
}

.category-actions {
  position: absolute;
  right: 1px;
  top: 1px;
  border: solid 1px #ccc;
  padding: 2px;
  background: #fff;
  opacity: 0.2;
}

.inline {
  display: inline;
}

.category-action-icon {
  vertical-align: text-top;
  position: static !important;
}

.with-icon {
  padding: 0;
  text-decoration: none !important;
  background: none !important;
}

li:hover .category-actions, h5:hover .category-actions {
  opacity: 1;
}

.ungrouped-categories-title {
}

#categories-admin-impl-list .move, #categories-admin-impl-list .group-move {
  cursor: move;
}

#ui-datepicker-div {
  font-size: 13px;
}

.link-btn {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  color: #145B82;
  cursor: pointer;
  font-size: 1em;
}

.link-btn:hover {
  text-decoration: underline;
  background: #145B82;
  color: #fff;
}

.inline-help-wrapper > span {
  display: none;
}

.inline-help {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/help-18.png) no-repeat;
}

#categories-admin-impl-tree {
  padding: 0.5em;
  margin-top: 0.5em;
  border: dotted 1px #ccc;
}

#categories-admin-impl-tree .processing {
  background: url(/images/spinner.gif) no-repeat 100% 0;
}

#categories-admin p {
  font-size: 12px;
  color: #444;
}

#vakata-contextmenu li {
  font-size: 12px;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #fff;
}

#vakata-contextmenu li a {
  margin-top: 0 !important;
}

/********************* for UL forms  ***********************/

.clear {
  clear: both;
}

.as-block {
  display: block !important;
}

.field-error {
  font-size: 13px;
  color: #B70B0B;
  clear: both;
  display: block;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.field-error:before {
  padding-right: 5px;
  position: relative;
  top: 2px;
  content: url(/unified/i/exclamation.png);
}

.checkbox-field, .no-label, .field-error {
  margin-left: 185px;
}

.checkbox-field .field-error {
  margin-left: 0 !important;
}

.checkbox-field input, .checkbox-field label {
  vertical-align: middle;
}

.checkbox-field label {
  font-weight: normal;
  display: inline;
}

.field, .fake-field {
  overflow: hidden;
}

.field label, .fake-label, .fake-input {
  float: left;
  padding: 10px 7px 0 0;
  font-weight: bold;
  /*white-space: nowrap; can't use nowrap here, because the label content could be very long */
}

.field label, .fake-label {
  font-size: 13px;
  color: #444;
  text-align: right;
  clear: both;
  width: 180px;
}

.field input[type="text"], .field input[type="password"], .field input.text, .field input.title, .field textarea, .field select {
  margin: 0.5em 0;
}

input.text, .field textarea {
  min-width: 0;
  width: 310px;
  font-size: 13px;
  padding: 0 5px;
}

input.text {
  height: 24px;
  line-height: 24px;
}

input.text, .field textarea {
  border: 1px solid #aaa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.field select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  padding: 2px 0 0 5px;
  border: 1px solid #aaa;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  height: 24px;
  float: left;
  width: 321px;
}

.ie7 .unified-form {
  width: 509px;
}

.unified-form form {
  margin: 1em 0 -1em;
}

.unified-form .save, .unified-form .save-disabled, .unified-form .button {
  margin: 1em 0 0;
  padding: 7px 15px;
  float: right;
}

.form-actions {
  text-align: center;
}

.neat-block {
  background: #F2F2F3;
  padding: 1em;
}

.neat-block > .box-with-legend {
  margin-top: 1em;
  background: #fff;
}

.console-output {
  width: 98%;
  height: 100px;
}

/* powered by labels */

#powered-by-plan {
  display: block;
  overflow: hidden;
  padding: 0;
  background: none repeat scroll 0 0 #FFFFFF;
  position: relative;
}

#powered-by-plan img {
  display: block;
  padding: 20px;
}

/* moderator assignment */

.box-with-legend {
  padding: 14px 10px 6px 10px;
  border: solid 1px #ccc;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  position: relative;
  background: #f2f2f3;
}

.box-legend {
  font-size: 17px;
  color: #777;
  background: #fff;
  position: absolute;
  top: -1px;
  padding: 0;
  height: 1px;
  line-height: 1px;
}

.ie7 .box-legend {
  top: -10px;
  height: auto;
  line-height: normal;
}

.box-with-legend .neat-table {
  margin-top: 0.5em;
}

#assignees, .assignees {
  margin-bottom: 20px;
}

#assignees > ul, .assignees > ul {
  overflow: hidden;
}

#pm-moderators {
  right: 10px;
  font-size: 12px;
}

.assignee {
  float: left;
  position: relative;
  border: solid 2px #ccc;
  margin: 0 5px 5px 0;
}

.assignee button {
  position: absolute;
  right: -1px;
  top: -1px;
  margin: 0;
  padding: 0;
  border: solid 1px #666;
  background: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
}

.assignee button:hover {
  border-color: red;
}

.assignee > a, .assignee > a > img {
  display: block;
  margin: 0;
  padding: 0;
  background: none !important;
}

#member-search, .member-search {
  clear: both;
  font-size: 13px;
}

.member-search .neat-table td:first-child {
  padding-left: 0;
}

/* neat table */

.neat-table {
  width: 100%;
  margin-top: 1em;
  font-size: 13px;
}

.neat-table thead th {
  color: #666;
  background: #ddd;
  font-weight: normal;
  text-align: left;
  padding: 5px 0;
}

.neat-table thead th, .neat-table tbody td {
  border: 1px none #cecece;
  border-top-style: solid;
  padding-left: 3px;
  padding-right: 3px;
}

.neat-table tbody td {
  background-color: transparent !important;
  line-height: 2em;
}

.neat-table tbody td img, .neat-table tbody td button {
  margin: 2px;
  vertical-align: middle;
}

.neat-table tbody tr:hover {
  background: #fff;
}

.no-header tbody td:first-child {
  font-size: 14px;
}

.neat-table tfoot {
  font-style: normal;
}

.actions {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
  font-size: 13px;
}

.actions > strong {
  margin-right: 0.5em;
}

.actions form, .no-action, .link-action {
  margin-left: 30px;
}

.no-action {
  color: #666;
}

.dialog-actions {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
}

/*************      Tag It        ************/

.tag-editor, ul.tagit {
  min-height: 23px;
}

ul.tagit {
  font-size: 12px;
  padding: 1px 5px;
  border: 1px solid #C6C6C6;
  overflow: auto;
  background: #fff;
}

.ie7 ul.tagit {
  overflow-x: hidden;
}

ul.tagit, ul.tagit li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

ul.tagit li {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  line-height: 1em;
}

ul.tagit li.tagit-choice {
  background-color: #DEE7F8;
  border: 1px solid #CAD8F3;
  padding: 2px 4px 3px;
  cursor: default;
}

ul.tagit li.tagit-choice:hover {
  background-color: #bbcef1;
  border-color: #6d95e0;
}

ul.tagit li.tagit-new {
  padding: 2px 4px 1px 0;
}

ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice a.close {
  color: #777777;
  background: transparent !important;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  outline: medium none;
  padding: 2px 0 2px 3px;
  text-decoration: none;
  float: none;
  line-height: inherit;
  opacity: 1;
  text-shadow: none;
}

ul.tagit input[type="text"] {
  -moz-box-sizing: border-box;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: none !important;
  height: auto !important;
  width: inherit;
  font-size: 12px !important;
  background-color: #FFFFFF;
  color: #333333;
  vertical-align: middle;
}

.backing-field {
  display: none;
}

/**********************  sorting  **********************/
#sort-links {
  color: #666;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  margin: -15px 0 10px;
}

.sso-attempt {
  color: #666;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.5em;
  word-break: break-all;
  border-top: solid 1px #ccc;
  padding-top: 1em;
  margin: 0 0 1em 0;
}

.sso-attempt:first-child {
  border-top: 0;
}

.sso-attempt strong {
  color: #333;
  margin-right: 0.3em;
  font-weight: normal;
}

.sso-attempt pre {
  overflow: auto;
  max-height: 200px;
  border: solid 1px #eee;
  margin: 1em 0;
  padding: 0.5em 1em;
}

.main-heading {
  padding: 0;
}

.funding-dialog {
  width: 400px;
}

.redirecting-progress {
  background: url(/images/search-spinner.gif) no-repeat 50% 100%;
  padding-bottom: 30px;
  text-align: center;
}

.campaign-end-date {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  padding-left: 2px;
}

.idea-list-tracking {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -10px;
}

.listing-title-achievements {
  margin: 20px 0 10px;
  border-bottom: solid 1px #ddd;
}

.list-member-achievements {
  overflow: hidden;
  background: #eee;
}

.item-achievement {
  float: left;
  text-align: center;
  width: 156px;
  padding: 0 26px;
  margin: 18px 0 4px;
}

.item-achievement-separator {
  float: left;
  min-height: 64px;
  margin: 18px 0 4px;
  border-left: 1px dashed #CCCCCC;
}

.achievement-thumbnail, .achievement-description {
  display: block;
}

.achievement-thumbnail img {
  display: block;
  margin: 0 auto;
}

.achievement-description {
  margin-top: 12px;
  height: 25px;
  font-size: 14px;
}

#top-contributors .achievement-description {
  margin-top: 4px;
  height: 16px;
  font-size: 14px;
}

.achievement-description span {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 12px;
}

.breadcrumbs {
  font-size: 14px;
}

.breadcrumb:after {
  content: " »";
}

.achievement-view {
  border-top: solid 1px #ddd;
  margin-top: 20px;
  padding-top: 20px;
}

.achievement-image {
  float: left;
  width: 256px;
}

.achievement-details {
  float: right;
  width: 345px;
}

.achievement-details p {
  color: #333;
}

.achievement-history {
  margin: 20px 0;
  background: #eee;
  overflow: hidden;
  padding: 5px;
  font-size: 13px;
  line-height: 1.4em;
}

.achievement-history img {
  float: left;
  margin-right: 10px;
}

.crowdfunding-pledge {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/idea-bg.png) no-repeat 0 100%;
  padding-bottom: 1px; /*for idea-bg*/
}

.btn-pledge, .amount-pledged, .amount-pledged strong {
  display: block;
}

.btn-pledge {
  font-weight: bold;
  font-size: 12px;
  display: block;
  line-height: 35px;
  padding: 0 3px 0 26px;
  text-decoration: none !important;
  background: url(/images/pledge.png) no-repeat 6px 50%;
}

.btn-pledge, .btn-pledge:hover {
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -khtml-border-top-left-radius: 9px;
  -khtml-border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.amount-pledged {
  height: 60px;
  color: #666;
  text-align: center;
  font-size: 12px;
}

.amount-pledged span {
  font-size: 18px;
  margin-right: 2px;
}

.amount-pledged strong {
  padding-top: 6px;
  font-size: 32px;
  font-weight: bold;
}

.crowdfunding-voting {
  width: 120px;
  position: absolute;
  top: 95px;
  left: 0; /*ie7*/
  height: 35px;
}

.crowdfunding-voting:hover a {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.crowdfunding-agree, .crowdfunding-disagree {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 10px;
  background: url(/images/icons-sprite.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.crowdfunding-agree {
  left: 6px;
  padding-bottom: 2px;
  background-position: 0 -1182px;
}

.crowdfunding-disagree {
  right: 6px;
  padding-top: 2px;
  background-position: 0 -1114px;
}

.crowdfunding-votes {
  margin: 10px 26px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #666;
}

.crowdfunding-agreed {
  background: url(/images/agreed.png) no-repeat 0 0;
}

.crowdfunding-disagreed {
  background: url(/images/disagreed.png) no-repeat 0 0;
}

.progress-bar, .progress-bar div {
  height: 8px;
  overflow: hidden;
}

.progress-bar {
  background: #ddd;
  margin: 5px 0;
}

.progress-bar div {
  background: #145B82;
}

.section-heading, .subsection-heading {
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #444;
}

.section-heading {
  font-size: 16px;
  margin-top: 20px;
}

.subsection-heading {
  font-size: 14px;
}

.crowdfunding-status {
  margin-bottom: 20px;
}

.crowdfunding-status-desc {
  text-align: right;
  font-size: 13px;
  color: #666;
}

.idea-funding-activities {
  margin-top: 20px;
  font-size: 12px;
}

.idea-funding-activities table {
  border-top: solid 1px #ccc;
  margin-top: 10px;
  color: #666;
  width: 100%;
}

.idea-funding-activities td {
  border-bottom: solid 1px #ccc;
  padding: 6px 0;
}

.idea-funding-activities img {
  vertical-align: middle;
  margin-right: 3px;
}

.idea-funding-activities p {
  font-size: 12px;
  position: relative;
  margin: 0;
  padding: 0;
  color: #777;
}

.quote-comment {
  position: absolute;
  top: -2px;
  left: -10px;
  display: block;
  width: 9px;
  height: 6px;
  background: url(/images/quote-comment.png);
  overflow: hidden;
  text-indent: -9999px;
}

.no-attention-needed {
  color: #999;
}

.approve-reject {
  display: none;
}

.approval-needed .approve-reject {
  display: block;
}

.approval-needed .non-approve-reject {
  display: none;
}

input[type='text']:focus, input[type='text'].focused {
  background: #e4f7ed;
}

.screenr-iframe, .vimeo-iframe, .hapyak-iframe, .brightcove-iframe{
  width: 480px;
  height: 292px;
}

/*Confirm delete popup*/
.centralized {
  margin: auto;
  text-align: center;
}

.overlay .delete-irreversible {
  font-size: 20px;
  font-weight: bold;
  color: #c01e2e;
  margin-top: 20px;
  margin-bottom: 40px;
}

.overlay .delete-target {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px;
}

.overlay .delete-consequence {
  font-size: 16px;
  color: #59595b;
}

.overlay .confirm-delete-label {
  font-size: 16px;
}

.confirm-delete-text {
  width: 193px;
  font-size: 14px;
  margin-bottom: 10px;
}

.confirm-delete-button {
  margin: 2px;
}

.confirm-delete-heading {
  border-bottom: 1px solid #CCCCCC;
  color: #000;
}

/*End of confirm delete popup*/

/*Bottom Fade*/
#bottom_fade {
  background-color: transparent;
  background-image: url(/images/bottom-fade.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto auto;
  bottom: 0;
  height: 200px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

/*Bottom Fade Ends*/

/* Back to search*/
.back-to-search {
  min-height: 30px;
  margin-right: 9px;
}

.back-to-search a {
  text-decoration: none;
  float: right;
}

/* Back to search end */

/* Idea explore */
.explore {
  margin-top: -12px;
  margin-bottom: 12px;
  border-bottom: 1px #ccc dashed;
  width: 630px;
  padding: 5px 0;
}

.explore .filters {
  background-color: #f7f7f7;
  padding: 3px 2px;
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
  font-size: 13px;
  color: #999;
}

.explore .filters  input, .explore .filters  select {
  width: 130px;
}

.explore .filters label {
  font-size: 12px;
  font-weight: bolder;
  color: #373737;
  margin-left: 7px;
}

.explore .tags {
  padding: 5px 2px;
}

.explore .tags .info {
  font-size: 16px;
  color: #999;
}

.explore .tags .info .num-ideas {
  font-weight: bolder;
  color: #373737;
}

.explore .tags .tag {
  font-size: 11px;
  background-color: #eee;
  color: #373737;
  margin: 3px;
  padding: 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.explore .tags .tag a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  background-color: #ccc;
  padding: 0px 3px 0px 3px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.explore .tags .tag a:hover {
  color: #fff;
  background-color: #373737;
}

.explore .tags .tag.clear {
  background-color: #777;
  color: #fff;
}

.explore .tags .tag.clear a {
  color: #373737;
  background-color: #eee;
}

.explore .tags .tag.clear a:hover {
  color: #000;
  background-color: #fff;
}

/* Idea Explore end */

.hidden-anchor {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  top: -40px; /*compensate for the topbar*/
}

.idea-l10n-status {
  font-size: 12px;
  margin-top: 1em;
}

.l10n-translated {
  font-style: normal;
  color: green;
  background: url(/images/l10n-translated.png) no-repeat 0 50%;
  padding-left: 24px;
}

.l10n-unverified {
  color: red;
  font-style: normal;
}

.l10n-original, .l10n-view-translated {
  background: url(/images/l10n-original.png) no-repeat 0 50%;
  padding-left: 24px;
  margin-left: 10px;
  margin-right: 5px;
}

.l10n-view-translated {
  margin-left: 0;
}

.l10n-moderate {
  background: url(/images/icons-sprite.png) no-repeat 0 -493px;
  padding-left: 21px;
}

.comment-l10n-status {
  font-size: 12px;
  margin-top: .8em;
  padding-bottom: .8em;
}

.original-language-dialog {
  width: 480px;
  line-height: 1.5em;
  padding-bottom: 20px;;
}

.original-language-dialog div {
  border-top: dashed 1px #ccc;
  padding-top: 5px;
  margin-top: 5px;
}

.original-language-dialog div:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.original-language-dialog strong {
  color: #666;
  margin-right: 6px;
}

.original-language-dialog p {
  font-size: inherit;
  color: inherit;
}

.social-auth-widget-placeholder {
  margin-left: 20px;
  width: 350px;
}

#campaign-form {
  max-height: 550px;
  padding-right: 4px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* file upload widget */

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.file-upload-widget {
  font-size: 13px;
  line-height: 2em;
}

.file-upload-widget > .inline-block {
  vertical-align: middle;
  *vertical-align: baseline !important;
}

.fuw-btn {
  position: relative;
  overflow: hidden;
}

.fuw-input {
  opacity: 0;
  filter: alpha(opacity:0);
  margin: 0;
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}

.fuw-result {
  margin-left: 5px;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  background: #ddd;
}

.fuw-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(/ui-libs/jquery-file-upload/img/progressbar.gif) repeat-x 0 50%;
}

.fuw-info {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9em;
  line-height: 1.5em;
  padding-left: 4px;
}

.fuw-done > .fuw-progress {
  display: none;
}

.fuw-done, .file-upload-added {
  background: #9dcf64;
}

.file-upload-added {
  font-size: 12px;
  line-height: 1.5em;
  padding: 0 4px;
  border: solid 1px #ccc;
  margin: 4px 0;
}

.file-upload-added > a {
  float: right;
  text-decoration: none;
}

/* END of file upload widget */

.comment-attachments > li {
  margin-top: 5px;
}

.comment-attachment {
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 8px;
  border: 1px solid #ccc;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: #fff;
}

.comment-attachment-notes {
  color: #666;
}

.comment-attachment-meta {
  display: block;
  font-size: 0.8em;
  color: #666;
  text-align: right;
}

.comment-attachment-image-preview {
  display: block;
  max-width: 100%;
  margin-top: 5px;
}

.screen-reader-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ---------- Assessment view ---------- */
ul.rating-w-images {
  margin: 5px 0 0 0;
  padding: 0px;
  background: #F8FAFA;
}

.rating-w-images li {
  width: 20px;
  height: 25px;
  background: url('../../images/rating-sprites.png?v=2') no-repeat -57px 0;
  display: inline-block;
  cursor: pointer;
}

.rating-w-images li.rated, .rating-w-images li:hover,
.rating-w-images li.half-rated:hover {
  background-position: -3px 0;
}

.rating-w-images li.half-rated {
  background-position: -27px 0;
}

.assessment {
  width: 500px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
  overflow: hidden;
  background: #F3F3F4;
}

.assessment .assessment-inner {
  width: 5000px;
  position: relative;
}

.assessment .assessment-inner .assessment-item {
  width: 500px;
  float: left;
}

.assessment .comment-container{
  float: left;
  width:290px;
  margin: 10px 5px 0 5px;
  color: #939598;
  position: relative;
}
.assessment .comment-container .close{
  position: absolute;
  right: -15px;
  top: -5px;
  padding: 0px 5px;
  text-decoration: none;
}

.assessment .comment-container .close:hover{
  background-color: #CCC;
  border-radius: 5px;
}

.assessment-tool .title {
  background: #d9d9d9;
  padding: 5px;
  font-size: 90%;
}

.assessment-tool .row.grid {
  border-bottom: solid 1px #fff;
  font-size: 90%;
}

.assessment-tool .pagination li {
  display: inline;
  border: 1px solid #333;
  padding: 6px 14px 5px;
  margin: 0 2px;
  background: #666;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
}

.assessment-tool .pagination li:hover {
  background: #145b82;
}

.assessment-tool .idea-title {
  padding: 10px;
  background: #fff;
  border: solid 1px #ddd;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.assessment-tool p {
  font-size: 12px;
  color: #333;
}

.assessment-tool .add-comment .comment-label {
  margin: 10px 5px 0 0px;
}

.assessment-tool .add-comment .comment-label a {
  color: #2578b3;
  background: #F8FAFA;
  padding: 6px 5px 7px 5px;
  font-size: 12px;
  text-decoration: none;
}

.assessment-tool .add-comment textarea {
  resize: none;
  border: 1px solid #D2D4D5;
  height: 45px;
  width: 273px;
  min-width: 273px;
}

.assessment-tool .add-comment .comment-overlay {
  position: inherit;
  z-index: 10000;
  margin-top: -55px;
  margin-left: 60px;
  display: none;
  height: 75px;
  width: 280px;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  background: url(/images/comment-box.png) no-repeat;
  border-right: 1px solid #D2D4D5;
  min-width: inherit;
}
.assessment-questions{
  clear: both;
  border: 1px solid #999;
  margin: 0px 5px 10px 22px;
  width: 400px;
  padding: 10px;
  overflow: auto;
  border-bottom-left-radius: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  background: #f7f9f9;
  min-height: 100px;
}
.assessment-question{
  border-bottom: 1px solid #eee;
  display: block;
  clear: both;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: auto;
}
.assessment-group-body{
  min-width: 500px;
  min-height: 150px;
  max-height: 300px;
  overflow-x: auto;
}
#idea-assessment-form {
  padding: 0px; width: 960px;
}
#idea-assessment-form #idea-title-summary p{
  margin: 10px 0; text-align: center; color: #145b82;
}
#idea-assessment-form #idea-title-details{
  overflow: inherit;width:500px;
}
#idea-assessment-form #idea-title-details p{
  margin: 10px 0; text-align: center; color: #145b82;
}
#idea-assessment-form .idea-des{
  margin: 10px 0 10px 16px; text-align: left; color: #145b82; font-size: 12px; width: 480px;
}
#idea-assessment-form .assessment-body{
  width: 930px;
  background: #fff;
  padding: 0 15px 0px 15px;
}
#idea-assessment-form .assessment-item{
  width: 930px; margin-right: 25px; padding-top: 10px;
}
#idea-assessment-form .assessment-item table{
  width: 930px;padding: 0px; margin: 0px;
}
.assessment-item table td{
  vertical-align: top;
}
.assessment-item table td .body-block{
  padding: 10px 10px 0 10px;
}
#idea-assessment-form .modal-footer .pagination{
  padding: 8px 0 0 6px; float: right; width: auto; position: relative; bottom: 0px;
}
#idea-assessment-form .modal-footer .pagination .active{
  font-size: 16px;
}
#idea-assessment-form .modal-footer #assessment-count{
  font-size: 14px; color:#333; width: 300px; text-align: left; float: left; margin-top: 10px;
}
.question-completed {
  margin: -18px 0 0 130px;
  color: #ef6e28;
}

.triangle-left {
  position: absolute;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 20px solid #999;
  border-bottom: 55px solid transparent;
}
.tag-link-activity {
  color: #333;
  background: #dde7f8;
  text-transform: none;
  font-weight: normal;
  line-height: 1.3em;
  border: 1px solid #a4bff0;
  border-radius: .9em;
  -webkit-border-radius: .9em;
  -moz-border-radius: .9em;
  white-space: nowrap;
  display: inline-block;
  margin: 0 4px 3px 0;
  padding: 0 .6em;
  margin-bottom: 5px;
  font-size: .8em;
}

.badges-control {

}

a.badges-control{
  text-indent: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background: #ccc !important;
  padding: 7px 7px 8px 7px !important;

  font-size: 42px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  opacity: .9;
  filter: alpha(opacity=90);
  color: #006400;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  border: solid 4px #666;
  text-decoration: none;
}
a.badges-control.remove{
  font-size: 50px !important;
  padding: 0px 7px 14px 7px!important;
  color: red;
}

a.badges-control.large{
  border-radius: 100px 100px 100px 100px !important;
  left: 44px !important;
  font-size: 85px !important;
  font-weight: normal !important;
  padding: 17px 40px 58px 32px !important;
}
a.badges-control.large-remove{
  font-size: 105px !important;
  padding: 0 38px 75px 36px !important;
  color: red;
}
.social-links{
  float: left;
}


/* Bootstrap css [start] */

.pretty-pup .close{
  display: none;
}
.pretty-pup .modal-header {
  border-bottom: 1px solid #ccc;
  padding: 9px 15px;
  background: #f5f5f5;
}
.pretty-pup .modal-header > h3 {
  font-size: 18px;
}
.pretty-pup .modal-header h3 {
  line-height: 30px;
  margin: 0;
  border: 0px;
}
.pretty-pup .modal-body {
  max-height: 250px;
  overflow-y: auto;
  padding: 15px;
  position: relative;
}
.pretty-pup .modal-footer:before, .modal-footer:after {
  content: "";
  display: table;
  line-height: 0;
}
.pretty-pup .modal-footer:before, .modal-footer:after {
  content: "";
  display: table;
  line-height: 0;
}
.pretty-pup .modal-footer:after {
  clear: both;
}
.assign-idea .modal-footer:before, .modal-footer:after {
  content: "";
  display: table;
  line-height: 0;
}
.pretty-pup .modal-footer:after {
  clear: both;
}
.pretty-pup .modal-footer:before, .modal-footer:after {
  content: "";
  display: table;
  line-height: 0;
}
.pretty-pup .modal-footer {
  background-color: #F5F5F5;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #DDDDDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
  margin-bottom: 0;
  padding: 14px 15px 15px;
  text-align: right;
}
.pretty-pup button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
.pretty-pup button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
.pretty-pup .btn:first-child {
}
.pretty-pup .btn:first-child {
}
.pretty-pup button.btn, input.btn[type="submit"] {
}
.pretty-pup button.btn::-moz-focus-inner, input.btn[type="submit"]::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
.pretty-pup button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
.pretty-pup .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.pretty-pup button.btn, input.btn[type="submit"] {
}
.pretty-pup .btn-primary  {
  background-color: #4C8F41 !important;
  background-image: linear-gradient(to bottom, #569F45, #3C783C) !important;
  background-repeat: repeat-x !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.pretty-pup .btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  border-color: #CCCCCC #CCCCCC #B3B3B3;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
}
/* Bootstrap css [end] */

#idea-tracker-list > li {
  margin-top: 0.5em;
  font-size: 13px;
  padding-top: 0.5em;
  border-top: dashed 1px #ccc;
}

#idea-tracker-list > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#idea-tracker-list > li > img {
  vertical-align: middle;
}


/*  Question and Answer  */

.question-title{
  background: url(/images/qna/q-n-a-idea-title.png) no-repeat top left;
  background-size: 28px;
}

.question-title a{
  margin-left: 30px;
}

#main .question{
  background-color: #F2F2F2;
}

#main .question .idea-category {
  display: block;
  background: url(/images/qna/qna-detail.png) no-repeat top left;
  text-indent: 35px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

#main .question .add-tags-form{
  background-color: #E4E4E5;
}

#main .question .owner{
  margin-top: 15px;
}

#main .question .bottom-bar {
  position:absolute;
  bottom:0;
  width:590px;
  margin-top: 20px;
  height: 50px;
}

#main .question .voting {
  overflow: hidden;
  display: inline;
}

#main .question .question-actions {
  bottom:0px;
  top: inherit;
  height: inherit;
  position: relative;
}
#main .question .question-actions a{
  font-size: 12px;
  font-weight: bolder;
}

#main .question .voting .comment-action{
  font-size: 12px;
  overflow: hidden;
}

#main .question .voting .comment-action strong{
  font-size: 12px;
}

#main .question .content .author{
  position:inherit;
  float: right;
  margin: 0px 5px 2px 0px;
}

#main .question .comments {
  float:left;
  position: relative;
  font-size: 12px;
  margin-top: 6px;
  font-weight: bolder;
}

#main .question .social-actions{
  background-color: #E4E4E5;
  border-radius: 0px;
}

#main .question .content{
  margin-left:20px;
  padding-top:0px;
  width: 585px;
  position: relative;
}

#main .question .social-actions{
  background-color: #E4E4E5;
  border-radius: 0px;
}

#main .question #comments{
  border: none;
  background-color: #F6F6F6;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  width: 610px;
}

#main .question #new-comment-form{
  border: none;
  background-color: #FFFFFF;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  width:100%;
}

#main .question #comments .sort-by{
  position: inherit;
  float:right;
  margin-top: 10px;
}

#main .answers .h3{
  margin: 20px 0 5px 95px;
}

#main .answers .h2{
  float:left;
  overflow: hidden;
  margin: 20px 10px;
  font-size: 26px;
  font-weight: normal;
}

#main .answers .comment{
  border: none;
  border-top: 1px solid #CCC;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin:10px;
}

#main .question #comments .child-comments{
  margin-left: 0px;
}

#main .question #comments .child-comments li{
  margin-left: 30px;
}

.comparison #assessment-count{
  text-align: center;
  font-size: 14px;
  color: #CCC;
  width: auto;
  text-align: right;
  float: left;
  left: 425px;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom:10px solid transparent;
}
.comparison .modal-footer .pagination{
  right: 12px;
  position: inherit;
  float: left;
  width: auto;
  padding-top: 4px !important;
  bottom: auto;
}

#idea-comparison-form .idea-thumbnail{
  max-height: 400px;
  max-width: 400px;
}
#idea-comparison-form #comprison-complete-message{
  background-color: #55853B;
}
.check-block input[type='checkbox']
{
  width: 15px;
  height: 15px;
}
.idea-block{
  border: 1px solid #cccccc;
}
.idea-block .body-block{
  padding: 10px 0 0 10px;
}
.idea-block .check-block{
  background: #ccc;
  height: auto;
  padding: 10px;
  text-align: center;
}
.idea-block .hi-block{
  margin-top: 10px;
  font-size: 11px;
  color: #666;
  background: #eaeaea;
  padding: 10px;
}
.idea-block .hi-block .icon{
  background: url(/images/idea-yn.png) no-repeat;
  padding: 2px 0px 2px 18px;
  font-weight: bold;
}
.idea-block .hi-block .icon.no{
  background-position: 0px -20px;
}
.idea-block .hi-block .icon.com{
  background-position: 0 -41px;
  padding: 2px 0px 2px 22px;
}
.idea-block .hi-block .itm{
  padding: 0px 10px 0 0;
}





.yammer-invitation-overlay {
  padding-bottom: 30px;
}

.yammer-invitation-list {
  height: 300px;
  width: 701px;/*extra 1px for IE*/
  overflow-x: hidden;
  overflow-y: auto;
  margin: 1em 0;
  font-size: 13px;
}

.yammer-invitation-list > li {
  float: left;
  width: 154px;
  height: 48px;
  overflow: hidden;
  margin: 0 5px 5px 0;
  border: solid 1px #ccc;
  padding: 5px;
}

.yammer-invitation-list > li > img {
  float: left;
  margin-right: 6px;
}

.yammer-invitation-list > li > label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
  font-size: 12px;
}

.yammer-invitation-list > li > input {
  margin: 0;
}

.yammer-options {
  margin-top: 1em;
}

.yammer-options > legend {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.private-comment-status {
  color: blue !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
}

.private-comment {
  border-color: blue;
}

.with-campaign-tags > li > a {
  font-weight: bold;
}

.with-campaign-tags > li > .collapse-expand {
  font-weight: normal;
  font-family: monospace;
  font-size: 1em;
  padding: 0;
}

.campaign-tags {
  margin: 6px 0 0 !important;
}

.campaign-tags > li {
  margin: 0;
}

.campaign-tags > li > a {
  display: block;
  padding: 6px 10px;
  border: solid 1px transparent;
}

.campaign-tags .selected {
  border-color: #fff;
  font-weight: bold;
}

#idea-form .file-upload-widget {
  border: solid 1px #ccc;
  padding: 1px 7px;
  margin-top: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.example-tip {
  color: #9A9A9A;
  font-size: 11px;
  font-style: italic;
  margin-top: -6px;
  position: relative;
}

#password-strength-tip {
  width: 325px;
  margin-left: 189px;
}

.idea-assign-owner{
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  width: 290px;
  float: left;
}
.idea-assign-owner .check-1{
  width: 25px; padding-top: 5px; float: left;
}
.idea-assign-owner .img-2{
  width: 30px; float: left;
}
.idea-assign-owner .owner-3{
  float: left; padding-top: 5px;
  font-size: 14px;
}
.form-field.assign-owner{
  border: 1px solid #ccc; padding: 10px; background: #eee; margin: 15px 0; overflow: hidden;
}
.owner-assign-idea-list{
  background: url(/images/icons-sprite.png) no-repeat 0 -359px;
  padding-top: 2px;
  font-size: .69em;
  line-height: 15px;
  padding-left: 20px;
  text-indent: 20px;
}

#page-content{
  padding: 20px;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,.2);
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  background: #fff;
  margin-top: 38px;
}

#reviewscale ul li{
  list-style: none;
  margin-bottom: 10px;
}

#reviewscale ul li ul li{
  line-height: 20px;
  list-style: none;
  margin-left: 5px;
  font-size: 13px;
}
#reviewscale a{
  text-decoration: none;
}
#reviewscale .body-block{
  width: 250px; float: left;
}
#reviewscale .assessment-item{
  width: 588px; float: left;
}
#reviewscale .assessments{
  width: 500px;
  float: left;
}
#reviewscale .btn{
  background-color: #ef6e28;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
#reviewscale .action-bar{
  text-align: right;
  margin-top: 20px;
  clear: both;
  display: inherit;
  padding-bottom: 15px;
}
#reviewscale .action-bar.top{
  margin: 5px 0 20px;
}
#reviewscale .action-bar .col-1{
  text-align: left;
  width: 100%;
  float: left;
}
#reviewscale .action-bar .col-2{
  width: 50%;
  float: left;
  min-height: 30px;
}
#reviewscale .action-bar .col-3{
  width: 196px;
  min-height: 30px;
  float: left;
}
#reviewscale .help-text{
  font-size: 11px;
  color: #999;
}
#reviewscale .questions{
  width: 290px;
  float: right;
  background-color: #ebebeb;
  padding: 20px;
}
#reviewscale .question {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  display: block;
  clear: both;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}
#reviewscale .add-comment{
  margin: 5px 0;
}
#reviewscale .add-comment .btn{
  background-color: #666;
}
#reviewscale .comment-area {
  display: none;
}
#reviewscale .comment-area textarea {
  resize: none;
  border: 1px solid #d2d4d5;
  height: 45px;
  width: 294px;
  min-width: 273px;
}
#reviewscale .details-content{
  margin-top: 30px;
  padding: 10px 0;
  border-top: solid 1px #ccc;
  clear: both;
}
#reviewscale .more-less{
  float: right;
}
#reviewscale .details-content ul,
#reviewscale .details-content ol {
  margin-top: 15px;
}
#reviewscale .link-a{
  font-size: 12px;
}
#reviewscale a.close {
  padding: 1px 5px;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 5px;
}
#reviewscale ul.reviewscale-list{
  margin: 10px 10px 20px 10px;
}
#reviewscale ul.reviewscale-list ul li{
  line-height: 10px;
}


/* Assessment */

#assessment-inp a{
  text-decoration: none;
}
#assessment-inp h2{
  font-size: 20px;
}
#assessment-inp h3{
  font-size: 18px;
}
#assessment-inp p{
  font-size: 13px;
}
#assessment-inp .body-block{
  width: 250px; float: left;
}
#assessment-inp .assessment-item{
  width: 588px; float: left;
}
#assessment-inp .assessments{
  width: 500px;
  float: left;
}
#assessment-inp .btn{
  background-color: #ef6e28;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
#assessment-inp .action-bar{
  text-align: right;
  margin-top: 20px;
  clear: both;
  display: inherit;
  padding-bottom: 15px;
}
#assessment-inp .action-bar.top{
  margin: 5px 0 20px;
}
#assessment-inp .action-bar .col-1{
  text-align: left;
  width: 100%;
  float: left;
}
#assessment-inp .action-bar .col-2{
  width: 50%;
  float: left;
  min-height: 30px;
}
#assessment-inp .action-bar .col-3{
  width: 196px;
  min-height: 30px;
  float: left;
}
#assessment-inp .help-text{
  font-size: 11px;
  color: #999;
}
#assessment-inp .questions{
  width: 290px;
  float: right;
  background-color: #ebebeb;
  padding: 20px;
}
#assessment-inp .question {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  display: block;
  clear: both;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}
#assessment-inp .add-comment{
  margin: 15px 0 0;
}
#assessment-inp .add-comment .btn{
  background-color: #666;
}
#assessment-inp .comment-area {
  display: none;
}
#assessment-inp .comment-area textarea {
  resize: none;
  border: 1px solid #d2d4d5;
  height: 45px;
  width: 294px;
  min-width: 273px;
}
#assessment-inp .details-content{
  margin-top: 30px;
  padding: 10px 0;
  border-top: solid 1px #ccc;
  clear: both;
}
#assessment-inp .more-less{
  float: right;
}
#assessment-inp .details-content ul,
#assessment-inp .details-content ol {
  margin-top: 15px;
}
#assessment-inp .link-a{
  font-size: 12px;
}
#assessment-inp a.close {
  padding: 1px 5px;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 5px;
}
#assessment-inp ul.assessment-list{
  margin: 10px 0 15px 20px;
}
#assessment-inp ul.assessment-list li{
  list-style: none;
  line-height: 18px;
}
#assessment-inp ul.assessment-list li ul li{
  line-height: 10px;
}

ul.review-factors{
  margin: 5px 0 0 0;
  padding: 2px 0 10px;
}

ul.review-factors li {
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  padding: 4px 9px;
  border: 1px solid #cccccc;
  font-size: 12px;
  margin: 0 2px 0 0;
}
ul.review-factors li.high {
  border: 1px solid #a6422d;
  color: #a6422d;
}
ul.review-factors li.high.rated,
ul.review-factors li.high:hover {
  background: #a6422d;
  border: 1px solid #a6422d;
  color: #ffffff;
}
ul.review-factors li.medium {
  border: 1px solid #f27235;
  color: #f27235;
}
ul.review-factors li.medium.rated,
ul.review-factors li.medium:hover {
  border: 1px solid #f27235;
  background: #f27235;
  color: #ffffff;
}
ul.review-factors li.low {
  border: 1px solid #ed9c53;
  color: #ed9c53;
}
ul.review-factors li.low.rated,
ul.review-factors li.low:hover {
  border: 1px solid #ed9c53;
  background: #ed9c53;
  color: #ffffff;
}
ul.review-factors li.np {
  border: 1px solid #cccccc;
  color: #cccccc;
  margin-left: 20px;
}
ul.review-factors li.np.rated,
ul.review-factors li.np:hover {
  border: 1px solid #cccccc;
  background: #cccccc;
  color: #ffffff;
}
ul.review-factors li.on {
  border: 1px solid #f27235;
  color: #f27235;
  min-width: 30px;
  text-align: center;
}
ul.review-factors li.on.rated,
ul.review-factors li.on:hover {
  border: 1px solid #f27235;
  background: #f27235;
  color: #ffffff;
}
ul.review-factors li.off {
  border: 1px solid #cccccc;
  color: #cccccc;
  min-width: 30px;
  text-align: center;
}
ul.review-factors li.off.rated,
ul.review-factors li.off:hover {
  border: 1px solid #cccccc;
  background: #cccccc;
  color: #ffffff;
}
.warning-msg {
  font-size: 12px;
  color: #ef6e28;
}
.upload-limit-warning {
  font-size: 12px;
  color: #ef6e28;
  padding: 5px 0 8px 0;
}

.leaderboard-period {
  font-size: 20px;
  color: #918f90;
}

.monthlyLeaderBoardFilter {
  position: absolute;
  background: rgb(204, 204, 204);
  top: 10px;
  right: 8px;
  border-radius: 5px 5px 0 0;
  padding: 12px 15px;
}

.action-summary{
  background: #FB913D;
  padding: 22px 20px 18px;
  height: 168px;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 2px -1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 2px -1px rgba(50, 50, 50, 0.75);
  padding-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.action-summary-height{
  height: 60px;
}

.countdown-clock{
  margin-bottom: 100px;
}
.countdown-clock h3{
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0 3px 0;
  padding: 0;
}

.countdown-clock ul > li {
  list-style: none;
  float: left;
  margin: 5px 5px;
  text-align: center;
  font-size: 15px;
}
.countdown-clock ul > li > span {
  display: block;
  background: #333;
  color: #fff;
  font-weight: normal;
  font-size: 34px;
  margin-bottom: 5px;
  padding: 7px 10px;
  border-radius: 5px;
}
.pro-bar-x-padding{
  padding-top: 20px;
}
.pro-bar .pro-percent{
  color: #333;
  text-align: left;
  padding: 0 0 3px 0;
  font-size: 14px;
}
.pro-bar .progress-br{
  overflow: hidden;
  height: 15px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.pro-bar .progress-br div{
  background: #333;
  height: 15px;
}
.category-instruction {
  color: #F27235;
  font-size: 13px;
}
.sidebar-idea-list label{
  cursor: pointer;
}
.sidebar-idea-list li{
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0px;
}
.sidebar-idea-list h3{
  background: #eee;
  padding: 5px;
  margin: 0px -5px 10px -5px;
  font-weight: bold;
  font-size: 17px;
}
.sidebar-idea-list ul{
  margin: 0 0 15px 0;
}
.sidebar-idea-list h3.winner{
  background: #ef6e28;
  color: #fff;
}

/****** Pairwise ******/
#pairwise ul li{
  list-style: none;
  margin-bottom: 10px;
}

#pairwise ul li ul li{
  line-height: 20px;
  list-style: none;
  margin-left: 5px;
  font-size: 13px;
}
#pairwise a{
  text-decoration: none;
}
#pairwise .body-block{
  width: 260px;
  float: left;
}
#pairwise .comparison-item{
  width: 590px;
  float: left;
}
#pairwise .comparisons{
  width: 500px;
  float: left;
}
#pairwise .btn{
  background-color: #ef6e28;
  padding: 6px 17px;
  border: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
#pairwise .action-bar{
  text-align: right;
  margin-top: 20px;
  clear: both;
  display: inherit;
  padding-bottom: 15px;
}
#pairwise .msg{
  text-align: center; color: #145b82; margin: 5px 0 10px 0
}
#pairwise .action-bar .col-1{
  text-align: left;
  width: 100%;
  float: left;
}
#pairwise .action-bar .col-2{
  width: 50%;
  float: left;
  min-height: 30px;
}
#pairwise .action-bar .col-3{
  width: 195px;
  min-height: 30px;
  float: left;
}
#pairwise .help-text{
  font-size: 11px;
  color: #999;
}
#pairwise .questions{
  width: 290px;
  float: right;
  background-color: #ebebeb;
  padding: 20px;
}
#pairwise .question {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  display: block;
  clear: both;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}
#pairwise .add-comment{
  margin: 5px 0;
}
#pairwise .add-comment .btn{
  background-color: #666;
}
#pairwise .comment-area {
  display: none;
}
#pairwise .comment-area textarea {
  resize: none;
  border: 1px solid #d2d4d5;
  height: 45px;
  width: 294px;
  min-width: 273px;
}
#pairwise .details-content{
  margin-top: 30px;
  padding: 10px 0;
  border-top: solid 1px #ccc;
  clear: both;
}
#pairwise .more-less{
  float: right;
}
#pairwise .details-content ul,
#pairwise .details-content ol {
  margin-top: 15px;
}
#pairwise .link-a{
  font-size: 12px;
  color: #ef6e28;
  font-weight: bold;
}
#pairwise a.close {
  padding: 1px 5px;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 5px;
}
#pairwise .comparison-arrow{
  margin-top: 105px;
  padding: 5px;
}
#pairwise .arrow-center{
  margin-left: 106px;
}
#pairwise .arrow-down{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ccc;
  margin: 0px;
}

.sidebar-idea-list li.comparison-list{
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 16px;
  background: url("/images/comparison-list-pair.png") no-repeat 0 3px;
  line-height: normal;
}
.sidebar-idea-list li.comparison-list input[type=checkbox]{
  position: absolute;
  left: 13px;
  margin-top: 9px;
}
/************/

.assignment-details {
  position: absolute;
  text-align: right;
  margin: 9px 10px 28px 0;
  bottom: 4px;
  right: 0;
}

.question-assignment-details {
  margin: 11px 6px 0px 0px;
  width: auto;
  float: right;
  color: #888;
  font-size: 13px;
}

/**** Modal style ****/
.modal-popup{
  position: absolute;
  width: 960px;
  top: 0px;
  min-height: 600px;
  outline: none;
  padding: 0px;
  background: #fff;
  cursor: pointer;
  -moz-box-shadow: 0 0 15px rgba(10,10,10, .4);
  -webkit-box-shadow: 0 0 10px rgba(10,10,10, .4);
  box-shadow: 0 0 10px rgba(10,10,10, .4);
  z-index: 999;
}
.modal-popup .modal-content{
  padding: 30px;
}
.modal-popup .modal-content iframe{
  width: 100%;
  height: 600px;
}
.modal-popup .action-bar{
  text-align: center;
  padding: 30px 0 30px;
  background: #eee;
}
.modal-popup .action-bar .btn{
  background: #ef6e28;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 50px;
  border: 1px solid #d5671c;
}
.modal-popup .action-bar .btn:hover{
  background: #d5671c;
}
.modal-popup .action-bar .btn-su{
  background: #83cd0e;
  border: 1px solid #72b607;
}
.modal-popup .action-bar .btn-su:hover{
  background: #72b607;
}
.modal-popup .close{
  position: absolute;
  top: 1px;
  right: 1px;
  background: #ef6e28;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0px;
  padding: 1px 7px 3px;
  border: 1px solid #d5671c;
}
.modal-popup .close:hover{
  background: #d5671c;
}
/******/
.ban-member{
  background: url(/images/icon-ban-member.png) no-repeat 5px 3px;
}


/**** Progress bar ****/
.process {
  overflow: hidden;
  height: 0px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
.process-bar {
  font-size: 11px;
  line-height: 17px;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.process, .process-bg {
  height: 0px;
}
.add-tag{
  padding-left: 2em;
}
.add-m-tag{
  color: #5998df;
}
.checkbox.follow-idea{
  margin-left: 267px;
}

/* co-star style */
.co-star-tag{
  margin: 10px 0 0 0;
}
.costar-tag{
  background: #579cdc;
  color: #fff;
  padding: 3px 5px 2px 5px;
}
#costar p{
  font-size: 12px;
}
#costar .idea-costar-content{
  margin: 10px 0 0 0;
}
#costar .costar-ideas{
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
}
#costar .costar-ideas:last-child{
  border-bottom: 0;
}
#costar .costar-tag{
  float: left;
  margin: 0 0 0 0;
  font-size: 20px;
  padding: 2px 5px 1px 5px;
}
#costar .costar-display,
#costar .author{
  margin-left: 40px;
}
#costar .author{
  color: #999;
}
.co-start-lable{
  margin: 0 0 2px 25px;
}
.costar-label-tag{
  text-transform: capitalize;
}
.idea-attachment{
  float: left;
  margin: 10px 10px 10px 0;
  width: 120px;
}
.idea-content-attachment{
  float: left;
  width: 340px;
}
.notification{
  padding: 16px 25px;
  background: #fcf8e3;
  border: 1px solid #faebcc;
  font-size: 13px;
  margin: 0px 0 15px 0px;
  color: #8a6d3b;
  line-height: normal;
}
.custom-field-tag-private,
.custom-field-tag-moderator,
.custom-field-tag-team{
  color: #fff;
  padding: 2px 4px;
  font-size: 11px;
}
.custom-field-tag-private{
  background: #2583cb;
}
.custom-field-tag-moderator{
  background: #e97b00;
}
.custom-field-tag-team{
  background: #38b349;
}
.idea-meta dl dt{
  line-height: 20px;
}

.external-member{
  width: 1200px;
  margin: 0 auto;
}
.custom-landing-page .external-member .modal-popup{
  margin-top: 65px;
}
.login-remember {
  float: left;
  padding-top: 6px;
  width: 70%;
  text-align: right;
}
.new-account{
  margin-top: 60px !important;
}

.alert{
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-danger{
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.truste-sm {
  margin: -45px 0 0 60px;
  position: absolute;
}
.truste-sm img{
  width: 95px;
}
.modal-paging {
  background-color: #F5F5F5;
  padding: 5px 0;
}
#owner-list > label {
  font-weight: normal;
  margin-bottom: 5px;
}
#owner-list .pagination {
  position: inherit;
  right: inherit;
  width: inherit;
  margin: 5px;
}
#owner-list .displaying {
  bottom: inherit;
  left: 25px;
  margin-top: 3px;
}