html, body {
   background: url("includes/application/images/body-bg-02.jpg") repeat scroll 0 0 #ecedef;
}

body > .header .logo {
  line-height: 43px;
}

.right-side {
   background: inherit;
}

.action {
  top: -7px;
}

.titre-entete {
   font-family: 'Kaushan Script', cursive;
   color: white;
   margin-top: 12px;
   font-size: 20px;
}

.content {
   background: inherit;
}

.margin-bottom {
   padding-left: 15px;
   padding-right: 15px;
   margin-top: -14px;
   margin-bottom: 5px;
}

.skin-blue .logo {
   border-bottom: solid 2px white;
}

.skin-blue .navbar {
   border-bottom: solid 2px white;
}
.combo-outils{
   min-height: 32px;
}
.label {
   font-size: 100%;
}
.small-box .icon {
  position: absolute;
  top: auto;
  bottom: -1px;
  right: 5px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}

.btn.btn-ac {
   background-color: #fefefe;
}

dl {
   margin-top: 0px;
   margin-bottom: 0px;
}

.elements-lies{
   width: 100%;
   border-bottom: solid 1px rgb(221, 221, 221);
   margin-bottom: 4px;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
  background-color: #eee;
  border-bottom: solid 0px #ddd;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

th.acth, th.jour  {
   background-color: #ddd !important;
}

.presence-mensuelle{
   width: 100%;
   height: 50px;
   border-radius: 3px;
   border: solid 1px #ddd;
   background-color: #CBFFE0;
}
.presence-mensuelle-jour{
  text-align: right;
  padding-right: 6px;
  font-size: 12px;
  color: #777;
  font-style: italic;
}
.presence-mensuelle-nombre{
  margin-top: 10px;
}  
.JourTotal{
   font-weight: bold;
   font-size: 16px;
   color:#000;
}
.JourValide{
   font-weight: bold;
   font-size: 16px;
   color:#000;
}
.jour{
   text-align: center;
}
.aujourdhui{
   color: #fff;
}
.ouvrable{
   color: green;
}
.autreMois{
   background-color: #fff;
   color: #ccc;
   font-style: italic;
}
.horsAnneeScolaire{
   background-color: #d0d0d0;
   color: #eee;
}
.prestationFermee{
   background-color: #f0f0f0;
   color: #aaa;
   font-style: italic;
}
.prestationOuverte{
   background-color: #CBFFE0;
   color: #aaa;
}
.nonOuvre{
   border: 1px solid red;
}
.pointer{
   cursor:pointer;
}

.ac-login {
   -moz-box-shadow: 0px 0px 10px 0px #656565;
   -webkit-box-shadow: 0px 0px 10px 0px #656565;
   -o-box-shadow: 0px 0px 10px 0px #656565;
   box-shadow: 0px 0px 10px 0px #656565;
   filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
}

.box.box-solid.box-primary > .box-header a {
   font-weight: bold;
   color: #fafafa;
}

.box.box-solid.box-primary > .box-header a:hover {
   color: #ffffff;
}

.form-control {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;   
  background-color: #FEFFF5;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-group {
   margin-bottom: 5px;
}

div.dataTables_filter input {
  width: inherit;
  border-radius: 4px !important;   
  background-color: #FEFFF5;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  border: solid 1px #ccc;
}