﻿.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.public-body
{
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}

.public-wrapper
{
	margin: 10% auto 10px;
	/*border: solid 1px black;	*/
	/*padding: 10px;	*/
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-image: url(../../images/default/loginV6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	width: 540px;	
}
body.boat .public-wrapper
{
    background-image: url(../../images/default/login-boat.jpg);
}
body.bike .public-wrapper
{
    background-image: url(../../images/default/login-bike.jpg);
}
.public-wrapper h3
{
	color:#6a7682;
	font-size:14px;
	font-weight: bold;
	margin-bottom:2px;
	margin-top:2px;
}

.public-wrapper h4
{
	color:#6a7682;
	font-weight: normal;
	font-size:11px;
	margin-bottom:10px;
	margin-top:2px;
}

.public-wrapper a:link,
.public-wrapper a:hover,
.public-wrapper a:visited
{
	color: #067393;
	text-decoration: none;
}

.public-box
{
	
}

.public-button, .button , .button-disabled, .btn
{
	background: url("../../images/default/button.png") repeat-x scroll 0 100% #51cce9;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    max-width: 300px;
    padding: 5px 10px;
    text-shadow: none;
	cursor: pointer;
	font-family:Arial;
	font-size:13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.button , .button-disabled, .btn 
{
	padding:3px 6px;	
	font-size:12px;
}

a.btn 
{
	padding:4px 6px;	
}
a.btn:hover 
{
	text-decoration:none;
}
.admin-body .admin-wrapper a.button, .admin-body .admin-wrapper a.button:hover {
	color:#fff;
	
}
.public-button:hover, .button:hover , .button-disabled:hover, .btn:hover
{
	background-color:#067393;
}

.public-wrapper .field
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin-bottom:2px;
	margin-left:0px;
	margin-top:2px;
	width:240px;	
	border: solid 1px #999999;
}

h1, h2, h3
{
	color:#067393;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;	
}

h2 
{
	font-size: 15px;
	color: #1e1e1e;
}

h3
{
	font-size: 14px;
	color: #1e1e1e;
}


.admin-body
{
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;	
	//background-image: url(../../images/default/admin-top.jpg);	
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
}

.enquiry-table 
{
	text-align: center;
	border-collapse: collapse;
}

.stocklist-body
{
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
	margin: 0px;
}

.legal-body
{
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
}

.admin-wrapper
{
	box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.admin-body a:link,
.admin-body a:hover,
.admin-body a:visited
{
	color: #067393;
	text-decoration: none;
}

.admin-body a:hover
{
	text-decoration: underline;
}

.admin-body fieldset
{
	border:2px solid #666666;
	margin:0px;
	margin-top: 5px;
	padding:5px;
	padding-bottom: 10px;	
	background-image: url(../../images/default/fieldset-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.admin-body legend
{
	color:#067393;
	font-size:10px;
	font-weight:bold;
	margin-left:10px;
	padding:0px;	
}


.admin-option-list
{
	padding: 10px;
	clear: both;
}

.admin-option-item
{
	float: left;
	padding: 15px;	
	padding-top: 5px;
	width: 100px;
	height: 30px;
}
.admin-mapping-item
{
	float: left;
	padding: 15px;	
	padding-top: 5px;
	width: 300px;
	height: 30px;
	font-size:14px;
}
.admin-content
{
	padding:0 10px;
}

.admin-navigation-site
{
/*	padding-bottom: 10px;
	height: 17px;*/
	background: #2baac7;
}

.admin-navigation-site ul#top-menu
{
	padding: 0px;
	margin: 0px;
	border-bottom:4px solid #212121;
}

.admin-navigation-site ul#top-menu li
{
	list-style: none;
	float: left;
	position:relative;
	z-index:19;
/*	background-image: url(../../images/default/admin-top-button.jpg);*/
	/*width: 98px;	*/
	text-align: center;
	border-right:1px solid #0f7b9b;
	border-left: 1px solid #45bde2;
	
}
.admin-navigation-site ul#top-menu li > a
{   
	padding: 8px 12px;	

}
.admin-navigation-site ul#top-menu li a:link,
.admin-navigation-site ul#top-menu li a:visited,
.admin-navigation-site ul#top-menu li a:hover 
{	
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	_padding-left: 10px;
}

.admin-navigation-site ul#top-menu > li:hover {
	background:#0f7b9b;
	border-bottom:4px solid #18c3f3;
	top:4px;
	margin-top:-4px;
}
.admin-navigation-site ul#top-menu > li:hover  ul {
	display:block;
}
.admin-navigation-site ul#top-menu li.active-page
{
	background:#212121;
	width:175px;
	border-left:none;
}
.admin-navigation-site ul#top-menu li.first {
	border-left:none;
}

.admin-navigation-site ul#top-menu li.feedback {
	border-right:none;
}


