
/*** TEMPORARILY HIDE WARNING MESSAGE ***/
.warningM3 {
    display: none;
}

/*** GLOBAL ***/

body {
    min-width: 960px;
}
p {
    font-family: Helvetica Neue,Helvetica,Arial;
    color: #555;
    font-size: 13px;
    line-height: 100%;
    margin: 1em 0;
}
main {
    padding-bottom: 20px;
    margin-top: 48px;
}
main.home {
    margin-top: 0;
}
.panel {
    background: #ffffff;
}
.panel h2 {
    font-size: 22px;
    margin: 0 0 15px;
    display: block;
    color: #A90E6E;
}
.no-left {
    padding-left: 0;
}
.no-right {
    padding-right: 0;
}
.no-top {
    padding-top: 0;
}
.no-right-border {
    border-right-width: 0;
}
.align-right {
    text-align: right;
}
.socialTab {
    position: fixed;
    z-index: 999;
    width: 32px;
    right: 0;
    top: 184px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    background: #ffffff;
    padding: 4px 7px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.socialTab i {
    font-size: 30px;
}
.socialTab i:hover {
    color: #0186dd;
}
.topMargin {
    height: 152px;
    display: block;
}
.reveal-modal {
    position: fixed;
    max-height: 470px;
    overflow: scroll;
}
.badgeIcon {
    height: 16px;
    width: auto;
    vertical-align: bottom;
}
.voteTitle {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin: 8px 0 15px;
}
.commentBottom {
    width: 100%;
}
.commentBottom span {
    color: #666;
    font-size: 14px;
}
.commentBody {
    margin: 12px 0;
}
.commentFlag, .commentFlagSmall {
    height: 14px;
    width: auto;
    margin-right: 6px;
    vertical-align: bottom;
}
.commentFlagSmall {
    height: 12px;
    vertical-align: middle;
}
.share-buttons span {
    float: left;
}
.addthis_counter {
    display: none !important;
}
.scrollToComment {
    line-height: 25px;
    float: right;
    font-size: 14px;
}
.flagIdea {
    font-size: 14px;
}
.voteLabel {
    display: block;
    padding-top: 7px;
    font-size: 12px;
}

/*** HEADER ***/
.header {
    background: url(/customer/resource/1396038102000/quill_header_bg) repeat-x 0 0 #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul.subnav {
    display: block;
    float: right;
    margin: 38px 0 8px 0;
}
ul.subnav li {
    list-style: none;
    float: left;
    width: auto;
}
ul.subnav li a.current, ul.subnav li a:hover {
    background: #a0b70b;
    background: rgba(0,0,0,0.15);
    color: #FFF;
}
ul.subnav li a {
    font-size: 14px;
    padding: 4px 15px;
    margin: 0;
}
ul.subnav li a {
    display: block;
    color: #000;
    padding: 4px 7px;
    font-size: 12px;
    margin-bottom: 24px;
}
.top-bar-section ul li.socialIcons > a {
    width: auto;
    float: left;
}
.top-bar-section ul li.socialIcons > a i {
    font-size: 36px;
}

.top-bar-section ul li.socialIcons > a i:before {
    line-height: 45px;
}
#headerLogo {
    margin-top: 20px;
}

.header .button-group {
    float: right;
    margin-top: 22px;
}

.top-nav {
    text-align: right;
    height: 92px;
    margin-top: 12px;
}

.top-nav .divider {
    /*background: url(/customer/resource/1396038102000/quill_header_divider) no-repeat 0 0;*/
    padding: 18px;
    height: 27px;
    line-height: 120px;
}

.top-nav a {
    text-transform: uppercase;
    font-weight: bold;
}
.ideaCounterContainer {
    text-transform: uppercase;
    font-size: 12px;
    background: url('/customer/resource/1396038102000/quill_counter_bg') repeat-x;
    height: 30px;
    width: 455px;
    line-height: 29px;
    position: absolute;
    right: 0;
}
.ideaCounterContainer:before {
    content: "";
    background: url('/customer/resource/1396038102000/quill_counter_bg_left') no-repeat;
    padding-right: 55px;
    margin-left: -17px;
    line-height: 15px;
    height: 34px;
    position: absolute;
}
.ideaCounter {
    text-align: center;
}
.ideaCounter span {
    color: #A90E6E;
}



