/* count styles, like seen on view page guest list */
/* mixin for three column layout like the gallery page, with an ad on the right */
/* this makes it possible to share styles without having to use the primary and secondary classes */
/* count styles, like seen on view page guest list */
/* mixin for three column layout like the gallery page, with an ad on the right */
/* this makes it possible to share styles without having to use the primary and secondary classes */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* common colors used for yes/no/maybe states on invitations */
/* common colors used for yes/no/maybe states on invitations */
/* Colors */
/* Colors */
/* below this is new */
/* below this is new */
/* Grid settings */
/* Grid settings */
/* Breakpoints */
/* Breakpoints */
/* Minus 1 px to active on "less than 1020px" etc */
/* Minus 1 px to active on "less than 1020px" etc */
/* Unique due to length of new nav items overlapping with search bar */
/* Unique due to length of new nav items overlapping with search bar */
/* Type */
/* Type */
/* Layout */
/* Layout */
/* count styles, like seen on view page guest list */
/* mixin for three column layout like the gallery page, with an ad on the right */
/* this makes it possible to share styles without having to use the primary and secondary classes */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

#manage_guests .summary {
  float: left;
  margin: 20px;
  padding-left: 20px;
  color: #666e76;
  font-weight: bold;
  overflow: auto;
}
#manage_guests .summary span.status {
  float: left;
  display: block;
  margin-right: 20px;
  padding: 0 30px 0 37px;
  height: 23px;
  line-height: 23px;
  background: url(/assets/1483555516/images/icons_status_lrg.png) left no-repeat;
  border-right: 1px solid #e9e9e9;
}

* html #manage_guests .summary span {
  background: none;
  padding-left: 7px;
}

#manage_guests {
  background: #fff;
}
#manage_guests .summary span.yes {
  background-position: 0 0;
}
#manage_guests .summary span.maybe {
  background-position: 0 -23px;
}
#manage_guests .summary span.no {
  background-position: 0 -46px;
}
#manage_guests .summary span.undecided {
  background-position: 0 -69px;
  border-right: none;
}

#manage_guests_table {
  color: #666e76;
  clear: both;
  overflow: hidden;
  background: #fff;
}
#manage_guests_table ul.guest.invalid {
  background-color: red;
}
#manage_guests_table > ul.manage_guests_header {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
  height: 50px;
}
#manage_guests_table > ul.manage_guests_header > li {
  border-bottom: 1px solid #ddd;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  background: #f9f9f9;
  float: left;
  display: block;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fff;
  color: #999;
  text-decoration: none;
}
#manage_guests_table > ul.manage_guests_header > li.name {
  width: 204px;
  border-left: none;
  text-align: center;
}
#manage_guests_table > ul.manage_guests_header > li.name input {
  width: 170px;
}
#manage_guests_table > ul.manage_guests_header > li.response {
  width: 178px;
  text-align: center;
}
#manage_guests_table > ul.manage_guests_header > li.guests {
  width: 198px;
  text-align: center;
}
#manage_guests_table > ul.manage_guests_header > li.email {
  width: 318px;
  padding-left: 10px;
}
#manage_guests_table > ul.manage_guests_header > li.email input {
  width: 270px;
}
#manage_guests_table > ul.manage_guests_header > li.remove {
  width: 82px;
  text-align: center;
  border-right: 0;
  border-right: none;
}
#manage_guests_table > ul.manage_guests_header > li.remove a {
  color: #999;
  text-decoration: none;
  margin: 10px 13px;
}
#manage_guests_table > ul.manage_guests_body > li {
  background-color: #fff;
  min-height: 60px;
  display: block;
  border-bottom: 1px solid #ddd;
}
#manage_guests_table > ul.manage_guests_body > li:last-of-type {
  border-bottom: none;
}
#manage_guests_table > ul.manage_guests_body > li:hover {
  background: #feffc4;
  cursor: default;
}
#manage_guests_table > ul.manage_guests_body > li:hover input.invalid {
  background: #feffc4;
}
#manage_guests_table > ul.manage_guests_body > li input {
  background: none;
  cursor: text;
  -webkit-appearance: none;
}
#manage_guests_table > ul.manage_guests_body > li.invalid {
  background: #ffe6e7;
}
#manage_guests_table > ul.manage_guests_body > li li.name a {
  margin-left: 0;
}
#manage_guests_table > ul.manage_guests_body > li li.response {
  text-align: center;
}
#manage_guests_table > ul.manage_guests_body > li li.remove.inviting {
  color: #9ea0ab;
}
#manage_guests_table > ul.manage_guests_body > li ul li {
  text-align: left;
  float: left;
  display: block;
  min-height: 80px;
  line-height: 80px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#manage_guests_table > ul.manage_guests_body > li ul li.name {
  width: 204px;
  padding-left: 13px;
  border-right: 1px solid #ddd;
}
#manage_guests_table > ul.manage_guests_body > li ul li.name input {
  width: 175px;
}
#manage_guests_table > ul.manage_guests_body > li ul li.response {
  width: 178px;
  text-align: center;
  border-right: 1px solid #ddd;
}
#manage_guests_table > ul.manage_guests_body > li ul li.response .select-holder {
  line-height: 28px;
  width: 155px;
  margin: 15px 10px;
}
#manage_guests_table > ul.manage_guests_body > li ul li.response .select-holder select {
  width: 100%;
}
#manage_guests_table > ul.manage_guests_body > li ul li.guests {
  line-height: 60px;
  width: 198px;
  text-align: center;
  border-right: 1px solid #ddd;
}
#manage_guests_table > ul.manage_guests_body > li ul li.guests span {
  margin: 10px 5px 0;
  padding-left: 10px;
  display: inline-block;
  text-align: center;
}
#manage_guests_table > ul.manage_guests_body > li ul li.guests span.adults {
  background: url(/assets/1483555516/images/icon_adult.png) 0 50% no-repeat;
}
#manage_guests_table > ul.manage_guests_body > li ul li.guests span.kids {
  background: url(/assets/1483555516/images/icon_kid.png) 0 50% no-repeat;
}
#manage_guests_table > ul.manage_guests_body > li ul li.guests span select {
  position: relative;
  top: -2px;
}
#manage_guests_table > ul.manage_guests_body > li ul li.guests span input {
  width: 65px;
  text-align: left;
}
#manage_guests_table > ul.manage_guests_body > li ul li.email-address {
  width: 317px;
  padding-left: 10px;
  background: #fcfcfc;
  color: #999;
  font-style: italic;
}
#manage_guests_table > ul.manage_guests_body > li ul li.email-address input {
  width: 345px;
}
#manage_guests_table > ul.manage_guests_body > li ul li.addresses {
  line-height: 17px;
  padding: 6px 0;
  width: 317px;
  padding-left: 10px;
  background: #fcfcfc;
  color: #999;
  font-style: italic;
}
#manage_guests_table > ul.manage_guests_body > li ul li.addresses input {
  width: 345px;
}
#manage_guests_table > ul.manage_guests_body > li ul li.edit-row {
  text-align: center;
  width: 85px;
}
#manage_guests_table > ul.manage_guests_body > li ul li.remove {
  width: 82px;
  text-align: center;
  border-right: 0;
  border-left: 1px solid #ddd;
}
#manage_guests_table > ul.manage_guests_body > li ul li.edit .disabled {
  display: none;
}
#manage_guests_table > ul.manage_guests_body > li ul li.edit .disabled a {
  color: #bbb;
  background: url(/assets/1483555516/images/icon_edit_disabled.gif) left no-repeat;
  cursor: default;
  padding-left: 15px;
}
#manage_guests_table > ul.manage_guests_body > li ul li.edit .disabled a:hover {
  text-decoration: none;
}
#manage_guests_table > ul.manage_guests_body > li ul li.edit a {
  background: url("/assets/1483555516/images/icon_edit.gif") no-repeat scroll left center transparent;
  padding-left: 16px;
}

.change-design {
  display: block;
  background: #fff;
}

.guest-list-form {
  position: relative;
}

div.cancel-event {
  clear: both;
}

form#id_event_form .footer .error-message {
  width: 400px;
}
form#id_event_form div.edit-view a#cancel-event {
  cursor: pointer;
  display: block;
  float: left;
  margin-left: 160px;
  margin-top: 10px;
  color: #666e76;
  font-weight: normal;
  background: url("/assets/1483555516/images/profile/icon_remove_contact.png") left 12px no-repeat;
  padding: 10px 0 15px 16px;
}

div.guest-list-form {
  /* ie9 needs this to fix zoom bug */
  width: 980px;
}

#rsvp-cancel {
  position: absolute;
  top: 7px;
  right: 20px;
  text-indent: -9999em;
  background-image: url("/assets/1483555516/images/v2/web/close.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

#rsvp {
  position: relative;
  min-width: 1020px;
  padding: 10px;
  height: 65px;
  margin-top: -67px;
  overflow: hidden;
  font-size: 14px;
}
#rsvp .inner {
  margin: 0 auto;
  width: 980px;
  z-index: 6;
  position: relative;
}
#rsvp .inner .question {
  display: inline-block;
  float: left;
}
#rsvp .inner .question h1 {
  margin: 0;
  font-weight: 300;
  line-height: 45px;
  font-size: 30px;
}
#rsvp .inner #rsvp-status {
  display: inline-block;
}
#rsvp .inner #rsvp-status.yes span {
  color: #62ae20;
}
#rsvp .inner #rsvp-status.no span {
  color: #d55554;
}
#rsvp .inner #rsvp-status.maybe span {
  color: #efb91a;
}
#rsvp .inner #rsvp-status.hidden {
  display: none;
}
#rsvp .inner #rsvp-status .rsvp-message {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}
#rsvp .inner #rsvp-status .rsvp-message span {
  text-transform: capitalize;
}
#rsvp .inner a#change-reply {
  display: inline-block;
}
#rsvp .inner a#change-reply.hidden {
  display: none;
}
#rsvp .inner a#change-reply.yes .rsvp-message {
  background: url("/assets/1483555516/images/icon_yes_lite.png") no-repeat scroll 26px 50% transparent;
  padding-left: 54px;
}

.event-actions {
  margin: 10px 0 0 30px;
  display: inline-block;
  float: left;
}
.event-actions a {
  margin: 0 10px;
}
.event-actions.hidden {
  display: none;
}
.event-actions #rsvp_bar_manage_invitation {
  margin: 0 10px;
}

