


      
            
input.wait {
  background: white url(spin.svg) right center no-repeat !important;
  background-size: auto 100%;

}



/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.tipso_bubble {
    position: absolute;
	text-align: left;
	z-index: 9999;
}
.tipso_style{
	cursor: help;
}
.tipso_title {
	
}
.tipso_content {
  	word-wrap: break-word;
	padding: 0.5em;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
/*.tipso_bubble.tiny {
	font-size: 0.6rem;
}
.tipso_bubble.small {
	font-size: 0.8rem;
}
.tipso_bubble.default {
	font-size: 1rem;
}
.tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%;
}
*/
/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow{
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;
}
.tipso_bubble.top > .tipso_arrow {
	border-top-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
	border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
	margin-top: -8px;
}
.tipso_bubble.right > .tipso_arrow {
	border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
	margin-top: -8px;
}

.tipso_bubble .top_right_corner, 
.tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner, 
.tipso_bubble.bottom_right_corner  {
	border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner, 
.tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner, 
.tipso_bubble.bottom_left_corner  {
	border-top-right-radius: 0;
}


/* --------------------------- Moje Tipso - nadpisanie styli ------------------------- */ 



body.agreement-tipso .tipso_bubble {
    padding: 7px;
}
body.agreement-tipso .tipso_content {
    max-height: 250px;
    overflow: auto;
    line-height: 1.1em;
    font-size: 13px; 
}
body.agreement-tipso .tipso_content ol,
body.agreement-tipso .tipso_content ul {
    margin-left: 1em;
    padding:0;
}

body.agreement-tipso .tipso_content .red {
    color:red;
}

body.agreement-tipso .tipso_content strong {
    font-family: inherit;
    font-weight: bold;
}

body.agreement-tipso .tipso_bubble .close-bubble {
    position: absolute;
	top: -10px;
	right: 20px;
	background: white;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
	line-height: 25px;
	font-weight: bold;
	font-size: 18px;
	cursor:pointer;
	font-family: arial;
	transform:rotate(-45deg);
	color:#555;
}


#modal-lead-form form .legal-cont {
    /*font-size: 12px;*/
    line-height: 1.1em;
    max-width: calc(100% - 40px);
    text-align: left;
    display: inline-block;
}

.tipso_content {
    font-size: 13px;
    max-width: 400px;
    background: white;
}
.tipso_bubble {
    -webkit-box-shadow: 1px 2px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 12px 0px rgba(0,0,0,0.75);
    border-radius: 5px
}

 .roz-hide {
	color:#e20074;
}
.tipso_bubble .roz-hide {
	color:#e20074;
	display: none;
	visibility: hidden;
}

.agreement-tipso .tipso_bubble .close-bubble {
	display: none;
}


@media screen and (max-width: 960px) {
	
	.agreement-tipso .tipso_bubble .close-bubble {
		display: block;
	}
	.roz-hide {
		/*display: inline;*/
	}

	.tipso_content .roz-hide {
		/*display: inline;
		color:#333;
		font-weight:bold;*/
	}
}

@media screen and (max-width: 640px) {
	.agreement-tipso .tipso_content {
		max-width: 320px;
	}
	.agreement-tipso .tipso_bubble {
		left: 0!important;
		right: 0!important;
		margin: 0 auto!important;
		width: 320px!important;
	}
}