﻿
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

.mb-5{
    margin-bottom:5px;
}

.list-container {
    overflow-y: auto;
    max-height: calc(100vh - 410px);
    margin-bottom: 10px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

 #donnees_techniques table 
   {
      border-collapse: collapse;
      width: 100%;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
    }
    #donnees_techniques td 
    {
      min-width: 10px;
      min-height: 10px;
      padding-left: 5px;
      padding-right: 5px;
      vertical-align: middle;
      /* border: 1px solid; */
    }

    /* couleur rouge */
    #donnees_techniques .cr {
      color: #fd0100;
    }
    /* fond jaune */
   #donnees_techniques  .fj {
      background-color: #ffe598;
    }
    /* fond beige */
    #donnees_techniques .fb {
      background-color: #fcf2ce;
    }
    /* fond gris */
    #donnees_techniques .fg {
      background-color: #c1c1c1;
    }
    /* fond rouge */
    #donnees_techniques .fr {
      background-color: #fd0100;
    }

    
    /* border */
    #donnees_techniques td.b {
      border: 1px solid;
    }
    /* border left */
    #donnees_techniques td.bl {
      border-left: 1px solid;
    }
    /* border top */
    #donnees_techniques td.bt {
      border-top: 1px solid;
    }
    /* border right */
    #donnees_techniques td.br {
      border-right: 1px solid;
    }
    /* border bottom */
    #donnees_techniques td.bb {
      border-bottom: 1px solid;
    }
    /* border 2px */
    #donnees_techniques td.b2x {
      border: 2px solid;
    }
    /* border top red */
    #donnees_techniques td.btr {
      border-top: 2px solid #fd0100;
    }
    /* border right red */
    #donnees_techniques td.brr {
      border-right: 2px solid #fd0100;
    }
    /* border bottom blue */
    #donnees_techniques td.bbb {
      border-bottom: 2px solid #195c93;
    }
    /* border right blue */
    #donnees_techniques td.brb {
      border-right: 2px solid #195c93;
    }

    
    /* aligner droit */
    #donnees_techniques td.ad {
      text-align: right;
    }
    /* aligner centre */
    #donnees_techniques td.ac {
      text-align: center;
    }

    /* texte en gras */
    #donnees_techniques td.g {
      font-weight: bold;
    }
   
    .donnes_techniquesTO td
    {
         font-size: 12px;
    }
    .donnes_techniquesTO td.nodisplay
    {
        background-color: #fcf2ce !important;
        border: 0px !important;
    }
     /*#donnees_techniques
     {
      top:-100px;
      position:relative
    }*/

    .table_variables {
        width: 100%;
        margin: 0 auto;
    }

    .table_variables .entete {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }

    .table_variables td {
        padding: 0 5px;
        border: 1px solid;
    }

    .table_variables td input {
        position: relative;
        top: 10px;
    }

    .gridHeader{
        text-align:center;
    }