.admin-navigation-site ul#top-menu li.logout
{
	float: right;
	border-right:none;
	border-left:none;
	margin-right:10px;
}


.admin-navigation-site ul#top-menu li.logout a
{
	padding:4px 10px;
	margin:4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
    color: #000;
}
.admin-navigation-site ul#top-menu li.logout:hover {
	top:0;
	margin-top:0;
	border:0;
	background:#2baac7;
}
.admin-navigation-site ul#top-menu li.logout:hover  a {
	background:#000;
	color:#fff;
}
.admin-navigation-site ul#top-menu li ul {
	position: absolute;
    top: 31px;
    width: 200px;
	z-index:20;
	padding:0;
	display:none;
}
.admin-navigation-site ul#top-menu ul li {
	display:block;
	background:#0f7b9b;
	border-bottom:1px solid #0d6680;
	float:none;
	text-align:left;
	height:33px;
	border-left:none;
}
.admin-navigation-site ul#top-menu ul li a {
	display:block;
	color:#fff;
	font-size:12px;
	background:none;
}

.admin-navigation-site ul#top-menu ul li:hover {
	background:#0a556b;
	
}

.admin-navigation-page
{
	padding-left: 10px;
	padding-top: 10px;
}

.admin-navigation-page ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.admin-navigation-page ul li
{
	float: left;
	padding-right: 50px;	
}

a.admin-navigation-option:link,
a.admin-navigation-option:visited,
a.admin-navigation-option:hover,
.admin-navigation-page ul li a:link,
.admin-navigation-page ul li a:visited,
.admin-navigation-page ul li a:hover
{
	color: #FF6600;
	text-decoration: none;	
}

a.admin-navigation-option:hover,
.admin-navigation-page ul li a:hover
{
	text-decoration: underline;	
}



.admin-table,
.list-view-table,
.thumbnail-table
{
	background-color: White;
}

.admin-coloured-row 
{
	background-color: #d0d4d9;	
}
.inactive-row 
{
	background-color: #ecebeb;	
}
.admin-coloured-row-enquiries
{
	background-color: #e2e6eb;
}

h6
{
	margin:0px;
	padding-bottom:3px;
	padding-left:3px;
	padding-top:3px;
	vertical-align:bottom;	
	font-weight: bold;
	font-size: 12px;
}

h5
{
	margin:0px;
	padding-bottom:3px;
	padding-left:0px;
	padding-top:3px;
	vertical-align:bottom;	
	font-weight: bold;
	font-size: 11px;
	color: #139ec7;
}

h4
{
	margin:0px;
	padding-bottom:3px;
	padding-left:3px;
	padding-top:3px;
	vertical-align:bottom;	
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

input.form-field,
select.form-field,
textarea.form-field
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:3px;	
	width: 220px;
	border: solid 1px #999999;
}

input.form-field-small,
select.form-field-small,
textarea.form-field-small
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:3px;	
	width: 160px;
	border: solid 1px #999999;
}

textarea.form-field-large
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:3px;	
	width: 99%;
	border: solid 1px #999999;
	overflow: auto;	
}

textarea.wide,
input.wide
{
	width: 400px;
}

input.red-border
{
	border: solid 1px red;
}

.button-list
{
	padding: 5px;		
}

.admin-body	a.btn 
{
	color:#fff;
}


.right
{
	text-align: right;	
}

.car-list-navigation
{
	background-color: #16accd;
	background-image: url(../../images/default/nav-bg.jpg);
	background-repeat: repeat-x;
	/*padding: 2px;*/
}

.car-list-sub-navigation 
{
	padding-top: 5px;
	padding-left: 5px;
	height: 27px;	
}

.car-list-sub-navigation div
{	
	vertical-align: text-top;
}


.tab
{
	float: left;
	height: 27px;
/*	padding: 10px;
	padding-right: 30px;		*/
	/*height: 17px;*/
}

.off 
{
	
}

.on
{
	/*background-color: #f5f7f9;	*/
}

