/*** IE10 IE11 ***/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main .content {
    overflow-y: auto;
  }
  #3dEngineContainer {
    height: calc(100vh - 167px);
    overflow: hidden;
  }
  .canvasContainer {
    height: auto !important;
  }
  #pneuPanel {
    height: 100%;
  }
  body.connexion .connexion-form {
    min-width: 480px;
  }
  /* chargement */
  .loading-line {
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .loading-line h4 {
    color: black !important;
    padding: 0 10px;
  }
  .loading-line h4.fade-in {
    line-height: 35px;
    position: relative;
    overflow: hidden;
    background: white !important;
    background-repeat: no-repeat;
  }
  #NumberOR.floating-input:focus ~ label,
#CustomerName.floating-input:focus ~ label,
#Registration.floating-input:focus ~ label, #Registration.floating-input ~ label,
#VIN.floating-input:focus ~ label, #VIN.floating-input ~ label,
#textSearch.floating-input:focus ~ label,
#textStart.floating-input ~ label,
#textEnd.floating-input ~ label,
#num_or.floating-input:focus ~ label,
#registration_number.floating-input:focus ~ label,
#vin.floating-input:focus ~ label,
#date_start.floating-input ~ label,
#date_end.floating-input ~ label {
    top: -18px;
    font-size: 16px;
    color: #f7b100;
  }
  .tooltip {
    left: 0% !important;
  }
  #mycheckup .panel-body {
    overflow: hidden !important;
    padding-bottom: 5px !important;
  }
  #mycheckup .panel-body ul#companion-list {
    overflow-y: auto;
    min-height: 35px;
    max-height: 300px;
  }
  .bodycar {
    padding-right: 5px;
  }
  .bodycar > div:first-child {
    width: 100%;
    height: 80vh;
  }
  #bodyCarMemento > ul li a {
    border-left: 16px solid #f7b100;
  }
  #bodyCarMemento > ul li a ~ ul li a {
    border-left: 16px solid #EEEEEE;
  }
  /* Suivi assistance */
  #assistance-content td:nth-child(4) {
    display: -ms-flexbox !important;
  }
  #assistance-content td:nth-child(4) label {
    min-width: 100px;
    max-width: 400px;
  }
  .context-selection-small .context-selection-list .context-selection-item .context-selection-item-title {
    display: block !important;
    margin-top: -10px;
  }
  .context-selection-small .context-selection-list .context-selection-item,
.context-selection-small .context-selection-list .context-selection-item {
    background: none !important;
    border: none !important;
  }
  .context-selection-list .context-selection-item:hover a .context-selection-item-title,
.context-selection-list .context-selection-item.active a .context-selection-item-title {
    background: none !important;
    border: none !important;
  }
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1400px) {
  #pneuPanel {
    margin-right: 10px !important;
    padding: 0;
  }
  #pneuPanel #pneuBody {
    flex: 1 1 auto !important;
  }
  #pneuPanel #pneuBody #pneuListPanel .pneuListItem #eprel, #pneuPanel #pneuBody #pneuListPanel .pneuListItem #eprel:hover {
    padding: 1px;
  }
  #pneuPanel #propositionsAlternatives #line2 .dimensions input {
    min-width: 45px !important;
    max-width: 55px !important;
  }
  #pneuPanel #propositionsAlternatives #line2 .reference input {
    min-width: 45px !important;
    max-width: 60px !important;
  }
}