.event-utilities {
  display: inline-block;
  float: right;
  height: 45px;
}
.event-utilities.hidden {
  display: none;
}
.event-utilities a.icon {
  display: inline-block;
  line-height: 18px;
  margin: 0 10px;
  padding: 15px 0 10px 30px;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}
.event-utilities a.icon.map {
  background-image: url(/assets/1483555516/images/v2/web/icons/basic_map.png);
}
.event-utilities a.icon.calendar {
  background-image: url(/assets/1483555516/images/v2/web/icons/basic_calendar.png);
}
.event-utilities a.icon.print {
  background-image: url(/assets/1483555516/images/v2/web/icons/basic_printer.png);
}
.event-utilities a.icon:last-of-type {
  margin-right: 0;
}
.event-utilities .button-primary {
  float: right;
  margin-top: 15px;
}

#rsvp-form {
  display: inline-block;
  float: left;
}
#rsvp-form li > a {
  padding-left: 30px;
  padding-right: 30px;
}
#rsvp-form .header h3 {
  margin: 0;
  line-height: 38px;
  font-size: 18px;
  opacity: 0.5;
}
#rsvp-form #rsvp-buttons {
  position: relative;
  height: 70px;
  padding-left: 20px;
}
#rsvp-form #rsvp-buttons li {
  margin-left: 40px;
  margin-top: 10px;
  list-style: none;
  float: left;
  padding: 0;
}
#rsvp-form #rsvp-buttons .ie8-rsvp {
  display: inline-block;
  width: 350px;
  margin: 5px 0 0 20px;
}
#rsvp-form #rsvp-buttons .ie8-rsvp input {
  width: auto;
}
#rsvp-form #rsvp-buttons .ie8-rsvp label {
  font-size: 30px;
  margin-right: 20px;
}
#rsvp-form #rsvp-buttons #rsvp_status a {
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 11px;
  text-decoration: underline;
}
#rsvp-form #rsvp_summary {
  position: relative;
  width: 255px;
  height: 60px;
  padding: 0;
}
#rsvp-form #rsvp_summary ul {
  width: 255px;
  height: 60px;
}
#rsvp-form #rsvp_summary li {
  float: left;
  display: block;
  width: 85px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  background: url(/assets/1483555516/images/rsvp_separator.png) right no-repeat;
}

#rsvp-form-submit {
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding-right: 20px;
}
#rsvp-form-submit .button-primary {
  width: 190px;
}
#rsvp-form-submit.hidden {
  display: none;
}

#flyout-overlay {
  width: 980px;
  height: 65px;
  background: white;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: -10px auto;
}

#flyout_spacer {
  height: 428px;
  display: none;
  width: 100%;
}

#rsvp-flyout {
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  position: relative;
}
#rsvp-flyout.fixed {
  position: fixed;
  width: 980px;
  top: 62px;
  z-index: 999;
}
#rsvp-flyout label {
  float: left;
  width: auto;
}
#rsvp-flyout #rsvp-send {
  display: inline-block;
  width: 250px;
  margin: 10px 20px 20px 0;
}
#rsvp-flyout .rsvp-message {
  position: absolute;
  display: block;
  height: 65px;
  margin: 0;
  top: -65px;
  padding: 20px 20px;
  color: #62ae20;
  z-index: 1;
}
#rsvp-flyout .rsvp-message span {
  line-height: 45px;
  text-transform: capitalize;
}
#rsvp-flyout .rsvp-message a {
  padding-left: 30px;
  padding-right: 30px;
}
#rsvp-flyout.no div.guest-count, #rsvp-flyout.no input#guest-count, #rsvp-flyout.no div.party-count, #rsvp-flyout.no input#party-count,
#rsvp-flyout.no div.adults-count, #rsvp-flyout.no input#adults-count, #rsvp-flyout.no div.kids-count, #rsvp-flyout.no input#kids-count,
#rsvp-flyout.no div.notify-me .form-field {
  display: none;
}
#rsvp-flyout.no div.notify-me .form-field.optin {
  display: block;
}
#rsvp-flyout.hidden {
  display: none;
}
#rsvp-flyout .flyout-body {
  padding: 20px 0 0 30px;
  overflow: auto;
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 100%;
  margin-right: 0;
  min-height: 380px;
}
#rsvp-flyout .flyout-body:last-child {
  margin-right: 0;
}
#rsvp-flyout .flyout-body label {
  margin-left: 10px;
  line-height: 35px;
  font-size: 14px;
}
#rsvp-flyout .flyout-body .flyout-left {
  padding: 0 40px;
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 48.68421%;
}
#rsvp-flyout .flyout-body .flyout-left:last-child {
  margin-right: 0;
}
#rsvp-flyout .flyout-body .flyout-left a {
  margin-left: 2px;
}
#rsvp-flyout .flyout-body .flyout-left .flyout-actions {
  text-align: center;
}
#rsvp-flyout .flyout-body .flyout-left .notify-me {
  float: left;
  margin-top: -5px;
  padding: 0;
}
#rsvp-flyout .flyout-body .flyout-left .notify-me .form-field {
  float: left;
  margin: 0 10px 0 0;
  text-align: left;
  position: initial;
}
#rsvp-flyout .flyout-body .flyout-left .notify-me .form-field label {
  display: inline;
  float: none;
  font-weight: normal;
  font-size: 11px;
  vertical-align: middle;
  line-height: 20px;
}
#rsvp-flyout .flyout-body .flyout-left .notify-me .form-field input {
  display: inline;
  padding-right: 5px;
  border: none;
}
#rsvp-flyout .flyout-body .flyout-left .notify-me .form-field .optin label {
  display: inline;
  float: none;
  font-weight: normal;
  font-size: 11px;
  vertical-align: middle;
}
#rsvp-flyout .flyout-body .flyout-right {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 48.68421%;
  margin-right: 0;
  padding: 0 20px;
}
#rsvp-flyout .flyout-body .flyout-right:last-child {
  margin-right: 0;
}
#rsvp-flyout .flyout-body .flyout-right #ad_flyout {
  width: 300px;
  margin: 0 auto;
}
#rsvp-flyout .flyout-body .count {
  display: inline;
  float: left;
  font-size: 14px;
  width: 70px;
}
#rsvp-flyout .flyout-body .kids-count {
  padding-top: 0;
}
#rsvp-flyout .flyout-body .kids-count input, #rsvp-flyout .flyout-body .kids-count label {
  margin-top: 0;
}
#rsvp-flyout .gift-area {
  padding: 10px 0;
  clear: both;
  width: 100%;
}
#rsvp-flyout .jifiti-gift-image {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0Ny43IDQ2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0Ny43IDQ2IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48Zz48Zz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNERCOEVCIiBkPSJNMjQuMSw5LjdjLTAuNiwwLjEtMS4zLDAuMi0yLjEsMC4ydjEwLjZIMFYxMmMwLTEuMywxLjEtMi40LDIuNC0yLjRoMTBDOS43LDkuMSw3LjcsNy45LDcuNyw1LjhjLTAuMS0yLjUsMi44LTYuNiw2LjktNS42YzQuMywxLDcuMiw0LjMsOS41LDcuMWMyLjMtMi45LDUuNi02LjYsMTAtNy4yYzMuNy0wLjUsNi44LDMuMiw2LjQsNS43Yy0wLjMsMi4xLTIuNCwzLjMtNSwzLjloOS45YzEuMywwLDIuNCwxLjEsMi40LDIuNHY4LjVoLTIxVjkuOWMtMC41LTAuMS0yLjEtMC4xLTIuNS0wLjJ2MEMyNC4yLDkuNywyNC4yLDkuNywyNC4xLDkuN0wyNC4xLDkuN0wyNC4xLDkuN0MyNC4yLDkuNywyNC4xLDkuNywyNC4xLDkuN0wyNC4xLDkuN3ogTTM3LjUsNi41YzEuNC0xLjgtMS40LTUuNi00LjMtNC4yYy0yLjgsMS4zLTQuOSwzLjUtNi43LDUuN2MxLjUsMC4xLDMuMSwwLjIsNC42LDAuMUMzMi45LDgsMzYuNCw3LjksMzcuNSw2LjVMMzcuNSw2LjV6IE0xMC42LDYuNWMyLDIsNy40LDEuOSwxMSwxLjVjLTEuNy0yLjEtMy44LTQuNS02LjctNS43Yy0yLjEtMC44LTMuMywwLjEtNC4xLDEuNUMxMC40LDQuNyw5LjksNS43LDEwLjYsNi41TDEwLjYsNi41TDEwLjYsNi41eiIvPjxwYXRoIGZpbGw9IiM0REI4RUIiIGQ9Ik00NS43LDIzLjN2MjAuNmMwLDEuMi0xLDIuMi0yLjIsMi4ySDI2LjZWMjMuM0g0NS43eiIvPjxwYXRoIGZpbGw9IiM0REI4RUIiIGQ9Ik0yNC4yLDkuN0wyNC4yLDkuN0wyNC4yLDkuN0MyNC4yLDkuNywyNC4yLDkuNywyNC4yLDkuN0wyNC4yLDkuN0MyNC4yLDkuNywyNC4yLDkuNywyNC4yLDkuN0MyNC4yLDkuNywyNC4yLDkuNywyNC4yLDkuN0wyNC4yLDkuN3oiLz48cGF0aCBmaWxsPSIjNERCOEVCIiBkPSJNMjIuMiwyMy4zVjQ2SDQuMkMzLDQ2LDIsNDUuMSwyLDQzLjhWMjMuM0gyMi4yeiIvPjwvZz48L2c+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
  background-size: 35px 35px;
}
#rsvp-flyout .jifiti-text {
  margin-left: 10px;
  font-size: 14px;
  width: 320px;
  text-align: left;
  font-weight: normal;
  color: #2c333c;
  display: inline-block;
}
#rsvp-flyout .jifiti-text a {
  color: #62ae20;
}
#rsvp-flyout .rsvp-details {
  padding: 0;
  font-weight: bold;
  background: #fff;
  border-top: 0;
}
#rsvp-flyout .rsvp-details::after {
  clear: both;
  content: "";
  display: table;
}
#rsvp-flyout .rsvp-details .user {
  margin: 0 0 10px 0;
  padding: 5px 5px 0;
  border: 1px solid #eeeeee;
  background: #F5F5FA;
  border-radius: 4px;
  overflow: hidden;
}
#rsvp-flyout .rsvp-details .user .not-you, #rsvp-flyout .rsvp-details .user .edit-name, #rsvp-flyout .rsvp-details .user .save-name {
  float: right;
  margin-right: 5px;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
  color: #9ea0ab;
  margin-top: 11px;
}
#rsvp-flyout .rsvp-details .user .not-you:hover, #rsvp-flyout .rsvp-details .user .edit-name:hover, #rsvp-flyout .rsvp-details .user .save-name:hover {
  color: #9ea0ab;
}
#rsvp-flyout .rsvp-details .user .not-you {
  border-left: 1px solid #9ea0ab;
  padding-left: 5px;
}
#rsvp-flyout .rsvp-details .user .save-name {
  display: none;
}
#rsvp-flyout .rsvp-details .user #replying-as-name-edit {
  width: 160px;
  height: 27px;
  display: none;
  font-size: 13px;
  padding: 5px;
}
#rsvp-flyout .rsvp-details .user #name-error {
  color: #CA5352;
  clear: both;
  padding-left: 114px;
  font-style: italic;
  display: none;
}
#rsvp-flyout .rsvp-details .user .avatar {
  float: left;
}
#rsvp-flyout .rsvp-details .user p {
  float: left;
  display: inline;
  line-height: 40px;
  margin: 0 10px;
}
#rsvp-flyout .rsvp-details .user p strong {
  margin-right: 5px;
  font-weight: normal;
}
#rsvp-flyout .rsvp-details .comment-entry, #rsvp-flyout .rsvp-details .adults-count, #rsvp-flyout .rsvp-details .kids-count, #rsvp-flyout .rsvp-details .party-count {
  margin-bottom: 10px;
  position: initial;
}
#rsvp-flyout .rsvp-details .comment-entry::after, #rsvp-flyout .rsvp-details .adults-count::after, #rsvp-flyout .rsvp-details .kids-count::after, #rsvp-flyout .rsvp-details .party-count::after {
  clear: both;
  content: "";
  display: table;
}
#rsvp-flyout .rsvp-details .form-field.comment label {
  margin: 5px 0 6px 0;
}
#rsvp-flyout .rsvp-details .form-field.comment textarea {
  width: 100%;
  height: 65px;
  margin-bottom: 10px;
  font-size: 1.1em;
}
#rsvp-flyout .rsvp-details input#adults-count, #rsvp-flyout .rsvp-details input#kids-count, #rsvp-flyout .rsvp-details input#party-count {
  float: left;
  display: inline;
  width: 48px;
  margin-left: 7px;
  font-size: 14px;
}
#rsvp-flyout .guest-count label {
  margin: 0;
}
#rsvp-flyout .remove-me {
  display: none;
  float: left;
  padding: 6px 0;
}
#rsvp-flyout .remove-me label {
  float: none;
  font-weight: normal;
  font-size: 11px;
}
#rsvp-flyout .remove-me input {
  float: left;
  margin-right: 5px;
}
#rsvp-flyout #rsvp-details-not-you {
  overflow: visible;
  margin-bottom: 5px;
}
#rsvp-flyout #rsvp-details-not-you .guest-count {
  display: none;
}
#rsvp-flyout #rsvp-details-not-you div {
  margin-right: 10px;
  position: initial;
}
#rsvp-flyout #rsvp-details-not-you input {
  width: 186px;
}
#rsvp-flyout #rsvp-details-not-you .email {
  margin-right: 0;
}
#rsvp-flyout #rsvp-details-sms-invite {
  overflow: visible;
  margin-bottom: 5px;
}
#rsvp-flyout #rsvp-details-sms-invite .guest-count {
  display: none;
}
#rsvp-flyout #rsvp-details-sms-invite div {
  margin-right: 10px;
  position: initial;
}
#rsvp-flyout #rsvp-details-sms-invite input {
  width: 100%;
}
#rsvp-flyout #rsvp-details-sms-invite .email {
  margin-right: 0;
}

