.spinner {
  width: 18px;
  height: 18px;
  position: fixed;
  top: 40%;
  margin-left: 48%;
  margin-right: 48%;
  z-index: 10000;
}
.spinner div {
  text-align: center;
  margin-top: 20%;
  margin-bottom: auto;
}
.spinner div i {
  color: #ddd;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.section1 {
  margin-top: 20px;
}
.full-height {
  height: 100%;
}
.calendar-container{
  margin: 3% auto 0;
}
.align-center{
  margin: 0 auto;
}
.textalign-center{
  text-align: center;
}
.margin-adjustment{
  margin: 10px 0 0 0;
}
.event-headline {
  color: #428bca;
  font-size: larger;
  cursor: pointer;
}
.event-text-blue {
  color: #428bca;
}
.event-text-grey {
  color: #808080;
}
.event-detail-wrapper{
  position: fixed;
  bottom: 40px;
  width: 70%;
  left: 30%;
  height: 100%;
  overflow: auto;
  margin-left: 0px;
  padding-top: 116px;
}
.no-event{
  text-align: center;
  margin-top: 100px;
}
.event-id {
  color: lightslategray;
  font-size: smaller;
}
.event-time{
  display: block;
  color: #808080;  
}
.eventUnknownSystemBtn {
  border: 1px solid #428bca;
  width: 150px;
  }
