/* machine-navigation */

body {
    font-family: Arial, Helvetica, sans-serif;
    height: 945px;
    margin: 0 8px;
}

#topsec {
    display: flex;
    height: 486px;
}

#frameholder {
    flex-grow: 4;
    background-color: #eaeaea;
}

#phd {
    width: 55px;
    height: 55px;
    background-image: url(360-deg.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 145;
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
}

#backbutton {
    width: 55px;
    height: 55px;
    background-color: #eaeaea;
    z-index: 145;
    position: relative;
    bottom: 66px;
    left: 10px;
    cursor: pointer;
}

#diesel, #electric {
    width: 100px;
    height: 55px;
    z-index: 145;
    position: absolute;
    left: 30px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    visibility: hidden;
}

#diesel {
    top: 20px;
    background-image: url("icons/diesel.png");
}

#electric {
    top: 78px;
    background-image: url("icons/ev.png");
}

#electric:hover{
    background-image: url("icons/ev-o.png");
}

#diesel:hover {
    background-image: url("icons/diesel-o.png");
}

#electric.active{
    background-image: url("icons/ev-o.png");
}

#diesel.active {
    background-image: url("icons/diesel-o.png");
}

#preloader {
    background-color: white;
    display: flex;
    justify-content: center;
}

#loading_progress {
    position: relative;
    top: 400px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 2em;
    color: #ff6e00;
    font-weight: bolder;
    visibility: visible;
}

.preloader-gif {
    position: absolute;
    height: 550px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(ifm_preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px 250px;
    z-index: 50;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#evdesc, #dedesc {
    display: none;
}

.lowersec {
    width: 98.5vw;
    display: none;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
}

#lsone {
    margin-top: -10px;
}

#prodLink {
    flex-basis: 150px;
}

#features {
    flex-grow: 4;
}

#featlist {
    list-style-type: circle;
    font-weight: normal;
}

a.lightbox-link {
    text-decoration: none;
    flex-basis: 50%;
}

#diesel-archimage, #ev-archimage {
    background-image: url(zoom-square.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

#diesel-archimagecontainer, #electric-archimagecontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px;

}

#diesel-archimage img, #ev-archimage img {
    width: 35vw;
    max-width: 390px;
    min-width: 200px;
}

#bom-diesel, #bom-electric {
    flex-basis: 50%;
}

.bomlist  ul{
    list-style-type: none;
    font-weight: normal;
    padding-left: 0;
}

.bomlist ul li:last-child {
    padding-top: 15px;
}

.infoboxt, .infoboxb {
    background-color: #EAEAEA;
    color: #616268;
    font-weight: bold;
    padding: 10px 0 0 10px;
    margin-top: auto;
}

.infoboxt {
    height: 190px;
}

.infoboxb {
    height: 210px;
}

.learnmore {
    background-color: #fff;
    color: #616268;
    font-size: .85rem;
    text-align: center;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 100px;
    height: 124px;
    bottom: 0px;
    padding: 10px 3px;
    float: left;
    position: relative;
    text-align: center;
}

.learnmore a {
    color: #616268;
    text-decoration: none;
    font-weight: normal;
}