#rsvp-details-not-you .form-field {
  width: 185px;
  float: left;
}

#rsvp-details-sms-invite .form-field {
  width: 100%;
  float: left;
}

#rsvp-details .form-field label.error {
  float: none;
  color: red;
  font-size: 0.8em;
  display: block;
  clear: left;
}

#rsvp-flyout #rsvp-details-not-you .email label.error {
  text-align: left;
}
#rsvp-flyout #rsvp-details-sms-invite .email label.error {
  text-align: left;
}
#rsvp-flyout .comment {
  clear: both;
  position: initial;
}
#rsvp-flyout #facebook-login {
  clear: both;
  margin: 0 0 10px !important;
  padding: 7px 0 3px;
  font-weight: normal;
}

.view_invite {
  min-width: 1020px;
}

#invitation div.wrapper {
  padding-bottom: 90px;
}
#invitation div.inner {
  padding: 20px 0;
}
#invitation #upload_image_links {
  display: none;
}
#invitation #event_image img {
  background: #808080;
}

.edit #invitation div.wrapper {
  padding-bottom: 49px;
}

.edit + #rsvp {
  margin: 0;
}

#jifiti-gift {
  padding: 10px;
}
#jifiti-gift p {
  margin-left: 15px;
  vertical-align: middle;
  margin-top: -20px;
  display: inline-block;
  font-size: 13px;
}
#jifiti-gift #comment-jifiti-button {
  margin: 8px 5px 5px;
  display: inline-block;
  font-size: 13px;
  float: right;
  color: #62ae20;
}
#jifiti-gift .jifiti-gift-image {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0Ny43IDQ2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0Ny43IDQ2IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48Zz48Zz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNERCOEVCIiBkPSJNMjQuMSw5LjdjLTAuNiwwLjEtMS4zLDAuMi0yLjEsMC4ydjEwLjZIMFYxMmMwLTEuMywxLjEtMi40LDIuNC0yLjRoMTBDOS43LDkuMSw3LjcsNy45LDcuNyw1LjhjLTAuMS0yLjUsMi44LTYuNiw2LjktNS42YzQuMywxLDcuMiw0LjMsOS41LDcuMWMyLjMtMi45LDUuNi02LjYsMTAtNy4yYzMuNy0wLjUsNi44LDMuMiw2LjQsNS43Yy0wLjMsMi4xLTIuNCwzLjMtNSwzLjloOS45YzEuMywwLDIuNCwxLjEsMi40LDIuNHY4LjVoLTIxVjkuOWMtMC41LTAuMS0yLjEtMC4xLTIuNS0wLjJ2MEMyNC4yLDkuNywyNC4yLDkuNywyNC4xLDkuN0wyNC4xLDkuN0wyNC4xLDkuN0MyNC4yLDkuNywyNC4xLDkuNywyNC4xLDkuN0wyNC4xLDkuN3ogTTM3LjUsNi41YzEuNC0xLjgtMS40LTUuNi00LjMtNC4yYy0yLjgsMS4zLTQuOSwzLjUtNi43LDUuN2MxLjUsMC4xLDMuMSwwLjIsNC42LDAuMUMzMi45LDgsMzYuNCw3LjksMzcuNSw2LjVMMzcuNSw2LjV6IE0xMC42LDYuNWMyLDIsNy40LDEuOSwxMSwxLjVjLTEuNy0yLjEtMy44LTQuNS02LjctNS43Yy0yLjEtMC44LTMuMywwLjEtNC4xLDEuNUMxMC40LDQuNyw5LjksNS43LDEwLjYsNi41TDEwLjYsNi41TDEwLjYsNi41eiIvPjxwYXRoIGZpbGw9IiM0REI4RUIiIGQ9Ik00NS43LDIzLjN2MjAuNmMwLDEuMi0xLDIuMi0yLjIsMi4ySDI2LjZWMjMuM0g0NS43eiIvPjxwYXRoIGZpbGw9IiM0REI4RUIiIGQ9Ik0yNC4yLDkuN0wyNC4yLDkuN0wyNC4yLDkuN0MyNC4yLDkuNywyNC4yLDkuNywyNC4yLDkuN0wyNC4yLDkuN0MyNC4yLDkuNywyNC4yLDkuNywyNC4yLDkuN0MyNC4yLDkuNywyNC4yLDkuNywyNC4yLDkuN0wyNC4yLDkuN3oiLz48cGF0aCBmaWxsPSIjNERCOEVCIiBkPSJNMjIuMiwyMy4zVjQ2SDQuMkMzLDQ2LDIsNDUuMSwyLDQzLjhWMjMuM0gyMi4yeiIvPjwvZz48L2c+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 8px;
}

#view {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  min-height: 500px;
  background: #F5F5FA;
}

#ad_ad-tip {
  width: 300px;
  margin: 0 auto;
}

#ad_ad-rail {
  width: 300px;
  margin: 20px auto;
}

div#guestlist h3 {
  color: #2c333c;
  font-size: 20px;
  font-weight: 300;
  padding: 10px;
  margin: 0;
}
div#guestlist h3.private {
  padding-left: 32px;
  background: url(/assets/1483555516/images/lock.png) 15px 50% no-repeat;
}
div#guestlist p.private {
  margin: 0 15px 15px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 13px;
  color: #666e76;
  background: #fff;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div#guestlist div.sort {
  clear: both;
  display: block;
  padding: 9px;
  width: 100%;
  margin: 0 auto;
}
div#guestlist div.sort button, div#guestlist div.sort a {
  margin: 0;
}
div#guestlist div.sort strong {
  float: left;
  font-size: 12px;
  line-height: 19px;
  font-weight: normal;
}
div#guestlist div.sort a.invite_more {
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
  width: 96px;
}
div#guestlist div.sort .button-facebook {
  margin-left: 15px;
}
div#guestlist div.sort #fbSend {
  display: inline-block;
  width: 60px;
  margin-top: -1px;
  margin-left: 4px;
  box-sizing: content-box;
}
div#guestlist div.sort #fbSend span {
  box-sizing: inherit;
  overflow: visible !important;
}
div#guestlist div.sort #fbSend span iframe {
  box-sizing: content-box;
}
div#guestlist div.sort #fbSend span iframe * {
  box-sizing: content-box;
}
div#guestlist div.sort #fbSend[style] {
  display: inline-block !important;
  width: auto !important;
}
div#guestlist div.sort a#toggle_guests {
  width: 75px;
}
div#guestlist div.sort .fb_edge_widget_with_comment {
  height: 23px;
  vertical-align: middle;
}
div#guestlist ul {
  clear: both;
  list-style-type: none;
  padding: 0;
  background: #fff;
}
div#guestlist ul li {
  clear: left;
  padding: 0;
}
div#guestlist ul ul {
  float: left;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  width: 100%;
}
div#guestlist ul ul li {
  position: relative;
  padding: 0;
  zoom: 1;
}
div#guestlist ul ul li:hover {
  background-color: #F0FAFF;
}
div#guestlist ul ul li > a.profile-link {
  min-height: 54px;
  float: left;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: block;
  zoom: 1;
  text-decoration: none;
  overflow: hidden;
}
div#guestlist ul ul li.last a {
  border-bottom: 0;
}
div#guestlist ul ul li .avatar {
  position: absolute;
  top: 24px;
  left: 9px;
  margin-top: -15px;
  margin-right: 10px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
