body {
  font-family: "Source code pro", Calibri, serif;
  line-height: 1.25;
}

 .blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.modalcontainer {
    /*background-color: #999;*/
    background: rgba(0,0,0,0.7);
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.confirm {
    background-color: #fff;
    width: 400px;
    margin: 150px auto;
}

.confirmedit {
    background-color: #f2f2f2;  
    /*background-color: #fff;*/
    width: 410px;
    height: 90%;
    margin: 40px auto;
    overflow: auto;
}

.modaltitle {
    text-align: center;
    line-height: 30px;
}

.modalbody {
    padding: 20px;
}

.modalfooter {
    text-align: right;
    padding-bottom: 1%;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  margin-left: 10%;
  margin-right: 5%;
  margin-bottom: 3%;
  table-layout: fixed;
  font-size: 80%;
}

.tablesize {
    width: 80%;
    margin-bottom: 0px;
}

.admintbl {
    width: 100%;
    margin-bottom: 0px;
    margin: 0px;
}

 .btn{
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    margin-right: 2%;
    cursor:pointer;
 }
 
 .removeuser {
     font-size:24px;
     color: #fff;
     background-color: #d9534f;
     border-color: #d43f3a;
 }
 
 .edituser {
     font-size:24px;
     color: #fff;
     background-color: #f0ad4e;
     border-color: #eea236;
 }
 
 .removeuser:hover{
     background-color:#d73925
 }
 
 .edituser:hover {
     background-color:#e08e0b
 }
 
 .visu {
     font-size:24px;
     color: #fff;
     background-color: #0fd533;
     border-color: #0fd533;
 }
 
 .visu:hover{
     background-color:#12b02f
 }
 
 
 .btn-remove:hover {
     background-color:#d73925
 }
 
.btn-remove {
     color: #fff;
     background-color: #d9534f;
     border-color: #d43f3a;
 }
 
 .btn-cancel:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
 }
 
.btn-cancel {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
 }
 
.fixsize {
    width: 40%;
}

.legendecaption {
    font-size: 1em;
}

.tablesearch{
  /*border: 1px solid red;*/
  border-collapse: collapse;
  /*width: 30%;*/
  /*padding-left: 15%;*/
  /*margin-right: 5%;*/
  margin-bottom: 7%;
  table-layout: fixed;
  font-size: 80%;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

/*table tr:hover {
    background-color: #CCC;
}*/

table.dataTable tbody tr:hover {
  background-color: #CCC;
}

table.dataTable tbody tr:hover > .sorting_1 {
  background-color: #CCC;
}

.tdtable {
    border-right: 1px solid grey;
    padding-bottom: 1px;
    padding-top: 1px;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

table thead {
  background-color: #999;
}

table tbody {
    background-color: #f8f8f8;
}

.tbltitle {
  background-color: #777;
  margin: auto;
  margin-top: 2%;
  height: 80px;
  font-weight: bold;
}

.tblfooter{
  background-color: #CCC;
  width: 79.05%;
  height: 50px;
  margin-bottom: 2%;
  margin-left: 10%;
  padding-left: 1%;
}

.tblfooteradmin{
    background-color: #CCC;
    /*width: 89.2%;*/
    height: 50px;
    /*margin-bottom: 2%;*/
    /*margin-left: 4.9%;*/
    padding-left: 1%;
}

.legende {
  width: 30%;
  background-color: #777;
  font-weight: bold;
  float: left;
}

.tbltitleabon {
  background-color: #777;
  margin: auto;
  margin-top: 2%;
  height: 50px;
  line-height: 45px;
  font-weight: bold;
}

.tbltitlecoureurs {
  background-color: #777;
  margin: auto;
  margin-top: 2%;
  padding-left: 10%;
  height: 50px;
  line-height: 45px;
  font-weight: bold;
}

.tbltitleadmin {
  background-color: #777;
  margin: auto;
  /*margin-top: 2%;*/
  /*padding-left: 10%;*/
  height: 50px;
  line-height: 45px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 20px;
  text-align: center;
}

.tbltitleadmin2 {
  background-color: #777;
  margin: auto;
  height: 80px;
  font-weight: bold;
}

.tbltitlesearch {
  width: 84.9%;
  background-color: #777;
  margin: auto;
  margin-top: 2%;
  padding-left: 10%;
  line-height: 45px;
  font-weight: bold;
}

.tbltitlesearchcourse{
  background-color: #777;
  margin: auto;
  margin-top: 2%;
  line-height: 45px;
  font-weight: bold;
}

.filterbox {
  width: 1.25%;
  background-color: #999;
  margin-top: 0.6%;
  margin-right: 0.5%;
  height: 70%;
  float: right;
  text-align: center;
}
.titre{
  line-height: 45px;
}
.selectfilter {
  width: 10%;
  background-color: #999;
  margin-top: 0.5%;
  margin-right: 1.2%;
  height: 35%;
  float: right;
  text-align: center;
  line-height: 45px;
}
.containerscroolbar{
    margin-left: 200px;
 }
.labelfilter {
  margin-top: 0.2%;
  margin-right: 0.3%;
  float: right;
  line-height: 45px;
}

.nodatatext {
  font-weight: bold;
  font-size: 15px;
}

.latest {
    background-color: #5cb85c;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}

.h2block{
  margin-bottom: 0px;
}
.hspace{
  margin-bottom: 5px;
}
.pblock{
  margin-top: 5px;
  margin-bottom:5px;
}
.tbltitleabondownload {
  background-color: #777;
  margin: auto;
  margin-top: auto;
  margin-top: 2%;
  height: 50px;
  line-height: 45px;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .tbltitle{
    height: 100px;
  }
}

@media screen and (max-width: 800px) {
  .titre{
    line-height: 35px;
  }
  .tbltitlecoureurs {
    background-color: #777;
    margin-top: 3%;
    padding-left: 10%;
    height: 66px;
    line-height: 28px;
    font-weight: bold;
  }
  .numero, .numerores, .inscription, .inscriptionres, .filterbox, .etat, .etatres, .coureurs, .coureurres, .datedebut, .datedebutres, .legende, .labelfilter, .selectfilter, .dataTables_length, .paginate_button, .next{
    display: none;
  }
  .emailres, .nomres{
    word-wrap: break-word;
  }
  .tbltitleabondownload {
    background-color: #777;
    margin: auto;
    margin-top: 2%;
    height: 50px;
    line-height: 45px;
    font-weight: bold;
  }
  .containerscroolbar {
    margin-left: 0px;
  }
  .tablesize{
      width: 90%;
      margin-bottom: 0px;
  }
  
  .tblfooter{
    background-color: #CCC;
    width: 89.8%;
    height: 50px;
    margin-bottom: 2%;
    margin-left: 5%;
    padding-left: 1%;
    margin-top: -2.1%;
  }
  table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
    margin-bottom: 3%;
    table-layout: fixed;
    font-size: 80%;
  }
}