/*** FOOTER ***/
#footer {
    background: #276FB9;
}

#footer ul.home-social {
    display: block;
    float: right;
    margin-bottom: 8px;
}
#footer ul.home-social li {
    list-style: none;
    display: block;
    float: left;
    margin-left: 10px;
}
#footer ul.home-social li:first-child {
    margin-left: 0;
}
#footer ul.home-social li a {
    display: block;
    height: 50px;
    width: 50px;
    background: url(../img/icons/social.png) no-repeat center 0;
}
#footer ul.home-links {
    margin: 0;
    display: inline-block;
}

#footer ul.home-links li {
    display: block;
    float: left;
    margin-left: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15.5px;
}
#footer ul.home-links li a {
    color: #666666;
    padding: 3px 6px;
}
#footer p {
    margin: 20px 0;
    color: #ffffff;
}
#footer a {
    color: #ffffff;
}
#footer .footer-top {
    background: url(/customer/resource/1396038102000/quill_footer_bg) repeat-x bottom left;
    height: 95px;
}

/*** SIDEBAR ***/

.allIdeas {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 6px;
}
.ibtFilterPanelTop, .viewByStatus {
    margin-top: 20px;
}
#sidebar h2 {
    margin-bottom: 8px;
    display: block;
}
#sidebar .panel {
    background: #F7F7F7;
}
#sidebar .first p {
    margin-top: 0;
}
#sidebar .divider {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 5px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}
.categorySelected {
    color: #005f9d;
    font-weight: bold;
}

/* Accordion */
/*.accordion section {
    margin-left: 6px;
}
.accordion dd {
    line-height: 24px;
    margin: 0;
}
.accordion .content {
    padding: 0;
}
.accordion dd {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}
.accordion dd > a {
    padding-left: 15px;
}
.accordion dd > a.categoryTitle:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    margin-top: 9px;
    position: absolute;
    border-color: rgba(0, 114, 188, 1) transparent transparent transparent;
    border-top-style: solid;
    
}*/

/* Search */
#search button {
    overflow: visible;
    position: relative;
    float: right;
    padding: 0;
    cursor: pointer;
    font: bold 20px/32px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #000000;
    background: #FBE45D;
    text-transform: uppercase;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    border: 1px solid #CCC;
    border-left: 0;
}
#search button:hover{       
    background: #fdea79;
}
#search input {
    font-style: italic;
    height: 34px;
}

/* Leaderboard */
.leaderboard {
    padding: 4px;
    margin: 0;
    background: url(/customer/resource/1396307619000/quill_bg_leaderboard) no-repeat;
    height: 288px;
}
.leaderboard table {
    margin-bottom: 8px;
    width: 100%;
}
.leaderboard table tr th, .leaderboard table tr td {
    font-size: 10px;
    padding: 4px 4px 0 0;
    text-align: right;
}
.leaderboard table tr td.rank {
    padding-right: 0;
}
.leaderboard table tr td.name {
    padding-left: 2px;
    padding-right: 0;
    text-align: left;
}
.leaderboard table tr td.leaderboardIcon {
    padding-left: 2px;
}
.leaderboardTip {
    text-align: right;
    height: 20px;
    width: 100%;
    margin: 8px 8px 0 0;
}
.leaderboardTip span {
    font-size: 12px;
    color: #0072BC;
    padding-right: 6px;
    float: right;
    border-bottom: 0;
    font-weight: normal;
    font-style: italic;
}
.leaderboardTip span:hover {
    border-bottom: 0;
}

/* Polls */
.poll table {
    width: 100%;
}

/*** HOME - MAIN ***/

.homePrimaryColumn {
    width: 50%;
    float: left;
}
.featured-nav {
    float: right;
    margin-top: -36px;
}
.featured-nav a {
    margin: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 13.75px;
}

.postPanel {
    padding: 0;
}

#postpanel textarea {
    padding: 10px;
}
.homeBannerBG {
    background: #90d6dc;
    height: 301px;
    position: relative;
    top: 0;
    margin-bottom: 48px;
}
.homeBannerContainer img {
    position: absolute;
    top: 152px;
    margin-left: -80px;
}