div#guestlist ul ul li .username {
  float: left;
  line-height: 15px;
  width: 170px;
  text-align: left;
  padding: 6px 0 0 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#guestlist ul ul li .num_in_party {
  color: #666e76;
  font-size: 11px;
}
div#guestlist ul ul li .last_viewed {
  float: left;
  padding: 0 0 0 44px;
}
div#guestlist ul ul li.over a {
  background: #f0faff;
}
div#guestlist .guest_photo {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
div#guestlist .timestamp {
  margin-left: 5px;
  font-size: 11px;
}
div#guestlist li.group-replies {
  background: #9ea0ab;
  border-bottom: 1px solid #CDCDD4;
  cursor: pointer;
  display: block;
  height: 40px;
  z-index: 999;
}
div#guestlist li.group-replies.collapsed {
  background-position: left bottom;
}
div#guestlist li.group-replies h4 {
  color: #fff;
  float: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  left: 10px;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  max-width: 160px;
}
div#guestlist li.group-replies h4 strong {
  float: left;
  text-transform: capitalize;
  margin-left: 33px;
  color: #2c333c;
}
div#guestlist li.group-replies h4.collapsed strong {
  color: #9ea0ab;
}
div#guestlist li.group-replies .arrow {
  margin-right: 10px;
  float: right;
  width: 11px;
  height: 11px;
  background: url(/assets/1483555516/images/v2/web/view/arrow_icon.png) 22px 44px;
  background-size: 11px 22px;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  top: 15px;
}
div#guestlist li.group-replies.collapsed .arrow {
  background-position: right bottom;
}
div#guestlist li.group-replies.disabled h4 {
  background-position: left bottom;
  color: #2c333c;
}
div#guestlist li.group-replies.disabled ul {
  display: none;
}
div#guestlist li.group-replies.disabled h4 strong {
  color: #7e7e7e;
}
div#guestlist li.group-replies .last_viewed {
  font-size: 9px;
  color: #9ea0ab;
}
div#guestlist li.group-replies .upload {
  clear: both;
  display: block;
  cursor: pointer;
  font-size: 9px;
}
div#guestlist .invisible_progress_indicator {
  display: none;
}
div#guestlist .visible_progress_indicator {
  display: inline;
}
div#guestlist .badge {
  background: transparent;
  color: #9ea0ab;
  font-size: 11px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 1px;
}
div#guestlist ul#rsvp_totals {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  border-top: 0;
}
div#guestlist ul#rsvp_totals li {
  color: #666e76;
  border-bottom: 1px solid #ebebeb;
  line-height: 39px;
  font-size: 12px;
  padding-left: 10px;
  background: url(/assets/1483555516/images/guestlist/bg_gradient.gif) repeat-x;
  overflow: hidden;
}
div#guestlist ul#rsvp_totals li label {
  display: inline-block;
  padding-left: 26px;
  line-height: 17px;
  background: url(/assets/1483555516/images/icons_status.png) no-repeat;
}
div#guestlist ul#rsvp_totals li#total_undecided {
  border-bottom: none;
}
div#guestlist ul#rsvp_totals li#total_yes label {
  background-position: 0 0;
}
div#guestlist ul#rsvp_totals li#total_maybe label {
  background-position: 0 -17px;
}
div#guestlist ul#rsvp_totals li#total_no label {
  background-position: 0 -34px;
}
div#guestlist ul#rsvp_totals li#total_undecided label {
  background-position: 0 -51px;
}
div#guestlist ul#rsvp_totals li span {
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
  color: #000;
}
div#guestlist .display-guestlist-modal {
  padding: 7px 0;
  text-align: center;
  clear: both;
  width: 100%;
  float: left;
}
div#guestlist .summary {
  float: left;
  padding: 8px 0;
  margin-left: 10px;
  color: #9ea0ab;
  line-height: 12px;
}
div#guestlist .summary .icon-adult, div#guestlist .summary .icon-kids {
  float: left;
  display: inline-block;
  width: 90px;
  text-align: center;
}
div#guestlist .summary strong {
  display: inline-block;
  padding: 7px 0;
  font-weight: normal;
  vertical-align: middle;
  zoom: 1;
}
div#guestlist .summary .count {
  vertical-align: middle;
}
div#guestlist .summary .icon-adult {
  border-right: 1px solid #9ea0ab;
}

#guest_list_control {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 48.68421%;
  margin-bottom: 30px;
}
#guest_list_control:last-child {
  margin-right: 0;
}

/* guest list hover */
.profile-hover {
  position: absolute;
  top: 5px;
  left: 185px;
  width: 230px;
  padding: 0 5px 5px 0;
  overflow: hidden;
  z-index: 20000;
  display: none;
}
.profile-hover .divet {
  background: url(/assets/1483555516/images/profile_hover_divet.png);
  position: absolute;
  margin-top: 15px;
  z-index: 20001;
  width: 21px;
  height: 18px;
  left: 0;
}
.profile-hover .contents {
  color: #2c333c;
  background: #f9f9f9;
  border: 1px solid #9ea0ab;
  padding: 10px;
  margin-left: 20px;
  -moz-box-shadow: 0 2px 4px #ccc;
  -webkit-box-shadow: 0 2px 4px #ccc;
  box-shadow: 0 2px 4px #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.profile-hover p {
  overflow: hidden;
  word-wrap: break-word;
}
.profile-hover a {
  display: inline !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.profile-hover .thumb_comment {
  overflow: hidden;
  margin-bottom: 20px;
}
.profile-hover p.comment {
  font-size: 12px;
  line-height: 1.4em;
  color: #2c333c;
  margin-bottom: 1em;
}
.profile-hover .thumb {
  border: 1px solid #d0d0d0;
  width: 56px;
  float: left;
  margin-right: 8px;
}
.profile-hover .meta {
  position: relative;
  zoom: 1;
}
.profile-hover p.timestamp {
  zoom: 1;
  clear: both;
  font-weight: normal;
  color: #9ea0ab;
  font-size: 11px !important;
  margin: 0 -10px !important;
  padding: 3px 10px 4px !important;
  line-height: 19px;
}
.profile-hover p.guests {
  position: absolute;
  top: 4px;
  right: 0;
}
.profile-hover p.guests span {
  display: inline-block;
  margin-left: 8px;
  padding: 0 0 0 10px;
  height: 19px;
  line-height: 19px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.profile-hover p.guests .adults {
  background-image: url(/assets/1483555516/images/icon_adult.png);
}
.profile-hover p.guests .kids {
  background-image: url(/assets/1483555516/images/icon_kid.png);
}
.profile-hover .questions {
  padding: 10px;
  font-size: 11px;
  overflow: hidden;
  margin: 0 -10px;
  background: #fffef6;
  border-bottom: 1px solid #e7e7e7;
}
.profile-hover .questions .clearfix {
  padding-bottom: 3px;
}
.profile-hover .questions div {
  clear: both;
  padding: 3px 0;
}
.profile-hover .questions .question {
  float: left;
  width: 110px;
  margin-right: 20px;
  color: #2c333c;
  overflow: hidden;
  padding-bottom: 3px;
}
.profile-hover .questions .answer {
  float: left;
  width: 100px;
  font-weight: bold;
  overflow: hidden;
  padding-bottom: 3px;
}
.profile-hover .details_view {
  padding: 10px 0 0 0;
  overflow: hidden;
}
.profile-hover .view_profile {
  float: right;
  font-size: 11px;
  text-decoration: underline;
}
.profile-hover .toggle_details {
  background: url(/assets/1483555516/images/guestlist/icon_toggle_details.png) no-repeat !important;
  padding-left: 19px !important;
  height: 14px;
  color: #666e76;
  text-decoration: none;
  line-height: 14px;
  float: left;
}
.profile-hover .toggle_details.less {
  background-position: left bottom !important;
}

#invitation-block {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-radius: 0 0 0 0;
  margin: 0 0 0 1px;
  padding: 0 0 20px;
  width: 540px;
  float: left;
}

section.guestlist {
  float: left;
  display: block;
  margin-right: 20px;
  width: 20%;
  z-index: 1;
  background: white;
  border: 1px solid #ddd;
}

section.feed {
  float: left;
  display: block;
  margin-right: 20px;
  width: 45.1%;
  /* hack to work around the stacking order so the profile hover shows over the feed */
  opacity: 0.99;
}
section.feed .request-sample {
  padding: 30px;
  text-align: center;
}

aside.rail {
  width: 30.8%;
  float: right;
  margin-right: 0;
}
aside.rail .ad {
  margin-bottom: 40px;
}

/* message from host */
* html #event_message strong.flag {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/1483555516/images/flag_updated.png', sizingMethod="scale");
}

