/* Genaral Rules */
.pujcky_form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    margin: 20px 0;
    font-size:16px;
    padding:20px;
    background-color: #FFF;
}

/* Sliders */
.pujcky, .pujcky__fill {
    background: #e6e6e6;display: block;
    box-sizing: border-box;
}

.pujcky {
    position: relative;
    height: 8px;
    width: 100%;
    margin:1em 0;
}

.pujcky--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.pujcky__fill {
    height: 8px;
    width: 100%;
    background: #0090df;
    position: absolute;
    top: 0;
}

.pujcky__handle {
    background: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    width: 23px;
    height:23px;
    position: absolute;
	top: -9px;
    border: 1px solid #0090df;
	box-sizing: content-box !important;
}

input[type="range"]:focus + .pujcky .pujcky__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);
}

.pujcky-range {margin-bottom: 20px;}
.pujcky-slider-principal {width:48%;float:left;}
.pujcky-slider-term {width:48%;float:right;}

/* Slider Outputs */
.output-left {display:inline-block;width:50%;text-align: left;}
.output-right {display:inline-block;width:50%;text-align: right;}

.pujcky_slider_output { font-size: 25px; text-align: center; }
.pujcky_slider_output div { line-height: 25px; }

.pujcky_rates { position: relative;}
.pujcky_rates .more_info a {color: #FFF !important;}

.pujcky-slideroutput {margin-bottom:20px; display: none; }
.pujcky-slideroutput:after, .pujcky-range:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.pujcky_form .main_output { padding-bottom: 14px; clear:both;}
	
.output { clear: both; }

/* Number of Offers */
.banks_matches {font-size: 25px; text-align:center; margin-bottom: 20px !important; color:#969696;}

/* Sorting */
.sorting, .filters {width:48%;padding:10px 0;}
.sorting {float:left}
.filters {float:right;text-align: left;}
.sorting .sortinglabel, .sorting select {text-align: left;}
.filters .filterlabel, .filters select {text-align: left;}

.sortinglabel, .filterlabel {font-weight: 400;color:#666666;padding: 4px 0;}
.sorting::after, .filters::after {clear: both; content: " "; display: block; }

.pujcky_form select {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 3px 0 10px 0;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    outline: none;
}

.pujcky_form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.pujcky_form select.minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        radial-gradient(#ddd 70%, transparent 72%);
    background-position:
        calc(100% - 20px) calc(13px),
        calc(100% - 12px) calc(13px),
        calc(100% - .5em) 4px;
    background-size:
        8px 8px,
        8px 8px,
        1.5em 1.5em;
    background-repeat: no-repeat;
}

/* Bank Box Rules */
.bank_box { margin-bottom: 16px; border: 1px solid #e6e6e6; width: 100%; text-align: center;padding: 20px; background: #FFF;position:relative;box-sizing: border-box;}
.bank_box.bank_offset { background-color: #f4f4f4 !important; }
 .bank_name {width:100%;float:left;font-weight: 900;margin: 0 0 6px 0;font-size:16px;padding:4px 0;border-bottom: 1px solid #CCC;text-align: left;}
.bank_name::after, .filters::after {clear: both; content: " "; display: block; }
.bank_logo img {vertical-align: middle;width:auto !important;max-height: 40px !important;margin:0 !important;}
.bank_details { padding-top: 0;width:20%; }
.bank_details span {color:#0090df;}
.bank_details b {font-size:18px;color:#666666;}
.bank_apply {line-height: 40px;}
.bank_apply a ,.bank_apply span {display: block;margin-top: 4px; background: #3D9BE9;font-size:16px;color: #FFF !important; text-decoration: none;box-shadow: 0 3px 6px 0 rgba(0,0,0,.18),0 4px 5px 0 rgba(0,0,0,.15);}
.bank_apply span {background: #666666;}
.bank_apply.standalone {width:30%;margin:auto;text-align:center;}
.bank_sponsored {font-size:12px; color:#999999;}
.read_more { margin-top: 10px;}
.read_more a {border: 2px solid #3D9BE9; line-height: 30px; text-decoration: none; background: #ADD8E6; color: #343848; padding:5px;box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 5px 0 rgba(0,0,0,.15);}

/* Example */
.showexample {font-size:12px; color: #666666;text-align: left;margin: 8px 0 0 0;}

/* Bank Box Read More */
.bank_box .drop { display: none;}
.readmore { color: #969696; padding: 5px; text-align: center; width: 100%; min-height: 20px; display: block; text-decoration: none; }
.readmore:hover {color:#0090df;}
.infotitle {color:#0090df;}
.colsmindent {padding: 0 0 10px 0;color:#666666;}

.bank-padding { padding-bottom: 10px; }

.pujcky_form_header { display: block;}

.bank_box .checks {margin: 10px 0 15px 0;list-style-type: none;text-align: left;line-height: 24px;}
.bank_box .checks li {display: inline-block;margin: 0 10px;color: #969696;}
.bank_box .checks span {color: #0090df;}

/* Normal Grid Options */
.bank_details,
.colmd3,
.colmd4,
.colmd5,
.colmd6,
.colmd7,
.colmd8 { float: left; display: inline-block; vertical-align: middle;}
.grid::after { clear: both; content: ' '; display: block; }
.colmd3 { width: 50%; text-align: left;padding-right: 20px;}
.colmd4, .colmd8 { width: 20%;}
.colmd8 {text-align: left;}
.colmd6 { width: 80%; text-align: left;}
.colmd6 { width: 100%;}
.colmd7 { width: 100%; text-align: left;margin-bottom: 10px; border-bottom: 1px solid #CCC; padding-bottom: 4px; line-height: 14px;}
.colmd0 { display: none; }
.checklist {display:none;}

/* Circle Rules */
.circle-down 	{ height: 25px; width: 25px; position: absolute; top: 0; left: 0; border: 1px solid #0090df; }
.circle-down:after {
	content: "";
	width: 15px;
	position: absolute;
	height: 3px;
	background-color: #0090df;
	top: 50%;
	margin-top: -1.5px;
	left: 50%; 
	margin-left: -7.5px;
}
.circle-up 		{ height: 25px; width: 25px; position: absolute; right: 0; top: 0; border: 1px solid #0090df; }
.circle-up:after {
	content: "";
	width: 15px;
	position: absolute;
	height: 3px;
	background-color: #0090df;
	top: 50%;
	left: 50%; 
	margin-top: -1.5px;
	margin-left: -7.5px;
}
.circle-up:before {
	content: "";
	width: 3px;
	position: absolute;
	height: 15px;
	background-color: #0090df;
	top: 50%;
	left: 50%;
	margin-top: -7.5px;
	margin-left: -1.5px;
}
.output-number	{ line-height: 25px; font-size:25px;color: #666666}
.output-number output {color: #0090df;}
.output-pad		{ padding: 0 25px; line-height: 25px; min-height: 25px; position: relative; }
.circle-up:hover, .circle-down:hover { background-color: #e6e6e6; cursor: pointer; }
.circle-control {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* Show More */
#lc_show_more{text-align:center;cursor:pointer;position:relative;color:#0090df;font-size:25px;z-index:999;margin:15px auto 35px auto;height:25px;line-height:25px!important}
#lc_show_more:hover{color:#408dc2;}
#lc_show_more .fg{position:absolute;width:100%;height:100%;top:0;left:0}

/* 965px wide screens */
@media only screen and (max-width: 965px) {
	.colmd0, .grid > div.colmd0 { display: inline-block; }
	.grid > div.colmd0 { display: none; }
	.readmore { border-right: none; }
	.extra { width: 100%; }
    .pujcky_form .logo { padding-left: 8px !important; }
	.pujcky-filterlabel li { width: 50%; float: left; padding: 2px 0 !important; }
    .colmd5 {clear: both;float:none;text-align: center; margin:0 auto;}
}

/* 600px wide screens */
@media only screen and (max-width: 600px) {
    .pujcky_form {font-size: 14px;}
    .pujcky-slider-principal {width:100%;float:left;}
    .pujcky-slider-term {width:100%;float:left;}
	
    .output-number	{font-size:20px;}
    
    .banks_header {display:none;}
    .pujcky_rates {margin-top: 10px;}

	.bank_details,
	.colmd3 { width: 100% !important; padding-right: 0;}
    .colmd4 {width: 100%;}
    .colmd7 {width: 50%;}
    .colmd8 { width: 50%;}
    
    .bank_details {margin: 5px 0;text-align: left;} 
    .bank_logo {text-align: left;vertical-align: middle;}
    .bank_logo img {width:auto!important;overflow:hidden;margin:0 !important;vertical-align: middle !important;display:inline !important;}
    .showchecks {display:none;}
    .bank_details span, .bank_details b{width: 50%; float:left;font-size:14px}
    .bank_details br {display: none;}
    
	.pujcky-filterlabel .check { display: block; clear: both; }
    .checklist {display:block;text-align: left;margin: 10px 0 0 0 ;padding: 0;}
    .bank_box .checks {line-height: 16px;}
    .bank_box .checks li {margin: 0;font-size: 14px;width:50%;}
    .bank_apply { padding: 10px 0;}
    .bank_box h6 {margin:0;}
    .bank_apply.standalone {width:100%;}
}

/* 450px wide screens */
@media only screen and (max-width: 450px) {
    .pujcky_form {font-size: 12px;}
    .output-number	{font-size:18px;}
    .bank_box {padding: 6px;}
    .pujcky-filterlabel li { width: 100%;}
    .pujcky_filter_toggle a {height:26px;line-height: 26px; padding: 4px 6px;}
    .readmore_div {margin-top: 8px;}
    .bank_box h6 {margin:0;}
    .pujcky_slider_output, .pujcky_slider_output div { line-height: 20px; }
    .circle-down 	{height: 20px; width: 20px;}
    .circle-down:after {height: 2px;width: 12px;margin-top: -1px;margin-left: -6px;}
    .circle-up 		{height: 20px; width: 20px;}
    .circle-up:after {width: 12px;height: 2px;margin-top: -1px;margin-left: -6px;}
    .circle-up:before {height: 12px;width: 2px;margin-top: -6px;margin-left: -1px;}
    .output-number	{line-height: 18px; font-size:18px;}
    .output-pad		{padding: 0 20px; line-height: 20px; min-height: 20px;}
    .pujcky__handle {width: 18px;height:18px;top: -7px;}
}