.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	font-size: 80%;
	background-color: #FFFFFF;
	border: solid 1px #999;
}

div.superblock {
	margin: 0;
	padding: 0;
	border: 0;
}

.ui-helper-hidden-accessible {
	display: none;
}

form {
    position: relative;
}

/* enable absolute positioning */
.inner-addon {
	position: relative;
}

/* style icon */
.inner-addon .euro {
	position: absolute;
	padding: 4px 0px 0px 0px;
	pointer-events: none;
}

/* align icon */
.left-addon .euro  { left:  0px;}
.right-addon .euro { right: 20px;}

/* add padding  */
.left-addon input  { padding-left:  0px; }
.right-addon input { padding-right: 0px; }


/*css pre pozickomat slidre*/

.sliders {
	background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgba(240, 244, 246, 1) 0%, rgba(248, 250, 251, 1) 100%) repeat scroll 0 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding-bottom: 65px;
	padding-top: 10px;
}
.slider-results-wrapper {
	background: #fff none repeat scroll 0 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid #e2e2e2;
	padding: 6px 10px;
	text-align: center;
	/*width: 99%;*/
}
.pozickomat-fields-wrapper {
	border-radius: 6px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.form-group-slider label {
	line-height: 27px;
	padding-top: 0;
	display: inline;
}

.col-md-4 {
	position: relative;
	width: 33%;
	float: left;
}
.col-md-5 {
	position: relative;
	width: 45%;
	float: left;
}
.col-md-3 {
	position: relative;
	width: 20%;
	float: left;
}
.slider-content {
	padding-left: 0;
	padding-right: 0;
	width: 40%;
}
.slider-content .slider {
	/*background: #d9d9d9 none repeat scroll 0 0;*/
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	position: relative;
	width: 70%;
}
.slider-content .ui-slider-handle {
	/*background: rgba(0, 0, 0, 0) url("/images/slider/slider-button-pozickomat.png") repeat scroll 0 0;*/
	cursor: w-resize;
	height: 20px;
	margin-left: -15px;
	position: absolute;
	top: -5px;
	width: 20px;
}
.slider-content .slider-result {
	color: #333;
}
.ui-widget-header {
	/*background: #ff9530 none repeat scroll 0 0;*/
	/*border-bottom-left-radius: 2px;*/
	/*border-top-left-radius: 2px;*/
	height: 10px;
	left: 0;
	position: absolute;
}
.slider-content a {
	outline: medium none;
}
a.slider-add, a.slider-take {
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	text-align: center;
	text-decoration: none;
	width: 13%;
}
span.slider-take, span.slider-add {
	/*background: #e2882b none repeat scroll 0 0;*/
	/*border: 1px solid #d67413;*/
	/*border-radius: 5px;*/
	/*color: #fff;*/
	display: inline-block;
	font-family: Courier !important;
	font-size: 18px;
	font-weight: bold !important;
	height: 25px;
	line-height: 23px;
	margin: 0;
	text-align: center;
	width: 25px;
}
span.slider-take:hover, span.slider-add:hover {
	/*background-color: #f79f4c;*/
	/*border-color: #db8230;*/
}
span.suffix {
	display: inline-block;
	font-size: 16px !important;
	font-weight: bold;
	padding: 0 !important;
}
span.slider-result .form-control {
	display: inline;
	font-size: 18px !important;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding: 0;
}
span.slider-result .form-control.vyska-hypoteky-value {
	width: 50px;
}
span.slider-result .form-control.doba-splacania-value {
	width: 50px;
}
#value_datum_splatnosti {
	font-weight: bold;
}

.hide-block {
    display: none;
}


.slider-selects {
	background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgba(240, 244, 246, 1) 0%, rgba(248, 250, 251, 1) 100%) repeat scroll 0 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding-bottom: 5px;
	padding-top: 10px;
	display: none;
}

.deny-overlay-outer {
    position: absolute;
    background-color: rgba(255,255,255,.6);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
}

.deny-overlay-inner {
    position: absolute;
    margin: 30px auto;
    width: 75%;
    min-height: 55%;
    text-align: center;
    padding: 60px 30px 0px 30px;
    background-color: rgba(255,255,255,.8);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    max-width: 400px;
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.error_message {
    display: none;
    margin: 0 0 5px;
    padding: 8px 0 0 18px;
    position: relative;
    color: #ff2121;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.error_message:before {
    content: "!";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 14px;
    color: #ffffff;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    background: #ff2121;
    border-radius: 50%;
}

/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
    border-radius: 3px;
}
.noUi-connect {
    background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}
.noUi-marker-sub {
    background: #AAA;
}
.noUi-marker-large {
    background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