#event_message {
  position: relative;
  background: #F5F5FA;
  margin: 0 0 10px;
  padding: 10px 20px;
  color: #666e76;
  border: 1px solid #ddd;
  overflow: hidden;
  zoom: 1;
}
#event_message #find_registries {
  margin-bottom: 0;
}
#event_message a {
  word-break: break-all;
}
#event_message h3 {
  padding: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -1px 1px 0 #FFFFFF;
  color: #9ea0ab;
}
#event_message strong.flag {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 54px;
  height: 54px;
  text-indent: -1000000px;
  background: url(/assets/1483555516/images/flag_updated.png) no-repeat;
}
#event_message .message {
  margin: 10px 0;
  height: auto;
  font-size: 13px;
  line-height: 1.6em;
}
#event_message .message p {
  margin: 13px 0;
}
#event_message .message ul {
  padding-left: 40px;
  margin-left: 0;
}
#event_message .message ul li {
  list-style: outside;
}
#event_message .message ol {
  padding-left: 40px;
}
#event_message .message .registry_area ul {
  list-style: none;
  padding: 0;
}
#event_message .message .registry_area ul li {
  list-style: none;
  float: left;
  margin: 10px 20px 0 0;
}
#event_message .wishlist-area, #event_message .registry_area {
  padding-top: 10px;
  margin: 10px 0 0 0;
}
#event_message .wishlist-area p, #event_message .registry_area p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
#event_message .food {
  padding-top: 10px;
  font-weight: bold;
}
#event_message .hostname {
  padding-top: 10px;
  font-weight: bold;
  line-height: 17px;
  text-align: right;
}
#event_message .timestamp {
  padding-top: 10px;
  font-size: 11px;
  line-height: 17px;
  color: #9ea0ab;
}
#event_message a.toggle {
  position: absolute;
  top: -2px;
  right: 6px;
}

#past_event_send_message {
  background-position: 0 -36px;
}

.fb_iframe_widget_lift {
  z-index: 10 !important;
}

.widget {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #ddd;
  margin: 0 0 5px;
  clear: both;
  color: #666e76;
  padding: 10px;
  position: relative;
}
.widget .heading {
  overflow: hidden;
  padding-bottom: 1em;
  border-bottom: 2px solid #CDCDD4;
}
.widget .heading h4 {
  float: left;
  margin: 0;
  font-size: 12px;
  background: url("/assets/1483555516/images/widget_icons.png") no-repeat scroll 0 -82px transparent;
  height: 17px;
  line-height: 20px;
  padding-left: 26px;
}

.widget #cancel-add-widget {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
}
.widget #buzz-form-error-message {
  display: none;
  background: none repeat scroll 0 0 #FFEBEB;
  border: 1px solid #ECCDCD;
  border-radius: 2px 2px 2px 2px;
  clear: both;
  color: #E50000;
  font-weight: normal;
  line-height: 1.3em;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
}
.widget div.buttons {
  text-align: right;
}
.widget div.buttons a {
  margin-left: 2px;
}
.widget .add-widget a {
  line-height: 17px;
  display: inline-block;
}
.widget .add-widget a.photo {
  margin-left: 5px;
  width: 35px;
}

.add-widget {
  color: #666e76;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
  position: relative;
}
.add-widget span {
  padding: 0 4px 0 1px;
}

a.photo {
  background: url("/assets/1483555516/images/widget_icons.png") no-repeat scroll -3px -82px transparent;
  padding-left: 22px;
  cursor: pointer;
}

a.poll {
  background: url("/assets/1483555516/images/widget_icons.png") no-repeat scroll 0px -16px transparent;
  padding-left: 25px;
  cursor: pointer;
}

a.what-to-bring {
  background: url("/assets/1483555516/images/widget_icons.png") no-repeat scroll 0px -32px transparent;
  padding-left: 24px;
}

#rsvp-before-commenting {
  color: #666e76;
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 1px #FFFFFF;
}

/* widget */
.widget {
  text-align: left;
}
.widget p.instructions {
  font-size: 11px;
  margin-bottom: 1em;
  line-height: 14px;
}
.widget .options .form_field {
  margin-bottom: 9px;
}
.widget .options .form_field label {
  font-weight: bold;
  width: 93px;
  text-align: left;
  padding-top: 3px;
}
.widget .options .form_field input {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 65.78947%;
  margin-right: 5px;
}
.widget .options .form_field input:last-child {
  margin-right: 0;
}

.widget .input_heading {
  overflow: hidden;
  border-bottom: 1px solid #CDCDD4;
  padding-bottom: 9px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.widget .input_heading span {
  float: left;
  font-weight: bold;
}
.widget .input_heading label {
  font-weight: bold;
  width: 93px;
  text-align: left;
  padding-top: 3px;
}
.widget .input_heading input {
  width: 100%;
}
.widget .input_heading select {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 65.78947%;
}
.widget .input_heading select:last-child {
  margin-right: 0;
}
.widget .input_heading input[readonly="readonly"] {
  background-color: #eee;
}
.widget .input_heading select {
  margin-left: 7px;
  width: 185px;
  font-size: 13px;
}
.widget .input_heading span.items {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 65.78947%;
}
.widget .input_heading span.items:last-child {
  margin-right: 0;
}
.widget .form-field label {
  font-size: 12px;
  display: inline;
  font-weight: bold;
}
.widget #add_another_option_button_wrapper {
  height: 30px;
}

.poll_form #add_another_option_button_wrapper {
  padding-left: 100px;
}

.widget .btn_secondary_holder {
  text-align: center;
}

.type_diageo .options input {
  padding-right: inherit;
  width: inherit;
}

.widget .options a.remove {
  width: 15px;
  background: url(/assets/1483555516/images/icon_remove_x.png);
  background-repeat: no-repeat;
}

.poll_form .options .form-field {
  line-height: 25px;
}
.poll_form .options .form-field label {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 23.02632%;
  display: inline;
  text-align: right;
  line-height: 35px;
}
.poll_form .options .form-field label:last-child {
  margin-right: 0;
}
.poll_form .options .form-field input {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 65.78947%;
  display: inline-block;
}
.poll_form .options .form-field input:last-child {
  margin-right: 0;
}
.poll_form .options .form-field .remove {
  display: inline-block;
  text-indent: -9999em;
  margin-top: 10px;
}

.poll_form .heading h4 {
  float: left;
  display: block;
  line-height: 16px;
  padding-left: 26px;
  background-position: 0 -16px;
}

.stream_widget .header .title {
  line-height: 16px;
  color: #2c333c;
  padding-left: 25px;
  display: inline-block;
  background: url(/assets/1483555516/images/widget_icons.png) 0 0 no-repeat;
}

.what_to_bring_form {
  text-align: left;
}
.what_to_bring_form .heading {
  overflow: hidden;
  padding-bottom: 1em;
}
.what_to_bring_form .heading .cancel_wtb_edit {
  float: right;
  display: block;
}
.what_to_bring_form p.instructions {
  font-size: 11px;
  margin-bottom: 1em;
}
.what_to_bring_form .options {
  overflow: hidden;
}
.what_to_bring_form .options a {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  background: url(/assets/1483555516/images/icon_remove_x.png);
  margin-top: 10px;
}
.what_to_bring_form .input_heading {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
}
.what_to_bring_form .what_to_bring_option {
  float: left;
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 65.78947%;
  margin-right: 5px;
}
.what_to_bring_form .what_to_bring_option:last-child {
  margin-right: 0;
}
.what_to_bring_form .what_to_bring_option_n {
  float: left;
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 23.02632%;
  -webkit-appearance: none;
  margin-right: 5px;
}
.what_to_bring_form .what_to_bring_option_n:last-child {
  margin-right: 0;
}
.what_to_bring_form .what_to_bring_option_n::-webkit-inner-spin-button, .what_to_bring_form .what_to_bring_option_n ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.what_to_bring_form .input_heading span.items {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 65.78947%;
}
.what_to_bring_form .input_heading span.items:last-child {
  margin-right: 0;
}

.what_to_bring_form #add_another_option_button_wrapper {
  height: 16px;
}
.what_to_bring_form #add_another_option_button {
  font-size: 11px;
}
.what_to_bring_form .btn_secondary_holder {
  text-align: center;
}

#page {
  padding-top: 0 !important;
}

#pledgeling_donate_widget {
  margin: 0 auto;
  align: center;
  width: 350px;
}

#view_map_holder {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}

#view_map {
  zoom: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 0 #999;
  -moz-box-shadow: 0 1px 0 #999;
  -webkit-box-shadow: 0 1px 0 #999;
  border: 1px solid #e8e8e8;
  padding: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#view_map #ad_ad-east:before, #view_map #ad_ad-east:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: #fafafa;
  width: 340px;
  height: 100%;
  border-left: 1px solid #E8E8E8;
}
#view_map .header_back {
  background: #f9f9f9;
  padding: 20px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #e0e0e0;
}
#view_map .map {
  padding: 10px;
}
#view_map .btn-primary {
  width: 110px;
  margin-bottom: 10px;
}
#view_map #print-map {
  float: left;
}
#view_map #map_canvas {
  width: 560px;
  height: 350px;
  position: relative;
  background-color: #e5e3df;
}
#view_map .info {
  float: left;
  width: 280px;
  margin-right: 10px;
}
#view_map #event_location {
  line-height: 1.3em;
  background: white url(/assets/1483555516/images/view_map/bg_map_header.png) repeat-x bottom;
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
}
#view_map #event_location strong {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
#view_map #directions_form {
  overflow: hidden;
  padding: 10px 18px 10px 10px;
}
#view_map #directions_form strong {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #666e76;
  margin-bottom: 10px;
  padding: 0 15px;
  background: url(/assets/1483555516/images/header_gradient.gif) top left repeat-x;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
}
#view_map #directions_form span {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  float: left;
  width: 40px;
  padding: 6px 5px 0 0;
  clear: left;
}
#view_map #directions_form input {
  float: left;
  width: 533px;
  padding: 5px;
}
#view_map #directions_form .point {
  clear: left;
  overflow: hidden;
  padding-bottom: 8px;
}
#view_map #directions_form .get_directions_btn {
  float: right;
  margin-right: 10px;
}
#view_map #directions_panel td {
  padding: 4px;
  vertical-align: middle;
}
#view_map #directions_form .point label.error {
  margin: 0 0 0 45px;
  color: #c00;
  line-height: 20px;
}
#view_map .main {
  float: left;
  width: 637px;
}
#view_map .main > * {
  padding-left: 20px;
}
#view_map #ad_ad-east {
  background-color: #fafafa;
  padding: 20px;
  margin: 0;
  height: auto;
  width: 340px;
  float: left;
  border-left: 1px solid #E8E8E8;
}
#view_map .map, #view_map #directions_form, #view_map #directions_panel {
  background-color: #ffffff;
}

