﻿/*VEHICLE*/
.col-1 {
    float:left;
    width: 25%;
    min-width:220px;
    letter-spacing:normal;
    vertical-align:top;
    display: table-cell;
}

.col-2 {    
    float:left;
    width: 74%;
    display: table-cell;
}

.search {
   
}

.search .item {
    padding-top:10px;
}

.search .item input[type="text"] {
    margin-top:.25em;
    width: 100px;   
}

.search .item select {
    margin-top:.25em;
    width: 200px; 
}

.search .float {
    position: fixed;
    bottom: 100px;  
    left: 240px;  
}

#search .floatable {
    position:absolute;
    display:none;
    z-index:10;
    border-radius: 35px;
    padding: .33em;
    outline: none;
    border:none;
}

#search .floatable img {
    height: 18px;
}


#vehicles .row-odd {
	background-color: #FFFFFF;
	padding-top:3px;
	padding-bottom: 3px;
}

#vehicles .row-evn {
	background-color: #EEEEEE;
	padding-top:3px;
	padding-bottom: 3px;
}

#vehicles .section {
    font-size: 14px;
    width:100%;
    vertical-align: top;
    float:left;
}

#vehicles .vcol-1 {
    width: 320px;
    margin-left:3px;
    margin-right:3px; 
}

#vehicles .vcol-2 {
    width: 260px;
    margin-left:3px;
    margin-right:3px;
}

#vehicles .vcol-3 {
    width: 220px;
    margin-left:3px;
    margin-right:3px;
}

#vehicles .section {
    margin: .2em;
    font-size: 11.56px;
    float:left;
}

#vehicles .row-header {
    font-weight: bold;
    white-space: nowrap;
    overflow-x: hidden;
}

#vehicles .w75 {
    width:75px;
}

#vehicles .hide-link, #details .hide-link {
    padding-left: 5px; 
    padding-right: 15px; 
    color: red; 
    text-align: left;
    cursor:pointer;
}

#vehicles .add-link {
    background-image:url('../Images/add_blue.png');
    background-position:left center;
    background-size: 17px 17px;
    background-repeat:no-repeat;
    padding-left: 22px; 
    padding-right: 10px; 
    color: #003265; 
    line-height: 25px;
    text-align: left;
    font-size:larger;
    cursor:pointer;
}
#vehicles .delete-link {
    background-image:url('../Images/delete_blue.png');
    background-position:left center;
    background-size: 17px 17px;
    background-repeat:no-repeat;
    padding-left: 22px; 
    padding-right: 10px; 
    color: #003265; 
    line-height: 25px;
    text-align: left;
    font-size:larger;
    cursor:pointer;
}

#vehicles .ymm {
    font-weight: bold;
    margin:3px;  
}

#vehicles .ylr {
    max-width:180px;
}

.toolbar-item {
    display:inline-block;
    padding:0px;
}

.toolbar-subitem {
    padding:5px;display:inline-block;white-space:nowrap;        
}

#toolbar img {
    vertical-align: bottom;height: 25px; padding-left: 10px; padding-top:5px;
    opacity: 0.7;
    -khtml-opacity: 0.4;
    z-index: 102;
    cursor: pointer;
}

#toolbar img:hover {
    opacity: 1.0;
    -khtml-opacity: 1.0;
    z-index:1;
}

#toolbar select {
    width:auto; 
}

#yard .arrow-up, #saveSearch .arrow-up {
    background-position:90% 50%;
    background-repeat:no-repeat;
    padding-right:50px;background-image:url('../Images/arrow_up_blue.png'); 
    cursor: pointer; 
}

#yard .arrow-down, #saveSearch .arrow-down {
    background-position:90% 50%;
    background-repeat:no-repeat;
    padding-right:50px;background-image:url('../Images/arrow_down_blue.png'); 
    cursor: pointer;  
}

#saveSearch {
    display: block;   
}

#details .arrow-left {
    background-position:0% 50%;
    background-repeat:no-repeat;
    background-image:url('../Images/arrow_left_blue.png'); 
    padding-left:20px;
    cursor: pointer;  
}

#details .nav-next, #details .nav-prev {
    cursor: pointer;
    position: absolute;  
    top: 0%;  
    height: 100%;
    width: 50%;
}

#details .nav-next {
    left: 50%;
}

#details .nav-allphotos {
     position:absolute;
     top:0;
     left:0;     
     background-color:rgba(0,0,0,.4);
     color:White;
     font-size: 16px;
     padding:5px;
}

#details .nav-hidephotos {
     background-color:rgba(0,0,0,.4);
     color:White;
     font-size: 16px;
     padding:5px;
}

#details .nav-prev div, #details .nav-next div {     
     position:absolute;
     top:45%;
     font-family: monospace;
     font-size: 38px;
     padding-left:10px;
     padding-right:10px;
     background-repeat:no-repeat;
     background-position: center;    
}

#details .nav-prev div {
    background-image: url("../Images/arrow-left-big_blue.png"); 
}

#details .nav-next div {
    left:calc(100% - 42px);     
    background-image: url("../Images/arrow-right-big_blue.png"); 
}

#details .nav-prev div:hover {
    background-image: url("../Images/arrow-left-big_white.png"); 
}

