/* 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 */
#notificationsBar {
  padding: 3px 0;
}
#notificationsBar .notification.notificationInformation,
#notificationsBar .notificationWarning {
  margin: 1em 1.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#notificationsBar .notification.notificationInformation table,
#notificationsBar .notificationWarning table {
  border-spacing: 0px;
}
#notificationsBar .notification.notificationInformation table td.closeColumn,
#notificationsBar .notificationWarning table td.closeColumn {
  width: 50px;
  text-align: center;
}
#notificationsBar .notification.notificationInformation table td.closeColumn:hover,
#notificationsBar .notificationWarning table td.closeColumn:hover {
  cursor: pointer;
}
#notificationsBar .notification.notificationInformation div.message,
#notificationsBar .notificationWarning div.message {
  padding: 0.5em;
}
#notificationsBar .notification.notificationInformation {
  background-color: white;
  border: 1px solid #009e77;
}
#notificationsBar .notification.notificationInformation table td.closeColumn {
  background-color: #009e77;
  color: #FFF;
}
#notificationsBar .notification.notificationInformation table td.closeColumn:hover {
  background-color: #00C795;
}
#notificationsBar .notification.notificationWarning {
  background-color: white;
  border: 1px solid #BF0000;
}
#notificationsBar .notification.notificationWarning table td.closeColumn {
  background-color: #BF0000;
  color: #FFF;
}
#notificationsBar .notification.notificationWarning table td.closeColumn:hover {
  background-color: #FF0000;
}
