.EventImg {
  text-align: center;
  margin-top: 1%;
}
.EventImg img {
  width: 60%;
}
.EventTitle,
.EventCall {
  margin-top: 1.5em;
}
.EventCall {
  margin-bottom: 1em;
}
.EventHeader {
  background-color: #5b5a60;
  color: white;
  padding: 12px;
  /*margin-left: 10px;
    margin-right: 10px;*/
}
.EventHeader a {
  color: white !important;
  font-size: 17px;
}
.row.Eventinner {
  padding-left: 30px;
  padding-right: 15px;
  border-left-style: solid;
  border-right-style: solid;
  border-color: #f4f4f4;
  border-width: 5px;
}
.Eventinner:last-child {
  border-bottom-style: solid;
  border-width: 5px;
}
#dataPaging span span {
  background-color: #5b5a60;
  color: white;
  padding: 5px;
}
#ListView1Div .row {
  margin-right: 0px;
  margin-left: 0px;
}
#templateShowPracticeArea .row {
  margin-right: 0px;
  margin-left: 0px;
}
#dataPaging span {
  border-color: #5b5a60;
  border-style: solid;
  border-width: 2px;
  padding: 16px;
  padding-left: 25px;
  padding-right: 25px;
}
#dataPaging span * {
  padding-left: 7px;
  padding-right: 7px;
}
#dataPaging {
  text-align: center;
  margin-bottom: 14px;
  margin-top: 14px;
}
.panel-heading-options {
  float: right;
  display: none !important;
  display: inline;
}
.NoDisplay {
  display: none;
}
@media (min-width: 767px) {
  .ReduceWidth {
    width: 98%;
  }
}
.FieldWrapper * {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 41px !important;
}
.FieldWrapper .col-md-5 {
  display: flex;
}
.activeRow h2 a,
.activeRow h1 a {
  font-weight: bold !important;
}
.activeRow a {
  text-decoration: none !important;
  font-weight: 400 !important;
}
#dataPaging a {
  text-decoration: none !important;
  font-weight: 400 !important;
}
@media (max-width: 410px) {
  .FieldWrapper input[type="submit"] {
    margin-top: 18px !important;
  }
}
@media (max-width: 767px) {
  .FieldWrapper input[type="submit"] {
    margin-top: 0px;
  }
  .FieldWrapper * {
    margin-top: 15px;
  }
}
@media (min-width: 767px) {
  .FieldWrapper input[type="submit"] {
    margin-left: 3px !important;
    min-width: 33% !important;
  }
}
@media (min-width: 1200px) {
  .FieldWrapper input[type="submit"] {
    margin-left: 16px !important;
    min-width: 35% !important;
  }
}
.showMore {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
