/* 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 */
.tabcontrol {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  border-width: 1px 0;
  border-style: solid;
  border-color: #D5D5D5;
}
.tabcontrol > .tab-headers {
  width: 150px;
  min-width: 150px;
  background-color: #FFF;
  border-right: 1px solid #D5D5D5;
}
.tabcontrol > .tab-headers > a.tab-header {
  display: block;
  padding: 0;
  font-size: 13px;
  margin-left: 0px;
  margin-bottom: 0px;
  color: #006149;
}
.tabcontrol > .tab-headers > a.tab-header > .tab-header-content {
  height: 80px;
  text-align: center;
  border-right: 4px solid #FFF;
  padding: 12px 0;
}
.tabcontrol > .tab-headers > a.tab-header.active > .tab-header-content {
  border-right: 4px solid #006149;
}
.tabcontrol > .tab-headers > a.tab-header > .tab-header-content > img {
  display: block;
  margin-bottom: 4px;
  max-width: 50px;
  max-height: 50px;
  margin: 0 auto;
  padding-bottom: 5px;
  padding-top: 5px;
}
.tabcontrol > .tab-headers > a.tab-header:hover {
  text-decoration: none;
  background-color: #F5F5F5;
}
.tabcontrol > .tab-headers > a.tab-header.active:hover {
  background-color: #D8F0EA;
}
.tabcontrol > .tab-headers > a.tab-header:hover > .tab-header-content {
  border-right: 4px solid #009e77;
  cursor: pointer;
}
.tabcontrol > .tab-contents {
  flex: auto;
  background-color: #F5F5F5;
}
.tabcontrol > .tab-contents > .tab-content {
  padding-top: 0;
  padding-bottom: 20px;
  border: 0;
}
.tabcontrol > .tab-contents > .tab-content > .tab-layout {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  margin: 0 15px 15px 15px;
}
.tabcontrol > .tab-contents > .tab-content > .tab-layout > .tab-layout-row {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.tabcontrol > .tab-contents > .tab-content > .tab-layout > .tab-layout-row > .tab-layout-column {
  flex: 1 1 0px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
}
.tabcontrol > .tab-contents > .tab-content > .tab-layout > .tab-layout-row > .tab-layout-column.cols_2 {
  flex: 2 1 0px;
}
.tabcontrol > .tab-contents > .tab-content > .tab-layout > .tab-layout-row.row-table-content {
  padding: 20px 20px 0 20px;
}
.tabcontrol > .tab-contents > .tab-content .tab-layout-row.row-table-content .custom-container {
  margin: 0;
  line-height: 20px;
  padding-bottom: 2px;
}
.tab-layout .ppbox-container {
  margin: 33px 20px 0px 20px;
}
.tab-layout .socialmedia-link img {
  margin-left: 10px;
  padding-right: 6px;
  margin-top: 5px;
  vertical-align: bottom;
}
.resolution1024 .tab-layout .ppbox-container {
  margin: 25px 12px 0px 12px;
}
.tab-menu + .tab-layout .ppbox-container:first-child {
  margin-top: 20px;
}
.tab-layout-column + .tab-layout-column .ppbox-container {
  margin-left: 10px;
}
.tabcontrol > .tab-contents > .tab-content > .tab-menu {
  font-size: 13px;
  margin-top: 10px;
  margin-left: 26px;
}
.tabcontrol > .tab-contents > .tab-content > .tab-menu > .mbar {
  padding: 10px 0 10px 0;
  margin: 0 5px 0 5px;
}
.tab-menu .mbar a:link,
.tab-menu .mbar a:active,
.tab-menu .mbar a:visited {
  color: #000;
}
.tab-menu .mbar a:link:hover,
.tab-menu .mbar a:active:hover,
.tab-menu .mbar a:visited:hover {
  color: #009e77;
}
.tabcontrol > .tab-contents > .tab-content > .tab-menu > .mbar > li > div > a:hover.menuIcon {
  color: #009e77;
}
.tabcontrol > .tab-contents > .tab-content > .tab-menu > .mbar > li > div > a {
  width: unset;
  color: #006149;
}
.tabcontrol > .tab-contents > .tab-content > .tab-menu > .mbar > li > div > a.menuIcon {
  padding-left: 22px;
}
.tabcontrol > .tab-contents > .tab-content > .tab-menu > .mbar > li + li {
  background: url(../Res/denver/ppboxbuttonseparator.png) no-repeat left 50%;
  height: 26px;
}
.tabcontrol > .tab-contents > .tab-content > .tab-menu > .mbar > li > div {
  padding: 0 8px;
}
.tabcontrol li#TargetCompany {
  background: none;
  padding-right: 5px;
}
.tabcontrol li#TargetCompany > div {
  padding-left: 5px;
}
.tabcontrol li .verticalSeparator {
  padding-right: 10px;
}
.tabcontrol > .tab-contents > .tab-content .custom-container {
  margin: 20px 20px 0px 20px;
}
.tabcontrol td.display-cell-td {
  line-height: 20px;
  padding-bottom: 2px;
}
.tabcontrol .ppbox-tablecontent,
.tabcontrol .ppbox-customcontent {
  padding: 12px;
}
.tabcontrol .pp-box-header {
  background-color: #D8F0EA;
}
.tabcontrol .pp-box-content .header-ppboxcontent,
.tabcontrol .pp-box-content .role-table .display-header {
  background-color: initial;
}
.tabcontrol .pp-box-content .noData {
  line-height: 20px;
  padding-bottom: 14px;
}
.tabcontrol .ppbox-tablecontent .separator,
.tabcontrol .ppbox-customcontent .separator {
  margin-top: 10px;
}
.tabcontrol > .tab-header-menu > .tab-headers {
  border-right: 1px solid #ECECEC;
}
.tabcontrol > .tab-headers > .tab-header.active {
  background-color: #D8F0EA;
}
.tabcontrol > .tab-header-menu > .tab-headers:nth-child(2) {
  max-height: 298px;
  height: 298px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tabcontrol > .tab-header-menu > .tab-headers > .tab-header > .tab-header-content {
  padding: 10px 10px 10px;
  border-bottom: 1px solid #ECECEC;
  font-size: 12px;
}
.tabcontrol .emptyLayout {
  color: #999;
  text-align: center;
  padding-top: 100px;
  font-size: 16px;
  font-style: italic;
}