.p_view_map .simplemodal-wrap {
  overflow: hidden !important;
}
.p_view_map #custom_alert {
  font-size: 14px;
  color: #333;
  text-align: center;
}
.p_view_map #sponsor_name {
  text-transform: capitalize;
}

#ad_ad-sponsor {
  background: none repeat scroll 0 0 white;
  height: 31px;
  overflow: hidden;
  width: 250px;
  float: right;
}

#directions_panel {
  border-top: 1px solid #efefef !important;
  padding: 0 20px 0 10px;
}

.adp-placemark {
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #efefef !important;
}

.adp-directions {
  width: 100% !important;
}
.adp-directions td {
  padding: 20px 0 !important;
  border-bottom: 1px solid #efefef !important;
}

.adp-legal {
  padding-bottom: 10px !important;
}

.adp-summary {
  padding: 0 10px 10px 10px !important;
}

#map_sponsor {
  display: none;
  margin-top: 10px;
}
#map_sponsor label {
  margin-left: 3px;
}

#map_canvas #content {
  padding: 0;
  margin: 0;
}
#map_canvas .partner {
  overflow: hidden;
}
#map_canvas .partner .notice {
  color: #666e76;
}
#map_canvas .partner h1, #map_canvas .partner p {
  margin: 4px 0;
}

#dashboard_nav {
  margin: 2% 0;
  padding: 2% 0;
}
#dashboard_nav > ul {
  text-align: left;
}
#dashboard_nav > ul > li {
  display: inline-block;
  height: 30px;
}
#dashboard_nav > ul > li > a.nav-link {
  font-size: 16px;
  display: block;
  height: 30px;
  line-height: 20px;
  padding: 0 10px;
  color: #9ea0ab;
  text-transform: capitalize;
  position: relative;
}
#dashboard_nav > ul > li > a.nav-link:hover {
  color: #62ae20;
}
#dashboard_nav > ul > li > a.nav-link:hover i:before {
  color: #62ae20;
}
#dashboard_nav > ul > li > a.nav-link i.icon-arrow:before {
  line-height: 19px;
  font-size: 8px;
  position: absolute;
  right: -10px;
  top: 3px;
}
#dashboard_nav > ul > li.contains-subnav {
  position: relative;
}
#dashboard_nav > ul > li.contains-subnav .subnav {
  display: none;
  position: absolute;
  background: #fff;
  width: 200px;
  box-shadow: 1px 1px 5px #CDCDD4;
  border-radius: 3px;
  left: -20px;
  top: 22px;
  z-index: 999;
}
#dashboard_nav > ul > li.contains-subnav .subnav li {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 8px 5px;
  border-bottom: 1px solid #d6d4db;
}
#dashboard_nav > ul > li.contains-subnav .subnav li a {
  color: #9ea0ab;
}
#dashboard_nav > ul > li.contains-subnav .subnav li a:hover {
  color: #62ae20;
}
#dashboard_nav > ul > li.contains-subnav:hover .subnav {
  display: block;
}

#host_video {
  width: 40%;
  float: right;
  margin: 2% 2% 0;
  background: #fff;
  box-shadow: 1px 1px 5px #CDCDD4;
  border-radius: 3px;
  overflow: hidden;
  clear: right;
}
#host_video > a {
  display: block;
  color: #62ae20;
  font-size: 16px;
  margin: 10px;
}
#host_video > p {
  margin: 10px;
  font-size: 13px;
}
#host_video #host_dashboard_player {
  overflow: visible;
}
#host_video .jw-title {
  display: none;
}

#event_summary {
  float: left;
  width: 56%;
  min-height: 210px;
  padding: 2% 0 0 2%;
}
#event_summary::after {
  clear: both;
  content: "";
  display: table;
}
#event_summary > a {
  text-decoration: none;
}
#event_summary .saved-guestlist a {
  color: #62ae20;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  height: 20px;
  line-height: 30px;
}
#event_summary p.date {
  font-weight: 400;
  text-transform: uppercase;
  color: #2c333c;
  font-size: 16px;
  margin-bottom: 10px;
}
#event_summary p.date a#add-to-calendar {
  color: #9ea0ab;
  margin-left: 10px;
  text-transform: capitalize;
  text-decoration: none;
}
#event_summary p.date a#add-to-calendar:hover {
  color: #62ae20;
}
#event_summary a.view-link {
  margin-top: 10px;
  text-decoration: none;
}
#event_summary h1 {
  font-size: 45px;
  font-weight: 300;
  color: #2c333c;
  text-transform: capitalize;
  margin: 0;
}
#event_summary h1:hover {
  color: #62ae20;
}
#event_summary p {
  font-size: 14px;
  font-weight: 400;
}
#event_summary ul.dashboard-buttons {
  margin-top: 10px;
}
#event_summary ul.dashboard-buttons li {
  display: inline-block;
  margin: 0 5px;
}
#event_summary ul.dashboard-buttons li:first-of-type {
  margin-left: 0;
}
#event_summary ul.dashboard-buttons li:last-of-type {
  margin-right: 0;
}
#event_summary ul.dashboard-buttons li a {
  min-width: 140px;
}
#event_summary ul.dashboard-buttons li a.button-facebook {
  min-width: 175px;
  margin: 5px 0;
  max-width: 190px;
}
#event_summary > div.share-link {
  margin: 25px 0;
}
#event_summary > div.share-link > p.subhead {
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
}
#event_summary > div.share-link > p {
  font-size: 14px;
  margin-left: 4px;
}
#event_summary > div.share-link > div.send-url input[type="text"] {
  height: 35px;
  width: 340px;
  font-size: 10pt;
  margin: 9px 0 -9px 0;
}
#event_summary > div.share-link > div.send-url a[href="#"] {
  margin: 9px 5px -9px 10px;
  background-color: white;
  color: black;
  border: 1px solid silver;
  line-height: 1.2em;
}
#event_summary > div.share-link > div.send-url .facebook-icon-button {
  display: inline-block;
  padding: 4px 4px 7px 3px;
  background-color: #3b5a9b;
  margin-left: 10px;
}
#event_summary > div.share-link > div.send-url .facebook-icon-button i {
  color: #fff;
  font-size: 20px;
}

ul.balance_totals {
  width: 100%;
  text-align: center;
  margin: 10px auto;
  display: block;
}
ul.balance_totals li {
  display: inline-block;
  width: auto;
  font-size: 16px;
}
ul.balance_totals li span.summary_status {
  color: #2c333c;
}
ul.balance_totals li span.status_details {
  color: #9ea0ab;
}

ul.spreadsheet_totals {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 10px;
}
ul.spreadsheet_totals p.balance {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #62ae20;
}
ul.spreadsheet_totals li {
  width: 17.4%;
  margin-left: 2%;
  text-align: center;
  border-radius: 3px;
  height: 120px;
  color: #fff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
ul.spreadsheet_totals li:first-of-type {
  margin-left: 0;
}
ul.spreadsheet_totals li.sent {
  background-color: #15ace1;
}
ul.spreadsheet_totals li.yes {
  background-color: #62ae20;
}
ul.spreadsheet_totals li.maybe {
  background-color: #efb91a;
}
ul.spreadsheet_totals li.no {
  background-color: #d55554;
}
ul.spreadsheet_totals li.not-yet-replied {
  background-color: #9ea0ab;
}
ul.spreadsheet_totals li:last-of-type {
  border-right: none;
  margin-right: 0;
}
ul.spreadsheet_totals li p.includes-host {
  display: inline;
}
ul.spreadsheet_totals li p.summary_status {
  font-weight: 400;
  color: #fff;
  display: block;
  font-size: 50px;
  height: 60px;
  width: 100%;
  bottom: 35px;
}
ul.spreadsheet_totals li p.summary_status_details {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
}
ul.spreadsheet_totals li p.summary_status_details.error {
  color: #ff0000;
}
ul.spreadsheet_totals li p.adults-kids span {
  font-size: 14px;
  margin-right: 20px;
  color: #fff;
}
ul.spreadsheet_totals li p.adults-kids span:last-of-type {
  margin: 0;
}

#dashboard_graphs {
  float: left;
  width: 810px;
  margin-right: 0;
}
#dashboard_graphs .graph {
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  height: 350px;
  position: relative;
}
#dashboard_graphs .graph.bar {
  width: 245px;
  background-image: url("/assets/1483555516/images/v2/web/dashboard/bar_bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-right: 15px;
}
#dashboard_graphs .graph.bar svg {
  width: 245px;
  height: 350px;
  position: absolute;
}
#dashboard_graphs .graph.dials {
  width: 545px;
}
#dashboard_graphs .graph.dials svg {
  background-image: url("/assets/1483555516/images/v2/web/dashboard/dial_bg.jpg");
  width: 180px;
  height: 350px;
  float: left;
}

#manage_guests_actions {
  padding: 1%;
  background: #ffffff;
  border: 1px solid #d6d4db;
  border-bottom: 0;
}
#manage_guests_actions .guestlist-actions {
  width: 10%;
  float: left;
  height: 35px;
  text-align: center;
}
#manage_guests_actions .guestlist-actions i {
  color: #9ea0ab;
  font-size: 20px;
  padding: 0;
  display: inline-block;
}
#manage_guests_actions .guestlist-actions i:hover {
  color: #62ae20;
}
#manage_guests_actions .guestlist-actions > a {
  display: inline-block;
  color: #9ea0ab;
  vertical-align: middle;
  width: 31%;
  margin-top: 5px;
}
#manage_guests_actions .select-holder {
  width: 44%;
  float: left;
  margin-right: 1%;
  background-color: #fff;
}
#manage_guests_actions .search-holder {
  width: 44%;
  float: left;
  margin-top: 0;
  margin-right: 1%;
}
#manage_guests_actions .search-holder #guest_search {
  margin: 0;
}
#manage_guests_actions .search-holder i {
  position: absolute;
  right: 5px;
  top: 10px;
}
#manage_guests_actions .search-holder #cancel_icon {
  cursor: pointer;
}
#manage_guests_actions #export_guests {
  font-size: 14px;
  line-height: 50px;
  color: #62ae20;
  margin: 0 40px;
  float: right;
}
#manage_guests_actions .button-primary {
  float: right;
  margin: 0;
  padding-right: 40px;
  padding-left: 40px;
}