#details .nav-next div:hover {
    background-image: url("../Images/arrow-right-big_white.png"); 
}



#details .row {
    padding-bottom:5px;  
    font-size:14px;   
}

#details .row:nth-child(even) {    
    border-radius: 5px; 
    background-color: #F8F8F8;
}

#details .row div:first-child { 
    font-weight: bold;
    font-size: 12px;
    width:40%;
    display: inline-block;
    padding-left:5px;
    padding-right:5px;
    white-space:nowrap;
    overflow-x:hidden;
}

#details .row div:nth-child(2) {
    display: inline-block;
    font-size: 12px;
    white-space:nowrap;
    overflow-x:hidden;
}

#details .ymm {
    display: inline-block;	
	background-repeat: no-repeat;
	background-position: 0% 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #003265;
	margin-bottom:10px;    
}

#details .drive {
    background-image: url("../Images/drive.png");
}

#details .starts {
    background-image: url("../Images/run.png");
}

#details .add-link {
    background-image: url(../Images/add_blue.png);
    background-position: left center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-right: 10px;
    color: #003265;
    line-height: 32px;
    text-align: left;
    font-size: larger;
    font-weight:bolder;
    cursor: pointer;
    display:inline-block;    
}
#details .delete-link {
    background-image:url('../Images/delete_blue.png');
    background-position: left center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-right: 10px;
    color: #003265;
    line-height: 32px;
    text-align: left;
    font-size: larger;
    font-weight:bolder;
    cursor: pointer;
    display:inline-block;    
}

#vehicleInfo {
    width:47%;   
}

#vehiclePhoto {
    width:45%; 
}

#vehPhoto {
    width:100%;
    max-height:450px;
}

.xmark {
    background-image:url('../Images/x-mark_white.png');
    background-position:left center;
    background-size: 17px 17px;
    background-repeat:no-repeat;
    color: #003265; 
    line-height: 20px;
    padding-left:20px;
    text-align: left;    
    cursor:pointer;
    white-space:nowrap;
    padding-right: 10px;
}

.xmark:hover {
    background-image:url('../Images/x-mark_blue.png');    
}

.close-mark {
    background-image:url('../Images/x-mark_blue.png'); 
    background-position:left center;
    background-repeat:no-repeat;
    color: #003265; 
    line-height: 20px;
    padding-left:20px;
    text-align: left;    
    cursor:pointer;
    white-space:nowrap;
    padding-right: 10px;
    float:right;
    width:25px;
    height:25px;
    display:none;    
}

.label { padding-top:2px;font-size:12px;vertical-align:top;text-align:right;width:50%;font-weight:bolder;padding-right:5px;display:inline-block}
.value { padding-top:2px;font-size:12px;padding-left:5px;color:black;max-width:150px;display:inline-block}
.error { padding-top:5px;font-size:12px;text-align:center;color:red; }
.gallery { 
    -ms-overflow-style: none; 
    overflow-y:hidden;
    overflow-x:scroll;
    width:100%;
    padding-top:10px;
    float:left
}
.slider { width:2500px;}
.col-1 .tile {
    width: 90%; 
    height: auto;  
}
.col-1 .tile img {
    width: 95%;
    height: auto;
}

@media screen and (max-width: 1200px) {
    #vehicles .vcol-3 {
        width: 100%;
    }
}

@media screen and (max-width: 1070px) {
    #vehiclePhoto {
        width: 40%;
    }
}

@media screen and (max-width: 975px) {
    #vehicles .vcol-2 {
        display: none;
    }
    #vehicles .vcol-3 {
        width: 220px;
    }
    .col-1 {
        min-width:180px;   
    }    
    .search .item select {
        width:150px; 
    }
}

@media screen and (max-width: 900px) {
    .col-2 {
        width: 70%;
    }
}

@media screen and (max-width: 820px) {
    #_bv {
        display: none;
    }
    .col-1 {
        width:100%;
    }
    .col-2 {
        width:100%;
    }
    #search, #saveSearch, #yardDetails {
        display:none;
    }
    #vehicleMenu, .close-mark {
        display:block;
    }
    .xmark {
        float:left;
    }
    #saveSearch .arrow-down, #saveSearch .arrow-up {
        background-image: none;   
    }
}

@media screen and (max-width: 760px) {
    #vehiclePhoto, #vehicleInfo {
        width:92%;
    }
}

@media screen and (max-width: 540px) {
    #excel, #pdf {
        display:none;   
    }
}

@media screen and (max-width: 460px) {
    #vehicles .vcol-1 {
        width: 100%;
    }
    #pageSize {
        display:none;   
    }
    #vehicles .ymm {
        width:95%; 
        overflow-x:hidden;
    }
    #vehicles .ylr {
         max-width:160px;
    }
}

@media screen and (max-width: 400px) {
    #vehiclePhoto, #vehicleInfo {
        width:85%;
    }
    #details .ymm {
        font-size: medium;   
    }  
    #vehicles .ylr {
         max-width:130px;
         font-size:10px;
    }  
}

@media screen and (max-width: 340px) {
    #vehicles .vcol-1 {
        width: 260px;
    }
    #pageSize {
        display:none;   
    }    
}



