@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;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

:focus {

}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

/*============Common=============*/

body {
    background: #f7f9f9;
    font-size: 12px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.recentideas, .hotideas {
    background: transparent;
    overflow: auto;
}

pre {
    margin: 10px;
}

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

/* ====== 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;
}

h1, h2 {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 6px 0;
    color: #505050;
    margin-bottom: 8px;
}

/* --------- Global Status messages ---------*/

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

.notice, .success {
    padding: .8em;
    border-style: solid;
    border-width: 2px;
    font-size: 17px;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

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

#message-user {
    margin: 0 0 20px 0;
    width: auto;
}

#message-user > p {
    margin: 0;
}

/* authorization message */

#login-or-register {
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
    margin: 1em auto;
    width: 94%;
}

/* branding */
#branding-wrapper {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.ideascale-color {
    display: block;
    height: 18px;
    width: 145px;
    text-indent: -10000px;
    overflow: hidden;
    background: url(../img/powered-by-ideascale.png) no-repeat;
    background-size: contain;
    margin-top: 40px;
}

/* Feedback Form */
#feedback-form {
    height: 430px;
    overflow-y: auto;
}

#feedback-form h2 {
    font-size: 17px;
    font-weight: bold;
    color: #444;
    border: none;
    padding: 0;
    margin: 24px 0;
}

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

.idea-details {
    position: relative;
    padding-right: 20px;
    width: 358px;
}

.dual .idea-details {
    float: left;
}

.or {
    width: 1px;
    height: 280px;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 24px 6px 6px;
}

.divider {
    height: 280px;
    width: 0px;
    border-left: 1px dashed #ccc;
}

.idea-custom {
    position: relative;
    float: left;
    margin-left: 20px;
    padding-right: 2px;
    width: 335px;
    _width: 330px; /*otherwise the submit button will disappear in IE6*/
}

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

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

.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: 14px;
    border: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

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

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

.select-field label {
    display: inline;
}

.overlay .legend {
    position: absolute;
    bottom: 32px;
    left: 0;
    font-size: 11px;
}

.submit-form .submit {
    float: none;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.submit-btn-wrapper {
    position: absolute;
    left: 0;
    bottom: 10px;
}

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

#idea-title-field {
    margin-bottom: 0;
    padding-top: 4px; /*workaround for the jerking dynamic search animation*/
}

.dual #idea-title-field {
    padding-top: 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/loading.svg);
    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;
}

#other-idea-fields-wrapper {
    padding-right: 10px;
    margin-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;
}

/*---------*/

/*------ 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;
}

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

/* Counter */

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

.form-field .character-counter {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.go_green {
    color: green;
}

/* Feedback Success */

#success-message {
    font-size: 16px;
    margin: 110px 0 0 30px;
}

#new-idea-btn {
    position: absolute;
    right: 0;
    top: 62px;
}

/* hot ideas */

#hot-idea-list a {
    color: #2691D0;
    font-size: .75em;
}

#hot-idea-list li a {
    padding: 0 2px;
    font-size: 1em;
}

#hot-idea-list a:hover {
    background-color: #2691D0;
    color: #FFF;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}

#hot-idea-list li {
    margin: 0 0 14px 0;
    *zoom: 1;
}

#hot-idea-list li h3 {
    font-size: 14px;
    margin-left: 55px;
    padding: 0;
}

#hot-idea-list li a {
    padding: 0;
}

#hot-idea-list li span {
    font-weight: bold;
    color: #4d4d4d;
    font-size: 13px;
    text-align: right;
    width: 40px;
    float: left;
    padding-top: 1px;
    _display: inline;
}

/* recent ideas */

#recent-idea-list a {
    color: #2691D0;
    font-size: .75em;
}

#recent-idea-list li a {
    padding: 0 2px;
    font-size: 1em;
}

#recent-idea-list a:hover {
    background-color: #2691D0;
    color: #FFF;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}

#recent-idea-list li {
    margin: 0 0 14px 0;
    *zoom: 1;
}

