/* CSS Document */
.chart-container {
  width: 100%;
  height: 250px;
  margin-bottom: -5px;
}

.chart-container.full {
  width: 102%;
}

.chart-container.absolute canvas {
  position: absolute;
  bottom: 0;
}

.chart-container-mini {
  width: 100%;
  height: 100px;
}

.chart-container-mini.full {
  width: 103%;
}

.chart-container-mini.absolute canvas {
  position: absolute;
  bottom: 0;
}

.chart-container.min {
  height: 85px;
  width: calc(100% + 5px);
  width: -webkit-calc(100% + 9px);
  margin-left: -5px;
}

.chart-mini {
  overflow: hidden;
  position: relative;
  -webkit-transition: background false false, 1s false false;
  -moz-transition: background false false false, 1s false false false;
  -o-transition: background false false false, 1s false false false;
  transition: background, 1s;
}

.chart-mini.decor-primary:hover {
  background: #564aa3;
}

.chart-mini.decor-success:hover {
  background: #369b6f;
}

.chart-mini.decor-warning:hover {
  background: #ee8d25;
}

.chart-mini.decor-info:hover {
  background: #19a8d5;
}

.chart-mini.decor-danger:hover {
  background: #ff369b;
}

.chart-mini.decor-dim:hover {
  background: #ff6559;
}

.chart-mini.decor-dim-primary:hover {
  background: #876baf;
}

.chart-mini.decor-dark:hover {
  background: #212230;
}
.m-t-md {
  margin-top: 20px;
}

.m-r-md {
  margin-right: 20px !important;
}

.m-b-md {
  margin-bottom: 20px !important;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-l-md {
  margin-left: 20px;
}

.p-t-md {
  padding-top: 20px;
}

.p-r-md {
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .p-r-none {
    padding-right: 0 !important;
  }
}

.p-b-md {
  padding-bottom: 20px;
}

.p-l-md {
  padding-left: 20px;
}

.p-full-md {
  padding: 20px;
}
.decor-default {
  background-color: #ffffff !important;
}
@media (max-width: 768px) {
  .message-tabs .nav-tabs > li {
    display: table-cell;
    width: 1%;
  }
}

.message-tabs .nav-tabs a {
  border: 0 !important;
  color: #fff;
  background: #7266ba;
  text-transform: uppercase;
  border-radius: 0 !important;
}

.message-tabs .nav-tabs a:hover, .message-tabs .nav-tabs a:active, .message-tabs .nav-tabs a:focus {
  background: #585b9c;
  color: #fff;
}

.message-tabs li.active a {
  background: #585b9c !important;
  color: #fff;
}

.message-tabs li.active a:hover, .message-tabs li.active a:active, .message-tabs li.active a:focus {
  background: #585b9c;
  color: #fff;
}

.message-tabs .tab-content {
  padding: 20px 10px;
}

.message-tabs .item {
  color: #333333;
  margin-bottom: 20px;
  display: block;
}

.message-tabs .item:hover {
  text-decoration: none;
}

.message-tabs .item img {
  margin-right: 10px;
}

.message-tabs .item .message-excerpt {
  padding-left: 50px;
}

.message-tabs .item .img-container {
  position: relative;
}

.message-tabs .item .message-count {
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  bottom: 0;
  right: 10px;
}

.message-stats {
  margin-bottom: 10px;
}

.message-stats > div {
  width: 33%;
  float: left;
  padding-left: 20px;
}

.text-entete-20 { padding-left:7px; font-family: "Helvetica";
 font-size:14px; 

}
.text-entete-head { padding-left:7px; font-family: "Helvetica";
}
.text-entete-titre { padding:10px; font-family: "Helvetica"; 
width: 270px; height: 40px; 
}