@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oxygen+Mono);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
.right{
	float:right;
	margin-left:5px;
}
.toggle{
	cursor:pointer
}
.hidden{
	display:none;
}
#footer{
	padding:10px 0;
	margin:10px 0 0 0;
	border-top:1px dotted #E1E1E1;
	text-align:center;
}
#footer ul {
	list-style-type:none;
	display:block;
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	padding: 0 9px;
	border-right:1px solid #666
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover, #footer .active {
	color: #000;
	text-decoration:underline
}

#logform{
	font-family: 'Lato', sans-serif;
}
#logform .message{
	float:left;
	font-size:13px;
	background-color:#eee;
	border:1px solid #333;
	border-radius:6px;
	margin:10px 0;
	padding:10px 20px;
}
#logform a{
	color:#4475F2;
	text-decoration:none;
}
#logform a:hover{
	text-decoration:underline
}
#logform .message a {
	font-weight:700;
}
#logform h1{
    color:#333;
    font-size:30px;
    text-align:center;
    padding-top:20px;
    margin-bottom:20px;
}
#logform h1 span{
    font-weight:bold;
    color:#333;
    opacity:.3;
}
#logform .loginerror,
#logform .loginsuccess {
	width: 100%;
	font-size:14px;
	margin:10px 0;
	padding:6px;
	text-align:center;
	color: #fff;
	font-weight: 700;
}
#logform .loginsuccess {
	background-color:#1D4FCF;
}
#logform .loginerror {
	background-color:#ff0000;
}
#vlistings {
	font-size:14px;
  	margin-bottom:0
}
#vlistings th {
  padding: 0 0 0 2px;
  cursor: pointer;
}
#vlistings td.warning{
	background-color:#FC0;
}
#vlistings td.success{
	background-color:#093;
}
#vlistings th a, .control-label a, .form-horizontal h2 a{
	border-bottom:1px dotted #03F;
	cursor:help;
}
#vlistings img.nopic {
    filter: alpha(opacity=40);
    opacity: 0.4;
}
#vlistings .feedkey img{
	height:14px;
	width:14px;
}
#listings{
	text-align:left;
}
#listings a {
	color:#36F;
	font-weight:700;
	text-decoration:none;
}
#listings a:hover {
	text-decoration:underline;
}
#listings th {
	text-transform:uppercase;
	font-weight:300;
	padding:5px;
	background-color:#F76742;
	color:#fff;
}
/*#listings tr th:first-child,#listings tr td:first-child,#listings .first-child{width:8%}*/
#listings td {
	padding: 5px;
	background: #FEFBF5;
	border-bottom: 1px solid #dcdcdc;
}
#listings tr td:first-child{
	cursor:pointer;
}
#listings tr.alt td {
	background: #FDF5E3;
}
#listings tr.over td,
#listings tr:hover td{
	background: #EACA84;
	color:#fff;
}
#listings .editopt{
	text-align:center;
}
#listings .editopt img{
	border:none;
}
#listings .pre{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.required{
	font-size:14px;
	font-weight:300;
}
.redtext,
.required {
	color:#900;
}
.bluetext {
	color:#06C;
}
.greentext {
	color: #096;
}
.goldtext {
	color: #DEA909;
}
.active-status{ 
    background:#096;
    color:#fff;
}
.huge{
	font-size:40px;
}
.panel-blue {
    border-color: #337ab7;
}
.panel-blue .panel-heading {
    border-color: #337ab7;
    color: #fff;
    background-color: #337ab7;
}
.panel-blue a {
    color: #337ab7;
}
.panel-blue a:hover {
    color: #23527c;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}
.panel-green a {
    color: #5cb85c;
}
.panel-green a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}
.panel-red a {
    color: #d9534f;
}
.panel-red a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}
.panel-yellow a {
    color: #f0ad4e;
}
.panel-yellow a:hover {
    color: #df8a13;
}
.dot{
	float:left;
	padding: 3px;
}
.control-label a, .form-horizontal h2 a{
	text-decoration:none;
}
.fg-toolbar input, .fg-toolbar select{
	color:#333;
}
#trim select {
    color:#ff0000;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.4);
}
#trim option:not(:checked) {
    color: #000;
}

#feedsform h1,
.form-horizontal h1{
	font-size: 18px;
	margin: 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #333;
}
#feedsform h1 span
.form-horizontal h1 span{
    font-weight:bold;
    color:#333;
    opacity:.3;
}
.form-horizontal h2{
	font-size: 14px;
	font-weight:700;
	margin: 10px 0;
	padding: 0 0 5px 0;
}
/*#features .checkbox-inline, #custfeatures .checkbox-inline{
	width:32%;
	margin-left:0;
}*/
.features .checkbox+.checkbox {
    margin-top: 0;
}
.features .checkbox {
	margin-top: 0;
    margin-bottom: 10px;
}
.dealersearch,
.vehiclesearch{
	margin:20px 0;
}
.selectable{
	cursor:pointer;
}
.center{
	text-align:center;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.free{
	color:#999;
}
.thumbnail {
    position:relative;
    overflow:hidden;
}
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}
.status_report th {
    color: #fff;
    background: #343485;
    text-align: left;
    padding: 8px;
    margin: 0;
}
.status_report tfoot{
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.status_report tfoot tr{
	background:#000;
}
@media (min-width: 768px){
	.form-horizontal .control-label {
		text-align: left;
	}
	.form-horizontal .control-label {
		margin-bottom:6px;
	}
}
.progress{
	margin-bottom:0;
}