/* Header */
.header-nav {
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    padding: 10px 0;
}

.header-nav-column {
    text-align: right;
    line-height: 35px;
}

.btn-new-submission {
    font-weight: 500;
}

form {
    margin-bottom: 0;
}

 .form-controls {  /* Container for the back and next buttons */
    padding-top: 20px;
}

.logout-form {
    margin-bottom: 0;
    color: #003F87;
    font-weight: 400;
    display: inline-block;
}

.logout-form input[type="button"],
.logout-form input[type="submit"] {
    background-color: #424b5a;
}

#page-container {
    margin-top: 50px;
}

.container-full {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 2.0rem;
    position: relative;
    width: 100%;
  }

.row .column.column-offset-25 {
    margin: 0 auto;
}

.dealer_info {
    background-color: #CBCBCB;
    padding: 10px 0;
}

.dealer_info a {
    font-weight: 700;
}

@media (max-width: 450px) {
    .dealer_info {
        text-align: center;
    }

    .dealer_info .align-right {
        text-align: center;
    }
}


/*Typography*/

body {
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #003F87;
}
.text-center {
    text-align: center;
}

a {
    color: #003F87;
    font-weight: 400;
}
.alert {
    color: #e3342f;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.super-strong {
    font-weight: 700;
    text-decoration: underline;
    font-style: italic;
}

hr {
    background-color: #000000;
    height: 2px;
    border: none;
    margin: 3rem 0;
}

/* Inputs */

input[type='color'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='email'], input[type='month'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='week'], input:not([type]), textarea, select {
    background-color: #ffffff;
}

input:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input:not([type]):focus,
textarea:focus
{
    border: 0.1rem solid #003F87;
    /*border: solid #424b5a 1px;*/
}

select:focus {
    border: 0.1rem solid #003F87;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
}

/* Disabled Inputs */
select:focus:disabled,
input:focus:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input:not([type]):disabled,
textarea:disabled
{
   background-color: #e3e3e3;
}

/* Error Handling */
input.invalid-input {
   border: solid #424b5a 2px;
}

/* Buttons */
button, .button, input[type='button'], input[type='reset'], input[type='submit'] {
   background-color: #003F87;
   border: 0;
   color: #fff;
   padding: .5em 1.5em;
   height: auto;
   line-height: 1;
   font-size: 1.75rem;
   text-transform: none;
}

.button[disabled], button[disabled] {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    color: #333333;
}

.button[disabled]:focus, .button[disabled]:hover, button[disabled]:focus, button[disabled]:hover, input[type='button'][disabled]:focus, input[type='button'][disabled]:hover, input[type='reset'][disabled]:focus, input[type='reset'][disabled]:hover, input[type='submit'][disabled]:focus, input[type='submit'][disabled]:hover {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-danger {
    background-color: #AA141E;
    color: #ffffff;
}

.btn-next,
.btn-final-submit {
    background-color: #d03035;
}

.btn-next::after {
    display: inline-block;
    content: "\f054";
    /*noinspection CssNoGenericFontName*/
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: .5em;
}

.btn-back::before {
    display: inline-block;
    content: "\f053";
    /*noinspection CssNoGenericFontName*/
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: .5em;
}

.btn-approve,
.btn-primary {
    background-color: #d03035;
}

.btn-deny {
    background-color: rgb(241, 174, 18);
}

.btn-close {
    background-color: transparent;
    color: #444444;
    padding: 5px;
}
.btn-popup-info {
    background-color: #eeeeee;
    color: #222222;
    padding: 13px 30px;
}

.btn-sm {
    font-size: 1.5rem;
    font-weight: 400;
}

.btn-clean, input[type='submit'].btn-clean {
    background-color: #E6E6E6;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 5px 8px;
    margin: 0;
    border: 1px solid #CECDCD;
}

.modal-backdrop {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


#theBackForm {
    height: 0;
    width: 0;
    visibility: hidden;
}

.btn-cancel,
.logout-form input[type="button"],
.logout-form input[type="submit"] {
    background-color: transparent;
    font-size: 1rem;
    color: #424b5a;
    border: 1px solid #606c76;
}


@media (max-width: 450px) {
    button, .button, input[type='button'], input[type='reset'], input[type='submit'] {
        white-space: pre-wrap; /*pre-line;*/
    }
}


.input-error-message {
    font-weight:500;
    color: #e3342f;
}

.container-full-milligram-fix {
    padding: 0 3rem;
}

.example-content div.column:first-child {
    margin-left: 0;
}
.example-content div.column:last-child {
    margin-right: 0;
}

.flexbox {
    display: flex;
    flex-flow: row wrap;
    column-gap: 2rem;
    row-gap: 2rem;
}

.flexbox > div {
    flex: 1 1 50%;
}

/* Flashes */

.flash-container {
    padding: 1.5rem;
    margin: 2rem;
    font-weight: bold;
}

.flash-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.flash-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.flash-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Working popover */
#working-cover {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* Spinner */

.lds-spinner {
    color: #aaaaaa;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Datatables */
.table-wrapper {
    padding-bottom: 40px;
}

#pagination-wrapper {
    text-align: center;
    white-space: nowrap;
}

#inspections-table_paginate:before {
    content: 'Page ';
}

