/* Event Details Page - in details.css file */
.details-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -1px;
}
.details-list:hover {
  -khtml-opacity: .80;
  -moz-opacity: .80;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
  opacity: .80;
  background-color: #f7f7f7;
  cursor: pointer;
}
.store {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 2px 0 #CCCCCC;
  width: 140px;
  text-align: center;
  vertical-align: middle;
  height: 42px;
  margin: 3px;
  overflow: hidden;
  line-height: 42px;
}
.store > img {
  display: block;
  margin: auto;
}
.store span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.store-flow {
  display: inline-block;
}
#registry-end .store {
  width: 20px;
  background: none;
  border: none;
  box-shadow: none;
}
/* Embed CSS to allow for responsive youtube video embeds on details page <div class="embed-container"><iframe src="https://www.youtube.com/embed/1Bzfa15pvTo" frameborder="0" allowfullscreen=""></iframe></div> */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-details .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: inherit;
}
.page-details .section {
  padding: 35px 15px 0;
  /*padding-top: 100px; margin-top:-100px;*/
  margin: 0 40px;
}
.page-details .top-section {
  padding-top: 100px;
  margin-top: -100px;
}
/*Full-width left menu*/
.page-details .left-menu {
  background-color: #FFF;
  min-width: 225px;
  border-radius: 10px;
  border: 1px solid #CCC;
  margin: 0px auto;
}
.page-details .left-menu a,
.left-menu a:hover,
.page-details .left-menu a:visited,
.page-details .left-menu a:active {
  color: #AAA;
  font-weight: bold;
}
.page-details .left-menu span {
  width: 25px;
  display: inline-block;
}
.page-details .left-menu .fa {
  font-size: 18px;
}
.page-details .left-menu li {
  border-bottom: 1px solid #CCC;
}
.page-details .left-menu li:last-child {
  border-bottom: none;
}
.page-details .left-menu li.active a,
.page-details .left-menu li a:hover,
.page-details .left-menu li a:active {
  color: #959595;
}
.page-details .left-menu .menutext {
  width: 135px;
}
/*Narrow-width left menu*/
.page-details .left-menu-narrow {
  width: 650px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 1px solid #CCC;
  background-image: url('/user/_images/bg-menu.png');
}
.page-details .left-menu-narrow a,
.left-menu-narrow a:hover,
.page-details .left-menu-narrow a:visited,
.page-details .left-menu-narrow a:active {
  color: #AAA;
  font-weight: bold;
}
.page-details .left-menu-narrow .fa {
  font-size: 18px;
}
.page-details .left-menu-narrow li {
  float: left;
}
.page-details .left-menu-narrow li.active a,
.page-details .left-menu-narrow li a:hover,
.page-details .left-menu-narrow li a:active {
  color: #959595;
}
.page-details .left-menu-narrow .menutext {
  width: auto;
  padding-left: 10px;
}
.page-details .left-menu-narrow label {
  margin: auto;
  padding-left: 5px;
}
.page-details .left-menu-narrow li.customsection {
  border-bottom: none;
  float: none;
  padding-left: 209px;
}
.page-details .right-body,
.page-share .right-body {
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #CCC;
  width: 652px;
  margin: 0px auto;
  padding-bottom: 30px;
}
.page-details .right-body #details .header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 245px;
  padding-left: 25px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.page-details .right-body #details .header.blank {
  min-height: 100px;
  background-color: #404040;
  box-shadow: 1px 1px 1px 0px #999999 inset;
  border-bottom: 2px solid #313131;
}
.page-details .right-body #details .header td {
  height: 230px;
  vertical-align: bottom;
}
.page-details .right-body #details .header.blank td {
  height: 85px;
  vertical-align: bottom;
}
.page-details .right-body #details .header .date {
  background-color: black;
  border-radius: 10px;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  width: 70px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 10px;
}
.page-details .right-body #details .header .date .month {
  font-size: 16px;
}
.page-details .right-body #details .header .date .day {
  font-size: 32px;
}
.page-details .right-body #details .header .eventname {
  display: inline-block;
  color: #000;
}
.page-details .right-body #details .header .eventname .name {
  font-size: 20px;
  font-weight: bold;
  padding-top: 27px;
}
.page-details .right-body #details .header .eventname .host {
  font-size: 15px;
  font-style: italic;
  margin-top: -3px;
}
.page-details .right-body #details .header.notext {
  background-size: 100%;
  background-position: 0% 0%;
}
.page-details .right-body #details .description {
  padding: 20px;
  padding-bottom: 0;
}
.page-details .right-body #details .description img {
  max-width: 100%;
}
.page-details .right-body .tickets-list {
  margin-bottom: -20px;
}
.right-body .tickets-list table {
  border: solid 1px #cccccc;
  width: 100%;
}
.right-body .tickets-list table p {
  margin: 0;
}
.right-body .tickets-list table p span.charity {
  padding-bottom: 5px;
}
.right-body .tickets-list .mobile-hide table tr:first-child,
.right-body .tickets-list .mobile-only thead tr:first-child {
  border: solid 1px #cccccc;
  background-color: #F8F8F8;
}
.right-body .tickets-list table th,
.tickets-list table td {
  padding: 10px;
  vertical-align: top;
}
.right-body .tickets-list .not-exclaim {
  text-transform: uppercase;
}
.page-details .section-title {
  border-top: 1px solid #CCC;
  text-align: center;
  margin-bottom: 30px;
}
.page-details .section-title .section-table-label {
  position: relative;
  background-color: #959595;
  width: 250px;
  margin: -18px auto;
  color: #fff;
  font-size: 18px;
  border-radius: 18px;
  padding: 5px;
  height: 36px;
}
.page-details .section-title .section-table-label.verbose {
  line-height: 27px;
  font-size: 16px;
}
.page-details .section-title .section-table-label .section-table-dot-right {
  position: absolute;
  top: 14px;
  left: 8px;
  width: 8px;
  height: 8px;
  background: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.page-details .section-title .section-table-label .section-table-dot-left {
  position: absolute;
  top: 14px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.page-details #details-locations .location {
  padding-top: 15px;
  padding-bottom: 10px;
}
.page-details #details-locations .location .name {
  font-size: 22px;
  padding-bottom: 5px;
}
.page-details #details-locations .location .cell-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}
.page-details #details-locations .location .cell-right {
  display: table-cell;
}
.page-details #details-locations .location .date {
  margin-bottom: 10px;
}
.page-details #details-locations .location .notes {
  margin-bottom: 10px;
}
.page-details #details-locations .location .calendar {
  padding-top: 5px;
}
.page-details #details-locations .location .calendar a {
  font-size: 12px;
}
.page-details #details-locations .location .calendar .dropdown-menu {
  width: 120px;
  min-width: 0px;
  border: 1px solid #ccc;
  top: 35px;
  border-radius: 0;
  box-shadow: none;
  border-bottom-width: 2px;
  background-color: #FCFCFC;
}
.page-details #details-locations .location .calendar .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 48px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #CCC transparent;
  display: block;
  width: 0;
}
.page-details #details-locations .location .calendar .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50px;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
.page-details #details-locations .location .calendar .dropdown-menu > li > a:hover,
.page-details .right-body #details-locations .location .calendar .dropdown-menu > li > a:focus {
  color: initial;
  text-decoration: none;
  background-color: #E8E8E8;
}
.page-details .right-body .guest-list td {
  vertical-align: top;
  padding-bottom: 15px;
}
.page-details .right-body .guest-list .greet {
  font-weight: bold;
  margin-bottom: 3px;
}
.page-details .right-body .gray-grid .fa {
  font-size: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.page-details .right-body .guest-list .fa {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.page-details .right-body .gray-grid .fa-check-circle {
  color: #5D9C7A;
}
.page-details .right-body .gray-grid .fa-times-circle {
  color: #A4373B;
}
.page-details .right-body .guest-list td:first-child {
  width: 150px;
}
.page-details .section.eventsection img {
  margin: 0 15px 15px 15px;
  float: left;
  width: 200px;
  height: 200px;
}
@media (max-width: 480px) {
  .page-details .section.eventsection img {
    display: block;
    margin: 0 auto 15px auto;
    float: none;
  }
}
.page-details .section.messageOnly {
  padding-top: 50px;
}
.page-details #logos-list {
  text-align: center;
}
.page-details .eventLogo {
  position: relative;
  display: inline-block;
  margin: 10px auto 10px auto;
  padding-left: 10px;
  padding-right: 10px;
}
.page-details .eventLogo img {
  height: auto;
  max-width: 100%;
}
.gray-grid .content {
  border: 1px solid #cccccc;
  border-top: none;
  padding: 15px;
  max-height: 250px;
  overflow-y: scroll;
}
.gray-grid .tab-bar {
  border: 1px solid #cccccc;
  border-radius: 5px 5px 0px 0px;
  background-color: #F8F8F8;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.gray-grid .tab-bar a.active {
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.gray-grid .tab-bar a {
  color: #777;
  display: inline-block;
  padding: 8px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #CCC;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 13px;
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
  box-shadow: inset 0px 1px 1px #cccccc;
  margin-bottom: -1px;
}
.details-share {
  margin-bottom: 20px !important;
}
.details-share .share {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 32px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
}
.details-share a.share {
  border-radius: 30px;
  border: 1px solid #CCC;
  opacity: 0.5;
}
.details-share a.share.active {
  opacity: 1;
}
.details-share div.share {
  padding-top: 0;
}
.details-share .fa-facebook {
  color: #3b5998;
}
.details-share .fa-twitter {
  color: #55acee;
}
.details-share .fa-linkedin {
  color: #1985bc;
}
.details-share .fa-envelope-o {
  color: #999;
}
.details-share .share-email {
  padding: 20px;
  width: 290px;
  margin: 0px auto;
}
.details-share .share-email input {
  margin-bottom: 5px;
}
.page-share .right-body .heading {
  background-color: #404040;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 20px;
  color: #FFF;
  font-size: 18px;
  -webkit-box-shadow: 1px 1px 1px 0px #999999 inset;
  -moz-box-shadow: 1px 1px 1px 0px #999999 inset;
  box-shadow: 1px 1px 1px 0px #999999 inset;
  border-bottom: 2px solid #313131;
}
.page-details .exportCardImage {
  display: none;
}
/* PRINT STYLE CHANGES */
@media print {
  body {
    background-image: none !important;
  }
  .page-details #details-locations .location {
    page-break-inside: avoid;
  }
  .page-details .section-table-label {
    page-break-inside: avoid;
  }
  .page-details .section table tr {
    page-break-inside: avoid;
  }
  .page-details .section table tr td {
    page-break-inside: avoid;
  }
  .page-details .top-section {
    page-break-inside: avoid;
    padding-top: 0;
    margin-top: 0;
  }
  .page-details {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-details .exportCardImage {
    page-break-after: always;
    display: block;
    padding: 10px 40px 10px 40px;
    width: 652px;
    border: none;
  }
}
/* Mobile Media Styles----------- */
@media only screen and (max-width: 1199px) {
  /* Styles */
  .page-details .left-menu {
    display: none;
  }
}
@media only screen and (max-width: 685px) {
  /* Styles */
  .page-details .right-body {
    width: 100%;
  }
  .page-details .right-body .header {
    height: inherit;
  }
  .page-share .right-body {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page-details .right-body .header .date {
    display: block;
  }
  .page-details .right-body .header .eventname {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-details #details-locations .location .cell-left {
    display: none;
  }
  .page-details #details-locations .location .cell-right {
    display: block;
    overflow-wrap: break-word;
  }
  .details-share a.share {
    margin-left: 5px;
    margin-right: 5px;
  }
  .page-details .right-body #details .header.notext {
    min-height: 175px;
  }
  .page-details .section {
    padding: 35px 0;
    margin: 0 15px;
  }
}
@media screen and (max-width: 420px) {
  .page-details .right-body #details .header.notext {
    min-height: 150px;
  }
}
@media screen and (max-width: 380px) {
  .page-details .right-body #details .header.notext {
    min-height: 125px;
  }
  .page-details .section-title .section-table-label {
    height: 32px;
    font-size: 16px;
    margin: -16px auto;
  }
  .page-details .section-title .section-table-label .section-table-dot-left {
    top: 12px;
  }
  .page-details .section-title .section-table-label .section-table-dot-right {
    top: 12px;
  }
}
@media screen and (max-width: 340px) {
  .page-details .right-body #details .header.notext {
    min-height: 112px;
  }
  .page-details .section-title .section-table-label {
    height: 28px;
    font-size: 14px;
    margin: -14px auto;
  }
  .page-details .section-title .section-table-label .section-table-dot-left {
    top: 10px;
  }
  .page-details .section-title .section-table-label .section-table-dot-right {
    top: 10px;
  }
}
