.container {max-width:1280px; border:0px solid green;}
#mainContent{ width: 990px; max-width: 990px; padding-right:3px; border:0px solid red; }
#sideContent{ width: 320px; max-width: 320px; padding-left:2px; border:0px solid blue; }
.container-shadow { box-shadow: -2px 0 15px 0 #eeeeee, 2px 0 15px 0 #eeeeee; }
.totalHeader .navbar { margin-bottom: 3px;}
.clearance { height: 0px !important; }
.webintern-footer .container {background:none !important; color: #2f2f2f; }
.webintern-footer { margin-top: 50px; }
ul, menu, dir { -webkit-padding-start:0px;}


.brandColor { color:#f3515c !important;  }
.brandBackgroundColor { background-color:#f3515c !important;  }
.form-control:focus {
    border-color: #ff5a5f !important;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192, 33, 37,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(192, 33, 37) !important;*/
}
input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none !important;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before
{
		outline: none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}



h1.usedCarPostFormHeadingStyleOne
{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
    text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#usedCarPostForm {
	width: 90%;
	margin:0 auto;
	margin-bottom:50px;
}
@media (min-width: 768px) {
	#usedCarPostForm {
		min-height: 700px;
	}
}
#usedCarForm {
		margin-top:60px;
}

.form-group { margin-bottom: 30px !important; }
.formField {
	height: 55px !important;
    border-radius: 0px !important;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-shadow: 0 4px 0 0 #ccc;
	}

.form-field:focus {
	border: 1px solid #c92025;
	 border-bottom: 2px solid #c92025;
}
label {
    margin: 10px 0px 5px 0px !important;
}
.submitZone { width:100%; margin:0 auto; margin-top: 75px;}
.submitButton { text-align:center; }
.usedCarSubmit {
	/* #c92025 #892224 */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c92025), color-stop(1, #892224));
	background:-moz-linear-gradient(top, #c92025 5%, #892224 100%);
	background:-webkit-linear-gradient(top, #c92025 5%, #892224 100%);
	background:-o-linear-gradient(top, #c92025 5%, #892224 100%);
	background:-ms-linear-gradient(top, #c92025 5%, #892224 100%);
	background:linear-gradient(to bottom, #c92025 5%, #892224 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c92025', endColorstr='#892224',GradientType=0);
	background-color:#c92025;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	padding:18px 76px;
	text-decoration:none;
	text-shadow:-1px 0px 0px #c92025;
	border: 0px;
}
.usedCarSubmit:hover {
	background:#c92025;
	background-color:#c92025;
	border: 0px;
}
.usedCarSubmit:active {
	position:relative;
	top:1px;
	border : 0px;
}

/*
label styling
*/
.inline-label label {
    position: absolute;
    top: 0;
    font-size: 80%;
    color: #788991;
    font-weight: bold;
    padding: 6px 12px;
}
.inline-label .form-control {
    padding-top: 24px;
    height: auto;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    }
.form-control:focus+label {
    color: #66afe9;

    }


/*
separator
*/

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  width: 20%;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}


/*
radio buttons
*/

.carData .radioSelection{
	margin: 5px 7px 20px;
	display: inline-block;
    }
 .carData .radioSelection label{

   	border: 1px solid #d6d6d6;
    box-shadow: 0 6px 2px -2px #f2f2f2;
   	font-size: 15px;
    height: 50px;
   	text-align: center;
   	padding: 15px 50px;
	cursor:pointer;
    }
.carData .radioSelection label:hover{
    border-color: #c52024;
    box-shadow: 0 4px 0 0 #c52024;

    }

.carData  input[type=radio] {
  display: none;
}
.carData .radioSelection input[type=radio]:checked+label {
   border-color: #932224;
    box-shadow: 0 4px 0 0 #932224;

}

/*
chosen
*/

.chosen-container-single .chosen-single {

	height: 55px !important;
    border-radius: 0px !important;
    line-height: 55px !important;
    background: #FFF !important;
	 border: 1px solid #ccc !important;
    border-bottom: 2px solid #ccc !important;
    box-shadow: 0 4px 0 0 #ccc !important;
	font-size: 18px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-image: none !important;
}
.chosen-container .chosen-results li
{
	text-align: left !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #c92025 !important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #c92025), color-stop(90%, #892224)) !important;
    background-image: -webkit-linear-gradient(#c92025 20%, #892224 90%) !important;
    background-image: -moz-linear-gradient(#c92025 20%, #892224 90%) !important;
    background-image: -o-linear-gradient(#c92025 20%, #892224 90%) !important;
    background-image: linear-gradient(#c92025 20%, #892224 90%) !important;
    color: #fff !important;
}


/* footer */
@media only screen and (min-width: 1280px)
{
  html {
  position: relative;
  min-height: 100%;
  }
  body {
  margin-bottom: 550px !important;
  }
  .moto-footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  }
}