/*** IDEA POST ***/

/* Override rich text styles */
.cke_skin_sfdc .cke_wrapper {
    background-image: none !important;
    background-color: transparent !important;
}

.customerDerived {
    color: #000;    
}

.customerDerived input {
    float: left;
    margin-right: 12px;
}

.postIdea {
    margin-right: 10px;
}

/*** IDEA LOGIN ***/
.ideaLogin {
    margin: 0 auto;
}
.apbutton {
    vertical-align:top;
    display:inline-block;
    width: 195px;
    height: 40px;
    line-height: 26px;
    border: 1px solid #c5c6c8;
    border-radius:3px;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    margin-bottom: 9px;
    margin-right:10px;
    cursor:pointer;
}
.apbutton label {
    font-size: 12px;
    font-weight:bold;
    color:#386064;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

/*** HOMEPAGE - RECENT / Popular POSTS ***/
.recentIdeas, .popularIdeas {
    font-size: 14px;
}
.recentIdeas .ideaTitle, .popularIdeas .ideaTitle {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.ideaRow {
    background: url(/customer/resource/1396038102000/quill_bg_idearow) no-repeat bottom right;
    padding: 0 14px 6px 0;
    margin-bottom: 12px;
    font-size: 12px;
}
.ideaRow .ibtUserLinkNormal {
    font-size: 12px;
}
.ideaPointsComments {
    text-align:right;
    margin-top: 6px;
}
.ideaPointsComments .ideaTitle {
    display: inherit;
    font-weight: normal;
    font-size: 12px;
}

/*** HOMEPAGE - Featured Ideas ***/
.featuredIdeas {
    background: #fff;
    border: 2px solid #f6a800;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.featuredIdeas .ideaContent img {
    display: none;
}
.featuredIdeas li {
    /*height: 133px;*/
    margin: 16px 0;
    padding: 0 16px;
    /*min-height: 133px;*/
    float: left;
    width: 50%;
}
.featuredIdeas.singleView li {
    width: 98%;
}
.featuredIdeas.singleView li .columns.small-3 {
    padding-right: 16px;
    width: auto;
}
.featuredIdeas.singleView li .columns.small-9 {
    width: auto;
}
.featuredIdeas li:first-child {
    border-left: none;
    border-right: 2px solid #f6a800;
}
.featuredIdeas.singleView li:first-child {
    padding-right: 8px;
}
.featuredIdeas .featuredIdeaTitle {
    font-weight: bold;
    padding-bottom: 4px;
    display: block;
}
.featuredIdeas p {
    margin: 4px 0;
    line-height: 14px;
    font-size: 12px;
}
.featuredIdeas p.bottomLine {
    font-size: 12px;
}
.featuredIdeas a {
    line-height: 16px;
    font-size: 12.5px;
    font-weight: bold;
}
.featuredIdeas p.bottomLine a {
    font-size: 12px;
}
.featuredIdeas .baseVoteContainer {
    padding-bottom: 0;
}
.featuredIdeas .voteTotal {
    padding-bottom: 8px;
}
.featuredIdeas .voteTotal .value,
.featuredIdeas .ibtProfileVoteTotalLabel {
    line-height: 1em;
}
.featuredClip {
    position: absolute;
    margin-top: -10px;
    margin-left: -9px;
    left: 0;
    top: 0;
}

/*** HOMEPAGE - Ideas in the Works ***/
.ideasInTheWorks {
    background: url(/customer/resource/1396307619000/quill_bg_ideasintheworks) no-repeat;
    padding: 36px 60px 0 60px !important;
    margin-bottom: 0;
}
.ideasInTheWorksBottom {
    background: url(/customer/resource/1396307619000/quill_bg_ideasintheworks_bottom) no-repeat;
    width: 100%;
    height: 26px;
}
.ideasInTheWorks, .ideasInTheWorksBottom {
    margin-left: 20px;
}
.statusLegend {
    text-align: center;
    font-size: 13px;
    padding: 8px 0;
}
.statusLegend img {
    height: 18px;
    width: auto;
    vertical-align: bottom;
    margin-right: 3px;
}
.statusIcon, .statusIconLarge {
    height: 18px;
    width: auto;
    vertical-align: bottom;
    margin-right: 0;
}
.statusIconLarge {
    height: 19px;
    padding-bottom: 3px;
}
.profileDetailsStatus.statusIconLarge {
    height: 20px;
    padding-bottom: 5px;
}
.ideaInActionRow {
    padding: 8px 0;
}
.ideaInActionRow span {
    float: left;
    padding-right: 7px;
}
.leaderboardHover {
    margin-top: -155px;
    margin-left: 80px;
}

/*** IDEAS REGISTRATION PAGE ***/
#recaptcha_response_field {
    display: initial !important;
    height: auto !important;
}
.registerSection input {
    margin: 0;
}
.recaptchatable, 
#recaptcha_area tr, 
#recaptcha_area td, 
#recaptcha_area th {
    line-height: initial !important;
}

