.EventList .event {
  padding: 10px; }
  .EventList .event.odd {
    background: #efefef; }

.event {
  position: relative;
  min-height: 100px; }
  .event.row {
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    border-top: 2px #c0c0c0 dotted; padding-top: 30px; position: relative; }
    .event.row:last-child {
      border-bottom: 0; }
  .event:before, .event:after {
    content: "";
    display: table; }
  .event:after {
    clear: both; }
  .event .content {
    margin-left: 120px; }
  .event .fatDate {
    position: absolute; }
  .event h4 {
    color: #333;
    letter-spacing: -1px;
    margin-top: 0; }
  .event .details {
    margin: 10px 0;
    overflow: hidden; }
    .event .details p {
      font-size: 12px;
      text-overflow: ellipsis; }
  .event .feedBox {
    width: 30px;
    position: absolute; }

.EventRegistration h3 span {
  display: block; }
  .EventRegistration h3 span.first {
    color: #999;
    font-size: 80%; }
.EventRegistration form {
  margin-top: 26px; }

.fc-event {
  cursor: pointer !important; }

#FullcalendarCustomNav a.current {
  background-color: #e6e6e6; }

.EventDetail .ImageContainer {
  position: relative; }
.EventDetail .event-image {
  height: 314px;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  width: unset; }
.EventDetail .event-title {
  background: #ddd;
  padding: 1em;
  height: 314px;
  box-sizing: border-box; }
  .EventDetail .event-title .fatDate {
    float: none; }
  .EventDetail .event-title h2 {
    border-bottom: 0;
    margin-top: 1em;
    max-height: 120px;
    display: block;
    overflow: hidden; }
.EventDetail .EventCreator {
  display: block;
  color: #222;
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: -1em; }
.EventDetail .event-meta {
  display: block; }
  .EventDetail .event-meta span {
    display: inline-block;
    margin-right: 1em; }
  .EventDetail .event-meta span:last-child {
    margin-right: 0; }
.EventDetail .event-price {
  font-weight: bold; }
.EventDetail .event-tools {
  margin-top: 0 !important;
  border-bottom: 1px solid #ddd;
  padding: 1em; }
.EventDetail .event-share a {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: #ddd;
  border-radius: 36px;
  float: left;
  margin-right: 18px; }
.EventDetail .event-content {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em; }


/* Better look of Calendar. */
#CalendarPage .fc-head table {
  margin-bottom: 0;
}
#CalendarPage .fc-widget-header, #CalendarPage .fc-widget-content, #CalendarPage .fc-event-container, #CalendarPage .fc-day-top {
  padding: 0;
}
#CalendarPage .typography table tr:nth-child(2n) {
  background-color: transparent !important;
}

/* Better event categories checkbox */
#calendar_categories input[type="checkbox"] {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #ff7306;
  float: left;
  box-shadow: inset 0 0 0 1px #ff7306;
  border-radius: 4px;
  margin-right: 6px;
}
#calendar_categories input[type="checkbox"]:hover {
  box-shadow: 0 0 10px #ff7306;
}
#calendar_categories input[type="checkbox"]:checked {
  background: #ff7306;
}
#calendar_categories .field {
  margin-bottom: 8px;
}
#calendar_categories label {
  padding: 0.2em 0.4em 0em;
  border: 1px solid #333;
  background: none;
}

/* Leaflet map size. */
#CalendarPage .LeafletMap {
  min-height: 450px;
}

#AccountEventsPage .vignette .bottom {
  bottom: 55px;
}

/* New checkboxes */
.NewCheckboxContainer, input.NewCheckbox {
    cursor: pointer;
}
.NewCheckboxContainer {
    position: relative;
}
.NewCheckboxContainer .tick {
    left: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    top: 10px;
    position: relative;
}
.NewCheckboxContainer .tick > * {
    border: 1px solid #fff;
    position: absolute;
    left: 0;
}
.NewCheckboxContainer .tick .tickLeft {
    height: 5px;
}
.NewCheckboxContainer .tick .tickRight {
    top: 5px;
    width: 9px;
}
label.NewCheckbox {
    display: block;
}
/* END - New checkboxes */

.Event.vignette .bottom .modify-btn { margin-bottom: 45px !important; }
