#addveh_description {
	width: 75%;
	min-width: 280px;
	max-width: 600px;
	height: 150px;
	padding: 6px;
}
#logged_in_content, #logged_out_content {
	display: none;
}
.failedValidation {
	background-color: #dc1b1b !important;
	color: #fff !important;
}
.dskStatusBox {
	background-color: #32666e;
	color: #fff;
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
}
.nc_js_fn_image_progress {
	margin: 20px 0 0;
}
.nc_js_fn_image_progress img {
	display: inline-block;
}


#filesToUpload {
	margin: 0 0 10px;
}
#photosUploaded {display: none;}

#uploadImages {
	padding: 5px 10px;
	background-color: #333;
	color: #fff;
	display: inline-block;
	margin: 0 0 15px;
}
#uploadImages:hover {
	background-color: #666;
	cursor: pointer;
	text-decoration: none;
}


#photosUploadedList {
	padding: 0;
	
}

#photosUploadedList li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 10px 0;
}
#photosUploadedList li img {
	display: block;
	height: 90px;
    width: 144px;
}
/*
a.photoThumbFeatureit, a.photoThumbDelete {
	display: block;
	padding: 8px 10px;	
	box-sizing: border-box;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #fff;
}

.photoThumbFeatureit {
	background-color: blue;
}
.photoThumbDelete {
	background-color: #671818;

}
*/

.pulThumbnail {
	position: relative;
	border: 1px solid #424b4c;
}
.pulThumbnailFeatured:after, .pulThumbnailPendingDeletion:after {
 	position: absolute;
 	color: #fff;
 	font-size: 11px;
	position: absolute;
	bottom: 0;
	padding: 5px;
	font-family: arial;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.pulThumbnailFeatured:after {
 	background-color: #32666e;
 	content: "Featured Image";
 }
.pulThumbnailPendingDeletion:after {
 	background-color: #a91804;
 	content: "Pending Deletion";
 }
 
a.deleteThisImage, a.featureThisImage {
	position: absolute;
 	top: 0;
 	opacity: 0.9;
	padding: 10px;
	font-size: 16px;
	color: #fff;	
	line-height: 1;
	font-weight: normal;
}
 a.deleteThisImage {
 	left: 0;
 	background-color: #923838;
 }
 a.featureThisImage {
 	right: 0;
 	background-color: #418892;
 }
.pulThumbnailFeatured .featureThisImage, .pulThumbnailPendingDeletion .featureThisImage {
	display: none;
}  

#availability_cont {display: none;}  
#retrievingYtVideoID {
	padding: 0 0 0 30px;
}
#retrievingYtVideoID li {
	padding: 5px 0;
}
#retrievingYtVideoID li ul {
	padding: 5px 0 20px 30px;
}
.videoIDsample {
 	background-color: green;
 	color: #fff;
 }
#testVideoID {
 	background-color: #333;
 	color: #fff;
 	padding: 7px 10px;
 	border-radius: 3px;
 	display: inline-block;
 }
#testVideoID:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: #666;
}
#videoTest {display: none;}
/* Testing YouTube Video */
.youtube-embed-cont-test {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-embed-cont-test iframe, .youtube-embed-cont-test object, .youtube-embed-cont-test embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-embed-cont-test {margin: 0 0 30px;}
 
 
/* Existing Listings */
#yourVehicleListings {
	padding: 0;
	text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;

}
#yourVehicleListings li {
	list-style-type: none;
	margin: 0 0 40px;
}
.yvlImage {
	border: 1px solid #000;
	width: 215px;
	height: 135px;
	object-fit: cover;
    background-color: black;
}
#submit_form_add_vehicle {margin: 0 0 1em;}
.orange { color: #e2663e }
@media screen and (min-width: 700px) {
	#yourVehicleListings li {
		display: inline-block;
		width: 300px;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

#deleteDraft, #changeStatus {
	background: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	align-items: center;
	top: 0;
	left: 0;
	display: none;
}

.content-draft {
	width: 200px;
	background: #fff;
	padding: .7rem 1.3rem 1.5rem;
	margin: -150px auto 0;
	text-align: center;
}

.content-draft p {
	line-height: 22px;
	font-size: 11pt;
	width: 90%;
	margin: 0 auto;
}

.button-draft button {
	width: 80px;
	color: #fff;
	height: 25px;
	font-size: 10pt;
	background: #FE1D01;
	text-align: center;
	outline: 0;
	border: 0;
	float: left;
	cursor: pointer;
}

.button-draft button:last-child {
	float: right;
	background: #000;
}

#loader-photos {
	margin-bottom: 10px;
	display: none;
	margin-left: 49px;
}

#loader-photos img {
    width: 40px;
}

#yourVehicleListings div#loader img {
    width: 60px;
}
.messageWarining{
	color: red;
}