#recaptcha_table .recaptcha_input_area {
    height: 26px !important;
}

#recaptcha_table.recaptchatable #recaptcha_response_field {
    margin-top: 12px !important;
}

/*** IDEAS PROFILE PAGE ***/
.profileNavItem {
    height: 36px;
}
.registerForm input[type=text], .loginForm input[type=text], .registerForm input[type=submit], .loginForm input[type=submit], .registerForm input[type=password], .loginForm input[type=password] {
    width: 100%;
    margin: 6px 0;
}
.accountDetails input[type=text], .accountDetails input[type=password] {
    margin-top: 10px;
    width: 50%;
}
.accountDetails select {
    margin-top: 10px;
    padding-right: 38px;
}

/*** ASSOCIATE REGISTRATION PAGE ***/
.inputInstruction {
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
    display: block;
}
.communityOptions#right_side p {
    line-height: 130%;  
}

/*** IDEA PAGE ***/

/* Comments */
.commentSection {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

/*** Social Sharing ***/
.share-buttons {
    float: left;
    margin-bottom: 16px;
    margin-right: 70px;
    margin-left: 76px;
}
.share-buttons a {
    float: left;
    padding: 0 2px;
}
.share-buttons em {
    display: block;
}
.share-buttons a span{
    display:inline-block;
    text-indent:-99999px;
    width:26px;
    height:26px;
    background:url(/customer/resource/1396038102000/quill_icons_social) no-repeat 0 0 scroll transparent;
}
.share-buttons .facebook span{
    background-position:-27px;
}
.share-buttons .twitter span{
    background-position:-54px;
}
.share-buttons .gplus span{
    background-position:-81px;
}
.share-buttons .pin span{
    background-position:-109px;
}
.share-buttons .email span{
    background-position:-137px;
}
.share-buttons .print span{
    background-position:-164px;
}
#registerTermsSocial {
    margin: 0 0 3px 0;
}
.registerTermsContainer {
    font-size: 11px;
}
#registerSocialMessage {
    font-size: 12px;
    color: red;
    margin-bottom: 10px;
    display: none;
}
.ibtPageNext {
    margin-left: 20px;
    position: relative;
}
.ibtPageNext:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #0071bc;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -3px;
}
.ibtPagePrevious {
    position: relative;
}
.ibtPagePrevious:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 4px 3px 0;
    border-color: transparent #0071bc transparent transparent;
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -3px;
}
.ideasInTheWorksPage .statusLegend {
    text-align: left;
}
.baseVoteContainer {
    background: #d9eaf5;
}
.baseVoteButton, .baseVotedButton {
    padding-top: 0;
}
.baseVoteButton strong, .baseVotedButton strong {
    font-size: 12px;
}
.reveal-modal {
    top: 85px !important;
    overflow-x:hidden !important;
}
.modalContainer {
    padding: 37px;
}
.reveal-modal.small {
    margin-left: -20% !important;
    width: 40% !important;
}
.communityOptions h2 {
    font-size: 24px;
}
.top-bar-section .dropdown {
    background: #276FB9;
}

.ideaLinkTitle
{
    display: block;
	width: 100%;
	clear: both;
}

.ideaLinkTitle a.ideaTitle
{
    display:inline !important;
}