.event-list-clinical-icon {
  background-image: url(../images/clinical-icon-list.png);
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
  margin-top: -5px;
}
.event-list-clinical-icon-big {
  background-image: url(../images/clinical-icon-detail.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 6px;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  border: 1px solid #63b0bb;
  border-radius: 18px;
}
.event-list-learning-icon {
  background-image: url(../images/learning-icon-list.png);
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.event-list-learning-icon-big {
  background-image: url(../images/learning-icon-detail.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 5px;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  border: 1px solid #f19f53;
  border-radius: 18px;
}
.event-list-meeting-icon {
  background-image: url(../images/meeting-icon-list.png);
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.event-list-meeting-icon-big {
  background-image: url(../images/meeting-icon-detail.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 6px;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  border: 1px solid #634b77;
  border-radius: 18px;
}
.eventConnectText {
  margin-left: 35px;
  color: #428bca;
  font-size: 16px;
  line-height: 0px;
}
.eventlist-connect {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/connect-call.png);
  background-size: 30px;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 32px;
  cursor: pointer;
  background-color: #0078C9;
  vertical-align: bottom;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.eventlist-connect:hover, .eventlist-connect:active, .eventlist-connect:focus {
  background-color: #77B800;
}
.event-heading {
  color: #808080;
  font-size: small;
  display: inline-block;
}
.event-list {
  background-color: #e8f2fa;
  min-height: 100%;
}
.event-detail-crumb {
  color: #77B800;
}
.event-detail-crumb:before{
  padding: 0 5px 0 2px;
  color: #cccccc;
  content: "\203A";
}
.event-date-heading {
  color: #808080;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.event-date-e {
  margin-left: -20px;
}
.event-date-prev-next {
  color: #808080;
  font-size: 2em;
  text-align: center;
  cursor: pointer;
}
.event-connect-call {
  display: block;
  width: 175px;
  height: 37px;
  background-color: #428bca;
  border-radius: 4px;
  margin: 20px auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.connect-btn-eventlist {
  background-image: url(../images/connect-btn-sprite.png);
  background-repeat:no-repeat;
  background-position:bottom;
  display:inline-block;
  color: #ffffff;
  width:30px;
  height:16px;
  position:relative;
  top:9px;
  margin: 0 24px 0 30px;
  padding: 0 0px 0 45px;
  font-size: 16px;
  line-height: 18px;
}
.event-connect-call:hover {
  background-color: #77B800;
}
.event-connect-call:hover > .connect-btn-eventlist {
  background-position: bottom;
  color: #fff;
}
.event-connect-row {
  border-bottom: 1px solid #ddd;
}
.date-margin {
  margin: 20px 0;
}
.event-prev-btn {
  background-image: url(../images/event-prev-next-btn.png);
  background-repeat: no-repeat;
  background-position: left;
  display: inline-block;
  width: 14px;
  height: 23px;
}
.event-next-btn {
  background-image: url(../images/event-prev-next-btn.png);
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  width: 14px;
  height: 23px;
}
.event-row {
  margin: 0 0 0 -8px;
  color: #808080;
}
.events-subhead {
  border-bottom: 1px solid #ddd;
  padding-left: 0px;
  padding-right: 0px;
}
.event-table {
  margin-bottom: 50px;
}
.event-table tr {
  cursor: pointer;
}
.event-table tr:hover, .event-table tr:active, .event-table tr:focus {
  background-color: #d9e8f5;
}
.event-table td {
  border: none !important;
}
#call-container {
  margin: 7px 0 0 0;
}
.eventlist-heading-col {
  width: 90%;
}
.event-highlight {
  border-left: 3px solid #0078C9;
  background-color: #d9e8f5;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.event-highlight .event-row {
  padding: 0 0 0 10px;
}
.patients-empty {
  color: #808080;
}
.calendar-month-heading {
  font-weight: normal;
  color: #808080;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}
.calendar-week-heading {
  font-weight: normal;
  color: #B0B0B0;
  height: 2em;
  margin-top: 2em;
}
.calendar-day-hide {
  display: none;
}
.calendar-day {
  color: #808080;
  text-align: center;
  vertical-align: middle;
  height: 6em;
  width: 6em;
  padding: 16px;
  font-size: 16px;
}
.calendar-day:focus {
  outline: none;
}
.calendar-day-selected {
  outline: none;
  background: #77B800;
  border: 1px solid #77B800;
  color: #FFFFFF !important;
  width: 3em;
  height: 3em;
  border-radius: 1.5em;
  margin-top: -0.75em;
  margin-left: 0.5em;
  padding-top: 0.65em;
}
.calendar-day-has-events {
  outline: none;
  color: #428bca;
  font-weight: bold;
  width: 3em;
  height: 3em;
  border-radius: 1.5em;
  margin-top: -0.65em;
  margin-left: 0.4em;
  padding-top: 0.65em;
}
.event-calendar td{
  cursor: pointer;
}

.blockUI-overlay-event-list {
  height: 500px;
  border-radius: 6px;
  background-color: #e8f2fa;
  opacity: .8;
}

#floatingCirclesG {
  position:relative;
  width:150px;
  height:150px;
  -moz-transform:scale(0.6);
  -webkit-transform:scale(0.6);
  -ms-transform:scale(0.6);
  -o-transform:scale(0.6);
  transform:scale(0.6);
}

.f_circleG {
  position:absolute;
  background-color: #0078C9;
  height:27px;
  width:27px;
  -moz-border-radius:14px;
  -moz-animation-name:elf_fadeG;
  -moz-animation-duration:1.04s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:linear;
  -webkit-border-radius:14px;
  -webkit-animation-name:elf_fadeG;
  -webkit-animation-duration:1.04s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:linear;
  -ms-border-radius:14px;
  -ms-animation-name:elf_fadeG;
  -ms-animation-duration:1.04s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-direction:linear;
  -o-border-radius:14px;
  -o-animation-name:elf_fadeG;
  -o-animation-duration:1.04s;
  -o-animation-iteration-count:infinite;
  -o-animation-direction:linear;
  border-radius:14px;
  animation-name:elf_fadeG;
  animation-duration:1.04s;
  animation-iteration-count:infinite;
  animation-direction:linear;
}

#frotateG_01 {
  left:0;
  top:61px;
  -moz-animation-delay:0.39s;
  -webkit-animation-delay:0.39s;
  -ms-animation-delay:0.39s;
  -o-animation-delay:0.39s;
  animation-delay:0.39s;
}

#frotateG_02 {
  left:18px;
  top:18px;
  -moz-animation-delay:0.52s;
  -webkit-animation-delay:0.52s;
  -ms-animation-delay:0.52s;
  -o-animation-delay:0.52s;
  animation-delay:0.52s;
}

#frotateG_03 {
  left:61px;
  top:0;
  -moz-animation-delay:0.65s;
  -webkit-animation-delay:0.65s;
  -ms-animation-delay:0.65s;
  -o-animation-delay:0.65s;
  animation-delay:0.65s;
}

#frotateG_04 {
  right:18px;
  top:18px;
  -moz-animation-delay:0.78s;
  -webkit-animation-delay:0.78s;
  -ms-animation-delay:0.78s;
  -o-animation-delay:0.78s;
  animation-delay:0.78s;
}

#frotateG_05 {
  right:0;
  top:61px;
  -moz-animation-delay:0.91s;
  -webkit-animation-delay:0.91s;
  -ms-animation-delay:0.91s;
  -o-animation-delay:0.91s;
  animation-delay:0.91s;
}

