/* 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 */
.augureDatatable > div.info {
  float: left !important;
  display: flex;
  margin: 15px;
}
div.dataTables_wrapper {
  border: 1px solid #D5D5D5;
}
table.dataTable {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  width: 100%;
}
table.dataTable.no-footer {
  border-bottom: 0;
}
table.dataTable thead {
  background-color: #F5F5F5;
}
table.dataTable thead .sorting_desc {
  background-image: url(../fleche_tri.gif);
}
table.dataTable thead .sorting_asc {
  background-image: url(../fleche_tri_up.gif);
}
table.dataTable thead .sorting {
  background-image: url(../fleche_tri_notactive.gif);
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody tr td {
  border-bottom: 1px solid #DDD;
  line-height: 22px;
}
table.dataTable thead th.select-checkbox {
  width: 30px;
}
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
  background-position: 5px;
  text-align: left;
  padding-left: 25px;
}
table.dataTable tbody tr,
table.dataTable tbody tr > .sorting_1 {
  background-color: #FFF;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr.selected > td.sorting_1 {
  background-color: #FFF;
  font-weight: bold;
}
table.dataTable tbody > tr.highlighted,
table.dataTable tbody > tr.highlighted > td.sorting_1 {
  background-color: #e0fff4;
  color: #000;
  font-weight: normal;
}
table.dataTable tbody > tr.selected.highlighted,
table.dataTable tbody > tr.selected.highlighted > td.sorting_1 {
  background-color: #e0fff4;
  font-weight: bold;
}
table.dataTable tbody > tr:hover,
table.dataTable tbody > tr:hover > .sorting_1 {
  background-color: #eaeaea !important;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  margin-top: 6px;
  margin-left: -6px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  margin-top: 2px;
  margin-left: -6px;
}
table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
  top: 15px;
  left: 29px;
}
.dataTables_wrapper .dataTables_info {
  clear: none;
}
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  cursor: pointer;
}
table.dataTable tbody td.action-box {
  text-align: center;
}
table.dataTable tbody td.action-box a {
  color: #999999;
}
table.dataTable tbody td.action-box a:hover {
  color: #009e77;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 7px;
  margin-left: 10px;
}
.dataTables_wrapper > .tableHeader {
  background-color: #FFFFFF;
}
.dataTables_wrapper > .tableHeader > .datatableParams {
  margin: 10px;
  vertical-align: middle;
}
.dataTables_paginate {
  margin: 10px;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button {
  border: solid 1px #DDD;
  color: #006149 !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
  background-color: transparent;
  background: none;
  border: solid 1px #DDD;
  color: #009e77 !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
  color: #009e77 !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:active,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
  color: #006149 !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next:active,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:active,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover {
  border-color: transparent;
  box-shadow: none;
}
.ui-tooltip {
  padding: 5px;
  color: #FFF;
  border-radius: 2px;
  border: solid 1px #DDD;
  box-shadow: none;
  background: #424242;
}
.dataTables_empty {
  line-height: 60px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
