
/* Stylovanie TESTov */
#grafeon-generate-test {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    position: relative;
    float: initial;
}
#grafeon-generate-test .panel {
	background: #FFFFFF;
	opacity: 1;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	border: 0;
	padding: 47px;
	/* position: relative; */
}
#grafeon-generate-test .panel .panel-body {
	padding: 0;
}
#grafeon-generate-test .panel .form-item {
	/* TEMP */
	display: none;
}
.yesky_test_sekcia_title {
	border: 0;
    box-shadow: none !important;
	text-align: center;
}
.yesky_sekcia_image {
	display: inline-block;
	vertical-align: middle;
}
.yesky_sekcia_black_title {
    display: inline-block;
	vertical-align: middle;
}
.yesky_sekcia_title {
    display: inline-block;
	vertical-align: middle;
}
.yesky_sekcia_black_title h2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	/* identical to box height */

	text-transform: uppercase;

	color: #050505;
	margin: 0;
	margin-left: 15px;
}
.yesky_sekcia_title h2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	/* identical to box height */

	text-transform: uppercase;

	color: #1F5DAC;
	margin: 0;
	margin-left: 8px;
}

.yesky_title {
    max-width: 175px;
    display: inline-block;
    vertical-align: top;
	padding-right: 30px;
}
.yesky_title h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;

	color: #1DCDD7;
	margin: 0;
}
.yesky_description {
	display: inline-block;
    vertical-align: top;
	max-width: calc(100% - 175px);
}


.yesky_panel_head_wrapper:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #ECECEC;
	clear: both;
	margin-bottom: 30px;
	margin-top: 30px;
}

.yesky_otazka {
	max-width: 700px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.yesky_listening_odpovede_wrapper:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #ECECEC;
	margin: 30px 0px;
}
.yesky_test_listening_s_klikatelnymi_odpovedami .yesky_listening_odpovede_wrapper.last:after {
	display: none;
}
.yesky_otazka .number {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;

	color: #1DCDD7;
	display: inline;
	margin-right: 5px;
}
.yesky_otazka h4 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;

	color: #000;
	display: inline;
}
.yesky_odpovede_wrapper {
	max-width: 700px;
	margin: 0 auto;
	
}

.yesky_listening_odpovede_wrapper {
	list-style:none;
	padding:0;
	counter-reset:list;
}
.yesky_listening_odpovede_wrapper .yesky_odpoved {
    background: #F4F4F4;
    border-radius: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    max-width: 50%;
    line-height: 22px;
    color: #000;
    display: inline-block;
    width: calc(50% - 10px);
    padding: 5px 15px;
	margin-bottom: 10px;
	cursor: pointer;
}
.yesky_listening_odpovede_wrapper .yesky_odpoved.active {
    background: #9CE9EE;
}
.yesky_listening_odpovede_wrapper .yesky_odpoved.correct {
	background: #80FF8C !important;
}
.yesky_listening_odpovede_wrapper .yesky_odpoved.wrong {
	background: #D32F0E !important;
	color: white;
}
.yesky_listening_odpovede_wrapper .yesky_odpoved.wrong:before {
    color: #fff;
}
.yesky_odpovede_wrapper .yesky_odpoved:nth-child(odd) {
    margin-right: 10px;
}
.yesky_odpovede_wrapper .yesky_odpoved:nth-child(even) {
    margin-left: 10px;
}

.yesky_listening_odpovede_wrapper .yesky_odpoved:before {
    counter-increment:list;
    content:counter(list, upper-alpha) ". ";

	color: #005CAA;
	font-weight: bold;
}
.yesky_listening_odpovede_wrapper .yesky_odpoved:before {
    counter-increment:list;
    content:counter(list, upper-alpha) ") ";

	color: #005CAA;
	font-weight: bold;
}
.yesky_zoradenie_odpovede_wrapper input {
    box-shadow: none;
    background: #DADADA;
    border-radius: 15px;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    border: 0;
	margin-right: 10px;
}
.yesky_zoradenie_odpovede_wrapper input.correct {
	background: #80FF8C !important;
}
.yesky_zoradenie_odpovede_wrapper input.wrong {
    background: #D32F0E !important;
    color: white;
}
.yesky_zoradenie_odpovede_wrapper .form-item {
    display: inline-block;
}
.yesky_zoradenie_odpovede_wrapper .yesky_otazka {
	display: flex;
    margin: 0;
    align-items: center;
}
.yesky_zoradenie_cisla_wrapper {
	text-align: center;
    margin-top: 40px;
}
.yesky_zoradenie_cisla_wrapper .yesky_zoradenie_cisla,
.yesky_zoradenie_cisla_wrapper .yesky_x_cisla {
	display: inline-block;
	margin: 5px;
}
.yesky_zoradenie_cisla_wrapper .number {
	background: #9CE9EE;
    border-radius: 15px;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
	cursor: pointer;
}
.yesky_zoradenie_odpovede_wrapper input.highlight {
	background: #71e569;
}
.yesky_odpovede_vyberove_polia_wrapper {
	display: inline-block;
}
[class*="context-test-"][class*="result"] .yesky_odpovede_vyberove_polia_wrapper {
	position: relative;
	vertical-align: middle;
}
.yesky_odpovede_vyberove_polia_wrapper .vyberove_pole_parent {
    position: absolute;
    background: #005CAA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    padding: 0 10px;
    transform: translateX(calc(-50% + 35px));
}

