/**************  NEW STYLE **********************/

.kreditanfrage-page {
	background-color: #f6f6f6;
}


.row.content-calculator {
	padding-top: 10px;
}

.row.amt-input-unlocked {
	border-bottom: 1px solid #dcdcdc;
}

div.currency-mobile {
	position: absolute;
	right: 8px;
	top: 0;
}

div.currencyMark {
	font-family: "BNPPSansCondensed";
	font-size: 48px;
	color: #2d2926;
	float: right;
	font-weight: 700;
}

input.value-text.amt-input-unlocked_value.form-input-currency.value_amount_input_id {
	border: none;
	text-align: center;
	max-width: 190px;
}

input.value-text.amt-input-unlocked_value.form-input-currency.value_amount_input_id:focus {
	outline: none;
}

div#cola_submit_input_id {
	padding: 6px 10px 3px 10px;
	font-size: 13px;
	border-radius: 0;
	margin-top: 14px;
	margin-left: -13px;
	text-transform: initial;
}

.confirm-btn.justify-content-md-center {
	margin-bottom: -12px;
	padding-bottom: 42px;
}


.min-value {
	font-family: BNPPSans;
	font-weight: 400;
	font-size: 13px;
	text-align: right;
	/*margin-top: -25px;
	padding-right: 13px;
	padding-bottom: 13px;*/
	padding-top: 15px;
	color: #989898;
}


.row.content-calculator .box-calculator {
	padding: 21px 29px;
	background-color: #ffffff;
	min-height: 280px;
}

.value-text {
	text-align: right;
	font-family: "BNPPSansCondensed";
	font-size: 48px;
	font-weight: 700;
	color: #2d2926;
	line-height: 48px;
}

.info-text {
	text-align: right;
	color: #989898;
	font-family: BNPPSans;
	font-size: 10px;
	font-weight: 400;
	line-height: 13.2px;
	padding-top: 25px;
}

.title-rates-md.box-calculator-masked-text {
	font-size: 13px;
	font-family: Arial;
	font-weight: 400;
}

.box-calculator-masked-text {
	text-align: center;
	position: absolute;
	min-height: 280px;
	padding: 100px;
	background-color: #fcfcfc;
	opacity: 0.95;
	z-index: 1;
	margin-right: 15px;
}

.box-products {
	display: grid;
	padding: 21px 29px;
	background-color: #ffffff;
	margin-top: -60px;
}

.row.slider-space {
	padding: 10px 0;
}

.slider-space {
	display: flex;
}

.btn-slider {
	background-color: #00965e;
	color: #ffffff;
	border: none;
	width: 38px;
	height: 38px;
	padding: 4px 11px;
	cursor: pointer;
}

.btn-slider-disabled {
	background-color: #e4e2e1;
	cursor: not-allowed;
}

.disabledbutton {
    pointer-events: none;
}

button.btn-slider:focus {
	outline: none;
}

.space-between-rates {
	padding-bottom: 15px;
}

.title-rates-lg {
	font-family: BNPPSans;
	font-size: 21px;
	font-weight: 700;
	color: #2d2926;
}

.title-rates-md {
	font-family: BNPPSans;
	font-size: 16px;
	font-weight: 400;
	color: #2d2926;
}

.amount-updated-text {
	font-family: BNPPSans;
	color: #e6730e;
	text-align: right;
	font-size: 11px;
}

.kredito-img {
	margin-top: -236px;
	padding-left: 80px;
	float: left;
}

.message-right {
	float: right;
	text-align: right;
}

.kreditanfrage-table {
	width: 100%;
	margin-bottom: 20px;
}

.kreditanfrage-option-box {
	background-color: #ffffff;
	width: 100%;
	padding: 0;
	min-width: 45px;
	color: #2d2926;
	font-family: "BNPPSansCondensed";
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #fff;
	float: left;
	display: inline-block;
	cursor: pointer;
}

.kreditanfrage-option-box-selected {
	border: 2px solid #00975f;
	cursor: default;
}

.kreditanfrage-option-box-left {
	padding-left: 5%;
	padding-right: 2.5%;
}

.kreditanfrage-option-box-center {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.kreditanfrage-option-box-right {
	padding-left: 2.5%;
	padding-right: 5%;
}

#amount_select_pencil {
	cursor: pointer;
	float: right;
	padding: 0 2px 0 18px;
	margin-top: -13px;
}

input.amt-input-mobile-text {
	text-align: center;
	border: none;
	width: 100%;
	background-color: transparent;
	max-height: 51px;
}

input.amt-input-mobile-text:focus {
	outline: none;
}

.no-text-selection {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}


.kreditanfrage_modal_content {
	margin-top: 10%;
}

.kreditanfrage_modal_text {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.5px;
	text-align: left;
	color: #181818;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 0;
}

.kreditanfrage_modal_title {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.31;
	letter-spacing: 0.5px;
	text-align: left;
	color: #6b4474;
	padding-top: 16px;
	padding-left: 0;
}

.kreditanfrage_modal_title_img {
	padding-top: 15px;
	padding-left: 0;
	text-align: left;
}

.kreditanfrage_modal_closer {
	text-align: right;
	padding-top: 15px;
	padding-right: 0;
}

