/*  definition du container fluid pour grand ecran, limité à 90% */
.container-fluid-mb {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.responsive-img {
  max-width: 90%;
  max-height: 40vh;
  height: auto;
}

.polaroid {
  border: 1px solid #003D8F;
  margin: 0.5em;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0.5em 0.5em 0 rgba(0, 61, 143, 0.2), 0 0.5em 0.5em 0 rgba(0, 61, 143, 0.2);
}

/*menu de navigation*/
li.nav-item.active {
color : rgba(0, 143, 179,0.8)!important;
background-color: #eee;
}

h4 {font-size : 20px!important;}

h5 {font-size : 16px!important;}

/* Sticky footer styles */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

/* couleur des puces faites avec font awesome   */

.hilited {font-weight: bolder; color:#aaa;}

.hilited2 {font-weight: bolder; color:#dc3545;}

.hilited3 {font-weight: bolder; color:#00cc66;}

.hilited4 {font-weight: bolder; color:#ff8000;}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 5px;
}

.on_duty, .on_duty2, .daily_stats {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
	background-color : #dfdfdf;
	border:1px solid #dfdfdf;
	border-radius:3px;
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,.2);
	box-shadow:0 5px 5px rgba(0,0,0,.2);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.on_duty{
	background-color : #cce6ff;
}

.on_duty2{
	background-color : #b3ffcc;
}

/* TABLES */
.table td, .table th {
  padding: 0.3rem;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color:  #e6f3ff;
}

.table-responsive{
  height:480px;
  width:100%;
  overflow:scroll;
}

thead tr:nth-child(1) th{
  background: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

