.float-right{
  float: right;
}
.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%;
}
.event-list-calendar .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;
  word-break: break-word;
}
.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;
}
.event-detail-wrapper .admin-contact-row span {
  vertical-align: top;
}
.event-detail-wrapper .no-admin-contact,
.appointment-note {
  font-style: italic;
}
.event-time-form .input-container {
  display: inline-block;
  margin-right: 20px;
  max-width: 250px;
  vertical-align: middle;
}
.event-time-form.detail .input-container.data-picker-wrapper{
  max-width: 146px;
}
.time-dash,
.date-outter-wrapper{
  display: inline-block;
}
.start-date-wrapper,
.end-date-wrapper{
  margin: 0 !important;
}
.submit-btn-wrapper{
  display: block !important;
  margin-bottom: 20px;
}
.submit-btn-wrapper input{
  min-width: 71px;
  color: #808080;
  transition: ease-in-out 0.25s;
}
.submit-btn-wrapper input:hover{
  color: #0078C9;
  border-color: #0078C9;
}
/* Because of the hack that overrides the default bootstrap template for all datepickers on the events page, we need
 the .date-picker-default class to bring the styling as close as possible back to Boostrap defaults. */
.date-picker-default .event-calendar {
  color: #333;
}
.date-picker-default .calendar-month-heading,
.date-picker-default .calendar-week-heading {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.date-picker-default .calendar-day {
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.date-picker-default .calendar-day-today {
  color: #31708f;
}
.date-picker-default .calendar-day-selected {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #fff;
}

.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.event-list-grey-icon {
  background-image: url(../images/clinical-icon-list-grey.png);
}
.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-clinical-icon-big-print {
  background-image: url(../images/clinical-icon-detail-BW.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.event-list-grey-icon {
  background-image: url(../images/learning-icon-list-grey.png);
}
.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-learning-icon-big-print {
  background-image: url(../images/learning-icon-detail-BW.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.event-list-grey-icon {
  background-image: url(../images/meeting-icon-list-grey.png);
}
.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;
}
.event-list-meeting-icon-big-print {
  background-image: url(../images/meeting-icon-detail-BW.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: 0;
  border-radius: 32px;
  cursor: pointer;
  background-color: #0078C9;
  -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;
}
.eventlist-connect[disabled], .eventlist-connect[disabled]:hover, .eventlist-connect[disabled]:focus {
  background-color: darkgray;
}
.eventlist-disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #AEAEAE !important;
}
.eventlist-end-call,
.eventlist-end-call:focus,
.eventlist-end-call:hover {
  background-image: url(../images/endcall-control.png);
  background-color: #AE3743;
}

.event-list-delegate-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/delegate-icon-list.png);
  background-size: 30px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.event-heading {
  color: #808080;
  font-size: small;
  display: inline-block;
  margin-right: 20px;
}

.print-event-list {
  flex: 1;
}

.event-list {
  background-color: #e8f2fa;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 117px); /* TODO: This should be relative!! */
  padding: 10px;
}

.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;
  padding: 7px 0 0 0;
  color: white;
  -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;
}
.event-connect-call:hover {
  color: white;
  background-color: #77B800;
  text-decoration: none;
}
.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;
}
.events-subhead {
  border-bottom: 1px solid #ddd;
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
}
#call-container {
  margin: 7px 0 0 0;
}
.event-list-title {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  top: 4px;
  max-width:90%;
}
.event-list-patients {
  display: block;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.participant-counter {
  border-radius: 4px;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
  padding: 0px 6px;
}
.participants-waiting {
  background-color: #FCF8E3;
  color: #C09853;
}
.participants-connected {
  background-color: #DFF0D8;
  color: #468850;
}
.eventlist-row {
  color: #808080;
  cursor: pointer;
  display: flex;
  padding: 8px 4px;
}
.event-highlight,
.eventlist-row:hover {
  background-color: #d9e8f5;
}
.event-highlight {
  border-left: 3px solid #0078C9;
  padding-left: 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.cancelled {
  background-color: #fff1f3;
  color: #aaa;
}
.eventlist-col-left {
  flex: 1;
  min-width: 0;
}
.eventlist-col-right {
  text-align: right;
  vertical-align: top;
}
.patients-empty {
  color: #808080;
}
.event-list-calendar .calendar-month-heading {
  font-weight: normal;
  color: #808080;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}
.event-list-calendar .calendar-week-heading {
  font-weight: normal;
  color: #B0B0B0;
  height: 2em;
  margin-top: 2em;
}
.event-list-calendar .calendar-day-hide {
  display: none;
}
.event-list-calendar .calendar-day {
  color: #808080;
  text-align: center;
  vertical-align: middle;
  height: 6em;
  width: 6em;
  padding: 16px;
  font-size: 16px;
}
.event-list-calendar .calendar-day:focus {
  outline: none;
}
.event-list-calendar .calendar-day-selected {
  outline: none;
  background: #77B800;
  border: 1px solid #77B800;
  color: #FFFFFF !important;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin-top: -2em;
  margin-left: 1.5em;
  padding-top: 0.55em;
	padding-left: 1em;
}
.event-list-calendar .calendar-day-has-events {
  outline: none;
  color: #428bca;
  font-weight: bold;
  /*width: 3em;*/
  height: 3em;
  border-radius: 1.5em;
  /*margin-top: -2em;*/
  margin-left: -2px;
  /*padding-top: 0.55em;*/
}
.event-list-calendar .calendar-day-selected > .calendar-day-has-events{
  color: #ffffff;
}
 .event-list-calendar .event-calendar:focus, .event-prev-btn:focus, .event-next-btn:focus{
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.event-list-calendar .event-calendar td{
  cursor: pointer;
}

/*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;
  margin-top: 20px;
}
.detail-wrapper{
  position: relative;
  height: 100%;
  width: 100%;
  margin-left: 0px;
  overflow-y: auto;
  padding: 10px 20px 50px 20px;
  color: #808080;
}
.detail-btn-wrapper {
  display: flex;
}
.detail-btn-left-col {
  flex: 1;
}
.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;
}
.event-category-learning{
  color: #f19f53;
}
.event-category-meeting{
  color: #634b77;
}
.event-detail-heading{
  display: inline-block;
  font-size: 18px;
}

.event-details-table {
  max-width: 600px;
}
.event-details-table thead {
  background-color: #f7f7f7;
}
.event-details-table .title-row th {
  font-size: 15px;
  font-weight: normal;
}
.event-details-table .title-row th:first-of-type {
  padding-right: 0;
}
.event-details-table .title-row th:last-of-type {
  font-size: 14px;
  text-align: right;
}
.event-details-table .participant-counter {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.event-details-table th,
.event-details-table td {
  padding: 9px 11px;
}
.event-details-table .table-subtext {
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.event-details-table .btn-icon {
  background-color: #8a8a8a;
}

.event-details-table .system-icon-site {
  background-image: url('../images/system-rbvc-blue.svg');
}

.event-details-table .system-icon-pcvc {
  background-image: url('../images/system-pcvc-blue.svg');
}

.event-details-table .system-icon-guest {
  background-image: url('../images/system-email-blue.svg');
}

.event-details-table .system-icon-offnet {
  background-image: url('../images/system-offnet-blue.svg');
}

.webcast-icon{
  display:inline-block;
  width: 105px;
  height: 30px;
  background-color: #428bca;
  background-image: url(../images/webcast-white.png);
  background-repeat: no-repeat;
  background-position: 3px;
  border-radius: 4px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  vertical-align: top;
}
.webcast-icon:hover{
  background-color: #77B800;
}
.event-detail-time{
  font-size: 14px;
  display: inline-block;
}
.event-status-text {
  display: inline-block;
  margin: 6px 0;
  vertical-align: top;
}
.btn-custom-margin{
  margin-top: 21px;
}

.btn-eventlist {
  background-repeat:no-repeat;
  display:inline-block;
  color: #ffffff;
  position:relative;
  top:2px;
  margin: 0 10px 0 10px;
  padding: 0 0 10px 0;
  font-size: 12px;
  line-height: 16px;
}
.event-btn:hover,
.event-btn.event-btn-copy:hover {
  background-color: #77B800;
  border-color: #77B800;
}
.event-btn:hover > .btn-eventlist {
  background-position: bottom;
  color: #fff;
}
.event-btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #428bca;
  border: 1px solid #428bca;
  border-radius: 4px;
  -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;
  vertical-align: top;
}
.event-btn.event-btn-copy {
  background-color: white;
}
.event-btn.event-btn-copy .btn-eventdetails{
  color: #428bca;
}
.event-btn.event-btn-copy:hover .btn-eventdetails{
  color: white;
}
.redial-btn {
  color: #fff;
}
.editEvent-endtime,
.editEvent-adminContact {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/edit-icon.png);
  background-position: center;
  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;
}

.editEvent-adminContact {
  margin-left: 10px;
}

.my-timepicker {
    height: 10px;
    padding: 11px;
}

.events-scroll {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: content-box;
}

.connect-btn-eventlist {
    background-image: url(../images/icon-start-video-white.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-block;
    color: #ffffff;
    width: 24px;
    height: 16px;
    position: relative;
    top: 3px;
    margin: 0 10px 0 28px;
    font-size: 16px;
    line-height: 18px;
    background-size: 24px;
}
.event-connect-call {
    display: block;
    width: 175px;
    height: 37px;
    background-color: #428bca;
    border-radius: 4px;
    margin: 20px auto;
    padding: 9px 0 0 0;
    color: white;
    -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;
}

.icons-print {
  visibility: hidden;
}

.eventlist-responsive{
  position: fixed;
}
.eventlist-responsive .low-res {
  display: none;
}
.calendar-responsive > div:last-child{
  margin-bottom: 20px;
}

.join-me-modal {
  padding: 10px;
}

.join-me-modal-header {
  min-height: 20px;
  padding: 0 0 1px 15px;
  color: #717073;
  font-size: 28px;
}

.inline-text-microphone-icon-muted {
  width: 28px;
  height: 28px;
  background-size: 28px;
  margin: auto;
  margin-bottom: -6px;
  background-image: url(../images/microphone-icon.png);
}
.eventrow-info:first-of-type{
	padding-right: 0;
}
.eventrow-info:last-of-type{
	padding-left: 0;
}
.delegator-wrapper {
  align-items: center;
  color: #808080;
  display: flex;
  padding: 7px 0;
}
.delegator-wrapper label {
  margin: 0 13px 0 0;
}
.delegator-wrapper select {
  flex: 1;
  min-width: 0; /* allow truncating values */
}
.event-status-pending {
  color: #F8C268;
}
.event-status-scheduled {
  color: #A1DF5D;
}
.event-status-cancelled {
  color: #E67683;
}