/* Header
   ========================================================================== */

#menu a {
  background-color: #005c95;
  color: #fff;
  display: block;
  padding: 15px;
  font-size: 14px;
}

#menu .msg-wrap {
  position: relative;
}

#nav-badge {
  background-color: #b92b27;
  border-radius: 10px;
  font-size: 11px;
  max-width: 22px;
  width: 22px !important;
  position: absolute;
  top: -4px;
  right: 0;
  left: auto;
  color: #fff;
  line-height: 15px;
}

a.nav-expander {
  color: #fff;
  background: #005c95;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  right: 0;
  transition: right 0.3s ease-in-out 0s;
  z-index: 999;
  top: 20%;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  padding: 20px;
  padding: 20px;
  font-size: 28px;
  line-height: 1;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
  right: 8em;
}

nav {
  background: #fff;
  border-left: 1px solid #eee;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 15em;
  z-index: 2000;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
.nav-expanded nav {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
  padding-top: 5px;
  display: inline-block;
}

.main-menu {
  padding-top: 12px;
}

.main-menu li {
  border-bottom: 1px solid #eee;
  font-size: 18px;
}

.main-menu li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px 15px 15px 20px;
}

.main-menu li i.fa.fa-twitter {
  color: #1b95e0;
}

.main-menu li i.fa.fa-facebook-official {
  color: #3b5998;
}

.main-menu li a:hover {
  color: #000;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

/* Body Content
   ========================================================================== */

.body-content {
  margin: 30px 0 60px;
}

ul.home-btns {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.home-btns li a {
  display: block;
  padding: 20px;
}
ul.home-btns li {
  margin-bottom: 15px;
}

/* Attendees
   ========================================================================== */

#attendees .pagination {
  margin-bottom: 15px;
}
#attendees .pagination a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.affix {
  bottom: 0 !important;
  padding: 0;
  z-index: 999 !important;
  margin: 0;
}

.list-group-item {
  padding: 10px 15px !important;
  min-height: 115px !important;
}

.list-group-item:first-child {
  border-radius: none;
}

#attendees .list-group h1 {
  padding-top: 40px;
  clear: both;
  font-weight: bold;
}

#attendees .list-group-item {
  position: relative;
  z-index: 2;
  position: relative;
  z-index: 2;
  border: 1px solid #ccc;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

#attendees .list-group-item:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-size: 24px;
  color: #333;
  right: 10px;
  top: 30px;
  z-index: 1;
}

#attendees .page-header h2 {
  color: #295caa;
  font-weight: bold;
}

#attendees .page-header {
  padding-bottom: 9px;
  margin-bottom: 20px;
}

#attendees .page-header p:first-of-type {
  color: #666;
}

article.att-info small {
  color: #666;
}

.ea_mini_profile h4 {
  font-weight: bold;
  text-align: left;
  margin: 17px 0 0;
}

/* Messages
   ========================================================================== */

#messages-page .error {
  display: inline-block;
  margin-top: 1em;
}

#messages-page h1 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 1em 0;
}

/* Comments
   ========================================================================== */

a.ZineToolComment,
a.ZineToolNew,
a.ZineToolReply {
  position: fixed;
  z-index: 999999;
  background-repeat: no-repeat;
  bottom: 20px;
  color: transparent;
  right: 25px;
  height: 65px;
  width: 65px;
}

a.ZineToolComment,
a.ZineToolReply {
  background-image: url(comment.svg);
}

a.ZineToolNew {
  background-image: url(new.svg);
}

a.ZineToolComment img,
a.ZineToolNew img,
a.ZineToolReply img,
.ZineTitle img,
.ZineToolEdit,
.ZineTools {
  display: none;
}

.ZineFooter .ZineTools {
  display: block;
}

.ZineComments .ZineItem {
  padding: 10px;
}

span.ZineDate {
  font-size: 85%;
  color: #aaa;
  font-style: normal;
  display: block;
  text-align: center;
}
a.ZineLink {
  display: block;
  text-align: center;
}
.ZineSummary,
.ZineAuthor {
  font-style: normal;
}

.ZineSummary {
  color: #666;
}

.ZineItem {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ZineItem .ZineAbstract {
  font-style: normal;
  padding-top: 1em;
  font-size: 16px;
}

.ZineLink {
  font-size: 26px;
}

.ZineComment .ZineAbout {
  float: none;
  width: 100%;
}

.ZineComment .ZineBody {
  margin-left: 0;
}

.ZineComment .ZineAttachment {
  background-color: #c8f0ff;
}

.ZineComment .ZineAboutBody {
  border-bottom: 1px solid #eeeeee;
}

.ZineComment .ZineFooter {
  padding: 0;
}

.Zine form .A input {
  display: block;
}

.ZineQuote {
  margin: 0;
}

.ZinePath {
  text-align: center;
}

.ZineTitle h2 {
  font-size: 32px;
}

#comments-page .Zine h3 {
  display: none;
}

form td {
  padding: 0 10px 10px 0;
}