/* Layout
-------------------------------------------------------- */

.container {
	width: 100%;
}

.row {
	clear: both;
}

.col-sm-2 {
	position: relative;
	float: left;
	padding: 0 15px;
}
.col-sm-4,
.col-sm-6,
.col-sm-8 {
	position: relative;
	float: none;
	padding: 0 15px;
}

.col-sm-2 {
	width: 12.5%;
    padding-left: 0;
}

.col-sm-4 {
	width: 100%;
}

.col-sm-8 {
	width: 100%;
}

.col-sm-6 {
    width: 100%;
    padding-left: 0;
}

.col-sm-offset-2 {
	margin-left: 70px;
}

.one-half {
	width: 50%;
}
/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) {
    .col-sm-2,
    .col-sm-4,
    .col-sm-6,
    .col-sm-8 {
        position: relative;
        float: left;
        padding: 0 15px;
    }
    .col-sm-4 {
        width: 25%;
        padding-left: 0;
    }

    .col-sm-8 {
        width: 75%;
        padding-left: 0;
    }
}

/* Page
-------------------------------------------------------- */

.page-title {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
    display: none;
}

/* Blocks
-------------------------------------------------------- */

.block {
	width: 20%;
	display: inline-block;
}

#types-and-conditions .block {
    width: 23%;
}

.block-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
    padding-left: 0;
}

/* Panels
-------------------------------------------------------- */

.panel {
    background-color: #77bbee;
    border: 2px solid transparent;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-body {
    display: block;
    padding: 0;
}

.panel-primary {
    border-color: #337ab7;
}

.ln-panel {
	margin-top: 40px;
}
/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) {
    .panel-body {
        display: block;
        padding: 15px;
    }
}

/* Form
-------------------------------------------------------- */

.form-group {
	clear: both;
	display: table;
	margin-bottom: 10px;
}

.form-control {
    padding: 6px;
	width: 170px;
    font-family: inherit;
}

.form-horizontal .control-label {
	text-align: left;
}

#about-the-car-form .btn,
#loan-estimator-form .btn {
	font-weight: bold;
}

#submit-btn {
	height: 34px;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    text-transform: uppercase;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 2px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


/* About the Car
-------------------------------------------------------- */

#car-prices a {
	color: #000;
	text-decoration: none;
}

/* Loan Information
-------------------------------------------------------- */


/* Types and Conditions
-------------------------------------------------------- */

#types-and-conditions {
	width: 100%;
	margin: 0 auto;
}

#types-and-conditions-footer {
	display: block;
	clear: both;
	font-size: 11px;
	text-align: center;
}

.table-head {
	text-decoration: underline;
	margin-bottom: 10px;
}

.table-item {
	margin-bottom: 10px;
}

#loan-amounts {
	width: 100%;
	border: 1px solid #333;
	padding: 0;
}

#loan-amounts-header {
	text-align: center;
}

#loan-amounts #percentage,
#loan-amounts #amount
{
	width: 50%;
}
/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) {
    #types-and-conditions {
        width: 70%;
        margin: 0 auto;
    }
    #loan-amounts {
        width: 170px;
	padding: 10px;
    }
}

/* Monthly Payments
-------------------------------------------------------- */

#payment_header {
	text-decoration: underline;
	text-align: center;
	margin-bottom: 10px;
}

#payment_footer {
	font-size: 11px;
}

/* Miscellaneous
-------------------------------------------------------- */

label.error {
	font-weight: normal;
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.throbber {
	/*position: absolute;
	top: 0px;
	left: 30px;*/
    padding: 0;
	width: 100%;
	height: 26px;
}

.throbber img {
    display: block;
	width: 16px;
    height: 26px;
}

/* Override
-------------------------------------------------------- */

.widget a {
	font-weight: normal;
}

.widget a.selected-item,
#car-prices a.selected-item,
.widget .condition.selected-item,
#car-prices .condition.selected-item,
#car-prices #trade-in .table-head.selected-item,
#car-prices #private-party .table-head.selected-item,
#car-prices #retail-price .table-head.selected-item,
#summary-condition,
#summary-pricetype {
	font-weight: bold;
    color: #00f;
}


.form-group label {
    display: block;
    width: 100%;
    font-size: .8em;
}

.form-group input[type=text] {
    display: block;
    height: auto;
    width: 170px;
    font-size: .8em;
}

#loan-estimator-form input[type=text] {
    display: inline-block;
}