fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well-legend {
    display: block;
    font-size: 14px;
    width: auto;
    padding: 2px 7px 2px 5px;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.modal-content {
    border-radius: 0;
}
.btn-primary-spacing {
    margin-right: 5px;
    margin-bottom: 5px !important;
}
[class*="col-"] {
    background-clip: padding-box;
    border: 10px solid transparent;
}
input {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*apply only on fields which need this cause this makes display issues on checkbox*/
input[type="text"], input[type="select"] {
    width: 100%;
}

input[readonly]{
    background-color:#eee;
}

input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.required{
    font-weight: bold;
    color: #e32;
}
.has-error{
    color: #e32;
}
.form-group-disableButton input[type="checkbox"] {
    display: none;
}

.form-group-disableButton input[type="checkbox"] + .btn-group-disableButton > label span {
    width: 60px;
}

.form-group-disableButton input[type="checkbox"] + .btn-group-disableButton > label span:first-child {
    display: none;
}
.form-group-disableButton input[type="checkbox"] + .btn-group-disableButton > label span:last-child {
    display: inline-block;
}

.form-group-disableButton input[type="checkbox"]:checked + .btn-group-disableButton > label span:first-child {
    display: inline-block;
}
.form-group-disableButton input[type="checkbox"]:checked + .btn-group-disableButton > label span:last-child {
    display: none;
}
input[type=checkbox], input[type=radio] {
    margin-top: 1px\9;
    line-height: normal;
}

/****************************
 *
 * Dashboard
 *
 ****************************/
.dashboard-link {
    margin-left: 15px;
}
.dashboard-link:hover, .dashboard-link:active, .dashboard-link:focus {
    text-decoration: none;
}
.dataTables_filter {
    text-align: left !important;

}
.dataTables_filter input {
    width: 95% !important;
}
.offer.inactiveTab {
    color: #ccc;
}
.offerSection {
    display: flex;
}

.offer-tab-title {
    z-index: 1000;
    top: 0px;
    border: 1px solid #ffffff;
    padding-left: 10px;
}
.affix {
    /*background-color: #ffffff;*/
    top:0;
    width: 1106px;
    z-index: 1000 !important;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    padding-left: 10px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input {
    margin-top: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin button {
    margin-top: 10px;
}
.filter-button{
    margin-top: 27px;
}

.has-error {
    color: red
}
.form-box { padding-top: 40px; }

.f1 {
    padding: 25px; background: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px;text-align: center; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #000; }

.f1-step { position: relative; float: left; width: 20%; padding: 0 5px; }

.f1-step-icon {
    display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
    font-size: 16px; color: #fff; line-height: 40px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
    background: #fff; border: 1px solid #000; color: #000; line-height: 38px;
}
.f1-step.active .f1-step-icon {
    width: 48px; height: 48px; margin-top: 0; background: #000; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #000; }
.f1-step.active p { color: #000; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #f35b3f; }

.selectBox select {
    width: 100%;
    height: 300px;
    padding: 0;
}
.selectlist button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: attr(data-expand); /*"Expand All";*/
}

.accordion-option .toggle-accordion.active:before {
    content: attr(data-collapse); /*"Collapse All";*/
}

.review-general-group-title {
    text-transform: uppercase;
}

.review-highlighted .review-value {
    background-color: yellow;
    color: red;
}

.leasing-msrp {
    font-size: 1.2em;
    padding-bottom: 15px;
}
.alertJellyColor {
    /* padding: 15px; */
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.offer-jelly-img {
    width: 300px;
}
/****************************
 *
 * Preview offer
 *
 ****************************/
.offer-preview .h3 {
    font-size: 26px;
    font-weight: 700;
}
.offer-preview .uppercase {
    text-transform: uppercase;
}
.offer-preview .model-year, .discounts-price {
    color: #737373;
}
.offer-preview .msrp, .color-brand {
    color: #ff1907;
}
.offer-preview .big-number {
    font-size: 3rem;
}
.offer-preview .very-big-number {
     font-size: 4rem;
}
.offer-preview .content-tab {
    color: #555;
}

/****************************
 *
 * Print offer
 *
 ****************************/

.printing-offer-mention-div {
    font-size: 12px;
}
.recipients-select {
    width: 700px;
}

@media print {
    [class*="col-"] {
        border: 2px solid transparent;
    }

    .printing-offer-div {
        page-break-after: always;
        page-break-inside: avoid;
        font-size: 10px;
        display: inline-table;
    }

    .printing-incentive-div {
        width: 100vw;
        height: 100vh;
        page-break-after: always
    }

    .printing-offer-mention-div {
        font-size: 10px;
    }

    .printing-options-bar {
        display: none;
    }
}

/****************************
 *
 * Ordering
 *
 ****************************/

.active td {
    background: #e4e5e7 !important;
}

/****************************
 *
 * Breadcrum
 *
 ****************************/

.breadcrum-active {
    color: #337ab7;
}

.breadcrumb-icon {
    display: inline-grid;
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    text-align: center;
}

_:-ms-fullscreen, :root .breadcrumb-icon-text {
    position: relative;
    top: 40px;
}

/*@-moz-document url-prefix() {*/
    /*.breadcrumb-icon {*/
        /*display: -moz-inline-grid;*/
    /*}*/
/*}*/

.breadcrumb-icon-separator {
    width: 100px;
    display: inline-block;
    border-bottom: 1px solid #6a6c6f;
    margin-bottom: 15px;
}

.selected td{
    background-color:#e4e5e7 !important;
}

.preview-parameters {
    background-color: #eeeeee;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 6px;
    border: dashed #ff6b36 1px;
}

.or-label-container {
    margin-top: 35px;
    text-align: center;
    font-weight: bold;
}

/****************************
 *
 * Mopar Offer
 *
 ****************************/
.mopar-is-promotion-enabled .mopar-enable-in-coupon{display: none;}
.mopar-is-coupon-enabled .mopar-enable-in-promotion{display: none;}
