/**
 *	FONTS AND TEXT STYLES
 */
@charset "UTF-8";

@font-face {
	font-family: 'Neue Haas Text Medium';
	src: url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5b5fa1f1aaff48e8d068d2d1_NeueHaasGrotTextRound-65Medium-Web.woff2') format('woff2'), url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5b5fa1f13f9c403e64ca9ca7_NeueHaasGrotTextRound-65Medium-Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Neue Haas Display Medium';
	src: url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5b5fa1f191ad1670ec1c65b0_NeueHaasGrotDispRound-65Medium-Web.woff2') format('woff2'), url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5b5fa1f1bb5a83328f247bdd_NeueHaasGrotDispRound-65Medium-Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5b5fa1f16abb67cb0437dab2_Graphik-Regular-Web.woff2') format('woff2'), url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5b5fa1f107bc3e36eb9d17e9_Graphik-Regular-Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik Med';
	src: url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5b5fa282d9b73f1dd4b4bd90_Graphik-Medium-Web.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Neue Haas Text Roman';
	src: url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5bad87623bde1243127cf410_NeueHaasGrotTextRound-55Roman-Web.woff2') format('woff2'), url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5bad8762cfdca4509db707e3_NeueHaasGrotTextRound-55Roman-Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik Med';
	src: url('https://assets.website-files.com/5b5fa16907bc3e28f39d17c4/5b5fa28207bc3ef65e9d19e3_Graphik-Medium-Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'Neue Haas Display Medium';
	text-align: center;
}

h1, h2 {
	margin-top: 0;
	color: #000;
	font-weight: 400;
}

h1 {
	margin-bottom: 1rem;
	font-size: 4rem;
	line-height: 4rem;
}

h2 {
    margin-bottom: 1.25rem;
    font-size: 3rem;
    line-height: 3rem;
}

h3 {
    margin-bottom: 12px;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    color: #5347c2;
}

h2.small {
	font-size: 2rem;
}

li, p, label, select {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
	font-family: 'Neue Haas Text Roman',sans-serif;
	line-height: 1.75rem;
}

label {
	margin-right: 20px;
	font-weight: bold;
}

label.option, label.template {
	font-weight: normal;
}

.normal {
	font-size: 1.25rem;
}

.small, ul.small li {
	font-size: 1rem;
	margin-bottom: 0.2rem;
}

.smaller {
	font-size: 0.8rem;
}

.strong {
	font-weight: bold;
}

.hero h1 {
	margin-top: 20px;
	margin-bottom: 60px;
}

.hero h2 {
	margin-top: 10px;
	margin-bottom: 40px;
}

/**
 *		BASIC ELEMENTS STYLING
 */
html {
	font-size: 14px;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	color: -internal-root-color;
}

body {
/*	overflow: hidden;*/
	font-kerning: normal;
	font-variant-ligatures: common-ligatures;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-stretch: normal;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
	color: 0;/*#333;*/
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	min-height: 100%;
	background-color: #fff;
}

.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin-bottom: 1rem;
}

