﻿body {
    padding-top: 50px;
    background-image: url('Images/bg.jpg');
    padding-bottom: 20px;
    color:lightblue;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
   
}
.container-border{
  border: 1px solid #ccc;
  border-radius: 15px;  
  background-color: rgba(234, 234, 233, 0.13);
}

.container {
     padding-right: 0; /*15px in bootstrap.css*: redefinir le css de la class container afin de reduire les marges droite et gauche*/
     padding-left: 0;  /*idem*/
     margin-right: auto;
     margin-left: auto;
     width:90%;    
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/


.dataTables_filter {
text-align: left !important;
}



.dataTables_length select {
   background-color: #ccc;
}
.dataTables_filter input {
   background-color: #ccc;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    
}
.dl-horizontal dt {
    white-space: normal;
}



.dataTables_filter {
text-align: left !important;

}
/*.paginate_button.previous:before {
  content: '← ';
}

.paginate_button.next:after {
  content: ' →';
}*/
/* Stop Line Break inside Cell */
.dt-body-nowrap {
   white-space: nowrap;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    color:black;
}

tr.selected {
  color: red;
}

.table th {
     color:black;
    background: none repeat scroll 0 0 #c6e9d2 !important;
}

.table td {
    color:#FFFFFF;
    background: none repeat scroll 0 0 #39494a;
}

Label {
    color:#fff;    
}


.cadreDiv{
border: solid 1px #b1a9a9;
padding: 10px;
}

.success_bg {
    width: 40%;
    background-color: #6ca335;
    color: black;
    font-size: 18px;
    margin-bottom:0px;
    text-align: center;
    line-height: normal;
    line-height: 5px;
    line-height: 1.5;
}

.error_bg {
    width: 40%;
    background-color: #ffd800;
    color: rgb(255, 255, 204);
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    line-height: normal;
    line-height: 5px;
    line-height: 1.5;
}

.navbar {
    background-color: green;
 }

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

    .navbar-inverse .navbar-nav > li > a:hover {
         background-color: black;
    }



