/* les trois couleurs du logo infranalytics (dans l'ordre)
 * #96b522
 * #00b1bd
 * #e84236
*/

.boxuri {
  float: right;
  width: 50%;
  padding: 10px;
    }
    
.nolink {
    color:red !important;
    /* text-align: center; */
    padding-left: 10px;
    }
    
.indexation-background {
    background-color: #96b522;
    opacity: 0.5;
    }

.instru-background {
    background-color: lightblue;
    opacity: 0.5;
    }

.result-tableau { 
    border: 1px solid red !important; 
    width: 100%;
    border-collapse: collapse;
    margin: 1px;
    padding: 1px;
    border-spacing: 1px;
    }

/* .result-title {

    } */

.result-sous-title {
    border: 1px solid #d6eaf8 !important; 
    border-radius: 5px;
    padding: 5px;
    }

.result-h2 {
    border-top: 1px groove red;
    }

.result-left {
    color: #212f3d;
    width: 40%;
    vertical-align: top;
    padding: 5px;
    }

.result-right {
    color: #212f3d;
    width: 60%;
    padding: 5px;
    }

.result-txt {
    color: green;
    }

/* .result-description { 
    
} */

section.result {
    display: block;
    float: inline-end;
    position: relative;
    top: 10px; left: 300px;
    width: 400px; 
    height: 160px; 
    background: lightgray;
    }

table.classique, th.classique, td.classique {
    z-index: 2;
    border: 1px solid black;
    border-collapse: collapse;
    margin: 1px;
    padding: 1px;
    border-spacing: 1px;
    }

p, a, .typo {
    color: black !important;
    }


/* table.classique, th.classique, td.classique {
    border: 1px solid black;
    border-collapse: collapse;
    margin: 1px;
    padding: 1px;
    border-spacing: 1px;
} */

.tab {
       margin-left: 100px; 
    }

.container {
    max-width: 1400px;
    }

.column {
  float: left;
  width: 33.33%;
    }

.row:after {
  content: "";
  display: table;
  clear: both;
    }

table.centerTable {
    margin: 5px auto;
    }

.entete {
    text-align: center;
    color: red;
    background-color:#E7E9EB;
    padding: 15px;
    border: 1px solid gray;
    }

td.entete2 {
    text-align: center;
    color: red;
    background-color:#E7E9EB;
    padding: 15px;
    width:40%
    }

tbody.entete {
  border: 0;
}

.search {
    padding: 5px;
    border: 1px solid gray;
    }

td.dimico {
    width: 5%;
    text-align: center;
    padding: 5px;
    border: 1px solid gray;
    }

/* .form-cadre {
    padding: 5px;
    border: 1px solid gray;
    }
*/

img.icone {
    width: 35px;
    }

img.boutonbottom{
    float:right;
    width: 60px;
    }
    
img.img_status {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 8%;
    }

#samples {
    width: 100%;
    border: 1px solid gray;
    }

.tab {
    border: 0px solid;
    width: 100%;
    }

td.col1 {
    border: 0px solid;
    width: 30%;
    padding-right: 30px;
    }

td.col2 {
    border: 0px solid;
    width: 70%;
    padding: 5px;
    
    }

tr.colid:nth-child(even) {
    background-color: #eee;
    }

.colid1: {
    border: 0px solid;
/*
    text-align: left;
*/
    width: 40%;
    padding-right: 30px;
    }

.colid2 {
    border: 0px solid;
    width: 60%;
    padding-left: 30px;
    }


/*
    a:link - a normal, unvisited link
    a:visited - a link the user has visited
    a:hover - a link when the user mouses over it
    a:active - a link the moment it is clicked
*/

td.menu, a {
/*
    border-color: #123;
    border: 0px solid;
*/
    color: #96b522 !important;
    text-align: left !important;
    padding: 10px !important;
    }

td.menu, a:hover {
    color: #00b1bd !important;
    text-align: left !important;
    padding: 10px !important;
    text-decoration: none !important;
    }

td.active, a.active {
/*
    background-color:#E7E9EB;
*/
    color: #e84236 !important;
    }

td.json {
    border: 1px solid;
    }


div.cadre {
    border: 1px solid;
    padding: 15px;
    text-align: justify;
    margin-top: 5px
    }

.soustitre {
    margin-top: 20px;
    }

#color1 {
    border-color: #96b522;
    }

#color2 {
    border-color: #00b1bd;
    }

#color3 {
    border-color: #e84236;
    }

span.titre {
    font-weight:bold
    }
span.upper {
    text-transform:uppercase;
    }
span.capital {
    text-transform:capitalize;
    }

.column-left {
    float: left;
    width: 50%;
    text-align: left;
    padding: 20px;
    }
    
.column-right {
    float: right;
    width: 50%;
    text-align: left;
    padding: 20px;
    }

.error {
/*
    padding: 20px;
*/
    text-align: center;
    color: red;
    background-color:#E7E9EB;
    }

/*
bas de page
*/
nav.footer {
    background-color: #0A2B3D;
    height:40px;
    }

p.footer {
    color:white;
    font-size: 11px;
    text-align: center;
    vertical-align: bottom;
    padding-top: 7px;
    }

.img_layout{
    text-align : center;
    }

p.release {
    text-align : right;
    }

table.dataform, tr, td {
    margin: 5px auto;
    padding: 50px;
    }