.yesky_odpovede_vyberove_polia_wrapper .vyberove_pole_parent span {
	display: inline-block;
    color: white;
    padding: 8px;
	cursor: pointer;
	border-right: 1px solid white;
}
.yesky_odpovede_vyberove_polia_wrapper .vyberove_pole_parent span:last-child {
	border-right: 0px solid white;
}
.yesky_selected_vyberove_pole {
    background: #DBDBDB;
    border-radius: 15px;
    display: block;
    min-width: 100px;
    height: 26px;
    text-align: center;
    cursor: pointer;
    line-height: 26px;
	padding: 0px 10px;
}
.yesky_selected_vyberove_pole.active {
    background: #9CE9EE;
}
.yesky_selected_vyberove_pole.correct {
	background: #80FF8C !important;
}
.yesky_selected_vyberove_pole.wrong {
	background: #D32F0E !important;
    color: white;
}
.yesky_test_listening_s_true_false .yesky_otazka {
    background: #F4F4F4;
    border-radius: 15px;
    color: #000;
    display: inline-block;
    width: calc(70% - 10px);
    padding: 5px 15px;
    margin-bottom: 10px;
    overflow: hidden;
}
.yesky_test_listening_s_true_false .yesky_otazka .number,
.yesky_zoradenie_odpovede_wrapper .yesky_otazka .number {
	color: #005CAA;
}
.yesky_test_listening_s_true_false .yesky_otazka h4,
.yesky_test_listening_so_zoradenim_odpovedi .yesky_otazka h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    display: inline-block;
	margin: 0;
}
.yesky_true_false_odpovede_wrapper {
	background: #D6D6D6;
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    float: right;
}
.yesky_true_false_odpovede_wrapper .yesky_true_false {
    display: inline-block;
    line-height: 32px;
    padding: 0px 10px;
	cursor: pointer;
}
.yesky_true_false_odpovede_wrapper .yesky_true_false.active {
    background: #9CE9EE;
}
.yesky_true_false_odpovede_wrapper .yesky_true_false.false {
    border-right: 1px solid white;
    border-left: 1px solid white;
}
.yesky_true_false_odpovede_wrapper .yesky_true_false.correct {
	background: #80FF8C !important;
}
.yesky_true_false_odpovede_wrapper .yesky_true_false.wrong {
    background: #D32F0E !important;
    color: white;
}
#grafeon-generate-test .yesky_test_listening_so_zoradenim_odpovedi .form-item {
	display: inline-block;
	margin: 0;
    padding: 0;
	position: relative;
}
.yesky_zoradenie_odpovede_wrapper {
	background: #F4F4F4;
    border-radius: 15px;
    margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.vyberove_polia_number,
.priradovanie_polia_number {
	font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #005CAA;
    display: inline;
    margin-right: 5px;
}
.priradovanie_polia_number {
	min-width: 18px;
    margin-right: 0px;
	margin-left: 2px;
	display: inline-block;
}
.yesky_test_text_s_vyberovymi_poliami .content,
.yesky_test_text_s_vyberovymi_poliami .content p,
.yesky_test_text_s_rucnym_dopisovanim .content,
.yesky_test_text_s_rucnym_dopisovanim .content p,
.yesky_test_text_s_priradovanim_viet .content,
.yesky_test_text_s_priradovanim_viet .content p,
.yesky_test_rucne_dopisovanie .content,
.yesky_test_rucne_dopisovanie .content p,
.yesky_field_paragrafy,
.yesky_field_odpoved_s_rucnym {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
}
.yesky_odpovede_dopisovacie_polia_wrapper {
	position: relative;
}
.yesky_popover {
	position: absolute;
    display: block;
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.yesky_odpovede_dopisovacie_polia_wrapper input {
	background: #DBDBDB;
    border-radius: 15px;
    min-width: 100px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    padding: 0px 10px;
	border: 0;
	width: 180px;
}
.yesky_odpovede_dopisovacie_polia_wrapper input.active {
	background: #9CE9EE;
}
.yesky_odpovede_dopisovacie_polia_wrapper input.correct {
	background: #80FF8C !important;
}
.yesky_odpovede_dopisovacie_polia_wrapper input.wrong {
    background: #D32F0E !important;
    color: white;
}
.yesky_odpovede_dopisovacie_polia_wrapper input:focus,
.yesky_odpovede_priradovanie_polia_wrapper input:focus {
	outline: none;
}
.yesky_odpovede_priradovanie_polia_wrapper input {
    box-shadow: none;
    background: #DADADA;
    border-radius: 15px;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    border: 0;
}
.yesky_odpovede_priradovanie_polia_wrapper input.correct {
	background: #80FF8C !important;
}
.yesky_odpovede_priradovanie_polia_wrapper input.wrong {
    background: #D32F0E !important;
    color: white;
}
.yesky_odpovede_priradovanie_polia_wrapper {
	display: inline-block;
	position: relative;
}
.yesky_pismena_priradovanie_wrapper {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #050709;
	margin-top: 30px;
}
.yesky_pismena_priradovanie_wrapper .yesky_odpoved_priradovanie_text {
	margin-left: 10px;
}
.yesky_pismena_priradovanie_wrapper .letter {
	background: #9CE9EE;
    border-radius: 15px;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    cursor: pointer;
}
.yesky_pismena_priradovanie_wrapper .letter.active {
	background: #dadada;
}
.yesky_odpoved_priradovanie {
	margin-bottom: 10px;
}
.yesky_odpovede_priradovanie_polia_wrapper input.active {
	background: #9CE9EE
}

.yesky_paragraf_true_false_odpovede_wrapper {
    background: #D6D6D6;
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    margin-right: 5px;
}
.yesky_paragraf_true_false_odpovede_wrapper .yesky_paragraf_true_false {
    display: inline-block;
    line-height: 32px;
    padding: 0px 10px;
    cursor: pointer;
	position: relative;
}
.yesky_paragraf_true_false_odpovede_wrapper .yesky_paragraf_true_false.active {
    background: #9CE9EE;
}
.yesky_paragraf_true_false_odpovede_wrapper .yesky_paragraf_true_false.correct {
	background: #80FF8C !important;
}
.yesky_paragraf_true_false_odpovede_wrapper .yesky_paragraf_true_false.wrong {
    background: #D32F0E !important;
    color: white;
}
.yesky_field_paragrafy b,
.yesky_field_paragrafy p:first-of-type {
	display: inline;
}
.yesky_field_paragrafy b {
	margin-right: 5px;
}
.yesky_field_paragrafy {
	margin-bottom: 25px;
}
.yesky_paragraf_otazka {
    background: #F4F4F4;
    border-radius: 15px;
    padding: 4px 10px;
    display: inline-block;
    width: 540px;
    margin-right: 10px;
    overflow: hidden;
    margin-top: 15px;
}
.yesky_paragraf_otazka .number {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #005CAA;
	display: inline;
	margin-right: 5px;
}
.yesky_paragraf_otazka h4 {
    font-family: Montserrat;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	display: inline;
}
.yesky_paragraf_true_false_paragraf_item .form-item {
    display: inline-block !important;
	margin-bottom: 0;
}
.yesky_paragraf_true_false_paragraf_item {
	display: inline-block;
    overflow: hidden;
	position: relative;
}
.yesky_paragraf_true_false_paragraf_item input {
	box-shadow: none;
    background: #DADADA;
    border-radius: 15px;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    border: 0;
}
.yesky_paragraf_true_false_paragraf_item input.correct {
	background: #80FF8C !important;
}
.yesky_paragraf_true_false_paragraf_item input.wrong {
    background: #D32F0E !important;
    color: white;
}
.paragraf_item_title {
	display: inline-block;
}
.yesky_field_odpoved_s_rucnym input {
	background: #DBDBDB;
    border-radius: 15px;
    min-width: 100px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    padding: 0px 10px;
    border: 0;
    width: 180px;
}
.yesky_field_odpoved_s_rucnym input.active {
	background: #9CE9EE;
}
.yesky_field_odpoved_s_rucnym input.correct {
	background: #80FF8C !important;
}
.yesky_field_odpoved_s_rucnym input.wrong {
    background: #D32F0E !important;
    color: white;
}
.yesky_field_odpoved_s_rucnym {
	margin-bottom: 10px;
}
.grafeon-generate-test button[type="submit"] {
	background-color: #005CAA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 99px;
    outline: none;
    display: block;
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #FFFFFF;
    padding: 14px 22px;
    background-position: right 14px top 16px;
    min-width: 180px;
    border: none;
	text-align: center;
	margin: 0 auto;
}

/* header */
#yesky_top_node_title h2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;

	color: #005CAA;
	margin: 0;
}
#yesky_top_node_title {
    max-width: 400px;
    position: relative;
	display: table-cell;
    vertical-align: top;
    padding-right: 30px;
}
#yesky_top_node_title:after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #C4C4C4;
    top: 0;
}
.yesky_sekcia_top_title b {
	font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #005CAA;
    width: 300px;
    display: inline-block;
}
#yesky_top_entity_section_0_top_title b {
    width: 165px;
}
.yesky_top_sections_container {
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
}
.yesky_vyriesene {
	font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #898989;
    width: 125px;
}
.yesky_sekcia_top_title div {
	display: inline-block;
}
.yesky_top_title_loader {
	background: #dadada;
	border-radius: 10px;
	height: 10px;
	width: 200px;
	overflow: hidden;
	position: relative;
}
.yesky_top_title_loader_completed {
	width: 0%;
    background: #005CAA;
    height: 10px;
    display: block;
	border-radius: 10px;
	position: absolute;
	z-index: 5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.yesky_top_title_loader_partial {
	width: 0%;
    background: #1dcdd7;
    height: 10px;
    display: block;
	border-radius: 10px;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#grafeon-generate-test .yesky_top_test_sekcia_title,
#grafeon-generate-test .yesky_vyhodnotenie_title {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
	background: url(../images/test_pozadie.jpg) no-repeat transparent;
	background-position: center;
}
.path-test #grafeon-generate-test .yesky_top_test_sekcia_title {
	display: none;
}
#grafeon-generate-test .yesky_top_test_sekcia_title:before,
#grafeon-generate-test .yesky_vyhodnotenie_title:before {
    content: "";
    background: #F4F4F4;
    opacity: 0.9;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
