.event-launcher-modal .modal-dialog {
  width: 600px;
  position: relative;
  top: calc(50vh - 200px);
  margin-top: 0px;
  vertical-align: middle;
  padding: 0px;
}

.event-launcher-modal .modal-content {
  border: none;
}

.event-launcher {
  display: flex;
  flex-direction: row;
  padding: 30px;
}

.event-launcher-ctr {
  flex: 1;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 0;
  transition: all 0.2s;
}

.event-launcher-ctr:hover {
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(131,131,131,0.50);
  border-radius: 6px;
}

.event-launcher img {
  height: 65px;
}

.event-launcher-hdr {
  color: #6a6a6a;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 35px;
} 

.event-launcher-icon-bg {
  padding-top: 15px;
}

.event-launcher-lbl {
  margin: 10px auto;
}

.event-launcher-heading {
  display: block;
  color: #428bca;
  font-size: 18px;
  margin: 10px 0 10px;
}

.event-launcher-body {
  color: #6a6a6a;
  width: 185px;
  display: inline-block;
}

.event-launcher-ctr-disable {
  opacity: 0.5;
}

.event-launcher-btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 16px;
  margin-right: 8px;
  background-color: #0078C9;
  background-image: url(../images/addfavourite-btn.png);
  background-position: center;
  background-repeat: no-repeat;
}

.event-launcher-sched-icon {
  background: url(../assets/icon-schedule-site.svg);
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 16px;
  border-left: 1px solid #1293cc;
  background-color: #0078C9;
  background-position: center;
  background-repeat: no-repeat;
}

.host-site-btn {
  background-image: url(../assets/icon-start-pan-white.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  color: #ffffff;
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
  margin: 0 10px 0 10px;
  font-size: 16px;
  line-height: 18px;
  background-size: 24px;
}

.host-site-btn-lbl {
  position: relative;
  top: -7px;
}

.event-list .tooltip {
  background-color: #FFFFFF;
  opacity: 1;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
}

.event-list .tooltip-inner {
  background-color: #FFFFFF;
  color: #808080;
  opacity: 1;
  text-align: left;
}