#guest_status_tooltip {
  position: absolute;
  width: 28%;
  z-index: 999;
  min-height: 61px;
  left: 59.5%;
  background: #fff;
  padding: 10px;
  box-shadow: 1px 1px 5px 1px #E9E9EE;
}
#guest_status_tooltip.tooltip {
  margin-left: 0;
  display: none;
  opacity: 0;
}
#guest_status_tooltip.tooltip.right:before {
  top: 14px;
  left: -30px;
  border: 15px solid;
  border-color: transparent #d6d4db transparent transparent;
}
#guest_status_tooltip.tooltip.right:after {
  left: -30px;
  top: 13px;
  border: 16px solid;
  border-color: transparent white transparent transparent;
}
#guest_status_tooltip p {
  margin-bottom: 10px;
}
#guest_status_tooltip p:last-of-type {
  margin: 0;
}

#manage_guests_wrap .controls-container {
  text-align: center;
}
#manage_guests_wrap .controls-container #pagination_container {
  display: inline-block;
  margin-right: -21%;
}
#manage_guests_wrap .controls-container #pagination_controls {
  float: right;
}
#manage_guests_wrap .controls-container #pagination_controls span {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
#manage_guests_wrap .controls-container #pagination_controls > a {
  display: inline-block;
  color: #9ea0ab;
  vertical-align: middle;
  width: 32px;
}

.upper-area::after {
  clear: both;
  content: "";
  display: table;
}

.carousel-container {
  background: #ffffff;
  margin: 2%;
  padding: 2%;
  border: 1px solid #d6d4db;
  clear: both;
}
.carousel-container::after {
  clear: both;
  content: "";
  display: table;
}

a[data-hint] {
  position: relative;
}

.stream_widget {
  position: relative;
  background: #fff;
  padding: 0;
  overflow: hidden;
  color: #666e76;
}
.stream_widget .header {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.stream_widget .header span {
  line-height: 14px;
  color: #2c333c;
  font-size: 14px;
  vertical-align: middle;
}
.stream_widget table {
  width: 100%;
}
.stream_widget table tr {
  border-bottom: 1px solid #F5F5FA;
}
.stream_widget table tr:first-child {
  border-color: #e0e0e0;
}
.stream_widget table tr:last-child {
  border: none;
}
.stream_widget table tr th {
  white-space: nowrap;
}
.stream_widget table tr td, .stream_widget table tr th {
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
  max-width: 80px;
  overflow: hidden;
}
.stream_widget table tr td {
  font-size: 12px;
}
.stream_widget .action, .stream_widget .complete {
  padding: 10px 0;
  text-align: right;
}
.stream_widget .copyright {
  margin-top: 5px;
  font-size: 10px;
  line-height: 13px;
}
.stream_widget span.more {
  display: inline-block;
  font-size: 11px;
  margin-top: 10px;
}

.message.outer {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  border: 1px solid #d6d4db;
}
.message.outer::after {
  clear: both;
  content: "";
  display: table;
}
.message.outer .top_level {
  padding: 15px 15px 5px;
}
.message.outer .top_level .message_header::after {
  clear: both;
  content: "";
  display: table;
}
.message.outer.yieldmo_wrap {
  padding: 15px;
  background: #f3f3f3;
}

.message {
  text-align: left;
  padding: 0;
  position: relative;
}
.message::after {
  clear: both;
  content: "";
  display: table;
}
.message.image .replies:before, .message.image .replies:after {
  display: none;
}
.message.rsvp_status_only {
  display: none;
}
.message.rsvp_status {
  min-height: 28px;
}
.message strong.yes {
  color: #62ae20;
}
.message strong.maybe {
  color: #efb91a;
}
.message strong.no {
  color: #d55554;
}
.message .username {
  font-size: 13px;
  margin-right: 2px;
  color: #2c333c;
  font-weight: 700;
}
.message .avatar-container {
  float: left;
  min-height: 45px;
  width: 8.5%;
}
.message .meta {
  display: block;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}
.message .meta .timestamp {
  display: inline-block;
  padding: 2px 0 4px;
  font-style: italic;
}
.message .meta .remove {
  padding: 0 0 0 5px;
  display: inline-block;
}
.message .meta .icon-x:before {
  font-size: 8px;
}
.message .meta a.reply {
  float: right;
  margin: 0;
  height: 19px;
  padding: 1px 8px;
  font-size: 13px;
}
.message .replies {
  position: relative;
  padding: 10px;
  border: 1px solid #efefef;
  border-bottom: none;
  border-right: none;
  border-left: none;
  background-color: #fff;
}
.message .replies .reply-form::after {
  clear: both;
  content: "";
  display: table;
}
.message .replies .reply-form input[type=text] {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 100%;
  margin-right: 0;
  -webkit-transition: width 0.2s ease-in 0.4s;
  -moz-transition: width 0.2s ease-in 0.4s;
  transition: width 0.2s ease-in 0.4s;
  padding: 8px;
  height: 35px;
  margin-top: 0;
  background-color: #E9E9EE;
}
.message .replies .reply-form input[type=text]:last-child {
  margin-right: 0;
}
.message .replies .reply-form input[type=text]:focus {
  -webkit-transition: width 0.2s ease-in 0.2s;
  -moz-transition: width 0.2s ease-in 0.2s;
  transition: width 0.2s ease-in 0.2s;
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 74.34211%;
}
.message .replies .reply-form input[type=text]:focus:last-child {
  margin-right: 0;
}
.message .replies .reply-form input[type=text]:focus + button {
  -webkit-transition: opacity 0.2s ease-in 0.6s, padding 0.01s ease-in 0.5s, height 0.01s ease-in 0.5s, margin 0.01s ease-in 0.5s;
  -moz-transition: opacity 0.2s ease-in 0.6s, padding 0.01s ease-in 0.5s, height 0.01s ease-in 0.5s, margin 0.01s ease-in 0.5s;
  transition: opacity 0.2s ease-in 0.6s, padding 0.01s ease-in 0.5s, height 0.01s ease-in 0.5s, margin 0.01s ease-in 0.5s;
  opacity: 1;
  margin: 5px 0;
  height: 25px;
  padding: 3px 10px;
}
.message .replies .reply-form button {
  -webkit-transition: opacity 0.4s ease-in 0.2s, height 0.01s ease-in 0.4s, margin 0.01s ease-in 0.4s, padding 0.01s ease-in 0.4s;
  -moz-transition: opacity 0.4s ease-in 0.2s, height 0.01s ease-in 0.4s, margin 0.01s ease-in 0.4s, padding 0.01s ease-in 0.4s;
  transition: opacity 0.4s ease-in 0.2s, height 0.01s ease-in 0.4s, margin 0.01s ease-in 0.4s, padding 0.01s ease-in 0.4s;
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 23.02632%;
  margin-right: 0;
  height: 0;
  margin: -3px;
  padding: 0;
  opacity: 0;
  float: right;
}
.message .replies .reply-form button:last-child {
  margin-right: 0;
}
.message .replies:before, .message .replies:after {
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 15px;
  content: " ";
  border: solid transparent;
}
.message .replies:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
}
.message .replies:before {
  border-color: rgba(235, 235, 235, 0);
  border-bottom-color: #ddd;
  border-width: 16px;
  margin-left: -1px;
}
.message .replies .replies-list {
  text-align: center;
}
.message .replies .replies-list .view-all-comments {
  margin-top: 0;
  margin-bottom: 10px;
}
.message .replies .replies-list .message {
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.message .replies .replies-list .message:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.message .replies .replies-list .message-container {
  float: none;
  width: 100%;
  text-align: left;
  padding: 10px 0 0;
}
.message .message-container {
  float: right;
  width: 85%;
  padding: 0;
}
.message .message-container::after {
  clear: both;
  content: "";
  display: table;
}
.message .text {
  margin: 3px 0;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 16px;
  font-size: 13px;
}
.message .thumb {
  width: 100%;
  padding: 0 0 10px;
  display: block;
}
.message .thumb img {
  width: 100%;
}

#more-comments {
  padding-bottom: 10px;
  text-align: center;
}

div#comments {
  text-align: center;
}
div#comments #comment_forms_container {
  padding: 10px 10px 0;
  background-color: #fff;
  border: 1px solid #d6d4db;
  position: relative;
  margin-bottom: 10px;
}
div#comments #comment_forms_container::after {
  clear: both;
  content: "";
  display: table;
}
div#comments #comment_forms_container #photo_form #image_upload_field {
  cursor: pointer !important;
  opacity: 0.01;
  position: absolute;
  width: 85px;
  height: 25px;
  bottom: 11px;
  right: 103px;
}
div#comments #comment_forms_container #comment_form .avatar-container {
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 14.47368%;
}
div#comments #comment_forms_container #comment_form .avatar-container:last-child {
  margin-right: 0;
}
div#comments #comment_forms_container #comment_form::after {
  clear: both;
  content: "";
  display: table;
}
div#comments #comment_forms_container #comment_form #comment-form-entry {
  height: 52px;
  float: left;
  display: block;
  margin-right: 2.63158%;
  width: 82.89474%;
  margin-right: 0;
  margin: 0;
  float: right;
  border-width: 0 0 1px 0;
  background-color: #F5F5FA;
}
div#comments #comment_forms_container #comment_form #comment-form-entry:last-child {
  margin-right: 0;
}
div#comments #comment_forms_container #comment_form #comment-form-entry::-webkit-input-placeholder {
  font-size: 14px;
}
div#comments #comment_forms_container #comment_form #comment-form-entry::-moz-placeholder {
  font-size: 14px;
}
div#comments #comment_forms_container #comment_form #comment-form-entry:-moz-placeholder {
  font-size: 14px;
}
div#comments #comment_forms_container #comment_form #comment-form-entry:-ms-input-placeholder {
  font-size: 14px;
}
div#comments #comment_forms_container #comment_form #comment-form-entry:focus {
  outline: none;
}
div#comments #comment_forms_container #comment_form #photo_button, div#comments #comment_forms_container #comment_form #comment_button {
  float: right;
}
div#comments #comment_forms_container #comment_form #comment_button {
  margin-left: 10px;
  margin-right: 0;
}
div#comments .ym-container {
  border: 1px solid #ddd;
  margin: 20px 0 !important;
  padding: 20px 25px;
  background: #F5F5FA;
}
div#comments .ym-container h6 {
  font-size: 10px;
  font-weight: 400;
  color: #9ea0ab;
  margin: 0;
}
div#comments .actions a.reply {
  float: right;
  margin: 0;
}

