@font-face {
    font-family: "Ma police";
    src: url('police.ttf');
}
*{
    font-family: 'Ma police';
}

table{
    margin: auto; 
}
.tableITSM{
    
    font-size: 1.05em;
    border: 0;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 0;
    border-spacing: 0;
    background-color: transparent;
}	
.tableITSM > tbody > tr:nth-child(even){
    background-color : #f7f7f7;
}
thead{
    border-bottom: 1px solid white;
}
thead tr {
    background-color : #ededed;
}
.tableITSM > thead > tr > th {
    height: 35px;
    padding: 0.7em;
    vertical-align: middle;
    border-right: 1px dashed white;
    font-weight: 300;
    text-align:left;
}
.tableITSM > td {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid transparent;
    border-left: 0;
    border-top: 0;
    line-height: 2rem;
    overflow: visible;
    border-right: 1px dashed rgba(255,255,255,0.5);
}




td {
    border : none;
}
input, textarea{
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
legend{
    font-size: 12px;
}

.statusDash{
    border: none;
    padding: 0;
}

.nav-itsm{
    border-bottom: 2px solid black;
}

.lien-itsm{
    color: #81d742;
    outline: none;
    text-decoration: none;
}

#actif {
    color: red;
}

.image_produits{
    max-height: 150px;
    max-width: 150px;
}

/*layout button*/

.nav-itsm{
    height: 40px; 
  }
  
  .nav-itsm > .nav{
    background-color: #343a40;
  }
  
  .lien-itsm{
    height: 75;
    text-align: center;
    margin: 1px;
    margin-top: 2px;
    padding-top: 6px;;
    color: #81d742;
    outline: none;
    text-decoration: none;
    height: 38px;
    background-color: #212529;
  }
  
  .lien-itsm:hover{
    color: #343a40 ;
    background-color: #adb5bd;
  }
  
  #actif {
    background-color: #81d742;
    color: white;
  }
  
  /*end layout button*/