.kreditanfrage_rates_split {
	padding-bottom: 5px;
}

/* #########################   slider customization  ################################ */

.slider-selection {
	background: #00965e;
}

.slider-handle {
	background: #00965e;
}

.slider-handle.min-slider-handle.round {
	border-radius: 0;
	height: 38px;
	width: 17px;
	margin-top: -9px;
	cursor: grab;
}

.slider-handle.min-slider-handle.round::before {
	content: "||";
	color: #ffffff;
	padding-left: 2px;
	font-size: 24px;
	font-weight: 10;
	opacity: 0.3;
}

.slider-track-high {
	background: rgba(0, 0, 0, 0.26);
}

.slider .tooltip.top {
	margin-top: -50px;
}

.slider.slider-horizontal {
	margin: 9px 15px;
	width: 100%;
}


/* #########################  select box customization  ################################ */
.bootstrap-select>.btn {
	height: 40px;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.btn {
	border-radius: 0px;
	background-color: #ffffff;
}

.btn-default {
	color: rgba(0, 0, 0, 0.87);
	border: solid 1px rgba(0, 0, 0, 0.12);
}

/* #########################  select box options customization  ################################ */
.dropdown-menu {
	border-radius: 0 !important;
	margin: 0 !important;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	float: left;
	min-width: 100px;
	padding: 5px 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #FFF;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
}

.dropdown-menu>li>a {
	color: rgba(0, 0, 0, 0.87);
	background-color: #ffffff;
	outline: none !important;
}

.selected {
	border: 0 !important;
}

/* main select box hover/focus configuration */
.btn-default:hover {
	color: rgba(0, 0, 0, 0.87);
	background-color: #ffffff;
	border: solid 1px rgba(0, 0, 0, 0.12);
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
.btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: rgba(0, 0, 0, 0.87);
	background-color: #ffffff;
	border: solid 1px rgba(0, 0, 0, 0.12);
	outline: none !important;
}

.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle
{
	color: rgba(0, 0, 0, 0.87);
	background-color: #ffffff;
	border: solid 1px rgba(0, 0, 0, 0.12);
	outline: none !important;
}

.btn-default.focus, .btn-default:focus {
	color: rgba(0, 0, 0, 0.87);
	background-color: #ffffff;
	border: solid 1px rgba(0, 0, 0, 0.12);
	outline: none !important;
}

.btn-group.open .dropdown-toggle {
	color: rgba(0, 0, 0, 0.87);
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0
	rgba(0, 0, 0, 0.12);
	background-color: #ffffff;
	border: solid 1px rgba(0, 0, 0, 0.12);
	outline: none !important;
}

/* option hover/focus configuration */
.dropdown-menu>li>a:focus {
	color: rgba(0, 0, 0, 0.87);
	background-color: #ffffff;
}

.dropdown-menu>li>a:hover {
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
	background-color: #eeeeee;
}

/* triangle icon */
.bootstrap-select.btn-group .dropdown-toggle .caret {
	width: 15px;
	margin-top: -9px !important;
	border: none;
	font-family: 'Glyphicons Halflings';
	font-size: 10px;
}

.caret:before {
	content: "\e252";
}




/******** MOBILE AND TABLET **********/

@media (min-width: 1311px) and (max-width: 1510px) {

	.kredito-img {
		padding-left: 0;
	}

}



@media (min-width: 768px) and (max-width: 1310px) {
	.kredito-img {
		display: none;
	}

	.row.content-calculator .box-calculator:first-child {
		margin-bottom: 20px;
	}

	.title-md {
		font-size: 17px;
		padding-top: 18px;
	}

	.value-text {
		font-size: 46px;
	}
}


@media (max-width: 768px) {

	.title-lg {
		font-size: 30px;
	}

	.title-md,
	.title-rates-lg {
		font-size: 16px;
	}

	.title-rates-md {
		font-size: 13px;
	}


	.row.content-calculator {
		display: block;
		padding-bottom: 0;
	}

	.row.content-calculator .box-calculator {
		margin-bottom: 10px;
	}

	.kredito-img {
		display: none;
	}

	.row.content-calculator .box-calculator.first-box-mobile {
		background-color: transparent;
		padding: 0px 0px 35px 0;
		min-height: auto;
	}

	.row.content-calculator .box-calculator.second-box-mobile {
		min-height: auto;
	}


	.btn-slider {
		width: 46px;
		height: 46px;
		padding: 10px 14px;
	}

	.kreditanfrage-option-box {
		max-height: 46px;
		font-size: 36px;
		line-height: 51px;
	}

	.box-calculator-masked-text {
		padding: 85px 60px;
		min-height: auto;
	}

	button#cola_submit_button_id {
		min-width: 290px;
		padding: 18px;
		margin: 16px;
		white-space: normal;
	}
}

@media (min-width: 321px) {
	.auto-direct-title-container .title-lg {
		white-space:nowrap; 
		overflow:hidden;
	}
}

.auto-direct-title-container {
	margin-bottom: 18px;
}

.auto-direct-title-container .title-lg {
	bottom: 0;
	color: #ffffff;
	padding: 11px 30px 2px 30px;
	background-color: #00965e;
}