#pagination-wrapper a {
    color: #505d68;
    padding: 4px;
    cursor: pointer;
}

#pagination-wrapper a.current {
    color: black;
    cursor: text;
    font-weight: bold;
    font-size: larger;
}

.datatables-link-icon {
    padding-right: 5px;
}

th.sorting, th.sorting_asc, th.sorting_desc {
    cursor: pointer;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    /*noinspection CssNoGenericFontName*/
    font-family: "Font Awesome 5 Free";
    padding-left: 15px;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

.dataTables_filter_element {
    display: inline-block;
    margin-left: 3rem;
}

.dataTables_filter_element:first-child {
    margin-left: 0;
}

tr.admin-request-row {
    cursor: pointer;
}

/*tbody tr {*/
/*    cursor: pointer;*/
/*}*/

tr.attention-needed {
    background-color: #fef7f7;
}

.attention-needed-cell {
    color: #e3342f;
}

tr.invalid-row {
    outline: solid 1px #e3342f;
}

tbody tr[role=row] {
    padding: 5px;
}

td:first-child {
    padding-left: 1.2rem;
}


table#download-table tbody tr {
    cursor: default;
}

.center_logo {
    text-align: center;
}

.site_logo {
    height: 55px;
    vertical-align: middle;
}

.site_title {
    display: inline-block;
    vertical-align: middle;
    color: #424b5a;
    font-weight: bold;
    padding: 0 10px;
    border-left: 1px solid rgba(66, 75, 90, 0.3);
    font-size: 1.4rem;
    transform: translateY(1px);
}

.page_title {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #5B97B1;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 0;
    font-size: 1.75rem;
    width: 100%;
}

.title-row {
    /*border-bottom: 2px solid #d03035;*/
    background-color: #fafafa;
    margin-bottom: .5em;
}
.title-row .column {
    margin-bottom: 0;
}

.section {
    border: 1px solid #a1a1a1; /* #d03035; */
    /* border-left: 5px solid #a1a1a1; */ /* #d03035; */
    border-radius: 4px;
    display: block;
    margin-bottom: 24px;
}

.section .row {
    margin-left: 0;
    width: 100%;
}

.section h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section .row .column {
    padding: 0;
}
.section .title-row,
.section .content-row,
.section h5 {
    padding: 0 0 0 12px;
}
.section .column-55 .content-row,
.section .column-40 .content-row,
.section .column-30 .content-row {
    padding-right: 12px;
}
.section.additional-parts .row:not(.title-row) .column {
    padding-left: 12px;
}

