.add-bottom-xl {
  margin-bottom: 20px;
}

.add-bottom {
  margin-bottom: 15px;
}

.add-bottom-sm {
  margin-bottom: 10px;
}

.add-bottom-xs {
  margin-bottom: 5px;
}

.no-bottom {
  margin-bottom: 0px;
}

.add-top-xl {
  margin-top: 20px;
}

.add-top {
  margin-top: 15px;
}

.add-top-sm {
  margin-top: 10px;
}

.add-top-xs {
  margin-top: 5px;
}

.no-top {
  margin-top: 0px;
}

.add-padding-bottom-xl {
  padding-bottom: 20px;
}

.add-padding-bottom {
  padding-bottom: 15px;
}

.add-padding-bottom-sm {
  padding-bottom: 10px;
}

.add-padding-bottom-xs {
  padding-bottom: 5px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.add-padding-top-xl {
  padding-top: 20px;
}

.add-padding-top {
  padding-top: 15px;
}

.add-padding-top-sm {
  padding-top: 10px;
}

.add-padding-top-xs {
  padding-top: 5px;
}

.no-padding-top {
  padding-top: 0px;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.justified {
  text-align: justify;
}

.no-border {
  border: none;
  border-radius: 0px;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.plain {
  border: none;
  margin: 0px;
  padding: 0px;
}

.pre-format {
  white-space: pre-wrap;
}

.squared-corner {
  border-radius: 0px;
}

.rounded-corner {
  border-radius: 4px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.text-init {
  font-size: 16px;
}

.text-small {
  font-size: 11px;
}

.text-large {
  font-size: 24px;
}

.text-smaller {
  font-size: smaller;
}

.text-larger {
  font-size: larger;
}

.one-liner {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.full-width {
  max-width: none;
  width: 100%;
}

.auto-width {
  max-width: none;
  width: auto;
}

.auto-height {
  height: auto;
  max-height: none;
}

.no-float {
  float: none;
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear.clear-top:before {
  content: '';
  display: block;
  clear: both;
}

.bold {
  font-weight: bold;
}

.no-bold {
  font-weight: normal;
}

textarea.no-resize {
  resize: none;
}

textarea.vertical-resize {
  resize: vertical;
}

.clickable {
  cursor: pointer;
}

.modal .modal-dialog.modal-small {
  max-width: 360px;
}

.modal .modal-dialog.modal-medium {
  max-width: 640px;
}

/* Event schedules and history table styles */
.event-field {
  margin-bottom: 10px;
}

.event-field .thumbnail {
  cursor: default;
  margin-bottom: 0px;
}

.rsmTable .expandedRow td {
  padding: 10px 15px 9px;
}

.action-wrap .glyphicon {
  cursor: pointer;
  color: #888;
}

.action-wrap .glyphicon:hover {
  color: #333;
}

#events #subNav {
  padding: 0;
  margin: 10px 0 20px;
}

#events #subNav li {
  color: hsla(205, 88%, 50%, 1);
  cursor: pointer;
}

#events #subNav li.active {
  cursor: default;
}

#create-event-icon {
  width: 24px;
  height: 24px;
  margin-right: 3px;
  vertical-align: middle;
  fill: #fff;
}

#events .event-row {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

#events .event-row > span {
  display: inline-block;
  min-height: 88px;
  vertical-align: top;
  margin-right: 10px;
  color: #333;
}

#events .event-row > span:last-child {
  margin-right: 0;
}

#events .event-row .event-info {
  max-width: 600px;
}

#events .event-label {
  margin-top: 10px;
  margin-bottom: 0px;
}

#events .event-label a {
  cursor: pointer;
}

#events .event-type {
  margin-bottom: 10px;
  display: block;
}

.event-row-date {
  position: relative;
  width: 80px;
  height: 88px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #e0e0e0;
}

.event-row-date > span {
  display: block;
}

.event-row-date-month {
  margin-top: 9px;
  text-transform: uppercase;
}

.event-row-date-day {
  font-size: 25px;
  font-weight: 300;
  line-height: 27px;
}

.event-row-date-year {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 22px;
  color: #fff;
  background: #333;
}

.event-row-image {
  width: 133px;
  height: 88px;
  text-align: center;
  line-height: 88px;
  color: #b3b3b3;
  background-color: #f5f5f5;
}

.event-row-image div {
  width: 133px;
  height: 88px;
  background-size: cover;
}

.event-row-description {
  width: calc(60% - 220px);
}

.event-row-description p {
  display: -webkit-box;
  height: 55px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-row-description h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.event-row-status {
  width: 100px;
  text-align: center;
}

.event-row-status span {
  display: inline-block;
  min-width: 85px;
  padding: 4px 15px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
  vertical-align: middle;
  border-radius: 4px;
}

.status-published {
  background-color: #4bd865;
}

.status-pending {
  background-color: #f6a623;
}

.status-expired {
  background-color: #e12929;
}

.status-inactive {
  background-color: #999999;
}

.event-row-action {
}

.event-row-action .action-wrap {
  vertical-align: middle;
}

.event-row-action .glyphicon {
  margin-right: 10px;
}

.btn-event-history {
  background-color: #31b0d5;
}

@media only screen and (max-width: 1040px) {
  .event-row-image {
    display: none;
  }

  .event-row-description {
    width: calc(60% - 145px);
  }
}

.schedule.required::after {
  color: #ff0000;
  content: '*';
  font-size: 9px;
  padding-left: 5px;
  position: relative;
}

.visible {
  visibility: visible;
}
.well.bg-white {
  background-color: white;
}

.invisible {
  visibility: hidden;
}

.w-100 {
  width: 100% !important;
}