.car-list-filter
{
	background-color: #eaeef1;
	background-image: url(../../images/default/filter-bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	border: solid 1px #c1c6ca;
}

.car-list-filter select,
.car-list-sub-navigation select
{
	width: 190px;	
}

.car-list-filter .filter-keyword
{
	width: 183px;	
}

.car-list-totals
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.gap
{
	height: 5px;
}

.gallery-view
{
	width: 100%;	
}

.gallery-view-cell
{
	border: solid 1px #CCCCCC;
	background-color: White;
}

table.gallery
{
	/*width: 180px;*/
	
}


div.gallery
{
	width: 180px;
}

table.gallery td
{
	padding-left: 10px;
	padding-right: 10px;	
}

.gallery-image
{
	padding-top: 10px;
	padding-bottom: 5px;
}

.gallery-link 
{
	text-align: center;	
	padding-bottom: 5px;
}

table.gallery-info 
{
	border-top: solid 1px #666666;
	padding-bottom: 5px;
	width: 160px;
}

table.gallery-info td
{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}


div.message
{
	background-position:5px 5px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	min-height:48px;
	padding:8px 8px 8px 45px;
	white-space:normal;	
}

div.alert
{
	background-image:url(../../images/alert.png);
	color:#E50102;
	border: solid 2px #E50102;
	background-color: White;
}

div.info
{
	background-color: white;
	border: solid 2px #2baac7;	
	background-image:url(../../images/success.png);
}
.alert-message 
{
    padding:15px 20px;
    background-color: #f44336;
    color: white;
    position:absolute;
    left:0;
    right:0;
    width:100%;
    top:0px;
    z-index:20;
    box-sizing:border-box;
    display:none;
}
.alert-message h2
{
    font-size:20px;
    text-align:center;
    color:#fff;
    margin:0;
}
.alert-message.alert-success 
{
    background:#4CAF50;
}


.pagination
{
	padding: 2px;	
}

.pagination a:link,
.pagination a:visited,
.pagination a:hover
{
	display: inline-block;
	background-color: White;
	color: #0166ce;
	border: solid 1px #0166ce;
	font-weight: bold;		
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;	
}

.pagination a span
{
}

.pagination a:hover
{
	text-decoration: none;
	background-color: #88b8e6;	
}

.pagination .currentpage
{
	display: inline-block;
	color: white;
	border: solid 1px #615f60;
	background-color: #615f60;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.required
{
	color: #666666;
}

.fuelsaver-box
{
	border: solid 1px #7d7b7e;
	background-color: White;
	background-image: url(../../images/default/fuelsaver-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.fuelsaver
{
	/*background-color: #ffcc00;*/
}

.stock-row
{
	border-bottom: solid 1px #d4d4d4;
	background-color: White;
}

fieldset.stock-list
{
	border:1px solid black;
	margin:5px;
	padding:5px;
	padding-bottom: 10px;	
	background-image: none;
	background-color: White;
}

fieldset.stock-list legend
{
	color: Black;
	font-weight: normal;
}

.progress-box
{
	padding-left: 50px;
	padding-right: 50px;
}

.progress-text
{
	padding-top: 10px;
}

.progress-bar
{
	border: solid 1px black;
	background-color: White;
}

.progress-slider
{
	height: 30px;
	background-color: #2baac7;
}

#dhtmlgoodies_tooltip
{
	background-color: #e8f85d;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size: 9px;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: Verdana, Arial, sans-serif;
	cursor: pointer;
}		
/*
#dhtmlgoodies_tooltipShadow
{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	
}
*/
.tooltip-help
{
	margin-left: 3px;	
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../../images/default/help.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tooltip-request
{
	margin-left: 3px;	
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../../images/default/request.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*  TABLE USED FOR DISPLAYING LARGE MESSAGES IN ENQUIRIES
--------------------------------------------------------*/

.main-content-enquiry 
{
	width: 600px;
	margin: 0 auto;
}

.main-content, .main-content-enquiry
{
	border: 2px solid #999;
	border-collapse: collapse;
	margin-top: 8px;
}
	
	.main-content td 
	{
		border: 2px solid #999;
		padding: 4px;
		text-align: center;
	}

	.main-content-enquiry td 
	{
		padding: 8px 4px;
		text-align: center;
	}

.left_column
{
	width: 20%;
}

.right_column
{
	width: 80%;
}

.clear 
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.send-message-field 
{
	width: 500px;
	height: 18px;
}

.send-message-multiline 
{
	width: 500px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	padding-left: 3px;
}

#txtSummary
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.entireMessage
{
	display: block;
	width: 64px;
	height: 21px;
	margin: 0 auto;
	margin-top: 4px;
	font-weight: bold;
}

.emailMessage
{
	display: block;
	width: 64px;
	height: 21px;
	float: left;
	background: url(../../images/default/email.jpg) no-repeat;
	text-indent: -9999px;
}

.phoneMessage
{
	display: block;
	float: left;
	width: 64px;
	height: 21px;
	background: url(../../images/default/phone.jpg) no-repeat;
	text-indent: -9999px;
	margin-left: 4px;
}

.detailsMessage
{
	display: block;
	width: 64px;
	height: 21px;
	background: url(../../images/default/details.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	float: left;
}

.deleteMessage
{
	display: block;
	width: 64px;
	height: 21px;
	background: url(../../images/default/delete.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	float: left;
	margin-left: 4px;
}

.past-enquiries-link 
{
	font-weight: bold;
	font-size: 11px;
}
.highlight 
{
	color: #00529B;
	background-color: #BDE5F8;
	border:1px solid;
	margin:0px;
	padding:5px; 
	font-weight:bold;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	
}
.highlight h1 
{
	font-weight:bold;
	font-size:12px;
	padding:0 0 5px 0;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
}

.listing-type label 
{
	font-size:9px;
	color:#000;	
	padding-right:68px;
	font-weight:bold;
}

.special-price 
{
	color:#ff0000;
}

.hide 
{
	display:none;
}

.use-simple-uploader h2
{
	font-size:13px;
}


#sortable  
{
	list-style-type: none; 
	margin: 10px auto; 
	padding: 0; 
	max-width: 535px; 
	display: flex;
    flex-wrap: wrap;
}
#sortable li  
{	
	display:inline-block;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:75px;
	padding:10px;
	text-align:center;
	border:1px solid #999999;
	background:#fff;
	cursor:move;
	height: 100%;
}

#sortable li:hover 
{
	border:1px solid #067393;
}

#sortable li .thumb, #sortable li .delete 
{
	display:block;
}
#sortable li .delete 
{
	cursor:pointer;
	padding:5px 0;
}
#sortable li.ui-state-highlight  
{
	border:1px dashed #05A009;
	background:#B7F8B8;
}

#sortable:after 
{
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

div.info-icon 
{
	background-color: white;
	border: solid 2px #067393;	
	color:#3f75f7;
	background-image:url(../../images/info.png);
}

div.info-icon h5 
{
	color:#067393;
}

table.dealer-list tr:hover
{
	background:#2baac7;
	color:#fff;
}
table.dealer-list tr:hover a 
{
	color:#fff;
}
#header 	{
	padding:0;
	margin:0;
	position: relative;
}
#header:after {
    clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
	#header .logo {
		float: left;
		width: 100%;
		min-height: 94px;
	}
#header 	.download-chrome {
    /*float:right;
padding-top:30px;
margin-right:20px;*/
    position: absolute;
    display: flex;
    justify-self: flex-end;
}
#header 	.download-chrome img {
	border:0;
}

	#header .carupdater-tv {
		position: absolute;
		right: 0;
	}
/*	#header .add-vehicle {
		position: absolute;
		right: 500px;
	}
	#header .show-vehicle {
		position: absolute;
		right: 300px;
	}*/
	.browser {
		margin-top: 20px;
		margin-left: -120px;
	}
.browser  img {
	margin:0 auto;
	display:block;
}
img {
	border:0;
	max-width:100%;
}
td.mobile-site-link 
{
   text-align:center;
   padding-top:20px; 
}
/*dashboard*/
#dashboard {
	padding:10px 0;
}
#dashboard .quick-action {
	margin:0 auto;
}
#dashboard .quick-action ul {
	list-style:none;
	padding:0;
}	
#dashboard .quick-action ul  li {
	display:inline-block;
	float:left;
	margin-bottom:20px;
	width:18%;
	margin-left:2%;
}
#dashboard .quick-action ul  li:first-child {
	margin-left:0;
}
#dashboard .quick-action ul  li a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
}
#dashboard  h2, .montly-report h2{
	font-family:arial;
	color:#0f83a3;
	border-bottom:1px solid #635F60;
	font-size: 27px;
}
.bold {
	font-weight:bold;
}
.uppercase {
	text-transform:uppercase;
}
table.data-list {
	width:100%;
	font-family:arial;
	font-size:12px;
}
table.data-list.border td {
	border-bottom:1px solid #c5c5c5;
	padding:5px 0;
}