ol, p, ul {
	margin-top: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

a {
	-webkit-transition: all 150ms cubic-bezier(.55,.085,.68,.53);
	transition: all 150ms cubic-bezier(.55,.085,.68,.53);
	color: #5347c2;
}

img {
	max-width: 100%;
}

/*input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 16px;
  height: 16px;

  border: 2px solid black;
  transition: 0.2s all linear;
  margin-right: 5px;

  position: relative;
  top: 4px;
}

input[type=radio]:checked {
  border: 6px solid black;
  outline: unset !important
}

input[type=radio]:disabled {
  border: 1px solid #999;
}
*/
input[type=radio] {
	width: 1.5em;
	height: 1.5em;
}

input[type=radio]:disabled+label {
  color: #999;
}

blockquote {
	font-style: italic;
	line-height: 1.5rem;
	margin-top: 10px;
	font-size: 1rem;
}

th, td {
	border: 1px solid silver;
	padding: 4px;
	margin 0;
}

table {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

table.center th, table.center td {
	text-align: center;
}

table.options {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.options td, table.center th {
	border: 1px solid black;
	font-size: 1rem;
}

tr.odd {
	background-color: whitesmoke;
}

tr.even {
	background-color: gainsboro;
}

textarea {
	width: 100%;
	height: 100px;
	vertical-align: top;
	margin-bottom: 20px;
}

hr {
	width: 80%;
}

input[type=checkbox]
{
	/* Double-sized Checkboxes */
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	transform: scale(2);
	padding: 10px;
	margin-right: 20px;
}

img.desktop {
	display: block;
}

img.mobile-320, img.mobile-400, img.mobile-450 {
	display: none;
}

blockquote {
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.documentContent pre {
	white-space: pre-wrap;
	font-style: italic;
}

.breadcrumbs {
    list-style: none;
    display: flex;
    background-color: #f8f9fa;
    padding: 20px;
    color: #777; 
}
.breadcrumbs li {
    display: flex;
    font-size: 0.9rem;
    margin-bottom: 0;
}
.breadcrumbs li a {
    color: #007bff; 
    text-decoration: none;
}
.breadcrumbs li + li::before {
    content: ">"; 
    padding: 0 5px; 
    color: #777; 
}
.breadcrumbs .active {
    color: #6c757d;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}

.suggestBox {
	position: absolute;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 1000;
	max-height: 200px;
	max-width: 90%;
	overflow: hidden;
	text-wrap: nowrap;
	display: none;
	cursor: pointer;
}
.region-info {
    padding: 8px;
    background-color: #d3d3d3; /* Bright grey */
    pointer-events: none; /* Non-clickable */
    cursor: default; /* Normal pointer cursor */
}

.region-info-link {
    pointer-events: auto; /* Clickable */
    color: blue;
    text-decoration: underline;
    cursor: pointer; /* Hand pointer cursor */
}

.suggest-items-container {
    max-height: 150px; /* Max height with scrolling */
    overflow-y: auto; /* Enable vertical scrolling */
}

.suggest-item {
    padding: 8px;
    cursor: pointer;
}

.suggest-item:hover {
	background-color: #eee;
}

input::placeholder {
	color: #ccc;
}


/**
 *		GENERAL, REPEATEDLY USED ELEMENTS
 */
a[name] {
	height: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.leaderboard {
	object-fit: cover;
	height: 400px;
	width: 100%;
}

img.leftimg, img.rightimg, img.leftimglarge, img.rightimglarge {
	max-width: 33%;
	object-fit: cover;
}

.leftimg, .leftimglarge {
	float: left;
}

.leftimglarge, .rightimglarge {
	max-width: 50%;
}

.rightimg, .rightimglarge, .imgright {
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.cta, .cta:hover {
    min-height: 50px;
/*    margin-top: 16px; */
    padding: 13px 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 2px solid #5347c2;
    border-radius: 10px;
    background-color: white;
    background-image: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    color: #5347c2;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    font-family: 'Neue Haas Display Medium',sans-serif;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
	box-shadow: 3px 3px 5px 0px #B2B2B2;
}

.cta:hover {
    background-color: #5347c2;
    border-color: #5347c2;
    color: #fff;
}

.cta.white {
    background-color: #382e85;
    border-color: #fff;
    color: #fff;
}

.cta.white:hover {
	background-color: #5347c2;
}

.cta.reverse {
    background-color: #5347c2;
    border: 1px solid black;
    color: #fff;
}

.cta.reverse:hover {
    background-color: white;
    border-color: #5347c2;
    color: #5347c2;
}

.cta.wide {
	padding-left: 60px;
	padding-right: 60px;
}

.cta.small {
	padding: 4px 6px;
	min-height: unset;
	border-radius: 6px;
	font-size: 1rem;
}
.cta.addItem {
	border: 2px solid #66cc99;
}

.cta.disabled:hover, .cta.disabled:active, .cta.disabled {
	color: #ccc;
	background-color: #999;
	cursor: default;
}

.cta.deleteItem {
	margin-left: 10px;
	height: fit-content;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #cc6666;
}

table .cta.deleteItem {
	margin-left: 0;
}

.cta.save {
	padding: 5px 36px;
	position: absolute;
	right: 50px;
	margin-top: -60px;
}
@media (max-width: 992px) {
	.cta.save {
		position: relative;
		margin-top: unset;
		right: unset;
	}
}

.clear {
	clear: both;
}

.alert {
	font-size: 0.9rem;
	color: red;
	max-width: 500px;
	line-height: 1rem;
	padding: 5px;
	line-height: 30px;
}

.arrow {
	margin-top: -64px;
	width: 40px;
}

.discount {
	color: red;
	font-weight: bold;
}

a.anchor {
	float: left;
}

.text_block {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.dlgdim {
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 9;
}

.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    min-width: 600px;
    max-width: 98%;
    max-height: 98%;
    border: 1px solid black;
    box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    background: white;
    padding: 20px 40px;
    z-index: 100;
}
@media (max-width: 450px) {
    span[dialog='complexityExplanationBox'] { display: none; }
}

.closeBtn {
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: white;
	padding: 10px;
}

.dialog h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.dialog .cta {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	display: block;
}

.dialog p, .dialog label {
	font-size: 1.1rem !important;
}

.dialog p.footer {
	font-size: 0.9rem !important;
	text-align: center;
}

.dialog input[type=email] {
	padding: 4px 6px;
	width: auto !important;
}

.formCol {
	width: 48%;
	display: inline-block;
	margin: 5px 0;
}

.red {
	color: red;
}

.paid {
	text-align: center;
	color: green;
	font-size: 1.25rem;
	font-weight: bold;
}

.paid span {
	font-size: 3rem;
}

.unpaid {
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
}
/*
.unpaid a {
	color: red;
}*/

.inprogress {
	text-align: center;
	color: blue;
	font-size: 1.25rem;
	font-weight: bold;
}

.inprogress img {
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: -8px;
}

.inprogressText {
	font-size: 1rem;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.align-right {
	text-align: right;
}

.check {
	width: 48px;
	margin-right: 20px;
	margin-bottom: -16px;
}

.float-right {
	float: right;
}

img.inline {
	display: inline-block;
}

.topspace {
	margin-top: 30px;
}

.qa_mainpage .topspace {
	padding-top: 0;
}

ol.multilevel {
	counter-reset: item;
	counter-increment: start 3;
	margin-left: -20px;
}

ol.multilevel > li{
	display: block;
}

ol.multilevel > li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
}
ol.letters {
  list-style-type: lower-alpha;
}

.vertical_margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

span.nowrap {
	white-space: nowrap;
}

span.nowrap p, span.nowrap li, span.nowrap div, span.nowrap label {
	white-space: normal;
}

input.toggler:checked + p.toggle { display: none; }

label.toggler {
	color: #5347c2;
	text-decoration: underline;
	font-size: 90%;
	font-weight: normal;
}

.leftpadded {
	margin-left: 20px;
}

.checkbox_container {
	background-color: #C0DDFF;
	padding: 25px 0;
	text-align: center;
}

.flex {
	display: flex !important;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.flex.wrap {
	flex-wrap: wrap;
}

.flex .fullWidth {
	flex-grow: 2;
}

.flex .fullWidth input {
	width: 100%;
}

.msg {
	padding: 20px 10px;
	background-color: green;
	color: white;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.box {
	background-color: #f2f8ff;
	border: 1px solid black;
	text-align: center;
	padding: 20px 40px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
}

.down_arrow {
	font-size: 32px;
	width: 32px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor: pointer;
}

.hidden {
	display: none;
}

.teaser_desc {
	font-style: italic;
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.perex {
	line-height: 2.5rem;
	margin-top: 40px;
}

.qa_mainpage .box_topics, .chat-novy-dotaz .box_topics {
	margin: 0;
}

.qa_mainpage .column_side .box_topics, .chat-novy-dotaz .column_side .box_topics {
	margin-bottom: 20px;
	margin-top: 10px;
}

.box_topics {
	margin: 20px 40px 0 40px;
	background-color: #F2F2F2;
	border-radius: 5px;
	box-shadow: 0 0 6px #b2b2b2;
	padding: 10px;
}

.righttext .box_topics, .lefftext .box_topics {
	margin-top: 40px 0 20px 0;
}

.box_topics .title {
	font-family: 'Graphik';
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.25rem;
}

.box_topics .description {
	font-size: 0.75rem;
	text-transform: none;
	display: block;
	padding: 5px 20px 0 20px;
}

.box_topics img {
	float: left;
	padding: 10px 20px;
}

.subtitle {
	margin-top: 2rem;
}

.lefttext .subtitle {
	text-align: left;
}

.righttext .subtitle {
	text-align: right;
}

.float-right.subtitle {
	margin-top: 0;
}

.subtitle span {
	font-size: 1.2rem;
	white-space: nowrap;
	background-color: lightblue;
	border: 1px solid black;
	font-weight: bold;
	padding: 5px 10px;
}

.vertical {
	float: right;
	font-size: 1.2rem;
	white-space: nowrap;
	letter-spacing: -1px;
	background-color: lightblue;
	text-orientation: upright;
	writing-mode: vertical-lr;
	border: 1px solid black;
	font-weight: bold;
	padding: 10px 5px;
}

.lefttext .icon, .righttext .icon {
	padding: 15px;
}

.lefttext .icon {
	float: left;
}

.righttext .icon {
	float: right;
}

.bg_right {
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity: 0.6;
}

.bg_parent {
	position: relative;
}

.blue {
	color: blue;
}

.none {
	border: 1px solid black;
	background-color: #d1e9ff;
	padding: 10px 20px;
	font-style: italic;
	box-shadow: 2px 2px 6px #B2B2B2;
	border-radius: 5px;
}
.none img { margin-right: 20px; margin-bottom: -6px; }

.youtube-video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.youtube-video-container::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.youtube-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 *		PAGE LAYOUT
 */
.test {
	background: red;
	text-align: center;
	font-size: 200%;
	color: white;
	font-weight: bold;
	/*padding: 20px 0;
	margin: 0;*/
	margin-top: -40px;
	height: 41px;
}

.stripe {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	clear: both;
	margin: 40px 0 0 0;
}
body.mx .stripe {
    margin: 0;
}

.stripe.top {
	padding: 0;
}

body.pruvodce .bluebg {
	padding-top: 50px;
	padding-bottom: 50px;
}

.bluebg {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f2f8ff),to(#f2f8ff));
	background-image: linear-gradient(180deg,#f2f8ff,#f2f8ff);
}

.header, .content {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.stripe.right, .stripe.left {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.stripe a.teaser {
	width: 800px;
	padding: 20px 20px 0 20px;
	background-color: #f2f8ff;
	display: block;
	margin: 80px auto 0 auto;
	border-bottom: none;
	border-radius: 16px;
	position: relative;
}

.dim {
	display: none;
}

.stripe a.teaser:hover div.dim {
	display: block;
	position: absolute;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    z-index: 9;
}

.stripe a.teaser div.cta {
	display: none;
}

.stripe a.teaser:hover div.cta {
	display: block;
	position: absolute;
	top: 100px;
	left: 260px;
	z-index: 10;
}

.stripe a.teaser:hover div.cta:hover {
	background-color: white;
	border-color: #5347c2;
	color: #5347c2;
}


.content {
    width: 90%;
/*    max-width: 1138px;*/
    margin-top: 0;
    padding: 55px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
}

.bg {
	position: absolute;
	width: 100%;
	max-height: 763px;
	max-width: 1280px;
	left: 50%;
	margin-left: -640px;
	top: 0px;
	opacity: 0.7;
	z-index: -10;
}

.righttext, .lefttext {
	max-width: 60%;
}

.righttext, .righttextnarrow {
	margin-right: 6%;
	float: right;
	padding: 0 0 0 40px;
}

.lefttext, .lefttextnarrow {
	margin-left: 6%;
	float: left;
	padding: 0 40px 0 0;
}

.righttextnarrow, .lefttextnarrow {
	max-width: 44%;
}

.text_narrow {
    display: block;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    max-width: 60ch;
}

.text {
    display: block;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
}

.center {
    text-align: center;
}

#last_updated {
	position: absolute;
	bottom: 2%;
	right: 5%;
}

.hero {
	height: 700px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.content.short, .stripe.short {
	padding: 0;
	min-height: 17rem;
}

.teacher-right, .teacher-left {
	margin-top: 2.5rem;
}

.teacher-right {
	float: right;
}

.teacher-left {
	float: left;
}

.narrow {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

span.info {
	color: blue;
	font-style: normal;
	font-size: 150%;
	line-height: 150%;
	margin-right: 15px;
}

span.warn {
	color: red;
	font-weight: bolder;
	font-size: 150%;
	line-height: 150%;
	margin-right: 15px;
}
span.show_hide {
	color: blue;
}
ul.odeslani li, div.podani li {
	position: relative;
	font-size: 1.1rem;
}
div.podani li p {
	font-size: 1rem;
	line-height: 1rem;
    font-style: italic;
}
.popup {
	display: none;
	position: absolute;
	top: 1.5rem;
	right: 25%;
	max-width: 75%;
	background: white;
	z-index: 100;
	padding: 20px;
	border: 1px solid black;
	box-shadow: 0 0 6px #B2B2B2;
}
.popup, .popup ul, .popup ul li, .popup p {
	font-size: 0.95rem;
}
.complexityHolder .popup { 
	right: 25%; 
	width: 50%;
	position: fixed;
	text-align: left;
}
@media screen and (max-width: 991px) {
	.complexityHolder .popup {
		right: 6%;
		width: 88%;
		max-width: none;
	}
}

ul { margin-top: revert; }
ul.complexityList li { 
	margin-bottom: 0;
	background-image: url(/i/cross.png);
	background-repeat: no-repeat;
	background-size: 20px;
	overflow: visible;
	padding: 0px 24px;
}
ul.complexityList li.checked {
	background-image: url(/i/check.png);
}

.question_list {
	max-height: 400px;
	overflow: hidden;
	position: relative;
}

.gradientback{
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%, #fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%, #fff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%, #fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.questions_more {
	margin: 0;
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
	width: 100%;
	height: 32px;
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	padding: 5px;
	cursor: pointer;
}

.question_search {
	font-size: 1.25rem;
}

.question_search input[type=text] {
	width: auto !important;
	font-size: unset !important;
	font-weight: unset !important;
	margin-top: 20px;
	margin-bottom: 10px;
}

.achievments, .faq,
	.faq a, .faq a:hover, .faq a:visited
{
	background-color: #382e85;
	color: white;
}

.faq a, .faq a:visited {
	text-decoration: none;
}

.faq a:hover {
	text-decoration: underline;
}

.faq h2 {
	text-align: left;
}

.faq ul {
	padding-left: 0;
}

.faq li {
	list-style: none;
	font-size: 1.1rem;
}

.faq .content.wrap > div {
	flex-basis: 50%;
}

.achievments > .content {
	display: flex;
	text-align: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	line-height: 2rem;
}

.achievments > .content > div {
	min-width: 300px;
	font-size: 1.5rem;
	padding: 40px 0;
	width: 33%;
}

.achievments .small {
	font-size: 1.25rem;
}

.achievments .number {
	display: block;
	width: 100%;
	font-family: 'Neue Haas Display Medium';
	font-size: 3rem;
	font-weight: bold;
	line-height: 5rem;
}

.preview_below {
	color: blue;
	font-size: 1rem;
	line-height: 48px;
	padding: 0 5%;
}
.preview_below img {
	transform: rotate(180deg);
	float: left;
	height: 48px;
}

.monitor { width: 95%; }
.monitor_results {
	display: flex;
	flex-wrap: wrap;
	justify-content space-evenly;
	align-items: flex-start;
	list-style: none;
}
.monitor_results li {
	flex: 1 0 25%; /* Four items per column */
	padding: 0;
	background-color: red;
	min-height: 100px;
	line-height: 100px;
	margin: 10px;
	text-align: center;
}
.monitor_results li.ok {
	background-color: mediumseagreen;
}

.your_document {
    font-size: 1.05rem;
    font-weight: bold;
    text-align: center;
    margin: 10px 20px -19px 10px;
}

/**
 *		FOOTER
 */
footer { clear: both; }
.faq {
	margin-top: 0;
	padding-top: 80px;
	/*background-image: linear-gradient(180deg,#382e85,#382e85);*/
}

.faq h2 {
	color: white;
	font-size: 2rem;
}

.footer-menu {
	padding-top: 72px;
}

ul.column {
	width: 20%;
	float: left;
}

ul.column li {
	display: block;
	line-height: 1.25rem;
}

ul.column.logo {
	text-align: center;
}

ul.column.logo img {
	float: none;
}

ul.column li.coltitle {
	text-transform: uppercase;
	color: #382e85;
	line-height: 1.5rem;
	letter-spacing: .24px;
	font-family: 'Graphik Med',sans-serif;
	font-size: 0.9rem;
}

div.copyright {
    background-color: #2e3649;
    color: white;
	clear: both;
	font-size: 0.75rem;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
}
div.copyright a {
    color: white;
}

.footer-menu a, .footer-menu li {
	color: #323438;
	font-size: 0.8rem;
	text-decoration: none;
}
.footer-menu li {
	color: silver;
}

.footer-menu a:hover, .footer-menu a:focus {
	text-decoration: underline;
}

/**
 *		HEADER & MENU
 */
.header {
	position: relative;
	width: 96%;
	max-width: 1334px;
	min-height: 50px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.menu ul { margin-block-start: 0; }
.menu ul li { margin-bottom: 0; }

.logo a {
	text-decoration: none;
	color: #000;
}

.sitename {
	display: inline;
    padding: 0 20px;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 50px;
    font-family: 'Graphik';
    font-size: 24px;
    font-weight: bolder;
    text-transform: uppercase;
}

.sitename .beta {
	font-size: 10px;
	color: white;
	font-weight: bold;
	background-color: red;
	border: 1px solid black;
	border-radius: 2px;
	padding: 1px 4px;
	margin-left: 8px;
	vertical-align: super;
}

.logo {
	display: inline-block;
}

.logo img {
	float: left;
	vertical-align: middle;
}

.header-mx {
	position: relative;
    margin: 0;
	min-height: 100px;
	padding-top: 20px;
    padding-bottom: 20px;
    background: url(/i/avogados-background.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #2e3649;
    background-position: 70px;
    color: white;
}

.logo-mx {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    text-align: left;
    font-family: 'Graphik';
    text-transform: uppercase;
}

.home-link {
    width: 200px;
    height: 100px;
    margin-left: 70px;
    margin-top: -20px;
    margin-bottom: 0;
    float: left;
    text-decoration: none;
    display: block;
}

.sitename-mx {
    display: block;
    line-height: 40px;
    font-size: 32px;
    font-weight: bolder;
    color: #dbbd75;
    text-decoration: none;
}

.sitename_sub-mx {
    display: block;
    line-height: 30px;
    font-size: 20px;
    font-weight: 100;
    color: white;
    text-decoration: none;
}

.menu.mx {
    margin-top: 10px;
    margin-right: 20px;
}
@media (max-width: 450px) {
    .header-mx { height: 80px; background-position: 10px; padding: 0; background-size: cover; min-height: unset; }
    .home-link { width: 140px; height: 100%; margin: 0; }
    .logo-mx { width: 100%; padding-top: 15px; }
    .sitename-mx { font-size: 2rem; line-height: 2rem; }
    .sitename_sub-mx { font-size: 1.25rem; line-height: 2rem; }
}

.menu, .menu li {
	margin-right: auto;
	margin-left: auto;
	float: right;
	line-height: 50px;
	font-family: 'Graphik Med',sans-serif;
}

.menu li {
	list-style: none;
    margin-left: 40px;
}

.menu li:hover a {
	color: #5347c2;
}

.menu.admin li {
	padding: 0 16px;
}

.menu li {
	font-size: 15px;
}

.menu a {
	color: black;
	text-decoration: none;
	font-weight: normal;
    white-space: nowrap;
}
.menu.nomobile a {
    color: white;
}

.menu a.em {
    background-color: #5347c2;
	border-radius: 6px;
	color: white;
	display: block;
	line-height: initial;
	padding: 10px 16px;
	border: 2px solid #5347c2;
}
.menu a.em.invert {
	background-color: white;
	color: #5347c2;
}

.menu a.em:hover {
	background-color: white;
	color: #5347c2;
}
.menu a.em.invert:hover {
    background-color: #5347c2;
    color: white;
}

.menu span.user {
	margin-right: 40px;
	font-weight: normal;
}

#usermail {
	cursor: pointer;
	text-decoration: underline;
}

img.flag { width: 48px; position: absolute; left: 50%; margin-left: -24px; }

.stamp { display: none; }
body.mx .stamp { display: block; }
.stamp {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 350px;
    right: 300px;
    opacity: 0.2;
    z-index: 0;
}

/**
 * * Speech bubble with drop shadow and border
 */
.bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    max-width: 600px;
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.bubble.left {
    float: left;
    margin: 5px 45px 5px 20px;
}

.bubble.left::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;
}

.bubble.right {
    float: right;
    margin: 5px 20px 5px 45px;
}

.bubble.right::before {
    box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    right: -9px;
}

.bubble.small {
	max-width: 350px;
}

.bubble.white {
	background-color: white;
}

.bubble.white::before {
	background-color: white;
}

/**
 * CHAT
 */
body.chat-novy-dotaz .hero {
	height: 0;
}
.page {
	display: none;
}
.page.active {
	display: block;
}

.indicator_pages {
	height: 40px;
}

.indicator_page {
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}
.indicator_page.enabled {
	text-decoration: underline;
	cursor: pointer;
}
.indicator_page.active {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
.indicator_page .indicator_arrow {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	display: inline-block;
	float: left;
	line-height: 40px;
}
#indicator_page0 { background-color: #B1ECEC; width: 20%; }
#indicator_page1 { background-color: #6FDCDC; width: 40%; }
#indicator_page1 .indicator_arrow { border-left: 20px solid #B1ECEC; }
#indicator_page2 { background-color: #33CCCC; width: 40%; }
#indicator_page2 .indicator_arrow {border-left: 20px solid #6FDCDC; }

/**
 * Page 0
 */
body.chat-novy-dotaz h2 {
	margin: 20px 0;
}
.form_section {
	margin-top: 40px;
	position: relative;
}
.form_explanation {
	float: right;
	width: 40%;
	padding: 0 5% 0 5%;
}
.form_explanation p {
	font-size: 1rem;
	text-align: justify;
}
.form_explanation img {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 30px;
}
.form_holder {
	width: 60%;
}
.form_holder input[type=email] {
	width: 100%;
}
#chat_q {
	margin-bottom: 0;
	min-height: 200px;

}
.length_indicator_holder {
	position: relative;
	height: 5px;
}
.length_current, .length_long, .length_too_long, .length_cover {
	position: absolute;
	top: 0;
	overflow: trim;
	height: 5px;
}
.length_too_long { background-color: red; right: 0; width: 8% }
.length_long { background-color: orange; right: 8%; width: 17%; }
.length_current { background-color: red; left: 0; width: 75%; }
.length_cover { background-color: silver; width: 100%; right: 0; }
.length_warning_holder {
	height: 40px;
}
.length_warning_holder div {
	display: none;
}

#hide_chat_send {
	position: absolute;
	top: 0;
	left: 0;
	height: 110%;
	width: 100%;
	background-color: white;
	text-align: center;
	font-size: 1.25rem;
}

#chat_warning_error {
	color: red;
}

/**
 * Page 1
 */
#page1 {
	padding-top: 20px;
}

#page1 p {
	margin-block-start: 10px;
	margin-block-end: 10px; 
}

#page1 textarea {
	margin-bottom: 0;
}
.response {
	position: relative;
	margin-left: 10%;
	margin-right: 10%;
}
.chat_a_warning img {
	float: left;
	width: 64px;
}
.chat_a_warning .red { 
	line-height: 30px;
	margin-block-end: 0 !important;
	margin-block-start: 0 !important;
}
.chat_a_warning .smaller {
	margin-block-start: 0 !important;
}
#chat_a {
	border: 1px solid black;
	padding: 25px 20px 45px 20px;
	white-space: pre-wrap;
	height: auto !important;
}
.page_footer {
	float: left;
}
.progress_holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.progress_holder {
	background-color: white;
}
.progress_item {
	display: none;
	line-height: 100%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.progress_item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 128px;
	max-width: 80%;
	margin-top: 10px;
	margin-bottom: 40px;
}

/** progress bar **/
.progress {
  padding: 6px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {	
  height: 18px;
	background-color: #ee303c;  
  border-radius: 4px; 
  transition: 0.4s linear;  
  transition-property: width, background-color;    
}

.progress-striped .progress-bar { 	
  background-color: #B1ECEC;
  width: 100%; 
  background-image: linear-gradient(
        45deg, rgb(51, 204, 204) 25%, 
        transparent 25%, transparent 50%, 
        rgb(51, 204, 204) 50%, rgb(51, 204, 204) 75%,
        transparent 75%, transparent); 
  animation: progressAnimationStrike 10s;
  animation-iteration-count: 3;
}

@keyframes progressAnimationStrike {
     from { width: 0 }
     to   { width: 100% }
}

ul.payment_choice li {
	display: block;
	width: 50%;
	float: left;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}
ul.payment_choice li div.price {
	font-weight: normal;
}
ul.payment_choice li input, ul.payment_choice li img, ul.payment_choice li div {
	display: block;
	width: 100%;
}
ul.payment_choice li img {
	margin-left: auto;
	margin-right: auto;
	width: 48px;
	height: 48px;
}
.payment_choice_submit {
	margin-top: 20px;
	margin-bottom: 20px;
}
.payment_explanation {
	border-radius: 15px;
	padding: 20px 25px;
	clear: left;
	position: relative;
	background-color: #eee;
	margin-bottom: 30px;
}
.payment_explanation::after {
	content: "";
	border: 20px solid transparent;
	position: absolute;
	top: -10px;
	border-bottom-color: #eee;
	border-top: 0;
	margin-left: -20px;
}
#payment_explanation1::after {
	left: 25%;
}
#payment_explanation2::after {
	left: 75%;
}

/**
 * Page 1
 */
#order_question {
	height: 200px;
	margin-bottom: 0;
}
.order_explanation {
	font-size: 1.25rem;
}
.order_explanation img {
	float: left;
	margin-right: 40px;
}
#page2 p {
	margin-bottom: 0;
	margin-block-end: 0;
	margin-block-start: 0;
}
.comgate_info {
	margin-top: 20px !important;
	margin-bottom: 40px !important;
}
.order_price {
	font-size: 1.25rem;
	font-weight: bold;
	color: green;
}
.comgate_methods {
}

/**
 * Chat bubble
 */
body.ai-pravnik .chat_icon_holder,
body.chat-novy-dotaz .chat_icon_holder {
	display: none;
}
.chat_circle {
	position: fixed;
	bottom: 15px;
	right: 10px;
	border-radius: 50%;
	background-color: #0066CC;
	width: 54px;
	height: 54px;
	cursor: pointer;
	text-align: center;
	padding-top: 12px;
}
.chat_bubble {
	position: fixed;
	bottom: 15px;
	right: 85px;
	border-radius: 5px;
	box-shadow: 0 0 11px #B2B2B2;
	background-color: white;
	width: 200px;
	padding: 5px 15px;
	cursor: pointer;
	line-height: 1rem;
	margin-top: 7px;
    z-index: 9;
}
.chat_bubble::after {
	content: "";
	border: 20px solid transparent;
	position: absolute;
	border-left-color: white;
	border-right: 0;
	right: -7px; top: 50%;
	margin-top: -20px;
}
.chat_bubble .close {
	display: none;
	position: absolute;
	bottom: 47px;
	top: auto;
	right: 187px;
	color: white;
	background-color: black;
	width: 18px;
	height: 18px;
	font-size: 18px;
	border-radius: 50%;
	line-height: 16px;
}
.chat_bubble:hover .close { display: block; }
.chat_bubble p.title, .chat_bubble p.txt {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-bottom: 0;
}
.chat_bubble p.title {
	font-size: 1rem;
}
.chat_bubble p.txt {
	font-size: 0.9rem;
	color: #666;
}
/**
 * Page 2
 */
#page2 {
	position: relative;
}
#page2_cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}


/**
 * UNSORTED
 */

.cards {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 1138px;
    margin: 72px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}

.card {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
    height: 100%;
    padding: 48px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: linear-gradient(180deg,#fff,#fff);
    box-shadow: 0 4px 14px 0 rgba(203,204,208,.16), 0 12px 30px 0 rgba(203,204,208,.2);
}

.analytics_link {
	float: right;
	font-size: 36px;
	margin-right: 40px;
	line-height: 80px;
}

/**
 *	PRUVODCE
 *
 */
 body.pruvodce .content {
	 padding: 20px 0;
 }

.pruvodceMain {
	width: 75%;
/*	margin: 20px 0 80px 40px; */
}

.complexityHolder {
	position: sticky;
	top: 0;
	text-align: center;
}
.complexityHolder .show_hide {
	margin-top: -20px;
	text-decoration: underline;
	float: right;
	margin-right: 20%;
}

.sendMailBox {
	height: 500px;
}
.termsBox, .gdprBox {
    overflow: scroll;
}

.cta.small.settings {
	margin-right: 20px;
    margin-bottom: 40px;
}

.advice {
	max-width: 35em;

	background-color: #fff;
	padding: 1.125em 1.5em;
	font-size: 1.25em;
	border-radius: 1rem;
  box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

.advice::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 100%;
	right: 1.5em; // offset should move with padding of parent
	border: .75rem solid transparent;
	border-right: none;

	border-left-color: #fff;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

img.info {
	margin: 5px 0 -5px 5px;
}

img.info:hover + p {
	display: block;
}

.explanation, .explanation li, .explanation blockquote, .explanation p {
	font-size: 1.2rem;
}

.explanation {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.stepNr {
	text-align: right;
}

.nextStep {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#waiting {
	margin-right: 20px;
}

.prevStep {
	margin-right: 20px;
	display: inline-block;
	text-align: left;
	border: none;
	background: none;
	color: #5347c2;
	text-decoration: underline;
/*	margin-bottom: 20px;*/
	cursor: pointer;
}

.floppy {
	position: absolute;
	color: red;
}

.complexityLevel {
	font-weight: 400;
	font-family: 'Neue Haas Display Medium';
	font-size: 48px;
	display: inline-block;
}

.complexityName {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5rem;
	clear: both;
	margin-top: 20px;
}

ul.divorceParams {
	margin-top: 30px;
}

ul.divorceParams li {
	list-style-type: none;
}

.pruvodceTop {
	padding-top: 0;
	padding-bottom: 0;
}

p.stepTitle {
	font-size: 1.25rem;
	font-weight: bold;
/*	margin-top: 40px; */
}

.focusDocType .stepTitle {
	display: none;
}

div.no_persons {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.advice {
	font-size: 90%;
	background-color: white;
}

.advice::before {
	content: '';
	background: url(/i/jak-na-rozvod.png);
	width: 60px;
	height: 60px;
	display: block;
	background-size: contain;
	float: left;
	margin-right: 20px;
}

.pruvodceMain input[type=email] {
	width: 35%;
}

.saved {
	position: absolute;
}

p.download {
	text-align: center;
}

.comgate {
	display: block;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}

.address_warning_wrapper {
	width: 100%;
	height: 20px;
	padding-left: 82px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.address_warning {
	margin-left: -10px;
	margin-right: 20px;
	color: red;
	font-weight: bold;
	font-size: 0.9rem;
	display: none;
}

.validator_result {
	background-size: 16px;
	background-repeat: no-repeat;
	display: none;
	padding-left: 20px;
}
.validator_result.ok, .validator_result.ko {
	display: inline;
}
.validator_result.ok {
	background-image: url( '/i/check.png' );
	color: green;
}
.validator_result.ko {
	background-image: url( '/i/cross.png' );
	color: red;
}
.divorcio-voluntario.general span.formInput { 
	position: relative;
	border: 1px dashed black;
	padding: 20px 20px;
	border-radius: 10px;
	background-color: floralwhite;
	display: block;
}
.formInput {
	display: block;
	margin-top: 10px;
}
.validator_result.below {
	position: absolute;
	bottom: -1.75rem;
	left: 0;
	text-wrap: nowrap;
	font-size: 1rem;
}

/*
 *	PRUVODCE TABS
 *
 */
.tabs  {
    list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.tabs::after {
    content: '';
    display: table;
    clear: both;
}
.tabs > input[type=radio] {
    display:none;
}
.tabs > label {
    display: inline-block;
    /*min-width: 20%;*/
	flex: 1 1 15%;
    color: black;
    text-align: center;
    cursor: pointer;
    background: url( '/i/arrow-next.png') no-repeat right;
    background-size: 16px;
    padding-right: 32px;
}

.tabs > label:nth-child(10) {
	background: none;
}

.tabs > label span {
	font-size: 1rem;
	display: block;
}

.tabs > label:hover {
    color: #3498db;
}

.tabs > label:hover .icon {
	border-color: #3498db;
	background-position: 50px 0;
}

.tab__content {
	display: none;
	width: 100%;
}

.tab__content * {
/*    -webkit-animation: scale 0.2s ease-in-out;
    -moz-animation: scale 0.2s ease-in-out;
    animation: scale 0.2s ease-in-out;*/
}
/*@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
*/
.tabs > [id^="tab"]:checked + label {
    color: #3498db;
}

.tabs > [id^="tab"]:checked + label i {
    border-color: #3498db;
	background-position: 50px 0;
}

#tab1:checked ~ #tab__content--1,
#tab2:checked ~ #tab__content--2,
#tab3:checked ~ #tab__content--3,
#tab4:checked ~ #tab__content--4,
#tab5:checked ~ #tab__content--5{
    display: block;
}

.tabs > label > .icon {
	margin-top: 1rem;
	display: inline-block;
	width: 50px;
	height: 50px;
/*	border-radius: 100%;
	border: 2px solid #CACFD6;
	box-sizing: border-box;*/
	background-size: 100px 50px;
	background-position: 0 0;
}

.tabs li > img {
	width: 24px;
}

.icon.edit {
	background: url('/i/edit-form.png');
}

.icon.send {
	background: url('/i/send.png');
}

.icon.pay {
	background: url('/i/payment.png');
}

.icon.print {
	background: url('/i/print.png');
}

.icon.correct {
	background: url('/i/correct.png');
}

.download a.pdf, .download a.printer, .download a.docx {
	width: 64px;
	margin-right: 40px;
	background-size: 128px 64px;
	max-height: 64px;
	display: inline-block;
	background-repeat: repeat-x;
	line-height: 160px;
}

.download a.pdf.disabled, .download a.printer.disabled, .download a.docx.disabled {
	background-position: 64px 0;
	text-decoration: none;
	color: #ccc;
	cursor: default;
}

.download a.printer {
	background-image: url('/i/printer.png' );
}

.download a.pdf {
	background-image: url('/i/pdf.png' );
}

.download a.docx {
	background-image: url('/i/doc.png' );
}

.pay label {
	font-weight: normal;
}

.tabs .cta.right {
	margin-left: auto;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 40px;
	display: block;
}

.tabs h2 {
	font-size: 2rem;
}

.tabs form h2 {
	margin-top: 50px;
}

.cheap {
	color: green;
	margin-top: 50px;
	font-weight: bold;
}

#payment_gate {
	margin-left: auto;
	margin-right: auto;
	max-width: 150px;
	padding: 15px 0;
	display: block;
}

/**
 *	DOCUMENTS
 *
 */
.documentTabs {
	margin-top: 20px;
	z-index: 1;
}

.documentTabs img.tabicon {
	margin-right: 5px;
	height: 24px;
	float: left;
	margin-top: -2px;
}

.documentTabs .tab {
	display: inline-block;
	border: 1px solid #4535da;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: WhiteSmoke;
	cursor: pointer;
}

.documentTabs .tab.active {
	background-color: #f2f8ff;
	font-weight: bold;
	border-bottom: 2px solid #f2f8ff;
	cursor: default;
	padding: 10px 40px 8px 5px;
}

.tab a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: black;
	padding: 10px 40px 10px 5px;
}

.documentTabs .tab.disabled a {
	color: #ccc;
	cursor: default;
}

.documentContainer {
	display: flex;
	justify-content: center;
	border: none;
	margin-top: -2px;
}

.docPreview {
	flex-basis: 40%;
	margin-top: 30px;
	position: -webkit-sticky; /* For Safari */
	position: sticky;
	top: 0; /* The right div will stick to the top of the viewport */
}
.docPreview .alert {
	height: 70px;
}

.focusDocType .docPreview {
	display: none;
}

.docForm {
	flex-basis: 60%;
	max-width: 900px;
	font-size: 1.5rem;
	border: 1px solid black;
	border-radius: 16px;
	box-shadow: 3px 3px 5px 0px #B2B2B2;
	background: white;
}

body.pruvodce .docForm {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

body.pruvodce.settings .docForm {
	flex-basis: 100%;
}

.docForm li {
	margin-bottom: 0;
}

.docPreviewInner {
	position: relative;
}

.docFormInner h2 {
	font-size: 2rem;
}

.docFormInner label {
	display: inline-block;
}
.docFormInner label[for] {
/*	font-size: 0.9rem;*/
}

.docFormInner td label {
	margin-left: 0;
}

.docFormInner input:not([type="submit"]) {
	font-size: 1rem;
	max-width: 100%;
	margin-right: 5px;
	vertical-align: middle;
}

.docFormInner label.textarea {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

.docFormInner {
	padding: 20px;
	position: relative;
	width: 100%;
}

#docform .explanation {
	float: none;
}

span.taskSettings {
	font-size: 1rem;
	line-height: 1.75rem;
	font-style: italic;
}

.documentBox {
	background-color: #f2f8ff;
	border-top: 1px solid #4535da;
	margin-top: -1px;
	z-index: 0;
	border: 1px solid #4535da;
/*	overflow: hidden; */
}

/* progress bar */
.divProgress {
	margin: 0 auto 10px auto;
	width: 100%;
	text-align: center;
}

.progress {
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
	height: 18px;
	border-radius: 30px;
	background-image:
	linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	transition: 0.4s linear;
	transition-property: width, background-color;
}

.progress-moved .progress-bar {
	width: 55%;
	background-color: cornflowerblue;/* #EF476F */
}

.documentPaper {
	position: relative;
	margin-top: 20px;
}

#documentClip {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.documentClipHolder {
	position: -webkit-sticky;
	padding-bottom: 100%;
	position: sticky;
	top: 0;
    box-shadow: 3px 3px 5px 0px #B2B2B2;
}

.documentClipHolder.settings {
	padding-bottom: 0;
	border: 1px solid black;
	max-width: 300px;
	margin-left: 20px;
	border-radius: 20px;
	background-color: white;
}

#documentClip .cover_top {
	background-color: black;
	height: 32px;
	display: block;
	float: left;
}

.panel img, .panel span {
	vertical-align: middle;
}

td > .person {
	display: flex;
	flex-wrap: wrap;
}

/**
 *	DOCUMENT CONTENT
 *
 */
.documentContent {
	margin: 0 2% 40px 2%;
	border: 1px solid black;
	background-color: white;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,1);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,1);
	padding: 10%;
	position:  absolute;
	top: 0;
/*	left: 0;
	bottom: 0;
	right: 0;
*/
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.documentContent, .documentContent h1, .documentContent h2, .documentContent h3, .documentContent h4, .documentContent p, .documentContent li, .documentContent pre {
	font-family: "Times New Roman", Times, serif;
}

.documentContent h1, .documentContent h2, .documentContent h3 {
	font-weight: bold;
}

.documentContent h2, .documentContent h3 {
	text-align: left;
}

.documentContent h1 {
	font-size: 1.5rem;
	line-height: 2rem;
}
.documentContent h2, .paragraph {
	font-size: 1.3rem;
}

.documentContent h3 {
	font-size: 1.25rem;
	font-weight: bold;
}

.documentContent h4 {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1rem;
	line-height: 1.5rem;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

.documentContent ol, .documentContent ul {
	padding-inline-start: 20px;
	margin-top: 10px;
}

.documentContent li {
	line-height: 1rem;
}
.documentContent p, .documentContent div, .documentContent li, .documentContent pre {
	font-size: 1rem;
}

.documentContent .paragraph {
	font-weight: bold;
	text-align: center;
}
.documentContent .left {
	text-align: left !important;
}

.documentContent p.justify {
	text-align: justify;
}

.description, .description label, .description p, .description li {
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 0;
	font-size: 1rem;
	font-style: italic;
	width: 100%;
	line-height: 1.5rem;
}

.description {
    margin-top: 0;
    line-height: 1rem;
    margin-bottom: 40px;
}

.description li {
	margin-bottom: 0;
}

.advice {
	position: absolute;
	z-index: 10;
	left: -410px;
	bottom: 0px;
}

.emailWarningShow img, #link {
	cursor: pointer;
	width: 24px;
}

.close {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 32px;
	cursor: pointer;
}

.court {
	text-align: right;
}

.zalobce {
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.at {
	text-align: right;
}

.highlight {
	background-color: yellow !important;
}

.doc-signature {
	float: left;
}

.doc-signature-right {
	float: right;
}

.signature {
	text-align: right;
}

.doc_reason {
	padding-left: 20px;
	white-space: pre-wrap;
}

p.evidence {
	font-weight: bold;
}

.blur {
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

.blur_small {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

/**
 *	KONTAKTY, O-NAS
 */
.half {
	width: 50%;
	margin: 40px 0;
	padding: 0;
	float: left;
}

.half img.symbol {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.kontakty ul.text {
	margin-top: 40px;
}

body.o-nas .bubble.left, body.sobre-nosotros .bubble.left {
	max-width: 70%;
	float: right;
}

body.o-nas .bubble.left blockquote, body.sobre-nosotros .bubble.left blockquote {
	margin-inline-start: 0;
	margin-inline-end: 0;
}

body.o-nas p, body.sobre-nosotros p {
	margin: 20px 0;
}

body.o-nas .signature, body.sobre-nosotros .signature {
	float: right;
	font-weight: bold;
	font-size: 1rem;
}

body.o-nas .hero, body.sobre-nosotros .hero,
body.ai-pravnik .hero {
	height: unset;
	background-size: contain;
}

body.video .hero {
	height: 1000px;
}

/*
 *	PORADNA (QA)
 *
 */
body.qa_mainpage .hero {
	height: 450px;
	background-position-y: 150px;
}
body.qa_mainpage h2, body.qa_topics h2, body.qa_topic_detail h2, body.qa_question_detail h2 { 
	margin-top: 40px;
	line-height: 4rem;
}
body.qa_mainpage.stripe.top {
	margin-top: 20px;
	padding: 0;
}
.box_qa {
	padding: 0 50px;
}

.mainbox_title {
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.qa_item {
	font-family: 'Graphik';
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.25rem;
	border-top: 1px solid black;
	padding-top: 10px;
	margin-bottom: 20px;
}

.qa_item::before {
	width: 20px;
	background-color: grey;
	content: " ";
	padding-left: 20px;
	margin-right: 5px;
	padding-top: 10px;
}

.answer {
	margin-bottom: 40px;
}

.column_side {
	float: right;
	width: 25%;
}

.column_main {
	width: 70%;
	position: relative;
}

.topic_list ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 300px;
}

.topic_list li {
	list-style: none;
}

.box_topics ul, .box_qa ul {
	margin-top: 10px;
	padding-left: 0;
}

.box_topics li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 0.95rem;
	line-height: 1rem;
}

.box_topics li::before {
	width: 20px;
	content: " ";
	padding-left: 20px;
	margin-right: 5px;
}

.box_topics li a {
	text-decoration: none;
}

.box_topics li.highlighted::before, .box_topics li.article::before {
	background-color: #382e85;
}

.similar_questions {
	margin-top: 40px;
}

.similar_questions ul, .topics ul, .topics select {
	margin-top: 20px;
}
/*.box_topics li a:hover {
	text-decoration: underline;
}*/

.box_topics li:hover::before {
	background-color: #382e85;
}

.box_qa input[type=text] {
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
}

.box_qa textarea {
	height: auto !important;
}

h1.qa_mainpage {
	font-size: 	3.5rem;
}

.leftCol {
	width: 100px;
	display: block;
	float: left;
}

.dlg_add {
	border: 1px solid black;
	background-color: #f2f8ff;
	display: block;
	position: fixed;
	top: 5%;
	height: 90%;
	overflow-y: scroll;
	padding: 40px;
}

.add_question {
    font-size: 46px;
    background-color: #382e85;
    width: auto;
    display: inline;
    float: right;
    margin-top: 20px;
    padding: 8px;
    color: white;
    cursor: pointer;
}

.cancel {
	margin-left: 20px;
}

.qa_item span {
		float: right;
		font-size: 0.9rem;
		font-weight: normal;
		text-transform: none;
	}

/*
 *	PRUVODCE SETTINGS
 *
 */
div.podani {
	border: 10px solid white;
	max-width: 800px;
	padding: 0 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	margin-bottom: 40px;
	background: #C0DDFF;
	box-shadow: 3px 3px 10px 0px #B2B2B2;
	position: relative;
}
div.podani span.number {
	position: absolute;
	top: 25%;
	right: 0;
	font-size: 15rem;
	font-weight: bold;
	color: silver;
	z-index: 0;
	opacity: 0.3;
	line-height: 50%;
}

div.podani ul {
	list-style: none;
}

div.podani ul li p, div.podani p {
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
}

div.podani ul.mx, div.podani ul.mx ul {
	list-style: disc;
}
div.podani ul.mx li {
	margin-top: 10px;
}
div.podani ul.mx ul li {
	margin-top: 0;
}
div.podani ul ul {
	margin-left: 30px;
}
div.podani ul ul.mx {
	margin-left: 0;
}
div.podani ul ul li {
	font-size: 1rem;
}

div.docForm h3 {
	margin-top: 50px;
	margin-bottom: 25px;
	line-height: 1.5rem;
	font-size: 1.5rem;
	color: black;
}

div.podani ul.docs {
	list-style: url( '/i/document.png' );
	list-style-position: inside;
	background: url( '/i/court.png' ) no-repeat 90% 50%;
	min-height: 82px;
}

div.envelope {
	float: right;
	margin-top: 2%;
	width: 22%;
	background: url(/i/arrow-middle.png) no-repeat right;
}

div.court {
	float: right;
	margin-top: 20px;
}


/*
 *	ADMIN SETTINGS
 *
 */
table {
	width: unset;
}

.content {
	 padding: 0;
 }

.search {
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 20px 10px;
	background-color: beige;
}

.result_count {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.admin_docs {
	display: flex;
	flex-flow: row wrap;
}
.admin_docs > div {
	padding: 20px;
	border: 1px solid black;
}

.border {
	border: 1px solid black;
	padding: 20px;
}

.detail img.newtab {
	float: right;
}

#dlg_sendmail {
    width: 400px;
    min-height: 150px;
}

.history {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: beige;
	padding: 10px 20px;
	margin-top: 20px;
}

.divorce_detail {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px 0;
}

/*
 *	ADMIN
 */
.search {
	display: flex-root;
}
.search .col2 {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.search .col1 {
	clear: both;
	float: none;
}
.search .col2 textarea, .search .col2 .empty {
	width: 400px;
	max-width: 100%;
}

.search hr {
	width: 100%;
	margin-top: 20px;
}

td.answer { background-color: lightgreen; }
td.noanswer { background-color: indianred; }

.correction {
	color: red;
	font-weight: bold;
	margin: 0;
}

div.search label { font-weight: normal; }

.admin .detail { margin-top: 40px; }
.admin .detail h2 { margin-top: 40px; }
.admin .detail h3 { color: black; font-size: 1.5rem; margin-top: 20px; }

table.stats th, table.stats td {
	border: none;
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;
}
h2.stats, .stats {
	display: inline-block;
	text-align: center;
}
div.stats h2 { margin: 0 !important; }
table.stats h2.stats { margin: 0; }
@media (max-width: 991px) {
	table.stats { width: 100%; }
	.stats_graph { width: 100%; }
	h2.stats { width: 100%; }
}

/**
 *	RESPONSIVE
 */
@media (min-width: 451px) {
	.mobile {
		display:  none;
	}
}

@media (max-width: 450px) {
	.history { width: auto; }
	li, p, label, select { max-width: 98%; }

	.float-right.subtitle {
		float: none;
	}

	.dialog {
        top: 5px;
		left: 5px;
		padding: 10px;
        transform: none;
	}

    .nomobile { display: none; }

	.header {
		text-align: center;
		height: 80px;
	}

	.hero {
		background-image: none !important;
		height: unset;
	}

	.content {
		padding: 55px 0;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.response {
		margin-left: 0;
		margin-right: 0;
	}

	.stripe {
		padding: 40px 0;
		margin: 0;
	}

	.stripe.top {
		margin-top: 40px;
		margin-bottom: 0;
		min-height: unset;
	}

	.leftimg, .rightimg {
		float: none;
		max-width: 50%;
		margin-left: 25%;
		display: none;
    }

	.leftimglarge, .rightimglarge {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.lefttext, .righttext, .righttextnarrow, .lefttextnarrow {
		width: 100%;
		max-width: unset;
		float: none;
		padding: 0 10px;
		margin: 0;
	}

	.cta, .cta:hover {
		padding: 13px;
	}

	.stripe.short {
		min-height: 0;
	}

	.teacher-left, .teacher-right {
		float: none;
		margin-top: 0;
		text-align: center;
	}

	table {
		width: 100%;
	}

	.bubble.left, .bubble.right {
		float: none;
		margin: 20px 0;
		padding: 0;
	}

	.documentContainer {
		display: block;
	}

	.panel {
		margin: 0 0 20px 20px;
	}

	.alert .arrow {
		display: none;
	}

	.documentClipHolder {
		clear: both;
	}
	.documentClipHolder.settings {
		max-width: unset;
		margin-right: 20px;
	}

	.advice {
		left: auto;
		bottom: -125px;
	}

	.pruvodceMain {
		width: 100%;
		margin-top: 40px;
	}

	.documentContent {
		padding: 20px;
	}

	.pruvodceContainer.mobile {
		display: block;
		text-align: center;
		color: red;
		font-weight: bold;
		min-height: unset;
		padding-bottom: 40px;
	}

	ul.column1, ul.column2, ul.column3, ul.column4 li.coltitle {
		display: none;
	}

	ul.column4 {
		width: auto;
	}

	.tab__content img.float-right {
		display: none;
	}

	.tab__content .bubble::before {
		content: unset;
		right: unset;
	}

	.tab__content .bubble {
		box-shadow: unset;
		padding: 0 20px;
	}

	.tab__content .bubble.white {
		background-color: unset;
	}

	.docFormInner {
		padding: 5px;
	}

	.docFormInner input:not([type="submit"]) {
		//max-width: 200px;
	}

	div.podani {
		padding: 0;
		border-radius: 20px;
	}

	div.podani ul.docs {
		list-style: none;
		padding-left: 35px;
		background: none;
		min-height: unset;
	}

	div.podani li  {
		margin-bottom: 10px;
	}

	span.nowrap {
		/*white-space: normal;*/
	}

	.box_topics {
		float: none;
		width: auto;
		margin-top: 50px;
		margin-bottom: 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.box_qa {
		padding: 0;
		width: 100%;
	}

	h1 {
		font-size: 3rem;
		line-height: 3rem;
		margin-top: 40px;
	}

	h2 {
		font-size: 2.5rem;
		line-height: 2.5rem;
		margin-top: 30px;
	}

	h3 {
		font-size: 2rem;
		line-height: 2rem;
	}

	.box {
		width: 100%;
	}

	.nomobile {
		display:  none;
	}

	input[name='nextStep'] {
		margin-top: 40px;
	}

	.panel {
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}

	.docPreview {
		clear: both;
	}

	.content {
		margin: 0;
	}

	.documentTabs {
		display: flex;
		margin-left: 2%;
		margin-right: 2%;
		gap: 5px;
	}

	.documentTabs .tab {
		display: block;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border: 1px solid black;
		border-radius: 5px;
		overflow: hidden;
		text-align: center;
		word-wrap: break-word;
	}
	.documentTabs .tab a {
		padding: 5px;
	}
	.documentTabs img.tabicon {
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: block;
		margin-top: unset;
	}

	.documentTabs .tab.active {
		background-color: white;
		font-weight: bold;
		padding: 5px;
		border: 1px solid #4535da;
	}

	body.pruvodce .bluebg {
		padding-top: 0;
		padding-bottom: 0;
	}

	.column_main {
		width: auto;
	}

	.question, .answer, .topics {
		padding: 0 20px;
	}

	.topic_list ul {
		height: auto;
	}

	.faq .content.wrap > div {
		flex-basis: 100%;
		padding: 0 10px;
	}

	.narrow {
		max-width: unset;
		margin-left: 2%;
		margin-right: 2%;
	}


	#chat_q {
		min-width: unset;
	}
}

@media (min-width:450px) and (max-width: 990px) {
	img.desktop {
		display: none;
	}

	img.mobile-450 {
		display: block;
	}

	.stripe a.teaser {
		width: auto;
		max-width: 450px;
	}

	.stripe a.teaser:hover div.cta, .stripe a.teaser:hover div.dim {
		display: none;
	}

}

@media (max-width: 479px) {
	.sitename {
		font-size: 16px;
	}
	.form_holder input[type=email] {
		width: 98%;
	}
	.form_holder {
		margin: 0 5px;
		width: auto;
	}
	.form_explanation {
		float: none;
		width: auto;
		padding: inherit;
		margin: 0 5px;
	}
	.form_explanation img {
		float: left;
		margin-right: 20px;
	}
	ul.payment_choice {
		display: flex;
		padding: 0;
	}
	ul.payment_choice li {
		line-height: 1.8rem;
	}
}

@media (min-width:400px) and (max-width: 449px) {
	img.mobile-400 {
		display: block;
	}

	img.mobile-450 {
		display: none;
	}

	img.desktop {
		display: none;
	}

	.stripe a.teaser {
		width: auto;
		max-width: 400px;
	}

	.stripe a.teaser:hover div.cta, .stripe a.teaser:hover div.dim {
		display: none;
	}

}

@media (max-width: 399px) {
	img.mobile-320 {
		display: block;
	}

	img.mobile-400 {
		display: none;
	}

	img.mobile-450 {
		display: none;
	}

	img.desktop {
		display: none;
	}

	.stripe a.teaser {
		width: auto;
		max-width: 399px;
	}

	.stripe a.teaser:hover div.cta, .stripe a.teaser:hover div.dim {
		display: none;
	}

	.indicator_page {
		line-height: unset;
	}
}

@media (max-height: 500px) {
	.dialog {
		overflow: scroll;
	}
}

@media (max-width: 767px) {
	.tabs > label {
		background: none;
		padding-right: 0;
		margin-right: 0;
	}
}

.pruvodce_footnote {
	margin-top: 40px;
	color: grey;
	border-top: 0.8px solid black;
	padding-left: 40px;
}
@media (max-width: 767px) {
	.pruvodce_footnote { 
		width: unset;
		padding-left: 20px;
	}
}

.pruvodce_footnote p, .pruvodce_footnote ul, .pruvodce_footnote li {
	font-size: 0.9rem;
}

.pruvodce_footnote li {
	margin-bottom: 0;
}

.admin_docs > .doc {
	display: flex;
	flex-flow: row wrap;
}
.admin_docs > .doc div { 
	padding: 5px;
	max-width: 160px;
	overflow: visible;
}
.admin_docs .download p { min-width: 300px; margin: 0; }

/**
 *
 * 	Mexico forms
 *
 */
.documentContent.mx {
	padding: 10px;
}
.documentContent.mx div {
	font-size: 9px;
	line-height: 9px;
	color: #666;
}
.documentContent.mx div.small {
	font-size: 8px;
	line-height: 8px;
}
.mx-cdmx-logo {
	float: left;
	max-width: 50%;
}
.documentContent.mx .mx-form-header, .documentContent .mx-form-persona .persona-number {
	background-color: #9F2241;
	padding: 4px 0;
	color: white;
	text-align: center;
}
.mx-form-row {
	clear: both;
	margin-bottom: 1px;
}
.documentContent.mx .mx-form-row div.row div { margin-bottom: 5px; line-height: 20px; }
.documentContent.mx .mx-form-row div.row div.mx-form-field { line-height: 9px; }
.mx-form-box {
	border: 1px solid black;
}
.mx-form-field.empty {
	min-width: 150px;
}
.documentContent.mx .mx-form-field.big-cross {
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.25rem;
}
.documentContent.mx .mx-form-field {
	background-color: silver;
	min-height: 20px;
	display: inline-block;
	color: black;
	padding: 5px;
}
.mx-form-block.right {
	float: right;
}
.mx-form-field.large {
	font-weight: bold;
	font-size: 1.5rem;
}
.mx-form-centered {
	text-align: center;
}

.mx-form-flex { 
	position: relative;
	display: flex; 
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mx-form-flex div, .mx-form-persona div { flex: 1; margin: 0; padding: 0; }
.mx-form-flex.table div {  border: 1px solid black; }
.mx-form-flex div.large, .mx-form-persona div.large { flex: 2; }
.mx-form-flex div.larger, .mx-form-persona div.larger { flex: 3; }
.mx-form-flex div.header { background-color: silver; text-align: center; height: min-content; min-height: unset; padding: 5px 0; color: black; }
.mx-form-flex div > div { min-height: 40px; width: 100%; }

.mx-form-persona { border: 1px solid black; display: flex; }
.mx-form-persona .row { display: flex; flex-direction: row; flex-wrap: nowrap; margin-top: 1px; }
.mx-form-persona .row div { text-wrap: nowrap; padding: 0 5px 0 0; }
.mx-form-persona .persona-number { flex: 0; line-height: 40px !important; }
.mx-form-persona .persona-content { flex: 10; }
.mx-form-persona .persona-number {
	writing class='none'-mode: vertical-rl;
	text-orientation: sideways;
	white-space: nowrap;
	font-weight: bold;
 }
.mx .documentContent.document_4 h1 {
    margin-bottom: 0;
}
.mx .documentContent.document_4 h2 {
    margin-bottom: 10px;
}
.mx .documentContent.document_4 p.uvod {
    margin-bottom: 40px;
}

.flex.max2 {
	flex-wrap: wrap;
}
.flex.max2 > div {
	padding: 10px; /* Add some spacing between items */
	box-sizing: border-box;
}
.flex.max2 > div {
	flex: 1 0 50%;
}
.document_6 .flex .signature {
	text-align: unset;
}

.court-mx {
    text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
.court-mx div {
	margin-top: 0;
	margin-bottom: 0;

}

#result-message { overflow-wrap: anywhere; }
#result-message.success { color: green; }
#result-message.error { color: red; }
.paypal-container {
	margin-top: 20px;
	float: right;
	width: 60%;
    max-width: 300px;
	position: relative;
}
.paypal-container.disabled {
	opacity: 0.3;
}
.dim-payment-buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
ol.abc {
	list-style-type: lower-alpha;
}
ol.abc li {
	margin-bottom: 0;
}
ol.gdprmx li::marker {
  font-weight: bold;
}

#complexity_explanation_table tr td {
  min-width: 100px;
}

#complexity_explanation_table tr td:first-child {
  min-width: 250px;
}

#complexity_explanation_table th {
    vertical-align: top;
}

#complexity_explanation_table th .small {
    font-weight: normal;
    font-size: 90%;
}

#complexity_explanation_table th.active {
    background-color: lightgreen;
}

#complexity_explanation_table td.condition  {
    text-align: center;
    font-size: 32px;
    font-weight: bolder;
    padding: 10px;
}

#complexity_explanation_table .condition.not_necessary {
    font-weight: normal;
    font-size: initial;
}

#complexity_explanation_table .condition.fulfilled, #complexity_explanation_table .condition.not_necessary {
    background-color: lightgreen;
    color: green;
}

#complexity_explanation_table .condition.dt_unavailable {
    background-color: blanchedalmond;
}

#complexity_explanation_table .condition.not_fulfilled {
    color: red;
}

#complexity_explanation_note  {
    margin-top: 10px;
    margin-bottom: 10px;
}

.porque {
    cursor: pointer;
}

.email {
    text-decoration: underline;
    color: blue;
}

body.mx .document_0 h1, body.mx .document_0 h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.warning::before {
    content: '⚠️';
    position: absolute;
    left: 0px;
    color: red;
    font-weight: 400;
    font-size: 2rem;
    bottom: 10px;
    font-style: normal;
}

body.mx .documentContent li {
	line-height: 1.75rem;
}
.underline {
    text-decoration: underline;
}

ol.mx > li {
    margin-top: 20px;
    margin-bottom: 15px;
}
ol.mx ul li {
    list-style-type: circle;
}
ol.mx li img {
    width: 16px;
    margin-left: 6px;
}
.italic { 
    font-style: italic;
}
ol.mx img.screenshot {
    width: 800px;
    max-width: 90%;
}

/* Main AI Lawyer Header */
.main-ai-header {
    margin: 20px 0 0 50px;
    padding: 0;
}

.main-ai-header h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.main-ai-header .ai-scales-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 4rem;
    margin-right: 10px;
}

/* Law Categories Navigation */
.law-categories-nav {
    margin: 20px 0;
    width: 100%;
}

/* Desktop Navigation - Full Width Tabs */
.law-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.1 );
}