.section .input-error-message {
    padding: 0 0 0 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* *********** LOGIN FORM ************************/

.login-form {
    margin: 5rem 0;
}

.login-form form {
    background-color: #ECEBEB;
    padding: 20px;
    margin: 0 0 2rem 0;
}

.login-form form p {
    margin: 0;
}

.login-form h4 {
    color: #000000;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
}

.login-form .help {
    font-style: italic;
}

@media (max-width: 980px) {
    .login-form form {
        max-width: 100%;
    }
}

/* *********** INSPECTION STYLES ************************/

.new-inspection, .inspection-home, .inspection-template, .dealer-dashboard, .inspection-report {
    margin: 5rem 0;
}

.form-wrapper {
    background-color: #ECEBEB;
    padding: 20px;
    margin: 0 0 2rem 0;
}

.bg-1 {
    background-color: #FCFCFC;
}
.bg-2 {
    background-color: #F0F0F0;
}

.panel-selector {
    margin: 10rem 0 0;
}

.panel-selector a {
    display: block;
    font-size: 1.25rem;
    margin: 10px 0;
}

.panel-selector label, .panel-selector input {
    display: inline-block;
    margin: 10px 0;
    font-size: 1.25rem;
}

.example-content .column {
    position: relative;
    border: 1px solid #000000;
    margin: 2rem;

    border-top: 0; /*added for formatting equal height rows*/
    border-bottom: 0; /*added for formatting equal height rows*/
    margin-top: 0; /*added for formatting equal height rows*/
    margin-bottom: 0; /*added for formatting equal height rows*/
}


.example-content > div.row:first-of-type > div.column { /*added for formatting equal height rows*/
    border-top: 1px solid black;
}

.example-content > div.row:last-of-type > div.column { /*added for formatting equal height rows*/
    border-bottom: 1px solid black;
}



.photo-tab {
    display: inline-block;
    background-color: #F0F0F0;
    border: 1px solid #000000;
    padding: 5px;
    margin-left: -1rem;
    margin-bottom: 2rem;
}

.example-photo {
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
}

.example-photo.good {
    border: 10px solid #00ff00;
}

.example-photo.bad {
    border: 10px solid #ff0000;
}

.example-photo.bad::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='red' stroke-width='2'/><path d='M0 0 L100 100 ' stroke='red' stroke-width='2'/></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
}

.example-text-bad {
    display: inline-block;
    background-color: #ff0000;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
}

.example-text-bad-interior {
    margin: 0;
    padding-right: 0.5rem;
    background-color: #ffffff;
}

.example-text-bad-label {
    color: #ffffff;
    background-color: #ff0000;
    padding: 1rem 1rem 1rem 0;
}


.example-tab {
    background-color: #000;
    padding: 5px 10px 10px 5px;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}


.example-photo.bad .example-tab {
    background-color: #ff0000;
    color: #fff;
}

.example-photo.bad .example-tab::before {
    content: "BAD ";
}

.example-photo.good .example-tab {
    background-color: #00ff00;
    color: #000;
}

.example-photo.good .example-tab::before {
    content: "GOOD ";
}

.example-photo img {
    display: block;
    margin: auto;
}

.inspections-table th,.inspections-table td {
    text-align: center;
    vertical-align: middle;
}
.inspections-table thead {
    background-color: #FCF9F9;
}
.inspections-table .odd {
    background-color: #F0F0F0;
}
.inspections-table .even {
    background-color: #FCF9F9;
}
.inspections-table .no {
    color: #e3342f;
    font-weight: 700;
}
.inspections-table .yes {
    color: green;
    font-weight: 700;
}
.inspections-table td:last-child, .inspections-table th:last-child {
    padding: 1.2rem 1.5rem;
}
.inspections-table td:first-child, .inspections-table th:first-child {
    padding: 1.2rem 1.5rem;
}
.inspections-table td {
    padding-right: 3rem;
}
table.dataTable thead th {
    white-space: nowrap;
}

.inspection-report p {
    margin-bottom: 2.0rem;
}

.inspection-report .no {
    color: #e3342f;
    font-weight: 700;
}
.inspection-report .yes {
    color: green;
    font-weight: 700;
}

.outline {
    border: 1px solid #000000;
}

.input-set {
    display: flex;
    align-items: center;
    margin: 0 0 2rem 0;
}
.input-set.no-margin {
    margin: 0;
}
.input-set input {
    margin: 0;
}
.input-set input[type="radio"], .input-set input[type="checkbox"] {
    margin: 0 10px 0 0;
}
.input-set label {
    margin: 0;
}

.estimate-total {
    border: 1px solid #000000;
    padding: 10px;
    margin: 0;
}

.report-links a {
    font-size: 1.35rem;
}

.peeling-check {
    display: flex;
    align-items: center;
}

.checkbox {
    position: relative;
    border: 2px solid #000000;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.checkbox.no::after {
    content: "\2717";
    color: #e3342f;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 1px;
}

.checkbox.yes::after {
    content: "\2713";
    color: green;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 1px;
}


@media (max-width: 980px) {

    .input-set.wrap {
        flex-wrap: wrap;
    }
}