#grafeon-generate-test .yesky_vyhodnotenie_title:before {
    background: #FED0C2;
}
#grafeon-generate-test .yesky_top_test_sekcia_title > div,
#grafeon-generate-test .yesky_vyhodnotenie_title > div {
    z-index: 10;
    position: relative;
}
.yesky_top_test_sekcia_title .panel-body,
.yesky_vyhodnotenie_title .panel-body {
	max-width: 1230px;
	margin: 0 auto;
	display: table;
}
.yesky_answers {
	display: none;
}
.page-node-type-test h1.page-header {
	display: none;
}
/* Slider */
.yesky_slider_arrows {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 80px;
    overflow: hidden;
    display: block;
    margin-bottom: -80px;
}
.slider_arrow_right {
	background: url(../images/slider_arrow_right.svg) no-repeat transparent;
	width: 32px;
	height: 23px;
	background-position: center;
	background-size: contain;
	display: block;
	position: relative;
	float: right;
	cursor: pointer;
}
.slider_arrow_left {
	background: url(../images/slider_arrow_left.svg) no-repeat transparent;
	width: 32px;
	height: 23px;
	background-position: center;
	background-size: contain;
	display: block;
	position: relative;
	float: left;
	cursor: pointer;
}

.yesky_slider_arrows.yesky_slider_arrows_spodne {
    margin-top: 45px;
    margin-bottom: 45px;
}
.yesky_slider_arrows_spodne .slider_arrow_right {
    width: 45%;
    background-position: left;
    padding-left: 45px;
    line-height: 24px;
}
.yesky_slider_arrows_spodne .slider_arrow_left {
	width: 45%;
	background-position: right;
	padding-right: 45px;
    line-height: 24px;
	text-align: right;
}
.path-test h1.page-header {
	display: none;
}
.path-test #edit-submit {
	display: none !important;
}