.top-list {
	padding-top:20px;
}
.top-list h3 {
	font-size:16px;
	font-family:arial;
	font-weight:bold;
}
.col-2 {
	width:46.5%;
	float:left;
	margin-left:3%;
}
.col-3 {
	width:31.3333%;
	float:left;
	margin-left:3%;
}
.col-4 {
	width:22.75%;
	float:left;
	margin-left:3%;
}
.col-2.first, .col-3.first, .col-4.first  {
	margin-left:0
}
.action-btn {
	//-moz-box-shadow: 0px 10px 14px -7px #276873;
	//-webkit-box-shadow: 0px 10px 14px -7px #276873;
	//box-shadow: 0px 10px 14px -7px #276873;
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2baac7), color-stop(1, #0f83a3));
	background:-moz-linear-gradient(top, #2baac7 5%, #0f83a3 100%);
	background:-webkit-linear-gradient(top, #2baac7 5%, #0f83a3 100%);
	background:-o-linear-gradient(top, #2baac7 5%, #0f83a3 100%);
	background:-ms-linear-gradient(top, #2baac7 5%, #0f83a3 100%);
	background:linear-gradient(to bottom, #2baac7 5%, #0f83a3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2baac7', endColorstr='#0f83a3',GradientType=0);
	background-color:#2baac7;*/
	//-moz-border-radius:8px;
	//-webkit-border-radius:8px;
	//border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:13px 18px;
	text-decoration:none;
	//text-shadow:0px 1px 0px #3d768a;
	background:#2baac7;
}
.action-btn:hover {
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0f83a3), color-stop(1, #2baac7));
	background:-moz-linear-gradient(top, #0f83a3 5%, #2baac7 100%);
	background:-webkit-linear-gradient(top, #0f83a3 5%, #2baac7 100%);
	background:-o-linear-gradient(top, #0f83a3 5%, #2baac7 100%);
	background:-ms-linear-gradient(top, #0f83a3 5%, #2baac7 100%);
	background:linear-gradient(to bottom, #0f83a3 5%, #2baac7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f83a3', endColorstr='#2baac7',GradientType=0);
	background-color:#0f83a3;*/
	background:#2391aa;
}
.action-btn:active {
	position:relative;
	top:1px;
}
#dashboard ul.dashboard-nav  li {
	position:relative;
}
#dashboard ul.dashboard-nav > li:hover  ul {
	display:block;
}
#dashboard ul.dashboard-nav li ul {
	position: absolute;
    top: 44px;
    width: 338px;
	z-index:20;
	padding:0;
	display:none;
}
#dashboard ul.dashboard-nav ul li {
	display:block;
	background:#0f7b9b;
	border-bottom:1px solid #0d6680;
	float:none;
	text-align:left;
	margin:0;
	width:100%;
	
}
#dashboard ul.dashboard-nav ul li a {
	display:block;
	color:#fff;
	font-size:12px;
	background:none;
	padding:10px;
	font-weight:bold;
}

#dashboard ul.dashboard-nav ul li:hover {
	background:#0a556b;
	
}
#dashboard .filter-container .inner
{
    text-align:right;
    font-weight:bold;
} 
#dashboard .filter-container .inner input 
{
    padding:5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
#dashboard .filter-container .inner .button 
{
    vertical-align:top;
}
#dashboard .filter-container .inner .text 
{
    border:1px solid #2baac7;
    font-weight:bold;
}
#dashboard .filter-container .inner .text:focus
{
    border-color:#0c637c;
} 
/*#dashboard*/


/*Enquires*/
.enquiry-list-container 
{
    margin:20px auto;
	padding:0px;
	width:90%;
}
.enquiry-list-tbl-container {
	margin:0;
	padding:0px;
	width:100%;
	box-shadow: 5px 5px 2px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.enquiry-list-tbl-container table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.enquiry-list-tbl-container tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.enquiry-list-tbl-container table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.enquiry-list-tbl-container table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.enquiry-list-tbl-container tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.enquiry-list-tbl-container tr:hover td{
	background-color:#eaeaea;
		

}
.enquiry-list-tbl-container td{
	vertical-align:middle;
	
	background-color:#f4f4f4;

	border:1px solid #cccccc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.enquiry-list-tbl-container td.variant 
{
    font-size:10px;
}
.enquiry-list-tbl-container tr:last-child td{
	border-width:0px 1px 0px 0px;
}.enquiry-list-tbl-container tr td:last-child{
	border-width:0px 0px 1px 0px;
}.enquiry-list-tbl-container tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.enquiry-list-tbl-container tr:first-child td{
		background:-o-linear-gradient(bottom, #212121 5%, #212121 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #212121), color-stop(1, #212121) );
	background:-moz-linear-gradient( center top, #212121 5%, #212121 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121");	background: -o-linear-gradient(top,#212121,212121);

	background-color:#212121;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.enquiry-list-tbl-container tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #212121 5%, #212121 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #212121), color-stop(1, #212121) );
	background:-moz-linear-gradient( center top, #212121 5%, #212121 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#212121");	background: -o-linear-gradient(top,#212121,212121);

	background-color:#212121;
}
.enquiry-list-tbl-container tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.enquiry-list-tbl-container tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.pagination{list-style:none;padding:0}.pagination li{list-style:none;float:left;margin-right:.2em;margin-bottom:.66666667em}.pagination li a, .pagination li a:link, .pagination li a:visited{border:none;margin:0;color:#03a4ce;border-image:none;float:left;line-height:38px;padding:0 15px;text-decoration:none;border:1px solid #03a4ce}.pagination li:hover a{border-color:#027c9c;color:#027c9c;line-height:38px;padding:0 15px;}.pagination li.active{padding:0}.pagination li.active a{background:#03a4ce;color:#fff}.pagination li.disabled a{background:#fff;border:1px solid #ccc;color:#ccc;line-height:38px;padding:0 15px;}.pagination:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}


.pagination-container .pagination {
    list-style: outside none none;
    padding: 0;
}
.pagination-container .pagination li {
    float: left;
    margin-bottom: 0.666667em;
    margin-right: 0.2em;
}
.pagination-container .pagination li a {
    border: 1px solid #03a4ce;
    color: #03a4ce;
    float: left;
    line-height: 26px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
}
.pagination-container .pagination li:hover a {
    border-color: #027c9c;
    color: #027c9c;
}
.pagination-container .pagination li.active {
    padding: 0;
}
.pagination-container .pagination li.active a {
    background: none repeat scroll 0 0 #03a4ce;
    color: #fff;
}
.pagination-container .pagination li.disabled a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #ccc;
}
.pagination-container .pagination:after, .search:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.search 
{
    margin:10px 0;
}

.search .input-wrapper 
{
    width:150px;
    float:left;
}
.search .input-wrapper input {
    box-sizing: border-box;
    display: inline-block;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 100%;
    padding:5px;
    background:#fff;
    border: 1px solid #cccccc;
    color: #7b7577;
}
.search .input-wrapper input:focus 
{
    border-color:#838282;
}
.search .submit-btn-wrapper
{
    width:80px;
    margin-left:10px;
    float:left;
}
.search .submit-btn-wrapper .button
{
    padding:5px 6px;
}
/*#Enquires*/
td.inactive, tr.inactive {
	background-color: #FEEFB3;
    border-color: #9F6000;
}
.chosen-results .level-0
{
    font-weight:bold;
}
.chosen-container .chosen-results .level-1
{
    padding-left:38px;
}
.filter, .stats-result
{
    padding:20px;
}
.filter, .filter input, .filter select     
{
    font-size:15px;
    color:#555555;
        
}
.filter input.button  
{
    color: #fff;
    padding:8px;
}
.filter input.text  
{
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    padding:7px 8px;
}
.filter label, .stats-result label
{
    font-weight:bold;
}
.filter-date
{
    float:left;
}
.filter-dealer, .filter-group, .filter-group, .filter-view-source, .filter-btn
{
    float:left;
    margin-left:10px;
}    
a.chosen-single:hover 
{
    text-decoration:none;
}

/*new css for car edit page*/

.button-blue-link {
	display: inline-block;
	padding: 8PX;
	font-size: 12px;
	color: white !important;
	background-color: #03569c !important;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	margin-bottom: 15px;
}

	.button-blue-link:hover {
		background-color: #0056b3;
	}

.button-red-link {
	display: inline-block;
	padding: 8PX;
	font-size: 12px;
	color: white !important;
	background-color:orangered !important;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	margin-bottom: 15px;
}

	.button-red-link:hover {
		background-color: #0056b3;
	}