#frotateG_06 {
  right:18px;
  bottom:18px;
  -moz-animation-delay:1.04s;
  -webkit-animation-delay:1.04s;
  -ms-animation-delay:1.04s;
  -o-animation-delay:1.04s;
  animation-delay:1.04s;
}

#frotateG_07 {
  left:61px;
  bottom:0;
  -moz-animation-delay:1.17s;
  -webkit-animation-delay:1.17s;
  -ms-animation-delay:1.17s;
  -o-animation-delay:1.17s;
  animation-delay:1.17s;
}

#frotateG_08 {
  left:18px;
  bottom:18px;
  -moz-animation-delay:1.3s;
  -webkit-animation-delay:1.3s;
  -ms-animation-delay:1.3s;
  -o-animation-delay:1.3s;
  animation-delay:1.3s;
}

@-moz-keyframes elf_fadeG {
  0% {
    background-color:#0078C9}

  100% {
    background-color:#e8f2fa}

}

@-webkit-keyframes elf_fadeG {
  0% {
    background-color:#0078C9}

  100% {
    background-color:#e8f2fa}

}

@-ms-keyframes elf_fadeG {
  0% {
    background-color:#0078C9}

  100% {
    background-color:#e8f2fa}

}

@-o-keyframes elf_fadeG {
  0% {
    background-color:#0078C9}

  100% {
    background-color:#e8f2fa}

}

@keyframes elf_fadeG {
  0% {
    background-color:#0078C9}

  100% {
    background-color:#e8f2fa}
}

/*Detail*/
.event-category{
  position: relative;
  vertical-align: top;
  top: 7px;
  font-size: 16px;
}
.event-type{
  display: block;
  font-size: 14px;
}
.detail-breadcrumb{
  font-size: 16px;
}
.detail-wrapper{
  position: relative;
  height: 100%;
  width: 100%;
  margin-left: 0px;
  overflow-y: auto;
  padding: 10px 50px 50px 20px;
  color: #808080;
}
.detail-heading-wrapper{
  padding-left: 0;
  margin-bottom: 20px;
}
.detail-heading{
  display: block;
  font-size: 18px;
}
.detail-muted{
  color: #999999;
}
.event-category-clinical{
  color: #63b0bb;
  text-transform: capitalize;
}
.event-category-learning{
  color: #f19f53;
  text-transform: capitalize;
}
.event-category-meeting{
  color: #634b77;
  text-transform: capitalize;
}
.event-detail-heading{
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
}
.webcast-icon{
  position: relative;
  top: 2px;
  display:inline-block;
  margin-left: 32px;
  width: 105px;
  height: 22px;
  background-color: #428bca;
  background-image: url(../images/webcast-white.png);
  background-repeat: no-repeat;
  background-position: 3px; 
  border-radius: 2px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.webcast-icon:hover{
  background-color: #77B800;
}
.event-detail-time{
  font-size: 14px;
  display: block;
}
.btn-custom-margin{
  margin-top: 21px;
}