@media (max-width: 450px) {
    .example-content .column {
        margin: 0;
    }

    .photo-tab {
        margin-left: 0;
    }

    .input-set {
        flex-wrap: wrap;
    }
}



/******* Display *********************/

.display-none {
    display: none;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.max-height-200 {
    max-height: 200px;
}

.export-button-container {
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.spacing {
    margin: 3rem 0;
}

.spacing-top {
    margin-top: 3rem !important;
}

.spacing-small-top {
    margin-top: 1rem !important;
}

.spacing-bottom {
    margin-bottom: 3rem !important;
}

.spacing-small-bottom {
    margin-bottom: 1rem !important;
}

.padding-small-top {
    padding-top: 1rem !important;
}

.padding-small-bottom {
    padding-bottom: 1rem !important;
}

.spacing-small-top h4 {
    margin-bottom: 0.2rem !important;
}

.align-right {
    text-align: right;
}
.column.flex-center {
    display: flex;
    align-items: center;
}

.display-none {
    display: none;
}

.sample-incorrect-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ir-td-20pct {
    width: 20%;
}

.ir-td-40pct {
    width: 40%;
}

/* ######## START -- INTERACTIVE ILLUSTRATIONS ################################## */

div.vehicle_photo {
    /*width: 100%;*/
    /*aspect-ratio: 544 / 226;*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*margin-bottom: 30px;*/
}


div.vehicle_photo img {
    max-height: 300px;
    /*width: 90%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 5;*/
}


div.vehicle_photo .part {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    z-index: 1;
    opacity: 0;
    transition: all .2s;
}

div.vehicle_photo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    z-index: 1;
    opacity: 100;
}

div.vehicle_photo .part.active {
    opacity: 1;
}

a.invisible-hotspot {
    display: block;
    width: 20px;
    height: 20px;
    /* background-color: rgba(0,0,0,.2); */
    position: absolute;
    z-index: 10;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
}
a.hotspot {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    z-index: 10;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
    margin: 0;
}

a.hotspot:hover {
    background-color: rgba(0,0,0,0);
}

.text-hotspot,
.text-hotspot * {
    cursor: pointer;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

#toyota_tacoma_lf .hotspot#toyota_tacoma_lf__right_inner_fender	        {	top: calc(25% - 10px);	left: calc(40% - 10px);		}

#toyota_tacoma_rf .hotspot#toyota_tacoma_rf__left_inner_fender	        {	top: calc(25% - 10px);	right: calc(40% - 10px);	}

#toyota_tacoma_ls .hotspot#toyota_tacoma_ls__front_door					{	top: calc(35% - 10px);	left: calc(41% - 10px);		}
#toyota_tacoma_ls .hotspot#toyota_tacoma_ls__rear_door      			{	top: calc(35% - 10px);	left: calc(56% - 10px);		}

#toyota_tacoma_rs .hotspot#toyota_tacoma_rs__front_door					{	top: calc(35% - 10px);	right: calc(41% - 10px);	}
#toyota_tacoma_rs .hotspot#toyota_tacoma_rs__rear_door      			{	top: calc(35% - 10px);	right: calc(56% - 10px);	}

#toyota_tacoma_lf .invisible-hotspot#toyota_tacoma_lf__right_inner_fender	        {	top: calc(10%);	left: calc(30%);	width: calc(15%); height: calc(20%);	}

#toyota_tacoma_rf .invisible-hotspot#toyota_tacoma_rf__left_inner_fender	        {	top: calc(10%);	right: calc(40%); width: calc(15%); height: calc(20%);	}

#toyota_tacoma_ls .invisible-hotspot#toyota_tacoma_ls__front_door					{	top: calc(9%);	left: calc(25%);	width: calc(18%); height: calc(25%);	}
#toyota_tacoma_ls .invisible-hotspot#toyota_tacoma_ls__rear_door      			{	top: calc(9%);	left: calc(44%); width: calc(15%); height: calc(25%);	}

#toyota_tacoma_rs .invisible-hotspot#toyota_tacoma_rs__front_door					{	top: calc(9%);	right: calc(35%); width: calc(18%); height: calc(25%);	}
#toyota_tacoma_rs .invisible-hotspot#toyota_tacoma_rs__rear_door      			{	top: calc(9%);	right: calc(54%); width: calc(15%); height: calc(25%); }

.display-content-center {
    display:flex;
    justify-content:center;
    text-align: center;
}

div.special-note {
    padding: 2rem 2rem 0 2rem;
    background-color: #f8d7da;
    border: 1px solid #dc0f25;
    margin-bottom: 2rem;
}

div.special-note li {
    margin-bottom: 0;
}

div.special-note-minor {
    background-color: #f8e5bd;
    border: 1px solid #3d3626;
}

.row .column.column-50-sm {
    flex: 0 0 50%;
    max-width: 50%;
}

.section-break {
    margin-bottom: 2rem;
}

.max-50-percent-width {
    max-width: 50%;
}

@media (max-width: 768px) {

    a.hotspot {
        transform: scale(60%);
        transform-origin: center;
    }

}


/* ######## END -- INTERACTIVE ILLUSTRATIONS ################################## */


/* Print Only styles
--------------------------------*/
@media print {
    .header-nav .header-nav-column,
    #page-container .text-right,
    .modal,
    .download-pdf-modal,
    .btn,
    .decision-row, .d-print-none {
        display: none !important;
    }
    .print-none {
        display: none !important;
    }
    .toyota-data-table.toyota-photo-summary-table td {
        display: table-cell !important;
    }
    .toyota-data-table.toyota-photo-summary-table a {
        padding: 0.5em !important;
    }
    .toyota-data-table.toyota-photo-summary-table td.ir-td-20pct {
        width: 20%;
    }

    .toyota-data-table.toyota-photo-summary-table td.ir-td-40pct {
        width: 40%;
    }
}

/* Mobile Styles
---------------------------------*/

/* media queries pulled from https://gist.github.com/gokulkrishh/242e68d1ee94ad05f488 */
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .request-history .field-display-group {
        column-count: 2;
        /*noinspection CssInvalidPropertyValue*/
        column-width: 50%;
        column-gap: 40px;
        gap: 12px 40px;
    }
    .site_title {
        display: inline-block;
        border-left: 0;
        border-top: 1px solid rgba(66,75,90, .3);
        padding: 0 0 5px 43px;
    }
    .md-100 {
        width: 100%;
        max-width: 100% !important;
    }
    .row .column.column-50-md {
        max-width: 50%;
        flex: 0 0 50%;
    }

    table {
        display: block;
        overflow-x: auto;
    }
  }

  /*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .md-100 {
        width: 100%;
        max-width: 100% !important;
    }
  }

  /*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  @media (min-width: 481px) and (max-width: 767px) {
    .field-display-group > div {
        width: 100%;
    }
    .request-history .field-display-group > div{
        width: 50%;
    }
    .site_title {
        display: block;
        border-left: 0;
        border-top: 1px solid rgba(66,75,90, .3);
        padding: 0 0 5px;
    }
    .row .column.column-50-md {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .md-100 {
        width: 100%;
        max-width: 100% !important;
    }
    .sm-row {
      flex-direction: row;
    }

    .sample-incorrect-images-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ir-td-20pct {
        width: inherit;
    }

    .ir-td-40pct {
        width: inherit;
    }

  }

  /*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  @media (max-width: 480px) {

    .header-nav-column {
        text-align: left;
    }
    .site_title {
        display: block;
        border-left: 0;
        border-top: 1px solid rgba(66,75,90, .3);
        padding: 0 0 5px;
    }
    .row .column.column-50,
    .row .column.column-15,
    .row .column.column-20,
    .row .column.column-25,
    .row .column.column-30,
    .row .column.column-33,
    .row .column.column-34,
    .row .column.column-40,
    .row .column.column-60
     {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .row .column.column-50-sm {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .section {
        border-left: 0;

    }
    .section.additional-parts .title-row {
        display: none;
    }
    .section .row .column {
        max-width: 100%;
        margin-bottom: .5rem;
    }
    .section .title-row {
        margin-bottom: 3px;
        border-color: #e1e1e1;
    }
    .section .column-55 .title-row {
        margin-bottom: 6px;
    }
    .gallery a {
        display: inline-block;
        width: 100%;

    }
    .sm-row {
        flex-direction: row;
    }

    .sample-incorrect-images-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .ir-td-20pct {
        width: inherit;
    }

    .ir-td-40pct {
        width: inherit;
    }

  }