#yesky_vyhodnotenie_node_title span,
#yesky_vyhodnotenie_node_title h2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
}
.yesky_hodnotenie_title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;

	color: #D81813;
	text-align: center;
}
#yesky_hodnotenie {
	text-align: center;
}
.yesky_hodnotenie_shield {
    background: url(../images/shield.svg) no-repeat transparent;
    width: 108px;
    height: 130px;
    display: block;
    margin: 0 auto;
    text-align: center;
    display: table;
    vertical-align: middle;
	
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 59px;
	/* identical to box height */

	text-transform: uppercase;

	color: #FFFFFF;
	padding-top: 30px;
	margin-top: 15px;
}
.yesky_hodnotenie_detaily > span {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;

	color: #000000;
} 
#yesky_hodnotenie_detaily {
	text-align: center;
	margin-top: 40px;
}
#yesky_hodnotenie_detaily .yesky_hodnotenie_spravne_odpovede_number,
#yesky_hodnotenie_detaily .yesky_hodnotenie_nespravne_odpovede_number {
    background: #F4F4F4;
    border-radius: 20px;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
}
#yesky_hodnotenie_detaily .yesky_hodnotenie_spravne_odpovede,
#yesky_hodnotenie_detaily .yesky_hodnotenie_nespravne_odpovede {
    margin: 15px;
}
.vysledky_vasho_testu {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-align: center;
    margin-top: 45px;
    margin-bottom: -45px;
}
.yesky_vyhodnotenie {
	margin-top: 45px;
}
.yesky_test_zmena_tvaru .content {
    max-width: calc(100% - 150px);
    border-right: 1px solid #dbdbdb;
    padding-right: 35px;
	line-height: 30px;
    text-align: justify;
	font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.yesky_test_zmena_tvaru .data_unchanged {
    position: absolute;
    left: calc(100% - 180px);
}

/* Ak sa test nachadza na podstranke materialu, skry header */
.page-node-type-material-ku-knihe .yesky_top_test_sekcia_title {
	display: none;
}

/* Hodinky */
.yesky_hodinky {
    position: fixed;
    z-index: 5000;
    top: 200px;
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    right: 20px;
	width: 350px;
	text-align: center;
}

.yesky_field_odpovede_s_rucnym_input_wrapper {
	position: relative;
}

.yesky_vyhodnotenie_bodove,
.yesky_vyhodnotenie_percentualne {
	display: none;
}

/* Small devices - SM */

@media (max-width: 991px) {
	.grafeon-generate-test { 
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	#grafeon-generate-test .panel {
		padding: 15px;
	}
	#yesky_top_node_title {
		padding-right: 0px;
		width: 100%;
		max-width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}
	.yesky_top_sections_container {
		display: block;
		vertical-align: top;
		padding-left: 0px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.yesky_title {
		max-width: 100%;
		display: block;
		vertical-align: top;
		padding-right: 0px;
	}
	.yesky_description {
		display: block;
		vertical-align: top;
		max-width: 100%;
		margin-top: 15px;
	}
	.audioplayer {
		width: 100% !important;
		float: unset !important;
		max-width: 100% !important;
		margin-bottom: 20px !important;
		margin-top: 15px !important;
	}
	.yesky_zoradenie_odpovede_wrapper {
		display: table;
		width: 100%;
	}
	#grafeon-generate-test .yesky_test_listening_so_zoradenim_odpovedi .form-item {
		display: table-cell;
		width: 10vw;
	}
	.yesky_zoradenie_odpovede_wrapper .yesky_otazka {
		display: table-cell;
		padding-bottom: 5px;
	}
	.yesky_test_listening_s_true_false .yesky_otazka h4, .yesky_test_listening_so_zoradenim_odpovedi .yesky_otazka h4 {
		display: inline;
	}
	.yesky_sekcia_black_title h2 {
		font-size: 22px;
		line-height: 34px;
	}
	.yesky_sekcia_title h2 {
		font-size: 22px;
		line-height: 34px;
	}
	.yesky_test_zmena_tvaru .content {
		max-width: calc(100% - 80px);
	}
	.yesky_test_zmena_tvaru .data_unchanged {
		left: calc(100% - 85px);
	}
	.yesky_test_zmena_tvaru .content {
		padding-right: 10px;
	}
	.yesky_listening_odpovede_wrapper .yesky_odpoved {
		vertical-align: middle;
	}
	.yesky_test_listening_s_true_false .yesky_otazka {
		width: 100%;
	}
	.yesky_true_false_odpovede_wrapper {
		float: unset;
		/* text-align: center; */
		margin: 0 auto;
		display: inline-table;
		margin-bottom: 30px;
	}
	.yesky_slider_arrows {
		margin-bottom: -65px;
	}
	.yesky_paragraf_otazka {
		width: 100%;
	}
}
