body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125em;
  line-height: 1.3;
  min-width:640px;
}

.cloak{
	display:none;
}
.b-calendar__canlendar {
}

.b-calendar {
	max-width:100%;
  /*display: flex;*/
  align-items: center;
  /*margin: 2.5em 0;*/
}
.b-calendar__information {
    background-color: rgba(41, 188, 252,0.1);
    /*background-color: rgba(0, 123, 255, 0.2);*/
    /*border-radius: 1.2rem 0 0 1.2rem;*/
    /*min-height:620px;*/
    height: 100%;
}
.b-calendar__information .today {
  flex-direction: column;
  padding-top: 3em;
}
.b-calendar__information .today .weekDay {
  font-size: 1.2em;
  font-weight: 100;
  padding-bottom: 0.5em;
}
.b-calendar__information .today .day {
  font-size: 5.5em;
  font-weight: 600;
  line-height: 1;
}
.b-calendar__information .today .month {
  font-size: 2em;
  font-weight: 200;
  line-height: 1;
}
.b-calendar__calendar {
  /*min-height: 40rem;*/
  min-height: 100%;
}
.b-calendar__header {
  margin-bottom: 1rem;
}
.b-calendar__header .month {
  font-size: 1.25em;
  font-weight: 200;
  text-transform: capitalize;
}
.b-calendar__header .year {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.b-calendar__header .arrow {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
}
.b-calendar__header .arrow:hover {
  cursor: pointer;
}
.b-calendar__header .arrow-left i {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.b-calendar__header .arrow-right i {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.b-calendar__weekdays {
  display: flex;
  margin-bottom: 1.25rem;
}
.b-calendar__weekdays .weekday {
  width: calc(100% / 7);
  padding: 0.25rem 0.5rem;
}
.b-calendar__dates {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.b-calendar__dates:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fff;
  height: 1px;
  width: 100%;
  z-index: 1;
}
.b-calendar__dates .date {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 200;
  min-height: 4.2rem;
  padding: 0.25rem 0.5rem;
  position: relative;
  width: calc(98% / 7);
  cursor:pointer;
}
.b-calendar__dates .date.user-selected {
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
}
.b-calendar__dates .date.user-selected .day{
  font-weight: 600;
}
.b-calendar__dates .date.blank {
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.2);
}
.b-calendar__dates .date.no-border-right {
  border-right: none;
}
.b-calendar__dates .date.today {
  background-color: rgba(0, 123, 255, 0.2);
}
.b-calendar__dates .date .weekday {
  display: none;
}
.b-calendar__dates .date .additional {
  font-size: 0.75em;
  position: absolute;
  bottom: 0.25rem;
  left: 0.5rem;
}
.b-calendar__dates .date .additional .year {
  padding-right: 0.25rem;
  /*font-size: 0.75em;*/
}

@media (max-width: 768px) {
  .b-calendar__information {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;]
  }
  .b-calendar__information .today {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
	body{
		margin: auto 0;
	}
  .b-calendar__weekdays {
    display: none;
  }
  .b-calendar__dates .date {
    width: 100%;
    text-align: left !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
  }
  .b-calendar__dates .date.blank {
    display: none;
  }
  .b-calendar__dates .date .weekday {
    display: block;
    margin-left: 0.25rem;
  }
}

.meeting-details-icon{
    width:50px;
    text-align:center;
    display:inline-block;
}
.meeting-details {
    float: right;
    margin: 0px;
    width: calc(100% - 55px);
}
.meeting-details-name{
    font-size:24px;
}
.mid-dot{
    font-size:20px;
    margin-right:8px;
    margin-left:8px;
}

.validation-message{
    color:red;
    font-size:12px;
}

label.required{
       font-weight:600;
}
span.required:after,
label.required:after{
    content:' *';
    color:red;
}
div.public  label.required:after{
    content:'';
}
.cancel-overlay {
    display:none;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5) !important;
    z-index: 1000;
}

.cancel-box {
    margin-top: 8%;
    background-color: #fff;
    z-index: 1100;
    min-height: 60%
}

div.attendee-container table td{
    padding:3px !important;
}


div.attendee-container table td input{
    border-radius:0px;
}