table thead tr th,
table thead tr td {
    min-width: initial !important;
}

.limit {
    display: inline;
    padding: 0.7;
    width: 100%;
    text-align: center;
}

.image25px {
    width: 20px;
    height: 20px;
}

.imageSize15 {
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-left: 3px;
}

.mysubmit{
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    background-size: contain;
    color: white;
    font-size: 0px;
    padding: 3px !important;
}

.submitExport {
    background-image: url("../img/export.png");    
}

.submitExportDisabled {
    background-image: url("../img/export_disabled.png");
}

.submitRAZ {
    background-image: url("../img/raz.png");
}

.submitRechercher {
    background-image: url("../img/rechercher.png");
}

.clignote{
    animation-duration: 1s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
}

@keyframes clignoter {
  0%   { opacity:1; }
  50%   {opacity:0.5; }
  100% { opacity:1; }
}