/* General Rules */
#lane_form {
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin: 0px 0;
	padding:0px;
	font-size:16px;
	color: #000000;
}
.offers {
    font-size: 15px;
}
.lane_search {text-align:center;}

.lane_grid {display:block;max-width: 600px;margin: 0 auto;}
.filters_grid {display:block;max-width: 600px;margin: 0 auto;}

.output-number {color: #000000;font-size:18px;}
.output-number output {color: #000000;font-weight: 500;}
.output-pad	{ padding: 0 0px; line-height: 25px; min-height: 25px; text-align: left;}
.circle-up:hover, .circle-down:hover { background-color: #FFC801; cursor: pointer; }
.circle-control {touch-action: none;}

/* Sliders */
.lane,
.lane__fill {
	background: #edeef4;display: block;height: 1em;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
}

.lane {
	position: relative;
	height: 0.7em;
	width: 100%;
	margin:0.8em 0;
}
.lane--disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}

.lane__fill {
	height: 0.7em;
	width: 100%;
	background: #04539c;
	position: absolute;
	top: 0;
}

.lane__handle {
	background: #04ace6;
	cursor: pointer;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: absolute;
	top: -0.4em;
 -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	border-radius: 1em;

	}

input[type="range"]:focus + .lane .lane__handle {
	-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.lane-range {margin-bottom: 24px;}

.termnotice {border-radius: 4px; background-color: #a3e7ff; padding: 12px; display: none; font-size: 14px;}

/* Number of Offers */
.companys_matches {text-align:center; margin-bottom: 12px; color:#585858;}

/* Filters */
.lanefilters {border: 1px solid #C3C4C6;background-color: #fff; padding: 6px;border-radius: 4px;text-align: left;max-width:600px;margin: 0 auto 12px;}
.lanefilters .filterbox {display:none; margin-top: 12px;}
.lanefilters .filterboxlabel {cursor: pointer;color:#0A0A0A;}
.lanefilters .filterslabel {display: inline-block;margin-right:18px;font-weight: 900;}
.lane_filter {display: block; position: relative; padding-left: 25px; margin: 6px 18px 6px 0; cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.lane_filter input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkmark {position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #eee; border: 1px solid #FFC801;}
.lane_filter:hover input ~ .checkmark {background-color: #ccc;}
.lane_filter input:checked ~ .checkmark {background-color: #0A0A0A;}
.checkmark:after {content: ""; position: absolute; display: none;}
.lane_filter input:checked ~ .checkmark:after {display: block;}
.checkmark:after {left: 6px; top: 2px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
/* Sorting */
#lane_form .sorting input[type=radio]+label {margin: 0 6px 6px 0; cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 2px solid #347fff;background-color: #F0F8FF; border-radius: 4px;padding:3px 6px;line-height: 20px;white-space: nowrap;display: inline-block; font-size: 14px;}
#lane_form .sorting input[type="radio"] {display: none;}
#lane_form .sorting input[type="radio"]:checked + label {background-color: #0da1ed;color:#ffffff;outline: 0;}

/* Company Box Rules */
.lane_box {margin-bottom: 20px; text-align: center;background: #FFF;box-sizing: border-box;border-radius: 10px;padding:37px 20px 20px 20px;box-shadow: 0px 0px 8px 4px rgba(90,103,185,0.09);position: relative;}

.ribbon {position: absolute; top: 0; right: 0;font-size: 11px;padding: 5px; text-transform:uppercase;font-weight: 700;text-align: center; width:140px;color:#fff;line-height: 12px;background-color: #04539c;border-top-right-radius: 10px;}

.ribbon::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 1px;
	height: 0;
	border-width: 11px;
	border-style: solid;
	border-color: #04539c;
	border-left: 11px solid #fff;
	background-color: #fff;
}

/* Top Titles */
.results_title {display:grid;grid-template-columns:20% 15% 15% 15% 15% 20%;grid-column-gap: 0;text-align: center;text-transform: uppercase;margin: 17px 20px; font-weight: 600; font-size: 15px;}

.results_title b {border-bottom: 1px solid #ededed;padding: 5px 0; color: #585858; font-size: 14px;}

.lane_box .productdetails {text-align: left;font-size: 12px;padding-bottom: 2px;border-bottom: 1px solid #e6e6e6;}

/* Title Row */
.titlerowfull {display:grid;grid-template-columns:23% 18% 18% 18% 23%;grid-column-gap: 0;}
.titlerowfull span {text-align: center;}
.titlerowfull span:last-of-type {text-align: right;}
.titlerowmobile {display:none;text-align: center;}

/* Top row */
.lane_box .toprow.full {display:grid;grid-template-columns:20% 15% 15% 15% 15% 20%;grid-column-gap: 0;}
.lane_box .toprow.mobile, .lane_box .middle {display:none}
.lane_logo {text-align:left; max-width: 100%; max-height: 35px; padding-bottom: 10px; margin-bottom: 7px;}
.lane_logo.middle {text-align:center;}
.lane_logo img {max-width: 120px !important; margin:0 !important;}
.lane_box .toprow .topright {text-align: right;color:#7990a5;font-size:12px;}
.payment {font-size:30px;font-weight: 900;color:#585858}
.lane_details.col4 {width: 90%;}
.lane_box .fra {font-size: 14px; font-weight: 500; color: #8e8e8e;}

/* Middle row */
.lane_box .midrow.full {display:none;}
.lane_box .midrow.mobile{display:none;}

/* Bottom row */
.lane_box .lowrow.full {display:grid;grid-template-columns:20% 60% 20%;margin: 0;line-height: 40px;}
.lane_box .lowrow.mobile {display:none;}

.annonselenke {text-align:center; font-size: 13px; color: #8e8e8e;margin-top: -10px;}
.lane_links {text-align: left;font-weight: 500;font-size:16px;line-height: 40px;}
.example {line-height: 36px;text-align: center;font-weight: 300;font-size:14px; color: #8e8e8e;}
.lane_links a.applylink {text-decoration: none;color:#004183;}
.lane_apply, .lane_moremobile {line-height: 36px; text-align: left;}
.lane_apply a ,.lane_apply span {display:block;background: #04b52c;font-weight:600;color: #FFF !important;text-decoration: none; text-align: center; border-radius: 7px; padding-top: 3px; padding-bottom: 3px;}
.lane_apply a:hover ,.lane_apply span {display:block;background: #05d333}
.lane_apply.mobile {display:none}

.lane_details {line-height: 46px; font-size: 18px; border-bottom: solid; border-bottom-color: #ededed; border-bottom-width: 1px; color: #3e3e3e;}
.lane_details span.label {display:none;font-size:11px; color: #9d9e9e; text-transform: uppercase;line-height:11px;}
.lane_details.col1 {font-weight: 900; font-size: 19px;}

/* Features */
.lane_box .features {font-size: 12px;font-weight: 300;text-align: left;line-height:12px;margin-top: 12px;}

/* More Info Link */
.readmore { color: #8e8e8e; text-decoration: none;margin: 0 16px 0 0; font-size: 14px;}

/* Company Page Link*/
.reviews { color: #0da1ed; text-decoration: none; }

/* Bank Box Read More Content */
.lane_box .drop { display: none; margin:0;text-align: left;}
.lane_box .dropgrid {display:grid;grid-template-columns:32% 32% 32% ;grid-column-gap: 2%;padding: 12px 0 0 0; line-height: 24px; word-wrap: break-word; white-space: pre-wrap;}
.lane_box .dropgrid .info_block {background-color: #f7f7f9;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;border: solid 1px rgba(52, 127, 255, 0.05);padding: 12px;font-size: 15px}
.lane_box .dropgrid .info_block ul {margin:0;}

/* Offers */
.one-offer, .no-offers {display:none;}

/* Show More */
#lc_show_more{text-align:center;cursor:pointer;margin:15px auto 15px auto;}

/* Radio */
.searchbox {margin-top: 12px;}
.searchbox .container {display: block; font-size:17px; margin: 25px 0;}
.searchbox .container input[type=radio   ]:not(old) {width: 2em; margin: 0; padding: 0; font-size: 1em; opacity: 0;}
.searchbox .container input[type=radio   ]:not(old) + label { display: inline-block; margin-left: -2em; line-height: 18px;}
.searchbox .container input[type=radio   ]:not(old) + label > span {display: inline-block; width: 18px; height: 18px; margin: 0 10px 0 10px; border: 1px solid rgb(27,152,224); border-radius: 9px; background: rgb(255,255,255); vertical-align: bottom;}
.searchbox .container input[type=radio]:not(old):checked + label > span > span {display: block; width: 18px; height: 18px; border-radius: 9px; background: rgb(27,152,224);}


/* The Modal */
#lane_form .modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
#lane_form .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 12px;
	border: 1px solid #888;
	width: 40%;
	border-radius: 4px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#lane_form .modal-content p,
#lane_form .modal-content h2 {
	color: #343848;
}

/* The Close Button */
#lane_form .closemodal {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

#lane_form .closemodal:hover,
#lane_form .closemodal:focus {
	color: #343848;
	text-decoration: none;
	cursor: pointer;
}


#lane_form a.opentooltip1, #lane_form a.opentooltip1:visited,
#lane_form a.opentooltip2, #lane_form a.opentooltip2:visited,
#lane_form a.opentooltip3, #lane_form a.opentooltip3:visited,
#lane_form a.opentooltip4, #lane_form a.opentooltip4:visited,
#lane_form a.opentooltip5, #lane_form a.opentooltip5:visited{color: #0da1ed;text-decoration: none;}

/* The Close Button */
#lane_form .closemodal,
#lane_form .closetooltip1,
#lane_form .closetooltip2,
#lane_form .closetooltip3,
#lane_form .closetooltip4,
#lane_form .closetooltip5 {color: #aaaaaa;float: right;font-size: 28px;font-weight: bold;}

#lane_form .closemodal:hover,
#lane_form .closemodal:focus,
#lane_form .closetooltip1:hover,
#lane_form .closetooltip1:focus,
#lane_form .closetooltip2:hover,
#lane_form .closetooltip2:focus,
#lane_form .closetooltip3:hover,
#lane_form .closetooltip3:focus,
#lane_form .closetooltip4:hover,
#lane_form .closetooltip4:focus,
#lane_form .closetooltip5:hover,
#lane_form .closetooltip5:focus {color: #343848;text-decoration: none;cursor: pointer;}

/*inputs*/
#lane_form input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#lane_form span.select {
	position: relative !important;
	display: block !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: auto;
}
#lane_form input[type=text], #lane_form input[type=tel], #lane_form input[type=email], #lane_form select, #lane_form textarea {
	padding: 4px;
	border: 1px solid #ccc;
	margin: 3px 0 10px 0;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: inherit;
}
#lane_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: white;
	margin-right:6px;
}
#lane_form select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

#lane_form .submit {font-family: inherit;font-size: inherit;height:auto;width: 100%;box-sizing: border-box;line-height:normal;margin: 12px 0 3px 0;padding: 6px;background: #003e7e;color:#FFF;text-align: center;cursor: pointer;border:none;}

/* Error Message */
#lane_form #error {display:none;color:red;font-weight: 900;}
#lane_form .error {color:red;}

/* Font Awesome */
@font-face {font-family: FontAwesome;src: url("webfonts/fa-solid-900.ttf") format("truetype"); }

.lane_box .fas.fa-star, .lane_box .fas.fa-star-half-alt, .lane_box .far.fa-star  {padding: 1px;color: #f89426;}
.lane_box .fas.fa-check {color: #347fff;}

/* 600px wide screens */
@media only screen and (max-width: 600px) {
	.lane_grid, .titlerowmobile {display:block !important;}
	.results_title {display:none;}
	.output-number	{font-size:22px;}
	.payment {font-size:24px;}
	.lane_rates {margin-top: 10px;}
	.lane_box {padding: 37px 20px 10px 20px;}
	.lane_box .features {margin-bottom: 12px;}
	.lane_box .toprow.full, .lane_box .midrow.full, .lane_box .lowrow.full, .lane_apply.desktop, .titlerowfull {display:none}
	.lane_box .toprow.mobile {display: grid;grid-template-columns: 50% 50%;grid-column-gap: 0;margin-bottom: 12px;}
	.lane_box .middle {display:block; margin-bottom: 25px;}
	.lane_box .midrow.mobile {display:grid;grid-template-columns:50% 50%;grid-column-gap: 0;margin-bottom: 12px;}
	.lane_box .lowrow.mobile {display:block;margin-bottom: 12px;}
	.lane_apply.mobile {display:block;margin: 16px 0;}
	.lane_links {text-align: center;font-size:14px;margin-top: 0;}
	.lane_details {    margin: 6px 0; border-bottom-width: 0px;}
	.lane_details span.label {display:block; font-weight: 500;}
	.example {line-height: 18px;margin: 15px 0; padding: 12px; border-top: solid; border-top-color: #ededed; border-top-width: 1px; padding-top: 25px; color: #9d9e9e; font-size: 14px;}
	.annonselenke {line-height: 14px; margin: 7px 0; padding: 0px;}
    .output-number {font-size: 18px;}
	.searchbox .container {display: block; font-size:17px; margin: 25px 2rem;}
	.readmore {margin:0; font-size: 14px;}
	.lane_logo {text-align: left; margin-top: 5px;}
	.lane_box .dropgrid {display:block;}
	.lane_box .dropgrid .info_block {margin-bottom: 12px;}
	#lane_form progress {margin: 0; width: 100%;}
	#lane_form .modal-content {width: 80%;}
}