

/* Start:/local/components/motordata.catalog/models.info/templates/.default/style.css?17661447593254*/
#modelMatrix .model {
    display: block;
    clear: both;
    font-size: medium;
    margin: 2em 0em 0.5em;
    padding: 0.5em;
    border-radius: 4pt;
    -moz-border-radius: 4pt;
    -webkit-border-radius: 4pt;
    color: #485850;
    background-color: #f0f0f0;
    text-decoration: none;
}
#modelMatrix .model .title {
    font-size: large;
    color: #7c0420;
    font-weight: 600;
}
span.flr{
    float:right;
    font-size: small;
}
#modelMatrix .model .years {
    font-size: medium;
    margin-left: 0.5em;
}
span.flr .markets{
    font-size: 15px;
}
table thead th{

    font-size: x-small;
    font-weight: normal;
    text-align: center;
    color: #485850;
    line-height: 1.4;

}
table>tbody tr td{
    text-align: center;
}
table>tbody tr td:nth-child(1){
    text-align: left;
    font-size: x-small;
    width: 21em;
    font-weight: normal;
    line-height: 1.3;
}

th.category{
    font-size: 14px;
    text-align: left;
    color: #024e1b;
}
.diag-group table{
    width: 100%;
}
.ref-group table thead th{
    padding: 5px;
}
#modelMatrix .yes .icon {
    background-color: #aff5c8;
}
#modelMatrix .no .icon {
    background-color: #f7f7f7;
}

#modelMatrix .icon {
    display: inline-block;
    font-size: 12px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin: 2pt;
    border-radius: 4pt;
    -moz-border-radius: 4pt;
    -webkit-border-radius: 4pt;
    text-align: center;
    color: #485850;
    background-color: lightgrey;
    text-decoration: none;
}
.diag-group{
    margin: 0px 10px;
}
.ref-group{
    margin: 0px 10px;
}
.loader {
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #08a826;
    box-shadow: 32px 0 #08a826, -32px 0 #08a826;
    position: fixed;
    animation: flash 0.5s 
    ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: #08a82622; 
    box-shadow: 32px 0 #08a82622, -32px 0 #08a826;
  }
  50% {
    background-color: #08a826;
    box-shadow: 32px 0 #08a82622, -32px 0 #08a82622;
  }
  100% {
    background-color: #08a82622;
    box-shadow: 32px 0 #08a826, -32px 0 #08a82622;
  }
}

.loader-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: #ffffffba;
}


@media (max-width: 768px) {
  .table-model-details {
    width: 100%;
  }

  .table-model-details thead {
    display: none;
  }

  .table-model-details tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    width: 100%
  }

  .table-model-details td {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border: none;
  }

  .table-model-details td::before {
    content: attr(data-title);
    font-weight: 600;
    margin-right: 8px;
    font-weight: 600;
    margin-right: 8px;
    font-size: x-small;
  }

  .table-model-details td:first-child {
    font-size: 16px;
    color: #024e1b;
    font-weight: 700;
    margin-bottom: 8px;
    width: 100%;
    justify-content: start;
  }

  .table-model-details td:first-child::before {
    content: attr(data-info);
    color: #024e1b;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
  }
}
/* End */
/* /local/components/motordata.catalog/models.info/templates/.default/style.css?17661447593254 */
