

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgray;
    opacity: 1; /* Firefox */
  }


  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#edit-vehicle-body{
    padding-top: 2%;
    background: url() center center fixed;
    background-image: url('/static/images/london-background.webp');
    background-size: cover;
    /* color: white; */
    /* height: 80vh; */
    font-family: 'Open Sans', sans-serif;
}

.edit-selected-vehicle-panal{
    border: solid 5px #000080
}

.edit-vehicle-vehicle-main-panal{
    display: flex;
    justify-content: space-around;
    background-color: white;
    margin: 10px;
    border-radius: 10px;
}

#edit-vehicle-back{
    border-radius: 500px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: large;
    font-weight: bold;
    background-color: #000080;
    border: #000080 3px solid;
    min-width: 200px;
}

#edit-vehicle-back a{
    text-decoration: none;
    color: white ;
}


@media (max-width: 768px){
    .edit-vehicle-vehicle-main-panal{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .edit-vehicle-select-div{
        margin: 20px;
    }
}

.edit-vehicle-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.edit-vehicle-name{
    font-size: 25px;
    font-weight:normal
}


.edit-vehicle-select-btn{
    border-radius: 500px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: large;
    font-weight: bold;
    border: #000080 3px solid;
    color: #000080 ;
    min-width: 200px;
}

.edit-selected-vehicle-btn{
    border-radius: 500px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: large;
    font-weight: bold;
    background-color: #000080;
    border: #000080 3px solid;
    color: white ;
    min-width: 200px;
}

.edit-vehicle-select-div{
    display: flex;
    align-items: center;
}

.edit-vehicle-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin-top: 15px;
}

.edit-vehicle-details-panal{
    margin-bottom: 2%;
    background-color: white;
    border-radius: 5px;
    padding: 5px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}  
.edit-vehicle-info{
    text-align: center;
    font-weight: normal;
    font-size: small;
    line-height: normal;
}
/* 
.edit-vehicle-info > p:first-of-type {
    font-weight: bold;
  } */

  .edit-vehicle-pay-btn-div{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }

  .edit-vehicle-pay-btn{
    border-radius: 500px;
    padding: 7px;
    font-size: 20px;
    font-weight: bold;
    background-color: #000080;
    color: white;
    border: none;
    margin: 10px 5px;
  }

  #edit-vehicle-cash-confirm{
      text-decoration: none;
      color: white;
  }

  #addressOldNewDiv{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#pass-edit-b-info{
    padding: 10px;
    border: #000080 0px solid; 
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #000080;
    box-shadow: 0 0 5px #000080;
    margin-bottom: 10px;
}

.fa-arrow-alt-circle-right{
    font-size: 70px;
    /* margin-top: 30px; */
    margin-left: 30px;
    margin-right: 30px;
    color: #000080;
}
.fa-arrow-alt-circle-down{
    font-size: 70px;
    /* margin-top: 0px; */
    margin-left: 30px;
    margin-right: 30px;
    color: #000080;
    display: none !important;
}

#oldNewAddArrow{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 767px){
    
  #addressOldNewDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fa-arrow-alt-circle-down{
    display: inline !important;
}
.fa-arrow-alt-circle-right{
    display: none !important;
}
}


.old-vehicle-vehicle-panal{
    display: flex;
    flex-direction: column;
  }

  .oldNew-vehicle-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.oldNew-vehicle-img img{
  width: 250px;

}

.oldNew-vehicle-info{
    padding: 10px;
    border: #000080 0px solid; 
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #000080;
    box-shadow: 0 0 5px #000080;
    margin-bottom: 10px;
    margin-top: 20px;

}

.oldNew-vehicle-info p{
    font-weight: bold;
    margin: 5px;}