
/* http://i44autoauction.com/lesscss/MTAyL2NvbnRhY3RfdXMv/css/dws/axgrid.css */
body:not(.mobile) {
    -ms-overflow-style: scrollbar; /* scrolling in IE automatically hides */
}
@-ms-viewport {
    width: device-width; /* meta viewport for IE10 in Windows (Phone) 8*/
}

.container {
/*  padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;

}

.spacer-03 {
    height: 0.3em;
}

.spacer-05 {
    height: 0.5em;
}

.spacer-08 {
    height: 0.8em;
}

.spacer-13 {
    height: 1.3em;
}

.no-user-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

/* Xl devices */
@media (min-width: 1400px) {
    .container {
        width: 1210px;
    }
}

.form-group label.error:empty{display:none !important;}
.has-feedback .form-control-feedback + select.form-control{padding-right:52.5px;}
.msie .has-feedback .form-control-feedback + select.form-control{padding-right:11.5px;}
.Internet.Explorer .has-feedback .form-control-feedback + select.form-control{padding-right:11.5px;}
.form-horizontal .has-feedback.has-select .form-control-feedback{right:30px;}
.form-horizontal .has-feedback.has-addon .form-control-feedback{
    width: auto;
    padding-right: 12px;
    font-size: 0;
}
.form-horizontal .has-feedback.has-addon .form-control-feedback:before{
    font-size: 14px;
}

.form-horizontal .has-feedback.has-addon .form-control-feedback .input-group-addon{
    vertical-align: top;
    width: auto;
    display: inline-block;
}

.msie .form-horizontal .has-feedback.has-select .form-control-feedback{right:45px;}
.Internet.Explorer .form-horizontal .has-feedback.has-select .form-control-feedback{right:45px;}

.inline{display: inline-block !important; vertical-align: top;}

@media all and (max-width: 430px) and (min-width: 0px) {
    .pull-xxs-left{float:left !important;}
    .pull-xxs-right{float:right !important;}
    .text-xxs-left{text-align:left !important;}
    .text-xxs-center{text-align:center !important;}
    .text-xxs-right{text-align:right !important;}
    .padding-left-xxs-none{padding-left:0 !important;}
    .padding-right-xxs-none{padding-right:0 !important;}
    .margin-left-xxs-none{margin-left:0 !important;}
    .margin-right-xxs-none{margin-right:0 !important;}
    .btn-block-xxs{display: block; width: 100%}
}


@media all and (max-width: 767px) and (min-width: 431px) {
	.pull-xs-left{float:left !important;}
	.pull-xs-right{float:right !important;}
		.text-xs-left{text-align:left !important;}
        .text-xs-center{text-align:center !important;}
		.text-xs-right{text-align:right !important;}
		.padding-left-xs-none{padding-left:0 !important;}
		.padding-right-xs-none{padding-right:0 !important;}
		.margin-left-xs-none{margin-left:0 !important;}
		.margin-right-xs-none{margin-right:0 !important;}
        .btn-block-xs{display: block; width: 100%}
}

@media all and (max-width: 991px) and (min-width: 768px) {
	.pull-sm-left{float:left !important;}
	.pull-sm-right{float:right !important;}
		.text-sm-left {text-align:left !important;}
        .text-sm-center{text-align:center !important;}
		.text-sm-right {text-align:right !important;}
		.padding-left-sm-none{padding-left:0 !important;}
		.padding-right-sm-none{padding-right:0 !important;}
		.margin-left-sm-none{margin-left:0 !important;}
		.margin-right-sm-none{margin-right:0 !important;}
        .btn-block-sm{display: block; width: 100%}
}

@media all and (max-width: 1199px) and (min-width: 992px) {
	.ax-container:not(.size-xs):not(.size-xxs) .pull-md-left{float:left !important;}
	.ax-container:not(.size-xs):not(.size-xxs) .pull-md-right{float:right !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .text-md-left {text-align:left !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .text-md-center{text-align:center !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .text-md-right {text-align:right !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .padding-left-md-none{padding-left:0 !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .padding-right-md-none{padding-right:0 !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .margin-left-md-none{margin-left:0 !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .margin-right-md-none{margin-right:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .margin-bottom-md-none {
            margin-bottom: 0 !important;
        }
        .ax-container:not(.size-xs):not(.size-xxs) .btn-block-md{display: block; width: 100%}
}

@media all and (min-width: 1200px) {
	.ax-container:not(.size-xs):not(.size-xxs) .pull-lg-left{float:left !important;}
	.ax-container:not(.size-xs):not(.size-xxs) .pull-lg-right{float:right !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .text-lg-left {text-align:left !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .text-lg-center{text-align:center !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .text-lg-right {text-align:right !important;}
		.ax-container:not(.size-xs):not(.size-xxs) .padding-left-lg-none{padding-left:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .padding-right-lg-none{padding-right:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .margin-left-lg-none{margin-left:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .margin-right-lg-none{margin-right:0 !important;}
        .ax-container:not(.size-xs):not(.size-xxs) .btn-block-lg{display: block; width: 100%}
    .ax-container:not(.size-xs):not(.size-xxs) .margin-bottom-lg-none {
        margin-bottom: 0 !important;
    }
}


@media all and (min-width: 1400px) {
    .ax-container:not(.size-xs):not(.size-xxs) .pull-xl-left{float:left !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .pull-xl-right{float:right !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .text-xl-left {text-align:left !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .text-xl-center{text-align:center !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .text-xl-right {text-align:right !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .padding-left-xl-none{padding-left:0 !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .padding-right-xl-none{padding-right:0 !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .margin-left-xl-none{margin-left:0 !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .margin-right-xl-none{margin-right:0 !important;}
    .ax-container:not(.size-xs):not(.size-xxs) .btn-block-xl{display: block; width: 100%}
}

.container-fluid {
/*  padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
}
.row {
 /* margin-right: -15px;
	margin-left: -15px;*/
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1,
.col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2,
.col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3,
.col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4,
.col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5,
.col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6,
.col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7,
.col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8,
.col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9,
.col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10,
.col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11,
.col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
	position: relative;
	min-height: 1px;
/*  padding-right: 15px;
	padding-left: 15px;*/
}
@media (max-width: 430px) {
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
}
.col-xxs-12 {
    width: 100% !important;
}
.col-xxs-11 {
    width: 91.66666667%;
}
.col-xxs-10 {
    width: 83.33333333%;
}
.col-xxs-9 {
    width: 75%;
}
.col-xxs-8 {
    width: 66.66666667%;
}
.col-xxs-7 {
    width: 58.33333333%;
}
.col-xxs-6 {
    width: 50%;
}
.col-xxs-5 {
    width: 41.66666667%;
}
.col-xxs-4 {
    width: 33.33333333%;
}
.col-xxs-3 {
    width: 25%;
}
.col-xxs-2 {
    width: 16.66666667%;
}
.col-xxs-1 {
    width: 8.33333333%;
}
.col-xxs-pull-12 {
    right: 100%;
}
.col-xxs-pull-11 {
    right: 91.66666667%;
}
.col-xxs-pull-10 {
    right: 83.33333333%;
}
.col-xxs-pull-9 {
    right: 75%;
}
.col-xxs-pull-8 {
    right: 66.66666667%;
}
.col-xxs-pull-7 {
    right: 58.33333333%;
}
.col-xxs-pull-6 {
    right: 50%;
}
.col-xxs-pull-5 {
    right: 41.66666667%;
}
.col-xxs-pull-4 {
    right: 33.33333333%;
}
.col-xxs-pull-3 {
    right: 25%;
}
.col-xxs-pull-2 {
    right: 16.66666667%;
}
.col-xxs-pull-1 {
    right: 8.33333333%;
}
.col-xxs-pull-0 {
    right: 0;
}
.col-xxs-push-12 {
    left: 100%;
}
.col-xxs-push-11 {
    left: 91.66666667%;
}
.col-xxs-push-10 {
    left: 83.33333333%;
}
.col-xxs-push-9 {
    left: 75%;
}
.col-xxs-push-8 {
    left: 66.66666667%;
}
.col-xxs-push-7 {
    left: 58.33333333%;
}
.col-xxs-push-6 {
    left: 50%;
}
.col-xxs-push-5 {
    left: 41.66666667%;
}
.col-xxs-push-4 {
    left: 33.33333333%;
}
.col-xxs-push-3 {
    left: 25%;
}
.col-xxs-push-2 {
    left: 16.66666667%;
}
.col-xxs-push-1 {
    left: 8.33333333%;
}
.col-xxs-push-0 {
    left: 0;
}
.col-xxs-offset-12 {
    margin-left: 100%;
}
.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
    margin-left: 75%;
}
.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
    margin-left: 50%;
}
.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
    margin-left: 25%;
}
.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
    margin-left: 0;
}
}
@media (min-width: 431px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: 0;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: 0;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: 0;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: 0;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: 0;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: 0;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: 0;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: 0;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1400px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100% !important;
    }
    .col-xl-11 {
        width: 91.66666667% !important;
    }
    .col-xl-10 {
        width: 83.33333333% !important;
    }
    .col-xl-9 {
        width: 75% !important;
    }
    .col-xl-8 {
        width: 66.66666667% !important;
    }
    .col-xl-7 {
        width: 58.33333333% !important;
    }
    .col-xl-6 {
        width: 50% !important;
    }
    .col-xl-5 {
        width: 41.66666667% !important;
    }
    .col-xl-4 {
        width: 33.33333333% !important;
    }
    .col-xl-3 {
        width: 25% !important;
    }
    .col-xl-2 {
        width: 16.66666667% !important;
    }
    .col-xl-1 {
        width: 8.33333333% !important;
    }
    .col-xl-pull-12 {
        right: 100% !important;
    }
    .col-xl-pull-11 {
        right: 91.66666667% !important;
    }
    .col-xl-pull-10 {
        right: 83.33333333% !important;
    }
    .col-xl-pull-9 {
        right: 75% !important;
    }
    .col-xl-pull-8 {
        right: 66.66666667% !important;
    }
    .col-xl-pull-7 {
        right: 58.33333333% !important;
    }
    .col-xl-pull-6 {
        right: 50% !important;
    }
    .col-xl-pull-5 {
        right: 41.66666667% !important;
    }
    .col-xl-pull-4 {
        right: 33.33333333% !important;
    }
    .col-xl-pull-3 {
        right: 25% !important;
    }
    .col-xl-pull-2 {
        right: 16.66666667% !important;
    }
    .col-xl-pull-1 {
        right: 8.33333333% !important;
    }
    .col-xl-pull-0 {
        right: 0 !important;
    }
    .col-xl-push-12 {
        left: 100% !important;
    }
    .col-xl-push-11 {
        left: 91.66666667% !important;
    }
    .col-xl-push-10 {
        left: 83.33333333% !important;
    }
    .col-xl-push-9 {
        left: 75% !important;
    }
    .col-xl-push-8 {
        left: 66.66666667% !important;
    }
    .col-xl-push-7 {
        left: 58.33333333% !important;
    }
    .col-xl-push-6 {
        left: 50% !important;
    }
    .col-xl-push-5 {
        left: 41.66666667% !important;
    }
    .col-xl-push-4 {
        left: 33.33333333% !important;
    }
    .col-xl-push-3 {
        left: 25% !important;
    }
    .col-xl-push-2 {
        left: 16.66666667% !important;
    }
    .col-xl-push-1 {
        left: 8.33333333% !important;
    }
    .col-xl-push-0 {
        left: 0 !important;
    }
    .col-xl-offset-12 {
        margin-left: 100% !important;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667% !important;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333% !important;
    }
    .col-xl-offset-9 {
        margin-left: 75% !important;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667% !important;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333% !important;
    }
    .col-xl-offset-6 {
        margin-left: 50% !important;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667% !important;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333% !important;
    }
    .col-xl-offset-3 {
        margin-left: 25% !important;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667% !important;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333% !important;
    }
    .col-xl-offset-0 {
        margin-left: 0 !important;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}
.show {
	display: block !important;
}

.display-none {
    display: none;
}

.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden,
.mobile .hidden-mobile,
body:not(.mobile) .hidden-desktop {
	display: none !important;
	visibility: hidden !important;
}

.mobile .visible-mobile {
    display: block !important;
    visibility: visible !important;
}

.affix {
	position: fixed;
}

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

@media (max-width: 430px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
    .margin-bottom-sm-none {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1400px) {
    .visible-xl {
        display: block !important;
    }
    table.visible-xl {
        display: table;
    }
    tr.visible-xl {
        display: table-row !important;
    }
    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }
}

@media (max-width: 430px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 1400px) {
    .hidden-xl {
        display: none !important;
    }
}

.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}

.panel.panel-transparent {
	background: transparent;
	border: none;
    box-shadow: none;
}

.panel.panel-transparent table,
.panel.panel-transparent .table-striped > tbody > tr:nth-of-type(odd),
.panel.panel-transparent .thumbnail,
.panel.panel-transparent .panel-footer,
.panel.panel-transparent .panel-heading.btn,
.panel-transparent .thumbnail .panel{
    background: transparent;
}
/* make sure header contents will not underlay the other widgets (in body or footer) */
body:not(.map) header .ax-container {
	/*z-index: 300;*/
}
.no-margin {
	margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-padding{
	padding: 0 !important;
}

/* CUISTOM CHECKBOX */
.customCheckboxPlain label{
	position: relative;
	cursor: pointer;
}
.customCheckboxPlain input[type="checkbox"] {
	display:none;
}
.customCheckboxPlain label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #222222;
	border-radius: 2px;
	/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.42);*/
}
.customCheckboxPlain input[type=checkbox]:checked + label:before {
	content: "\f00c";
	color: #222222;
	text-align: center;
	line-height: 13px;
	font-family: FontAwesome;
	background: #ffffff;
}

/* CUISTOM CHECKBOX PLACED ON THE IMAGES */
.customCheckbox label{
	position: relative;
	cursor: pointer;
}
.customCheckbox input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}
.customCheckbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	position: absolute;
	left: 8px;
	top: 8px;
	border: 3px solid #FFFFFF;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.42);
    z-index: 1;
    font-size: 12px;
}
.customCheckbox input[type=checkbox]:checked + label:before {
	content: "\f00c";
	color: #222222;
	text-align: center;
	line-height: 13px;
	font-family: FontAwesome;
	background: #ffffff;
}
@media (max-width: 767px) {
	.btn-full-in-xs{
		width: 100%;
		margin-top: 3px !important;
	}
}
@media (max-width: 430px) {
	.btn-full-in-xxs{
		width: 100%;
		margin-top: 3px !important;
	}
    .btn-half-in-xxs{
        width: 49%;
    }
}

.no-top-padding{
	padding-top: 0px !important;
}
@media (max-width: 768px){
	.no-top-padding {
		padding-top: 7px !important;
	}
}
@media (max-width: 992px){
	.no-top-padding {
		padding-top: 7px !important;
	}
	.no-margin-sm {
		margin: 0 !important;
	}
}
.no-border-radius .list-group-item:first-child, .no-border-radius .list-group-item:last-child {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
@media (max-width: 768px){
	.no-padding-xs{
		padding: 0 !important;
	}
}
.no-padding-right{
	padding-right: 0 !important;
}
@media (min-width: 1200px){
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-left-lg{
        padding-left: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-right-lg{
        padding-right: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-top-lg{
        padding-top: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-lg{
        padding: 0 !important;
    }

    .ax-container:not(.size-xs):not(.size-xxs) .no-margin-top-lg {
        margin-top: 0 !important;
    }
}
@media (max-width: 1999px) and (min-width: 992px){
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-left-md{
        padding-left: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-right-md{
        padding-right: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-top-md{
        padding-top: 0 !important;
    }
    .ax-container:not(.size-xs):not(.size-xxs) .no-padding-md{
        padding: 0 !important;
    }

    .ax-container:not(.size-xs):not(.size-xxs) .no-margin-top-md {
        margin-top: 0 !important;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .no-padding-left-sm{
        padding-left: 0 !important;
    }
    .no-padding-right-sm{
        padding-right: 0 !important;
    }
    .no-padding-top-sm{
        padding-top: 0 !important;
    }
    .no-padding-sm{
        padding: 0 !important;
    }
    .no-margin-top-sm{
        margin-top: 0 !important;
    }
    .half-width-sm{
        width: 49% !important;
    }
}
@media (max-width: 768px){
    .no-padding-left-xs{
        padding-left: 0 !important;
    }
    .no-padding-right-xs{
        padding-right: 0 !important;
    }
    .no-padding-top-xs{
        padding-top: 0 !important;
    }
    .no-margin-xs{
        margin: 0 !important;
    }
    .half-width-xs{
        width: 49%;
    }
    .no-padding-xs{
        padding: 0;
    }
}

.no-padding-top{
    padding-top: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}

.hr-smaller-margin{
    margin: 5px 0;
}
.no-border-radius{
    border-radius: 0 !important;
}

.border-dotted{
    border-bottom-style: dotted !important;
}

/* ------- CAPCHA RESPONSIVE STANDART -------- */

@media (min-width: 430px){
    .capchaImgWrap{
        min-height: 70px !important;
    }
    .capchaInputWrap{
        min-height: 70px !important;
    }
    .capchaInputWrap .form-group{
        position: absolute;
        bottom: 0;
    }
    .thin .capchaInputWrap .form-group{
        position: relative;
    }
    .capchaImgWrap img{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .thin .capchaImgWrap img{
        position: absolute;
        bottom: 0;
        right: inherit;
        left: 15px;
    }
    .capchaB .thumbnail, .capchaB .form-group{
        margin-bottom: 15px !important;
    }
    .capchaB .thumbnail{
        padding: 0 !important;
    }
}

.transformArrowWrap [aria-expanded="true"] .transformArrow{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.transformArrowWrap a .transformArrow{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
textarea{
    resize: vertical;
}


.cursor-default {
    cursor: default !important;
}
a:focus,button:focus,.btn:focus {
    outline: 0px !important;
    outline-offset: 0px !important;
}
.recaptcha_div_wrapper input.error{
    border: 1px solid #AE1500 !important;
}
.recaptcha_div_wrapper input.error::-webkit-input-placeholder{
    color: #AE1500 !important;
}
.recaptcha_div_wrapper input.error::-moz-placeholder{
    color: #AE1500 !important;
}
.recaptcha_div_wrapper input.error:-moz-placeholder{
    color: #AE1500 !important;
}
.recaptcha_div_wrapper input.error:-ms-input-placeholder{
    color: #AE1500 !important;
}

/* ------- CAPCHA V2 -------- */
.recaptcha_v2_div_wrapper {
    width: 320px;
    margin: 5px auto;
}
.recaptcha-v2-container{
    min-height: 88px;
}
.v2-compact .recaptcha-v2-container{
    min-height: 144px;
}
@media (max-width: 430px) {
    .recaptcha-v2-container {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
    }
    .recaptcha_v2_div_wrapper {
        width: 260px;
    }
    .capcha-small .recaptcha-v2-container {
        transform: scale(0.72);
        -webkit-transform: scale(0.72);
    }
    .capcha-small .recaptcha_v2_div_wrapper {
        width: 236px;
    }
    .capcha-small .motion-captcha{
        padding: 0;
    }
}
.ax-container.size-xs .recaptcha-v2-container,
.ax-container.size-xxs .recaptcha-v2-container{
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
}
.ax-container.size-xs .recaptcha_v2_div_wrapper,
.ax-container.size-xxs .recaptcha_v2_div_wrapper {
    width: 230px;
}
.ax-container.size-xs .motion-captcha,
.ax-container.size-xxs .motion-captcha{
    padding: 0;
}

.modal .content {
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* http://i44autoauction.com/lesscss/MTAyL2NvbnRhY3RfdXMv/css/dws/components/container/responsive.css */
body {
    overflow-x: hidden;
}

.modul-r-container.container-full-width {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
}

.container-fluid .modul-r-container.container-full-width {
    padding: 0 calc((100vw - 100%) / 2);
}

/* http://i44autoauction.com/lesscss/MTAyL2NvbnRhY3RfdXMv/css/dws/components/form_builder/responsive.css */
.modul-r-formbuilder .has-check .form-control-feedback,
.modul-r-formbuilder .has-radio .form-control-feedback {
    position: relative;
    display: inline;
    vertical-align: top;
    margin-left: 6px;
    top: 4px;
    line-height: 100%;
}

.modul-r-formbuilder .has-radio label,
.modul-r-formbuilder .has-check label {
    vertical-align: top;
}

.modul-r-formbuilder textarea {
    resize: vertical;
}

.modul-r-formbuilder .dataSelect select.form-control {
    padding-left: 5px;
    padding-right: 5px;
}

.modul-r-formbuilder .btnCollapse,
.modul-r-formbuilder .btnCollapse:hover {
    text-decoration: none;
}

.modul-r-formbuilder .radio-inline,
.modul-r-formbuilder .checkbox-inline {
    margin-right: 10px;
    vertical-align: top;
    text-align: left;
}

.modul-r-formbuilder .radio-inline + .radio-inline,
.modul-r-formbuilder .checkbox-inline + .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
}

.size-xs .modul-r-formbuilder .no-padding-right-lg {
    padding-right: 15px !important;
}

.form-horizontalFix .form-group:after {
    display: block;
    content: "";
    clear: both;
}

.modul-r-formbuilder .form-horizontalFix .has-feedback.has-select .form-control-feedback {
    right: 15px;
}

.msie .modul-r-formbuilder .form-horizontalFix .has-feedback.has-select .form-control-feedback,
.Internet.Explorer .modul-r-formbuilder .form-horizontalFix .has-feedback.has-select .form-control-feedback {
    right: 30px;
}

.modul-r-formbuilder .input-upload {
    padding: 0;
    appearance: textfield;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modFinput .has-feedback .glyphicon-asterisk {
    right: 60px;
}

.modFinput.form-horizontal .has-feedback .glyphicon-asterisk {
    right: 75px;
}

.cosmo .modFinput .has-feedback .glyphicon-asterisk,
.paper .modFinput .has-feedback .glyphicon-asterisk,
.superhero .modFinput .has-feedback .glyphicon-asterisk {
    right: 70px;
}

.cosmo .modFinput.form-horizontal .has-feedback .glyphicon-asterisk,
.paper .modFinput.form-horizontal .has-feedback .glyphicon-asterisk,
.superhero .modFinput.form-horizontal .has-feedback .glyphicon-asterisk {
    right: 85px;
}

.paper .modFinput .file_name {
    padding-left: 10px;
    padding-right: 30px;
}

.modul-r-formbuilder .captcha_container.capchaB .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.modul-r-formbuilder .input-group-btn > .btn {
    outline: none;
}

/* Avoid displaying cursor into input field in IE when Upload btn is focused */
.modul-r-formbuilder .input-upload::-ms-value {
    font-size: 0;
}

.modul-r-formbuilder .tooltip-inner {
    background-color: #DC3131;
}
.modul-r-formbuilder .tooltip.top .tooltip-arrow {
    border-top-color: #DC3131;
}
.modul-r-formbuilder .tooltip.top {
    bottom: 40px;
    right: 15px;
}

.modul-r-formbuilder .signature-wrapper .control-label {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.modul-r-formbuilder .signature-wrapper .form-control-feedback {
    right: 8%;
}
.modul-r-formbuilder .signature-wrapper .btn {
    margin-top: 15px;
}
.modul-r-formbuilder .e-signature {
    border: 1px solid;
    border-radius: 4px;
    overflow: hidden;
}

.modul-r-formbuilder .e-signature.error {
    border: 1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.modul-r-formbuilder .signature-wrapper-inner {
    position: relative;
}

.modul-r-formbuilder .signature-wrapper-inner .tooltip {
    bottom: auto;
    top: -30px;
}


/* http://i44autoauction.com/lesscss/MTAyL2NvbnRhY3RfdXMv/css/dws/components/coupons_banners/responsive.css */
.btn.close-coupon:focus {
    outline: medium none !important;
    outline-offset: 0 !important;
}

.coupon-r-banner.affix {
    z-index: 1071;
    max-width: 90%;
    max-height: 90%;
    position: fixed;
}

.banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

.btn.close-coupon {
    z-index: 1000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.coupon-wrap {
    position: fixed;
    z-index: 1072;
}

.coupon-left-top {
    margin: 0 auto;
    top: 35px;
    left: 23px;
}

.coupon-left-center {
    margin: auto 0;
    top: 0;
    left: 23px;
    bottom: 0;
}

.coupon-left-bottom {
    margin: 0 auto;
    bottom: 23px;
    left: 23px;
}

.coupon-right-top {
    margin: 0 auto;
    top: 35px;
    right: 23px;
}

.coupon-right-center {
    margin: auto 0;
    top: 0;
    right: 23px;
    bottom: 0;
}

.coupon-right-bottom {
    margin: 0 auto;
    bottom: 23px;
    right: 23px;
}

.coupon-center-top {
    margin: 0 auto;
    top: 35px;
    left: 23px;
    right: 0;
}

.coupon-center-bottom {
    margin: 0 auto;
    bottom: 23px;
    left: 0;
    right: 0;
}

.coupon-center-center {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.coupon-reference {
    position: fixed;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 0 58px rgba(0, 0, 0, .11), 0 20px 31px rgba(0, 0, 0, .19), 0 4px 8px rgba(0, 0, 0, .17);
}

.coupon-reference.coupon-left-top-cl {
    top: 10px;
    left: 10px;
}

.coupon-reference.coupon-left-center-cl {
    top: 50%;
    left: 10px;
}

.coupon-reference.coupon-left-bottom-cl {
    bottom: 10px;
    left: 10px;
}

.coupon-reference.coupon-right-top-cl {
    top: 10px;
    right: 10px;
}

.coupon-reference.coupon-right-center-cl {
    top: 50%;
    right: 10px;
}

.coupon-reference.coupon-right-bottom-cl {
    bottom: 10px;
    right: 10px;
}

img.coupon-r-banner {
    box-shadow: 0 7px 22px rgba(0, 0, 0, .32), 0 31px 36px rgba(0, 0, 0, .09);
}

@media (max-width: 768px) {
    .coupon-left-top {
        left: 3px;
    }

    .coupon-left-center {
        left: 3px;
    }

    .coupon-left-bottom {
        bottom: 3px;
        left: 3px;
    }

    .coupon-right-top {
        right: 3px;
    }

    .coupon-right-center {
        right: 3px;
    }

    .coupon-right-bottom {
        bottom: 3px;
        right: 3px;
    }

    .coupon-center-top {
        left: 3px;
    }
}


/* http://i44autoauction.com/lesscss/MTAyL2NvbnRhY3RfdXMv/css/jquery.jgrowl.css */

div.jGrowl {
  padding: 10px;
  z-index: 9999;
  color: #ffffff;
  font-size: 12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
  position: absolute;
}

div.ie6.top-right {
  right: auto;
  bottom: auto;
  left: expression(( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
}

div.ie6.top-left {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
}

div.ie6.bottom-right {
  left: expression(( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
}

div.ie6.bottom-left {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
}

div.ie6.center {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px");
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px");
  width: 100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
  position: fixed;
}

body > div.jGrowl.top-left {
  left: 0;
  top: 0;
}

body > div.jGrowl.top-right {
  right: 0;
  top: 0;
}

body > div.jGrowl.bottom-left {
  left: 0;
  bottom: 0;
}

body > div.jGrowl.bottom-right {
  right: 0;
  bottom: 0;
}

body > div.jGrowl.center {
  top: 0;
  width: 50%;
  left: 25%;
}

body > .jGrowl.bottom-center {
  bottom: 0;
  width: 50%;
  left: 25%;
}

@media all and (max-width: 440px) {
  body > .jGrowl.bottom-center {
    width: 100%;
    left: 0;
  }
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification,
div.center div.jGrowl-closer,
.bottom-center .jGrowl-notification,
div.bottom-center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  background-color: #000000;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: progid:dximagetransform.microsoft.alpha(Opacity=85);
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
  display: none;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

div.jGrowl div.jGrowl-notification {
  min-height: 40px;
  border: 1px solid transparent;
}

div.jGrowl div.jGrowl-notification div.jq-growl-header,
.jGrowl .jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: .85em;
}

div.jGrowl div.jGrowl-notification div.close,
.jGrowl .jGrowl-notification .jGrowl-close {
  padding: 0;
  background: transparent;
  border: none;
  line-height: 14px;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  opacity: .2;
}

.jGrowl .jGrowl-notification .close:hover,
.jGrowl .jGrowl-notification .jGrowl-close:hover {
  opacity: .5;
}

div.jGrowl div.jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
  div.jGrowl {
    display: none;
  }
}

.jgrowl_default_alert {
  background-image: none;
  border-color: #96c8f7;
}

.jgrowl_default_alert .jq-growl-header,
.jgrowl_default_alert .jGrowl-header,
.jgrowl_default_alert .message,
.jgrowl_default_alert .jGrowl-message,
.jgrowl_default_alert .close,
.jgrowl_default_alert .jGrowl-close {
  color: #96c8f7;
  font-size: large;
}

.jgrowl_warning_alert {
  background-image: none;
  border-color: #b8e834;
}

.jgrowl_warning_alert .jq-growl-header,
.jgrowl_warning_alert .jGrowl-header,
.jgrowl_warning_alert .message,
.jgrowl_warning_alert .jGrowl-message,
.jgrowl_warning_alert .close,
.jgrowl_warning_alert .jGrowl-close {
  color: #b8e834;
  font-size: large;
}

.jgrowl_error_alert {
  background-image: none;
  border-color: #ee0000;
}

.jgrowl_error_alert .jq-growl-header,
.jgrowl_error_alert .jGrowl-header,
.jgrowl_error_alert .message,
.jgrowl_error_alert .jGrowl-message,
.jgrowl_error_alert .close,
.jgrowl_error_alert .jGrowl-close {
  color: #ee0000;
  font-size: x-large;
}


/* http://i44autoauction.com/lesscss/MTAyL2NvbnRhY3RfdXMv/css/dws/components/buyers_tools_panel/responsive.css */
.modul-r-invItems .border-dotted.list-group-item {
  padding: 6px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
}

.modul-r-invItems .thumbnail.item {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  padding: 20px 0;
  margin: 0;
  border-radius: 0 !important;
  background: transparent;
}

.modul-r-buyers_toolbar .navbar-fixed-top .navbar-collapse {
  max-height: 100% !important;
}

.modul-r-buyers_toolbar .buyers_tools_login_modal #selectDealersModal {
  overflow: visible;
}

.modul-r-buyers_toolbar .btn .fa-ellipsis-h {
  line-height: inherit;
}

.modul-r-buyers_toolbar .dropdown-menu {
  min-width: 300px;
}

.modul-r-buyers_toolbar .integrate-nav {
  padding-left: 0;
  padding-right: 0;
}

.modul-r-buyers_toolbar .module-r-menu-advanced-default .dropdown-menu {
  min-width: auto;
}

.modul-r-buyers_toolbar .navbar-user {
  line-height: .93;
  font-size: inherit;
  height: auto;
}

.modul-r-buyers_toolbar .panel-clear {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.modul-r-buyers_toolbar .dropdown-submenu .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}

.modul-r-buyers_toolbar .dropdown-submenu {
  position: relative;
}

.modul-r-buyers_toolbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.modul-r-buyers_toolbar .navbar-header .collapsed + hr {
  display: none;
}

.modul-r-buyers_toolbar .navbar-header hr {
  clear: both;
}

.modul-r-buyers_toolbar .dropdown-submenu.pull-left {
  float: none;
}

.modul-r-buyers_toolbar .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.modul-r-buyers_toolbar .dropdown .dropdown-menu li a {
  position: relative;
}

.modul-r-buyers_toolbar .dealer-modal .profile-img {
  overflow: hidden;
  border: 3px solid #ffffff;
  max-width: 100%;
}

.modul-r-buyers_toolbar .dealer-modal .modal-content {
  position: relative;
}

.modul-r-buyers_toolbar .dealer-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.modul-r-invItems .car-name-wrap {
  white-space: nowrap;
}

.modul-r-invItems .car-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.modul-r-invItems .half-width {
  width: 49%;
}

.modul-r-invItems .half-width + .half-width {
  width: 50%;
}

.modul-r-invItems .btn-block .half-width {
  width: 50%;
}

#show-btn-modul-r-buyers {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 99999;
  box-shadow: 0 4px 13px rgba(0, 0, 0, .498039);
}

.modul-r-invItems .modal-body.vehicle {
  padding: 0 15px;
}

.modul-r-invItems .modal-footer {
  margin-top: -1px;
}

.mitmCompareKey {
  margin-bottom: 10px;
}

.mitmCompareKey label {
  width: 100%;
}

.simplex .modul-r-invItems .compare_link {
  margin-top: 3px;
}

.yeti .modul-r-invItems .compare_link {
  margin-top: 4px;
}

.Apple.Safari .modul-r-invItems input[type=checkbox] {
  -webkit-transform: scale(.8, .8);
}

.paper.Apple.Safari .modul-r-invItems input[type=checkbox] {
  -webkit-transform: scale(.9, .9);
}

.modul-r-buyers_toolbar a:focus {
  outline: 0 auto -webkit-focus-ring-color !important;
}

.modul-r-invItems a:focus {
  outline: 0 auto -webkit-focus-ring-color !important;
}

.modul-r-buyers_toolbar .nav > li > a {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.modul-r-buyers_toolbar .badge {
  padding: 3px 7px 3px;
  vertical-align: baseline;
  margin-right: 5px;
}

.journal .modul-r-buyers_toolbar .badge {
  vertical-align: middle;
}

.modul-r-buyers-spacer {
  height: 50px;
}

.buyers-toolbar-hide-navbar {
  visibility: hidden;
  opacity: 0;
  height: 0 !important;
  -webkit-transition: opacity .5s, height .5s, visibility .5s;
  -moz-transition: opacity .5s, height .5s, visibility .5s;
  -o-transition: opacity .5s, height .5s, visibility .5s;
  -ms-transition: opacity .5s, height .5s, visibility .5s;
  transition: opacity .5s, height .5s, visibility .5s;
}

.buyers-toolbar-show-navbar {
  opacity: 1;
  height: 50px;
  -webkit-transition: opacity .5s, height .5s;
  -moz-transition: opacity .5s, height .5s;
  -o-transition: opacity .5s, height .5s;
  -ms-transition: opacity .5s, height .5s;
  transition: opacity .5s, height .5s;
}

.navbar-fixed-top.buyers-toolbar-show-navbar {
  height: auto;
}

.journal .modul-r-buyers-spacer,
.darkie .modul-r-buyers-spacer,
.sandstone .modul-r-buyers-spacer,
.flatly .modul-r-buyers-spacer {
  height: 60px;
}

.lumen .modul-r-buyers-spacer {
  height: 54px;
}

.readable .modul-r-buyers-spacer,
.paper .modul-r-buyers-spacer {
  height: 65px;
}

.simplex .modul-r-buyers-spacer,
.superhero .modul-r-buyers-spacer {
  height: 40px;
}

.yeti .modul-r-buyers-spacer {
  height: 45px;
}

@media (min-width: 768px) {
  .modul-r-buyers_toolbar.spending-limit .authorize-link a {
    font-weight: bold;
    font-size: 13px;
    margin: 4px 0 0 0 !important;
  }

  .modul-r-buyers_toolbar.spending-limit .navbar-nav > li > a {
    padding: 3px 12px;
    margin-bottom: 5px;
  }

  .modul-r-buyers_toolbar.spending-limit .badge {
    margin-right: 1px;
  }

  .modul-r-buyers_toolbar.spending-limit a {
    margin: 0;
  }

  .modul-r-buyers_toolbar .navbar .container {
    position: absolute;
    left: 50vw;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .modul-r-buyers_toolbar.spending-limit .navbar {
    min-height: 70px;
  }

  .modul-r-buyers-spacer.spending-limit {
    height: 70px;
    transition: height .5s;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -o-transition: height .5s;
    -ms-transition: height .5s;
  }
}

.journal .modul-r-buyers_toolbar .badge {
  vertical-align: middle;
}

.modul-r-buyers-spacer {
  height: 50px;
}

.buyers-toolbar-hide-navbar {
  visibility: hidden;
  opacity: 0;
  height: 0 !important;
  -webkit-transition: opacity .5s, height .5s, visibility .5s;
  -moz-transition: opacity .5s, height .5s, visibility .5s;
  -o-transition: opacity .5s, height .5s, visibility .5s;
  -ms-transition: opacity .5s, height .5s, visibility .5s;
  transition: opacity .5s, height .5s, visibility .5s;
}

.buyers-toolbar-show-navbar {
  opacity: 1;
  height: 50px;
  -webkit-transition: opacity .5s, height .5s;
  -moz-transition: opacity .5s, height .5s;
  -o-transition: opacity .5s, height .5s;
  -ms-transition: opacity .5s, height .5s;
  transition: opacity .5s, height .5s;
}

.navbar-fixed-top.buyers-toolbar-show-navbar {
  height: auto;
}

.journal .modul-r-buyers-spacer,
.darkie .modul-r-buyers-spacer,
.sandstone .modul-r-buyers-spacer,
.flatly .modul-r-buyers-spacer {
  height: 60px;
}

.lumen .modul-r-buyers-spacer {
  height: 54px;
}

.readable .modul-r-buyers-spacer,
.paper .modul-r-buyers-spacer {
  height: 65px;
}

.simplex .modul-r-buyers-spacer,
.superhero .modul-r-buyers-spacer {
  height: 40px;
}

.yeti .modul-r-buyers-spacer {
  height: 45px;
}

@media (min-width: 992px) {
  .modul-r-invItems .thumbnail.item:nth-child(3n) {
    border-right-color: transparent !important;
  }

  .modul-r-buyers_toolbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .modul-r-buyers_toolbar .dropdown-menu {
    max-height: 85vh;
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  .modul-r-invItems .thumbnail.item {
    border-right-width: 0 !important;
  }

  .modul-r-buyers_toolbar .nav > li > a {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media (max-width: 430px) {
  .cosmo .modul-r-buyers_toolbar .cards-list .btn,
  .darkie .modul-r-buyers_toolbar .cards-list .btn,
  .flatly .modul-r-buyers_toolbar .cards-list .btn,
  .paper .modul-r-buyers_toolbar .cards-list .btn,
  .readable .modul-r-buyers_toolbar .cards-list .btn,
  .superhero .modul-r-buyers_toolbar .cards-list .btn {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .modul-r-buyers_toolbar .navbar-nav .open .dropdown-menu {
    background-color: rgba(255, 255, 255, .1);
  }

  .default .modul-r-buyers_toolbar .navbar-nav .open .dropdown-menu,
  .lumen .modul-r-buyers_toolbar .navbar-nav .open .dropdown-menu,
  .spacelab .modul-r-buyers_toolbar .navbar-nav .open .dropdown-menu {
    background-color: rgba(255, 255, 255, .8);
  }

  .modul-r-buyers_toolbar .navbar-fixed-top {
    max-height: 100%;
    overflow-y: auto;
  }

  .modul-r-buyers_toolbar .dealer-modal {
    width: 320px;
  }

  .dealer-modal .profile-img {
    border-radius: 50%;
  }
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  padding-right: 17px;
}

#saved_searches_accordion .panel-title {
  padding: 6px 0;
}

#saved_searches_accordion .panel-heading:hover .search_title {
  text-decoration: underline;
}

#saved_searches_accordion .search_item {
  cursor: pointer;
}

.thin #saved_searches_accordion .panel-heading .pull-right .btn-group {
  margin: .3em 0;
}

.thin #saved_searches_accordion .panel-heading .pull-right .btn-default {
  width: 50%;
}

#saved_searches_accordion .panel-body > .row > div {
  margin-bottom: .2em;
  margin-top: .2em;
}

#saved_searches_accordion .panel-body > .row {
  margin-top: -.2em;
  margin-bottom: -.2em;
}

form[name="user_cc_info"] .error {
  border: 1px solid red;
}

.modul-r-buyers_toolbar .buyers-divider {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Change long headlines on short */
.modul-r-buyers_toolbar .authorize-link a {
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .modul-r-buyers_toolbar .authorize-link a {
    max-width: 170px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .modul-r-buyers_toolbar .authorize-link a {
    max-width: 144px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.collapse.toolbar-hide {
    display: none !important;
  }

  .modul-r-buyers_toolbar .integrate-nav .menu-content {
    width: 92%;
  }
}

@media (max-width: 767px) {
  .modul-r-buyers_toolbar .module-r-menu-advanced-default .nav > li > .dropdown-toggle {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


/* http://i44autoauction.com/lesscss/MTAyL2NvbnRhY3RfdXMv/css/dws/components/menu_advanced/responsive.css */
.module-r-menu-advanced-default .nav.navbar-nav {
    margin: auto;
}

.module-r-menu-advanced-default .navbar-brand > span {
    line-height: inherit;
}

.module-r-menu-advanced-default .nav > li {
    text-align: left;
}

.module-r-menu-advanced-default .caret {
    border-top-width: 6px;
    border-right-width: 6px;
    border-left-width: 6px;
}

.module-r-menu-advanced-default .nav > li.hide-item {
    display: none;
}

.module-r-menu-advanced-default .hide-item .list-collapse .dropdown-menu {
    left: auto;
    right: 99%;
    top: 0;
}

.module-r-menu-advanced-default .caret {
    border-top-style: solid;
}

.module-r-menu-advanced-default .hide-item .dropdown-menu > li .caret-box {
    position: relative;
    width: 0;
}

.module-r-menu-advanced-default .hide-item > .dropdown-menu > li {
    display: none;
    position: relative;
}

.module-r-menu-advanced-default .hide-item .glyphicon-option-vertical {
    position: relative;
    left: -1px;
    line-height: 0;
}
.module-r-menu-advanced-default .navbar-collapse{
    position: relative;
}

.module-r-menu-advanced-default .dropdown-toggle.visible-mobile > .fa {
    line-height: inherit;
}

.module-r-menu-advanced-default .dropdown-menu-right .dropdown-toggle.visible-mobile > .fa {
    line-height: 1;
}

.module-r-menu-advanced-default .multi-level-open > .dropdown-menu {
    display: block;
}

.default .module-r-menu-advanced-default .dropdown-menu-right > .active > a {
    color: #333;
    background-color: #f5f5f5;
}

.lumen .module-r-menu-advanced-default .dropdown-menu-right > .active > a {
    color: #333;
    background-color: transparent;
}

.paper .module-r-menu-advanced-default .dropdown-menu-right > .active > a {
    color: #141414;
    background-color: #eee;
}

.slate .module-r-menu-advanced-default .dropdown-toggle.visible-mobile {
    border-left: none;
}

.slate .module-r-menu-advanced-default .dropdown-toggle.visible-mobile + a {
    border-right: none;
}

.slate .module-r-menu-advanced-default .navbar-nav > li > a:hover {
    background-image: none;
}

.superhero .module-r-menu-advanced-default .dropdown-menu-right > .active > a {
    background-color: #485563;
}

@media (min-width: 768px) {
    .size-xxs .module-r-menu-advanced-default .full-width-in-thin {
        width: auto !important;
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile > .fa-fw {
        width: auto;
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile + a {
        padding-right: 5px;
    }

    .module-r-menu-advanced-default .dropdown-menu-right .dropdown-toggle.visible-mobile {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        z-index: 100;
    }

    .module-r-menu-advanced-default .dropdown-menu-right .dropdown-toggle.visible-mobile + a {
        padding-right: 35px;
    }

    .readable .module-r-menu-advanced-default .dropdown-toggle.visible-mobile {
        margin-left: -2px;
        border-left: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .readable .module-r-menu-advanced-default .dropdown-toggle.visible-mobile + a {
        margin-right: 0;
        border-right: none !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .readable .module-r-menu-advanced-default .navbar-nav > li > a:focus {
        border: 1px solid #ddd;
    }

    .readable .module-r-menu-advanced-default .dropdown-menu-right .visible-mobile {
        border: none;
    }

    /* Fix for whitespace between inline-block elements */
    .module-r-menu-advanced-default .navbar-center {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .module-r-menu-advanced-default .navbar-center > .nav {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 767px) {
    .module-r-menu-advanced-default .navbar-collapse {
        max-height: 65vh !important;
    }

    .module-r-menu-advanced-default .nav.navbar-nav {
        margin: inherit;
        display: inherit;
        float: inherit;
    }

    body:not(.mobile) .module-r-menu-advanced-default .visible-mobile {
        display: block !important;
    }

    body:not(.mobile) .module-r-menu-advanced-default .hidden-mobile {
        display: none !important;
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile,
    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile + a {
        float: none !important;
    }

    .module-r-menu-advanced-default .dropdown .dropdown-toggle.visible-mobile > .fa {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .module-r-menu-advanced-default .multi-level-open .dropdown-toggle.visible-mobile > .fa {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .module-r-menu-advanced-default .dropdown-toggle.visible-mobile > .fa {
        -webkit-transition: -webkit-transform 0.15s;
        transition: transform 0.15s;
    }

    .module-r-menu-advanced-default .multi-level-open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
}


/* http://i44autoauction.com/lesscss/MTAyL2NvbnRhY3RfdXMv/css/dws/components/floating_panel/responsive.css */
.mod-r-floating_panel .panel{
    position: fixed;
    z-index:20;
    width: 100%;
}
.mod-r-floating_panel .panel-body{
    max-height: 400px;
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.mod-r-floating_panel .poss-left{
    left: 0;
}
.mod-r-floating_panel .poss-right{
    right: 0;
}
.mod-r-floating_panel .poss-top{
    top: 0;
}
.mod-r-floating_panel .poss-center{
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mod-r-floating_panel .poss-center_v{
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
}
.mod-r-floating_panel .poss-center.poss-center_v{
    transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    top: 50%;
}
.mod-r-floating_panel .poss-bottom{
    bottom: 0;
}
.mod-r-floating_panel .shadow-yes{
    box-shadow: 1px 6px 25px rgba(0, 0, 0, 0.25);
}

.mod-r-floating_panel .btn.btn-link.close-btn{
    padding: 8px 10px;
}