.law-tabs li {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    border-right: 1px solid #dee2e6;
}

.law-tabs li:last-child {
    border-right: none;
}

.law-tabs .tab-link {
    display: block;
    padding: 12px 8px;
    text-align: center;
    text-decoration: none;
    color: #495057;
    font-size: 0.9rem;
    font-family: 'Neue Haas Text Roman', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.law-tabs .tab-link:hover {
    background-color: #5347c2;
    color: white;
    text-decoration: none;
}

.law-tabs .tab-link:focus {
    outline: 2px solid #5347c2;
    outline-offset: -2px;
}

.law-tabs .tab-link.active {
    background-color: #5347c2;
    color: white;
    font-weight: 600;
}

.law-tabs .tab-link.disabled {
    color: #6c757d;
    background-color: #f8f9fa;
    cursor: not-allowed;
    pointer-events: none;
    font-style: italic;
    opacity: 0.8;
    position: relative;
}

.law-tabs .tab-link.disabled::after {
    content: " ⏳";
    font-size: 0.8em;
    opacity: 0.7;
}

.law-tabs .tab-link.disabled:hover {
    background-color: #f8f9fa;
    color: #6c757d;
}

/* Mobile Navigation - Combobox/Dropdown */
.mobile-dropdown {
    display: none;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.law-categories-select {
    width: 100%;
    padding: 12px 40px 12px 16px;
    font-size: 1rem;
    font-family: 'Neue Haas Text Roman', sans-serif;
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.1 );
}

.law-categories-select:focus {
    outline: none;
    border-color: #5347c2;
    box-shadow: 0 0 0 3px rgba( 83, 71, 194, 0.1 );
}

.law-categories-select option:disabled {
    color: #6c757d;
    background-color: #f8f9fa;
    font-style: italic;
}

.dropdown-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY( -50% );
    color: #6c757d;
    pointer-events: none;
    font-size: 0.8rem;
}

/* Responsive Design */
@media ( max-width: 1200px ) {
    .law-tabs .tab-link {
        font-size: 0.8rem;
        padding: 10px 6px;
    }
}

@media ( max-width: 992px ) {
    .law-tabs .tab-link {
        font-size: 0.75rem;
        padding: 8px 4px;
    }
}

@media ( max-width: 768px ) {
    .law-tabs {
        display: none;
    }
    
    .mobile-dropdown {
        display: block;
    }
}


.ai-title-group h2 {
    text-align: left;
}
