/* Mixins */
/**
    Be as precise as possible when applying this style!
    overflow: hidden; used here will cause the element to get its own render layer.
    This is a huge performance drawback when applied to a lot of elements in the table!
 */
.cf-cplace-meeting-headerPage-widget-body {
  position: relative;
  border: 1px solid #00507d;
  border-radius: 0px;
  clear: both;
}
.cf-cplace-meeting-headerPage-widget-body > div {
  padding: 10px;
}
.cf-cplace-meeting-headerPage-widget-body .col-xs-5 {
  border-left: 1px solid #00507d;
}
.cf-cplace-meeting-headerPage-widget-body .col-xs-5:first-child {
  border-left: none;
}
.cf-cplace-meeting-headerPage-widget-body .header {
  background: #00507d;
  color: #ffffff;
  font-size: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cf-cplace-meeting-headerPage-widget-body .header a {
  color: #FFFFFF;
}
.cf-cplace-meeting-headerPage-widget-body .button-outlook {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}
.cf-cplace-meeting-headerPage-widget-body .cf-cplace-meeting-location {
  background: rgba(0, 80, 125, 0.8);
  color: #FFFFFF;
  font-size: 14px;
  padding: 2px 10px;
  height: 36px;
  line-height: 30px;
}
.cf-cplace-meeting-headerPage-widget-body .cf-cplace-meeting-location .tricia-edit-in-place-wrapper {
  height: 32px;
}
.cf-cplace-meeting-headerPage-widget-body .cf-cplace-meeting-location .cf-cplace-meeting-location-value {
  height: 32px;
}
.cf-cplace-meeting-headerPage-widget-body .cf-cplace-meeting-location div[cplace-custom-validation-and-help] {
  float: right;
  top: -37px;
  position: relative;
  right: 7px;
}
.cf-cplace-meeting-headerPage-widget-body .infos h1 {
  font-size: 18px;
  color: #00507d;
}
.cf-cplace-meeting-headerPage-widget-body .actions {
  margin-bottom: 10px;
}
.cf-cplace-meeting-headerPage-widget-body .labels {
  float: left;
}
.cf-cplace-meeting-headerPage-widget-body .label {
  padding: 0.4em 0.4em 0.4em 0.4em;
  margin: 0em 0em 0.3em 0em;
  width: 100%;
  font-size: 80%;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  top: -2px;
  position: relative;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cf-cplace-meeting-headerPage-widget-body .label:first-child {
  margin-top: 0.2em;
}
.cf-cplace-meeting-headerPage-widget-body .label-add {
  color: #00507d;
  font-size: 80%;
  text-shadow: none;
  display: inline;
}
.cf-cplace-meeting-headerPage-widget-body .label-add:before {
  content: '\f067';
  position: relative;
  font-family: FontAwesome;
}
.cf-cplace-meeting-headerPage-widget-body .label-req {
  background: #0078BD;
}
.cf-cplace-meeting-headerPage-widget-body .label-opt {
  background: #3eb8ff;
}
.cf-cplace-meeting-headerPage-widget-body .label-org {
  background: #00273e;
}
.cf-cplace-meeting-headerPage-widget-body .label-reporter {
  background: #555555;
}
.cf-cplace-meeting-headerPage-widget-body .label-additional {
  background: #777777;
}
.cf-cplace-meeting-headerPage-widget-body .attendee {
  width: 60px;
  height: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  cursor: pointer;
  background-size: cover;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-banderole {
  width: 8px;
  height: 8px;
  display: inline-block;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-banderole:before {
  margin-left: 5px;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 4px solid;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-banderole-organizer:before {
  border-color: #4a4a4a;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-banderole-required:before {
  border-color: #0078BD;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-banderole-optional:before {
  border-color: #3eb8ff;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-banderole-reporter:before {
  border-color: #555555;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-banderole-additional:before {
  border-color: #777777;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-required {
  background-color: #0078BD;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-optional {
  background-color: #3eb8ff;
}
.cf-cplace-meeting-headerPage-widget-body #add-attendee-button {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.cf-cplace-meeting-headerPage-widget-body .agenda-toolbar-icon {
  margin-left: 12px;
}
.cf-cplace-meeting-headerPage-widget-body .summary .tricia-edit-btn-wrapper > a.btn {
  background: #00507d;
  color: #FFFFFF;
  visibility: visible;
  display: block;
  border: none;
}
@media (max-width: 991px) {
  .cf-cplace-meeting-location {
    height: 70px !important;
  }
  .cf-cplace-meeting-location > div > div.cf-cplace-meeting-location-value > div > div > div.ng-scope > div {
    float: right;
    top: -37px;
    position: relative;
    right: 7px;
  }
}
