
#gparccontainer{
      display: none;
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 3px;
      min-width: 100%;      
      position: fixed;
      z-index: 5;
      /* top: 30px; */
      background: white;
      cursor: pointer;
      /* overflow: scroll; */
}

#gparccontainer li {
      border-right: solid 1px #000000;
      border-radius: 0px 10px 10px 0px;
      /* width: 80px; */
      min-width: 60px;
      text-align: center;
}

.div_tabsmenu{
      width: 100%;
      font-size: 14px;
      background-color: #d3d7eb;
}
.div_tabsmenu a{
      padding: 5px;
}
.nav-tabs .nav-link.active {
      color: #4bff00;
      /* background-color: #aabdff;
      border-bottom: 2px solid #787878; */
      background-color: #fed400;
      border-bottom: 2px solid #ff4949;
}

#GP_spannbrvehicles{
      margin-left: 3px;
      /* background-color: rgb(15, 124, 187); */
      background-color: rgb(68, 70, 68);
      
}
#GP_spannbrabonnements{
      margin-left: 1px;
      background-color: green;
}


#GP_spannbrassurances, #GP_spannbrvidanges, #GP_spannbrvisitestech, #GP_spannbrtaxes {
      margin-left: 3px;
      background-color: green;
}

#GP_spannbrmaintenance, #GP_spannbrconducteurs{
      margin-left: 3px;
      background-color: rgb(68, 70, 68);
}

.table-responsive td {
      padding: 1px;
}

.table-responsive td button{
      padding: 1px;
      width: 100%;
}



.table-responsive tr:nth-child(even) {background: rgb(225, 225, 225);}
.table-responsive tr:nth-child(odd) {background: #FFF}



.spanGP_itemstitle{
      /* border: 1px solid gray;  */
      border-radius: 0px 0px 10px 10px;
      border-top: none;
      padding-left: 10px;
      padding-right: 10px;
      /* background-color: #d3d7eb; */
      /* background-color: #ff9f9f; */
      background-color: #5d0399; 
      color:white;
      /* padding-bottom: 3px; */
      /* margin-bottom: 9px; */
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 3px;
      box-shadow: #ab7171 3px 2px 5px;
      
}
#tableGparc td , #tableGpVidange td ,#tableGpAssurance td, #tableGpVisiteTech td, #tableGpTaxes td, #tableGparcStat td{
      vertical-align: middle;
      text-align: center;
}
#tableConducteurs td {
      vertical-align: middle;
}

#tableGparc  thead th, #tableGpVidange thead th, #tableGpAssurance thead th, #tableGpVisiteTech thead th, #tableGpTaxes thead th, #tableConducteurs thead th, #tableGparcStat thead th {
      vertical-align: middle;
      text-align: center;
}

#tableGparcStat  a {
      background-color: white;
      color: rgb(83, 6, 99);
}

#tableGparcStat  a:focus{
      background-color: #8418b5;
      color: #ffffff;
      border-radius: 10%;
}
.buttonGP{
      box-shadow: 1px 1px black;
}





/* #tableGpVidange */