#no_comments {
  font-size: 13px;
  color: #9ea0ab;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 25px;
}

#comment_type_tabs {
  width: 100%;
  margin-bottom: 10px;
}
#comment_type_tabs::after {
  clear: both;
  content: "";
  display: table;
}
#comment_type_tabs .comments-tab {
  float: left;
  display: inline-block;
  width: 50%;
  background: #E9E9EE;
  height: 40px;
  line-height: 40px;
  color: #666e76;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}
#comment_type_tabs .comments-tab.active {
  background: #dedbe0;
  border-bottom: 4px solid #62ae20;
}
#comment_type_tabs .comments-tab.active:hover {
  border-bottom: 4px solid #62ae20;
}
#comment_type_tabs .comments-tab:hover {
  border-bottom: 4px solid #CDCDD4;
  color: #3d4246;
}
#comment_type_tabs .comments-tab:first-of-type {
  border-right: 1px solid #d6d4db;
}

#upload_queue #queue_form {
  text-align: center;
  padding-bottom: 10px;
}
#upload_queue #queue_form > button {
  display: inline-block;
}
#upload_queue #queue_form .error-message {
  width: auto;
  margin: 5px 15px 15px;
}
#upload_queue ul {
  padding-bottom: 10px;
}
#upload_queue ul li.queue-item {
  padding: 10px;
  padding-bottom: 0;
  position: relative;
}
#upload_queue ul li.queue-item::after {
  clear: both;
  content: "";
  display: table;
}
#upload_queue ul li.queue-item .border {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  position: relative;
}
#upload_queue ul li.queue-item .border::after {
  clear: both;
  content: "";
  display: table;
}
#upload_queue ul li.queue-item .thumbnail {
  width: 25%;
  min-height: 55px;
  height: auto;
  float: left;
  margin-right: 3%;
}
#upload_queue ul li.queue-item .thumbnail img, #upload_queue ul li.queue-item .thumbnail canvas {
  width: 100% !important;
  height: auto !important;
}
#upload_queue ul li.queue-item .right-box {
  width: 72%;
  position: relative;
  float: right;
  height: 100%;
}
#upload_queue ul li.queue-item .right-box::after {
  clear: both;
  content: "";
  display: table;
}
#upload_queue ul li.queue-item .right-box .queue-item-actions {
  float: right;
  width: 7%;
  margin: -7px 0 0 7px;
}
#upload_queue ul li.queue-item .right-box .cancel-upload {
  font-size: 16px;
  display: block;
  float: right;
  margin-top: -9px;
}
#upload_queue ul li.queue-item .right-box .caption-form {
  bottom: 0;
  width: 100%;
}
#upload_queue ul li.queue-item .right-box .progress-container {
  background: #ddd;
  overflow: hidden;
  width: 90%;
  float: left;
  height: 5px;
}
#upload_queue ul li.queue-item .right-box .progress-container .progress-indicator {
  -webkit-transition: all, 0.1s, linear;
  -moz-transition: all, 0.1s, linear;
  transition: all, 0.1s, linear;
  display: block;
  height: 5px;
  width: 0;
  background: #62ae20;
}
#upload_queue .upload-progress {
  padding-bottom: 10px;
  height: 30px;
}
#upload_queue .progress-text {
  text-align: center;
  font-size: 14px;
  color: #62ae20;
  margin: 15px 20px 0 0;
}
#upload_queue .caption-textarea {
  width: 100%;
  height: 40px;
}

#comment_types_container {
  text-align: right;
}
#comment_types_container > div {
  display: inline-block;
  margin: 10px 0;
}
#comment_types_container > div a {
  color: #666e76;
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px 0 24px;
  background: transparent url(/assets/1483555516/images/widget_icons_large.png) 0 0 no-repeat;
  background-size: 23px auto;
}
#comment_types_container > div a.comments {
  background-position: 0 3px;
}
#comment_types_container > div a.photos {
  background-position: 0 -20px;
  padding-right: 0;
}
#comment_types_container > div a.polls {
  background-position: 0 -42px;
}
#comment_types_container > div a.bring {
  background-position: 0 -64px;
}

.message.poll.outer .top_level {
  padding: 15px 0 0;
}
.message.poll.outer .top_level .message_header {
  padding: 0 15px 5px;
}
.message.poll.outer .top_level .actions {
  padding: 15px 15px 0;
}

.stream_poll {
  background: #F5F5FA;
  padding: 10px 15px 0;
  border-top: 1px solid #ddd;
}
.stream_poll .header {
  padding-top: 8px;
  padding-bottom: 10px;
}
.stream_poll table tr .option {
  width: 100px;
}
.stream_poll table tr .votes {
  width: 50px;
  text-align: center;
}
.stream_poll table tr td.bar {
  padding: 8px 10px;
}
.stream_poll table tr td.bar .total {
  padding: 2px;
  background: #F5F5FA;
  border: 1px solid #ddd;
  border-radius: 7px;
  height: 14px;
}
.stream_poll table tr td.bar .total .percentage {
  width: 0;
  height: 8px;
  background: #62ae20;
  border-radius: 5px;
}
.stream_poll a.change_your_vote {
  float: right;
  font-size: 11px;
  margin: 10px;
  position: relative;
}
.stream_poll a.cancel {
  display: none;
  float: right;
  margin-top: 10px;
  font-size: 11px;
  line-height: 27px;
  padding: 0 10px;
}
.stream_poll .poll_respond {
  overflow: auto;
}
.stream_poll .poll_respond li {
  margin-bottom: 5px;
}
.stream_poll .poll_respond li input {
  margin-right: 5px;
}
.stream_poll .poll_respond li label {
  text-align: left;
}

.message.post_bring.outer .top_level {
  padding: 15px 0 0;
}
.message.post_bring.outer .top_level .message_header {
  padding: 0 15px 5px;
}
.message.post_bring.outer .top_level .actions {
  padding: 15px 15px 0;
}

.stream_bring {
  background: #F5F5FA;
  padding: 0 15px;
  border-top: 1px solid #d6d4db;
}
.stream_bring table {
  border: none;
}
.stream_bring table td.who, .stream_bring table th.who {
  min-width: 135px;
}
.stream_bring table td.remaining, .stream_bring table th.remaining {
  min-width: 80px;
  text-align: center;
}
.stream_bring .what_you_are_bringing {
  padding: 10px 10px 0 10px;
  font-size: 11px;
  color: #2c333c;
}
.stream_bring .what_you_are_bringing a {
  margin-left: 10px;
}
.stream_bring .what_you_are_bringing p {
  margin: 0;
}
.stream_bring .action > .select-holder {
  float: left;
  width: 59%;
}
.stream_bring .action .quantity {
  text-align: right;
  float: right;
  display: inline;
  margin-left: 1%;
  font-size: 12px;
  width: 40%;
  line-height: 36px;
}
.stream_bring .action .quantity .select-holder {
  float: right;
  width: 50%;
  min-width: 40px;
  line-height: 15px;
  margin-left: 3%;
}
.stream_bring .action textarea {
  width: 283px;
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
}
.stream_bring a.edit_wtb {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 11px;
}
.stream_bring .what_to_bring_view .header {
  padding: 10px 10px 10px 0;
}
.stream_bring .what_to_bring_view span.title {
  padding-left: 26px;
  background: url(/assets/1483555516/images/widget_icons.png) 0 -32px no-repeat;
}
.stream_bring .what_to_bring_view .bring_item_spacer {
  margin-bottom: 15px;
}
.stream_bring .what_to_bring_edit {
  padding: 10px;
}

.what_to_bring_form .reply_form, .bring .reply_form {
  padding: 10px;
}
.what_to_bring_form .heading .cancel_wtb_edit, .bring .heading .cancel_wtb_edit {
  float: right;
  display: block;
  font-size: 11px;
}
.what_to_bring_form .heading h4, .bring .heading h4 {
  color: #2c333c;
  font-weight: bold;
  margin: 0;
  float: left;
  display: block;
  line-height: 19px;
  padding-left: 26px;
  background: url(/assets/1483555516/images/widget_icons.png) 0 -32px no-repeat;
}
.what_to_bring_form p.instructions, .bring p.instructions {
  font-size: 11px;
  margin-bottom: 0.75em;
  margin-top: 0.5em;
}
.what_to_bring_form .options, .bring .options {
  overflow: hidden;
}
.what_to_bring_form .options .form-field, .bring .options .form-field {
  margin-bottom: 9px;
  display: inline;
  float: left;
  clear: left;
  overflow: hidden;
  padding: 0;
}
.what_to_bring_form .options a.remove, .bring .options a.remove {
  width: 5%;
  margin-left: 2%;
  max-width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-top: 10px;
  text-indent: -999em;
}
.what_to_bring_form .input_heading, .bring .input_heading {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.what_to_bring_form .input_heading .items, .bring .input_heading .items {
  width: 70%;
  display: inline-block;
}
.what_to_bring_form .input_heading .total, .bring .input_heading .total {
  width: 30%;
  display: inline-block;
}
.what_to_bring_form .what_to_bring_option, .bring .what_to_bring_option {
  float: left;
  width: 62%;
  margin-right: 2%;
}
.what_to_bring_form .what_to_bring_option_n, .bring .what_to_bring_option_n {
  float: left;
  width: 23%;
  -webkit-appearance: none;
}
.what_to_bring_form .what_to_bring_option_n::-webkit-inner-spin-button, .what_to_bring_form .what_to_bring_option_n ::-webkit-outer-spin-button, .bring .what_to_bring_option_n::-webkit-inner-spin-button, .bring .what_to_bring_option_n ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stream_widget .option-text {
  float: left;
  margin-right: 5px;
  width: 185px;
  padding: 3px;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #f9f9f9;
}
.stream_widget .what_to_bring_form .options .form_field input {
  width: 185px;
}

/*# sourceMappingURL=view.css.map */
