/* this must be the last import - this one will contain the substituted variables */
/* 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 .cplace-control-wrapper {
  height: 32px;
}
.cf-cplace-meeting-headerPage-widget-body .cf-cplace-meeting-location .cplace-control-wrapper a:not(.btn) {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFFFFF;
}
.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-org {
  background: #4a4a4a;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-org,
.cf-cplace-meeting-headerPage-widget-body .attendee-req,
.cf-cplace-meeting-headerPage-widget-body .attendee-opt {
  width: 60px;
  height: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  cursor: pointer;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-org::before,
.cf-cplace-meeting-headerPage-widget-body .attendee-req::before,
.cf-cplace-meeting-headerPage-widget-body .attendee-opt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
}
.cf-cplace-meeting-headerPage-widget-body .attendee-org:before {
  border-left: 20px solid rgba(74, 74, 74, 0.8);
}
.cf-cplace-meeting-headerPage-widget-body .attendee-req:before {
  border-left: 20px solid rgba(162, 208, 47, 0.8);
}
.cf-cplace-meeting-headerPage-widget-body .attendee-opt:before {
  border-left: 20px solid rgba(225, 228, 234, 0.8);
}
.cf-cplace-meeting-headerPage-widget-body #add-attendee-button {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.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;
  }
}
