﻿#ce-title {
  height: 70px;
  background-color: #2784a2;
  font-family: Roboto, "Open Sans", arial, sans-serif;
  color: #fff;
  line-height: 70px;
  padding: 0 20px;
  font-size: 1.25em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#ce-title .icon {
  position: absolute;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 15px;
  height: 15px;
}
#ce-title .icon:hover {
  color: rgb(255, 255, 255);
}

#ce-content {
  position: absolute;
  top: 70px;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 20px;
  font-size: 0.85em;
  line-height: 1.7;
  color: #444;
  overflow: auto;
}

ul#ce-summary {
  list-style: none;
  margin: 0;
  padding: 0 30px 0 0;
}
ul#ce-summary > li {
  margin-top: 0.8em;
  position: relative;
  padding-left: 30px;
  padding-top: 3px;
}
ul#ce-summary > li:first-child {
  margin-top: 0 !important;
}
ul#ce-summary > li::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul#ce-summary > li::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 1.3em;
  color: #bbb;
  position: absolute;
  top: 2px;
  left: 0;
}
ul#ce-summary > li img {
  max-width: 100%;
}
ul#ce-summary a {
  color: #118db1;
}

li#event-datetime::before {
  content: "\f017";
  font-weight: 500;
}

div#dt-date {
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}

div#dt-time {
  display: block;
  font-weight: 600;
  font-size: 1em;
  color: #999;
}

div#dt-repeat {
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  color: #999;
  margin-top: 0.5em;
  font-style: italic;
}

li#event-desc *:first-child {
  margin-top: 0;
}
li#event-desc::before {
  content: "\f036";
  font-weight: 900;
}
li#event-desc p, li#event-desc ol, li#event-desc ul {
  margin-top: 0.5em;
  margin-bottom: 0;
}
li#event-desc li {
  list-style: disc;
}
li#event-desc strong, li#event-desc b {
  font-weight: bold;
}

li#event-location::before {
  content: "\f3c5";
  font-weight: 900;
}

div#loc-location {
  font-weight: 600;
  font-size: 1em;
  color: rgb(0, 0, 0);
}

ul#ce-summary + div#attach-files {
  margin-top: 1em;
}

div#attach-files {
  font-weight: 600;
  font-size: 1em;
  color: rgb(0, 0, 0);
}

#ce-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  border-top: 1px solid #ddd;
  padding: 0 20px;
  font-size: 0.85em;
  font-family: Roboto, "Open Sans", arial, sans-serif;
}
#ce-footer a {
  display: inline-block;
  color: #888;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: none;
  box-shadow: none;
}
#ce-footer a:hover {
  color: #000;
  background: none;
}
#ce-footer a:first-child {
  margin-left: 0;
}
#ce-footer a + a {
  margin-left: 15px;
}
#ce-footer a i {
  margin-right: 5px;
}

#ce-tabs {
  border-bottom: solid 1px #ddd;
  margin: 2em 0 0 0;
  list-style: none;
  padding: 0;
  font-weight: 600;
  font-size: 1rem;
}
#ce-tabs::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#ce-tabs li {
  float: left;
  outline: none;
  margin: 0 !important;
}
#ce-tabs li:first-child {
  margin-left: 0;
}
#ce-tabs a {
  cursor: pointer;
  display: block;
  outline: none;
  padding-bottom: 10px;
  text-decoration: none;
  padding: 0 15px 10px 15px;
  border-bottom: 3px solid transparent !important;
  min-width: 100px;
  text-align: center;
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
#ce-tabs a:hover {
  background: none !important;
}
#ce-tabs a.active {
  border-color: #118db1 !important;
  color: rgb(0, 0, 0) !important;
}
#ce-tabs a i {
  color: #bbb;
}

.tab-content {
  display: none;
  margin-top: 1em !important;
}
.tab-content:first-child {
  margin-top: 0;
}

#event-files {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#event-files li {
  margin-top: 0.8em;
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}
#event-files li:first-child {
  margin-top: 0;
}
#event-files li::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 1.3em;
  color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f3c5";
  font-weight: 900;
}
#event-files li.icon-File::before {
  content: "\f0c6";
}
#event-files li.icon-File div.file-date {
  color: #999;
}
#event-files li.icon-Image::before {
  content: "\f03e";
}