#recent-idea-list li h3 {
    font-size: 14px;
    margin-left: 55px;
    padding: 0;
}

#recent-idea-list li a {
    padding: 0;
}

#recent-idea-list li span {
    font-weight: bold;
    color: #4d4d4d;
    font-size: 13px;
    text-align: right;
    width: 40px;
    float: left;
    padding-top: 1px;
    _display: inline;
}

/*-----Submit new idea button-----*/
.submit-new-idea {
    position: relative;
    font-size: 1.6em;
    color: #fff;
    margin: 0px auto 10px auto;
    display: block;
    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;
}

.submit-new-idea:hover {
    color: #333;
}

/*----------*/
.idea {
    min-height: 130px;
    _height: 130px;
    border: 1px solid #CCCCCC;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    position: relative;
    margin: 5px;
}

.idea .content {
    margin-left: 125px;
    padding: 6px 0 45px 0;
    min-height: 89px;
    position: relative;
}

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

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

.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;
    font-size: 13px;
}

#bottom-links {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
}

.comments, .details {
    margin: 0 10px 0 0;
}

.comments {
    padding-top: 2px;
    height: 16px;
    font-size: 11px;
    background: url(../images/icons-sprite.png) no-repeat 0 -213px;
    text-indent: 20px;
    float: left;
}

.comments.create-comment {
    background-position: 0 -147px;
}

.details {
    padding: 0 !important;
    color: #474747;
    font-size: 13px;
    float: right;
}

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

.agree, .agreed, .disagree, .disagreed {
    text-decoration: none;
    font-weight: bold;
    display: block;
    background: url(../images/icons-sprite.png) no-repeat left top;
}

.agree, .disagree {
    color: #00507d;
    font-size: 14px;
    height: 15px;
    padding: 10px 0;
    text-indent: 35px;
}

.agreed, .disagreed {
    font-size: 13px;
    height: 22px;
}

.disagree, .disagreed {
    position: absolute;
    bottom: 0;
}

.agree {
    background-position: 10px -1174px;
}

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

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

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

.agree:hover, .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, .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;
}

.agreed {
    background-position: 0 0;
    width: 119px;
    padding: 12px 0 0 33px;
    margin: 0 0 0 -9px;
}

.agreed, .agreed:hover {
    color: #006800;
}

.disagreed {
    background-position: 0 -279px;
    width: 141px;
    margin: -4px 0 0 -9px;
    padding: 9px 0 0 33px;
}

.disagreed, .disagreed:hover {
    color: #8b181a;
}

/*------- 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;
}

.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 tags -------*/
.idea .tag-links {
    margin-top: 10px;
    font-size: 11px;
    text-transform: lowercase;
}

.idea .tag-links a[rel~="tag"] {
    text-transform: none;
    margin-left: 4px;
    line-height: 200%;
    font-weight: normal;
    background: #dde7f8;
    border: 1px solid #a4bff0;
    color: #333;
    padding: 0 .6em;
    border-radius: .6em;
    -webkit-border-radius: .9em;
    -moz-border-radius: .6em;
}

.idea .tag-links a[rel~="tag"]:hover {
    background: #00507d;
    border: 1px solid #a4bff0;
    color: #fff;
}

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

#skip-idea {
    margin: 1em;
}

.login-form {
    width: 90%;
    margin: 8px auto 0;
}

#email-field {
    clear: both;
    border-top: dashed 1px #ccc;
    padding-top: 10px;
    padding-left: 2px;
    position: relative;
    top: 10px;
    margin: 0;
}

#email-field input {
    width: 358px;
    min-width: 0;
}

.community-home-link {
    position: absolute;
    right: 0;
    top: 0;
}

.privacy-link {
    float: left;
    margin: 15px 15px 0 0;
}

.recentideas #branding-wrapper, .hotideas #branding-wrapper {
    position: relative;
    padding-top: 20px;
}

.recentideas #branding-wrapper .ideascale-color, .hotideas #branding-wrapper .ideascale-color {
    width: 140px;
}

.ideascale-switch label, .form-check label {
    display: inline-block;
}