﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}


.myform h1 {
    font-family: oswald;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #004d94;
    margin-top: 20px;
}

.myform .label {
    text-transform: uppercase;
    font-family: 'Oswald';
    letter-spacing: 2px;
}


.myform #Button1{
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    padding: 10px 30px;
    background: #004d94;
    color: white;
    border-radius: 50px;
    border: none;
}
.myform .form-control{
   
    border-radius:0px !important;
    max-width:100%;
}

.alert{
    font-family:oswald;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    font-size: 14px;
}

.chassis{
     font-family: oswald;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #222;
    margin-top: 20px;
}
#myTable {
    margin-top:30px;
}
#myTable tr{
    padding-left:30px;


}

#myTable th{
font-family: oswald;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align:center;
}
td {
        font-family: oswald;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000;
    font-size: 12px !important;
    line-height: 14px;
    padding: 10px 10px 0px 10px;
}

.spacer{
    margin-bottom:20px;
    border-bottom:2px solid #004d94;
}

.menumach{
    border: 2px solid #e1e1e1;
    min-width: 70%;
    padding: 12px 16px;
    z-index: 1;
    font-family: oswald;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #222;
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.menu-button-confirm {
    margin-top:30px;
}
.menu-button-confirm li{
    display:inline;
    margin-right:20px;
}


.button-oui {
  background-color: #004d94;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 90px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-non {
  background-color: #fabc1a;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 90px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-oui:focus ,.button-non:focus{
  outline: 0;
}

.button-oui:after , 
.button-non:after{
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.button-oui:hover:after,.button-oui:hover:after {
  bottom: 2px;
  left: 2px;
}


.CnxTextBox{
    height:45px;
    width:100%;
    margin-bottom:20px;
}


.inventaire{
    text-align: center;
    margin-top: 40px;
}

.inventaire .button-oui{
   margin-top:20px;
}
.inventaire h5{
    
}
.inventaire #Label5,#Label6{
       font-family: oswald;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #222;
    font-size:16px;
}