/* CLASSES */
.defaultFont {
  font-size: 13px;
  font-style: normal;
  font-family: 'Raleway', Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: normal;
  color: #000;
}
.defaultFontNumber {
  font-size: 12px;
  font-style: normal;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: normal;
  color: #000;
}
.bodyContent {
  margin: 0;
  padding: 0;
  background-color: #dedede;
  font-size: 13px;
  font-style: normal;
  font-family: 'Raleway', Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: normal;
  color: #000;
}
input {
  font-size: 13px;
  font-style: normal;
  font-family: 'Raleway', Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: normal;
  color: #000;
}
input::-webkit-input-placeholder {
  font-family: 'Raleway', Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
}
input:-moz-placeholder {
  /* FF 4-18 */
  font-family: 'Raleway', Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
}
input::-moz-placeholder {
  /* FF 19+ */
  font-family: 'Raleway', Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Raleway', Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
}
.smallLink {
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}
.smallSeparator {
  color: #999999;
  margin-left: 5px;
  margin-right: 5px;
}
.boxCard {
  background-color: #FFF;
  border: 1px solid #E8E8E8;
}
.boxCardSelected {
  box-shadow: 0px 0px 16px 1px #CACACA;
}
.shadowCard,
.ppboxCard {
  box-shadow: 0px 3px 10px #C5C5C5;
}
.ppboxCard {
  margin-top: 20px;
}
.pp-box-buttonsLink {
  color: #000;
}
.pp-box-buttonsLink:hover {
  color: #009e77;
}
.headerButtonsLink {
  color: #000;
}
.headerButtonsLink:hover {
  color: #009e77;
}
.update-group-header {
  background-color: #FFFFFF;
  color: #000000;
  height: 32px;
}
.pp-window-header {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 2px;
}
.linkButton {
  border: 1px solid #DDD;
  background-color: #FFF;
}
/* COLORS CHECKED */
/* Validation buttons background & border color (search, deconnexion, OK) */
/* Validation buttons background & border color (search, deconnexion, OK) */
/* Validation buttons background & border color (search, deconnexion, OK) */
/* Separator item menu & GridPopup border
                                & waiting-progress-fill background-color
                                & MenuRelanceClose border*/
/* A UTILISER POUR DES SOUS-BARRES */
/* Top menu color  */
/* OK - color for closed text and links #B8B7B6 */
/* condition-error background in the search */
/* COLORS NOT SORTED */
/* planning-PRET-E background */
/* Separateur Activites avant Aujourd'hui et apres */
/* Seems not used anymore - For contactMode.notAccepted in selection */
/* ??? panel */
/* COLORS TO CHECK */
/* ??? background-color for xml .xmldata, .xmldata_expr */
/* color for display-header AND ??? border-color for colpick_dark */
.proximityLabel {
  cursor: help;
  position: relative;
}
.proximityLevel {
  display: inline-block;
  *display: inline;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  cursor: help;
  color: #CCC;
}
.proximityLevel > img,
.proximityLevel > .proximityRing {
  vertical-align: middle;
  margin-left: 10px;
}
.make-infos .proximityLevel > img {
  position: absolute;
  top: 12px;
  left: 12px;
}
.proximityHelp {
  position: absolute;
  top: 16px;
  display: none;
  width: 300px;
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  -moz-box-shadow: 2px 2px 2px #CFCFCF;
  -webkit-box-shadow: 2px 2px 2px #CFCFCF;
  -o-box-shadow: 2px 2px 2px #CFCFCF;
  box-shadow: 2px 2px 2px #CFCFCF;
  padding: 10px;
  white-space: normal;
  z-index: 2;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
.proximityHelp p {
  margin-top: 7px;
  margin-bottom: 0;
}
.proximityHelp .name {
  margin-top: 0;
  font-size: 13px;
  font-weight: bold;
}
.proximity-categorie-name {
  text-align: left;
  padding-bottom: 7px;
}
.proximity-activity-name {
  text-align: right;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 40%;
}
.proximity-activity-value {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
}
.ProximityIcon {
  vertical-align: middle;
  padding-right: 5px;
}
.feed {
  max-height: 550px;
  overflow: auto;
  padding: 30px 0;
}
.feed > .feed-item {
  display: flex;
}
.feed > .feed-item > div {
  padding: 0px 10px 10px 10px;
}
.feed > .feed-item > .feed-date {
  width: 100px;
  min-width: 100px;
  text-align: right;
  padding-top: 13px;
  padding-right: 0;
}
.feed > .feed-item > .feed-picto {
  width: 60px;
  min-width: 60px;
  text-align: center;
  background-image: url('feed_line.png');
  background-position: center top;
  background-repeat: repeat-y;
}
.feed > .feed-item > .feed-picto > .picto {
  border: 2px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
  display: inline-block;
  height: 36px;
  width: 36px;
}
.feed > .feed-item > .feed-picto > .picto > img {
  height: 18px;
  padding: 9px;
}
.feed > .feed-item > .feed-picto > .picto > i {
  font-size: 20px;
  padding-top: 8px;
  color: #A3A3A3;
}
.feed > .feed-item > .feed-picto > .picto > .letterFirst {
  font-size: 20px;
  margin-top: 7px;
  color: #969696;
  font-weight: bold;
}
.feed > .feed-item.active > .feed-picto {
  background-image: url('feed_line_dashed.png');
  background-position: center;
  background-repeat: repeat-y;
}
.feed > .feed-item.active > .feed-picto > .picto {
  background-color: #FFF;
  border-color: #777;
}
.feed > .feed-item.active > .feed-picto > .picto > i {
  color: #757575;
}
.feed > .feed-item.active > .feed-picto > .picto > .letterFirst {
  color: #757575;
}
.feed > .feed-item > .feed-details {
  padding-top: 13px;
  padding-bottom: 15px;
}
.feed > .feed-item > .feed-details > .other {
  margin-left: 20px;
  margin-top: 5px;
}
.feed > .feed-item:first-child > .feed-details {
  padding-top: 33px;
  padding-left: 0;
}
.feed > .feed-item:first-child > .feed-date {
  padding-top: 33px;
}
.feed > .feed-item:first-child > .feed-picto {
  padding-top: 20px;
}
.feed-container .noData {
  height: 16px;
  padding: 22px 0;
}
.feed-container > .filters {
  border-bottom: 1px solid #D5D5D5;
  padding: 12px 30px;
}
.feed-container > .filters > .filter {
  display: inline-block;
  background-color: transparent;
  border: transparent;
}
.feed-container > .filters > .filter > label {
  margin-right: 5px;
}
.feed-container > .filters > .verticalSeparator {
  margin: 0 15px;
}
.feed-more {
  border-top: 1px solid #DDD;
  text-align: center;
  font-size: 13px;
  background-color: #F6F6F6;
  position: relative;
}
.feed-more > * {
  margin: 10px 0;
}
.feed-more > .showMore {
  display: inline-block;
  height: 19px;
  cursor: pointer;
}
.feed-more > .showMore.disabled {
  color: #999;
  cursor: default;
}
.feed-more > .showMore.disabled:hover {
  text-decoration: none;
}
