@import "reset.css";
@import "rebuild.css";
@import "grid.css?v=4";
@import "dark_style.css?v=4";

@font-face {
	font-family: 'Kelson';
	src: url('font/Kelson-ExtraBold.eot');
	src: url('font/Kelson-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('font/Kelson-ExtraBold.woff2') format('woff2'),
		url('font/Kelson-ExtraBold.woff') format('woff'),
		url('font/Kelson-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
    font-family: 'JandaManateeSolid';
    src:url('font/JandaManateeSolid.woff') format('woff'),
        url('font/JandaManateeSolid.svg#JandaManateeSolid') format('svg'),
        url('font/JandaManateeSolid.eot'),
        url('font/JandaManateeSolid.ttf'),
        url('font/JandaManateeSolid.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
/* bowlby-one-sc-regular - latin-ext_latin */
@font-face {
	font-family: 'Bowlby One SC';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('font/bowlby-one-sc-v19-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('font/bowlby-one-sc-v19-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	text-transform: uppercase;
  }
input[type=text] ,input[type=password] , textarea{
    padding: 6px;
    position: relative;
    display: inline-block;
}
#inner-wrapper {
    height: 100%;
   display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
html {
	scroll-behavior: smooth;
	height: 100%;
  }

.inner-wrapper {
	padding: 0px;
}
#footer_wrapper
{
	max-width: 1034px
}
#vyhodnotenie span.aktual
{
	color: #eb7d21;
}
input[type=submit]
{
	background: #08813B;
	color: #e6e6e6;
}
#full_width_center,  #zoznam_deti {
    clear: both;
    width: 100%;
    display: flex;
    justify-content: center;
	
}
#stred_980, .stred_980 {
	width: 100%;
    clear: both;
   /* display: inline-block;
    max-width: 980px;*/
	display: flex;
    max-width: 980px;
    flex-direction: column;

	justify-content: flex-start;
}
body.snj
{
	background-color:#28A6B2;
}
.pl80
{
    padding-left: 80px;
}
.flex
{
	display: flex;
}
.flex.end
{
	justify-content: flex-end;
}
#wrapper
{
	height: auto;
	flex-grow: 10;
	/*min-height: fit-content;*/


	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* align-content: center; */
    justify-content: flex-start;
}
h4{
	padding: 14px 0px;
	font-size: 13px;
	font-weight: 600;
	padding-top: 0px;
}
#new_child>div{
    flex: 1;
}
#new_child>div:first-child{
    border-right: 1px solid #c5c5c5;
	padding-right: 20px;
}
/*--------- sprava ----------------*/
.bg-white
{
	background-color: #FFF;
}
/*.reakcia_zmaz
{
	background: url('/img/button_dark.png');
}*/

#content #oznamovacia_sprava.oznamovacia,#registracia #oznamovacia_sprava.oznamovacia   {
	background:#FFD966;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 1px solid #E7E7E7;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 8px;
    text-align: center;  
}
#content #oznamovacia_sprava.error, #registracia #oznamovacia_sprava.error  {
	background:#FF3300;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 1px solid #aa0000;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 8px;
    text-align: center; 
    color:#fff; 
}
#content.bkp_sutaz h2{
	font-family: "marvin", sans-serif;
	font-size: 21px;
    color: #415a68;
    background: none;
    line-height: 1.1em;
	font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
#content.bkp_sutaz h2 div.ruzova{

    color: #A2005B;
	position: relative;
	display: inline-block;
}
#content.bkp_sutaz h1{
	font-family: "marvin", sans-serif;
	font-size: 36px;
	color: #A2005B;
	background: none;
	text-align: center;
	font-weight: 400;
    font-style: normal;
    font-stretch: normal;
	margin-top: 19px;
    margin-bottom: 35px;
	line-height: 1.1em;
}
#content.bkp_sutaz ul{
    padding: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 5px;
}

#content.bkp_sutaz input[type=submit]
{
	font-family: "marvin", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
	font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
}
.grid-container
{
    min-width: 224px;
    /* height: 216px;;*/
    background-color: #fff;
    display: grid;
    grid-template-columns: 104px 104px;
    grid-row: auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 10px;

}
.grid-container .button_predaj
{
	display:flex;
    align-items:center;
    justify-content:center;
}
.bunka
{
	width:49%;
	/*height: 250px;*/
	margin-bottom: 25px;
}
.bunka.yellow
{
	background-color: #f8d03f;
}
.bunka.blue
{
	background-color: #CAE9FA;
}
.doublebunka
{
	width:100%;
	/*height: 250px;*/
	margin-bottom: 30px;
}
.detail_bunka img
{
    width: auto;
    height: 92px;
    /* height: 196px; */
    position: relative;
    padding-bottom: 2px;
	max-width: 100%;
}
#content .detail_bunka p{
	text-align: left;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    margin-bottom: 5px;
}

/*--------- sprava END----------------*/
#content .ligh_blue {
    background-color: #cce6f5;
    height: 100%;
    display: block;
    border-radius: 8px;
}
span.premium
{
	background-color:#F58220 !important;
	color:#fff;
	font-size: 8px !important;
	position: relative;
    bottom: 12px;
    right: 0px;
    border-radius: 3px;
    padding: 0px 3px;
    z-index: 1000;
    float: right;
}
.bg-orange
{
	background-color:#F58220 !important;
	color:#fff;
}
#content h3.premium{
	margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 29px;
    font-weight: bold;
    font-size: 33px;
    padding-left: 0px;
    line-height: 1.25em;
}
/* overLIB */
#overDiv
{
	border: 1px solid #a0a0a080;
    border-radius: 10px;
}
.overlib_font {
	padding: 8px;
	font-size: 13px;
}
.overlib_capfont {
	padding: 4px;
	font-weight: bold;
	color: #ffffff;
}
.overlib_fg {
	background-color: #eeeeee;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}
.overlib_bg {
	background-color: #2E7770;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.flex
{
	display: flex;
}
.flex.gap20
{
	gap: 20px;
}
.flex-import
{
	display: flex !important;
}
.flex.between
{
	justify-content: space-between;
}
.flex.evenly {
    justify-content: space-evenly;
}
.flex.end
{
	justify-content: flex-end;
}
.flex.item-start
{
	align-items: flex-start
}
.flex.item-end
{
	align-items: flex-end;
}
.flex-start
{
	justify-content: flex-start !important;
}
.flex.column,
.flex.column_flex
{
	flex-direction: column;
}

.flex.between-mobil-around
{
	justify-content: space-between;
}
.flex.around
{
	justify-content: space-around;
}
.flex.wrap
{
	flex-wrap: wrap;
}
.flex480.wrap
{
	flex-wrap: wrap;
}
.flex.nowrap
{
	flex-wrap: nowrap;
}
.flex.center-flex
{
	justify-content: center !important;
    align-items: center;
    flex-flow: column;
}
.flex.center
{
	justify-content: center;
}
.flex.align-center
{
	align-items: center;
}
.stred-vertical
{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex.row,
.flex.row_flex
{
	flex-direction: row !important;
}
.flex.row-reverse
{	
    flex-direction: row-reverse !important;
}
.flex.wrap, .flex-wrap
{
	flex-wrap: wrap;
}
.pointer
{
	cursor: pointer;
}
.collapse.show
{
	display: block !important;
}
.submit_red {
    background: #F9021F !important;
}
.underline
{
	text-decoration: underline;
}
strong.text-orange
{
	color: #F2812F ;
}
strong
{
	font-weight: 600;
}
#velkost_pisma{
	float:right;
	margin-right: 6px;
	 margin-top: -41px;	
}
.animate_shadow
{
	animation: blikanie_shadow 1.6s infinite;
	box-shadow: 1px 1px 16px 1px #A52265;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	margin-bottom: 9px;
}
#Countdown1 {
    position: absolute;
    top: 43px;
    right: 20px;
    z-index: 2
}
#Countdown_free_parent {
/*	background: url(/images/zostava_cas_spodok2.png) no-repeat 0 0;
    height: auto;
    background-size: 100%;
    /* padding: 20px 0px; * /
    display: flex;
    justify-content: center;
    align-items: center;*/
}
#Countdown_free {
	left: calc((100% - 117px)/2);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* height: auto; */
    /* min-height: 61px; */
    margin-top: calc(-35px);
}

.freetrial
{
	padding: 15px;
    background-color: #55372f;
	margin-bottom: 15px;
	cursor: pointer;
}
#floating-button
{
	position: fixed !important;
    bottom: 5px  !important;
    right: 19px !important;
    left: auto !important;
	z-index: 9997 !important;
	cursor: pointer;
	background: rgb(198,215,222);
    background: radial-gradient(circle, rgb(200 233 247) 0%, rgb(255 255 255 / 0%) 71%);
    background-position: 0px 1px;
}
#floating-button >img
{
	 width: 39px;
}
.explanse-buble
{
    position: absolute;
    bottom: -30px;
    right: 31px;
    z-index: 154;
}
.float_message
{
    display: none;
    position: fixed !important;
    bottom: 77px !important;
    right: 3px !important;
    left: auto !important;
    /* z-index: 9000000 !important; */
    width: 205px;
    background-color: #C6E9FA;
    border: 2px solid #C6E9FA;
    padding: 15px;
    z-index: 9997;
   /* border-radius: 24px 21px 17px 16px;*/
   /* border-radius: 24px 21px 17px 16px;*/
    border-radius: 30px;
	box-sizing: content-box;
}
.float_message h2
{
	margin-bottom: 5px;
}
.float_message textarea
{
    border-radius: 5px;
    border: 1px solid #bce1f3;
    height: 133px;
    border-radius: 13px;
    padding: 6px;
	outline: none;
	width: 100%;
    box-sizing: border-box;
}
.float_message button#submit
{
    position: absolute;
    bottom: 8px;
    right: 7px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    outline: none;
    /* border-color: #88cdef; */
    border: 0px solid #88cdef;
    background: #f58220;
    cursor: pointer;
    background: url(/images/send-mail.png) #f58220;
    background-position: 5px;
    background-repeat: no-repeat;
}
.float_message button#submit:hover
{
 	background: url(/images/send-mail_h.png) #88cdef;
	background-position: 5px;
    background-repeat: no-repeat;
}
.float_message button#submit.odosielasa
{
	background:#f58220 !important;
	width: auto;
    color: #fff;
}
.flmozgo figure
{
	border-radius: 50%;
    width: 13px;
    height: 13px;
    background: white;
    border: 1px solid black;
    position: absolute;
    z-index: 5;
    color: black;
    font-size: 15px;
    line-height: 0.9em;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    /*transition: 0.1 ease-out;*/
    position: fixed !important;
    bottom: 53px !important;
    right: 10px !important;
    right: 11px !important;
    left: auto !important;
    z-index: 9998 !important;
	box-sizing: content-box;
}
.flmozgo figure:hover
{
	color: #FB001A;
	border: 1px solid #FB001A;
}
.flmozgo figure:before {
	content: "\2716";
	font-size: 15px;
}
.flmozgo figure#hide_message
{
	background: white;
    border: 1px solid #88cdef;
    position: absolute !important;
    padding: 4px;
    color: #88cdef;
    bottom: auto !important;
    right: 3px !important;
    margin-top: -17px;
    margin-right: -4px;
}
#floating-button div.buble-help
{
	background: url('/images/HELP_buble2.png');
	top:50%;left:50%;
	height: 3px;
	width: 3px;
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	z-index:1;
	position:absolute;
	top: 11%;
    left: 0;
    height: 0px;
    width: 45px;

	transition: all 0.2s ease-out;
}
#floating-button:hover div.buble-help
{
	top: -37px;
    left: 1px;
	height: 33px;
	width: 46px;
	display:flex;
	transition:all 0.35s ease-out;
}
#floating-button .buble-help .float-help
{
	font-size:11px;
	font-family: 'Roboto', sans-serif;
	margin-top: 6px;
	display:none;	
	visibility:hidden;
}
#floating-button:hover .buble-help .float-help
{
	display:block;
	visibility:visible;
}
#Countdown1 span, #Countdown_free span {
    display: block;
    float: left;
	width: 12px;
    height: 23px;
    background: url(/images/countdown2.png) no-repeat 0 0;
}
#Countdown_balicek span {
    display: block;
    float: left;
	width: 12px;
    height: 23px;
    background: url(/images/countdown2.png) no-repeat 0 0;
}

#Countdown1 span.image0, #Countdown_free span.image0, #Countdown_balicek span.image0 {
    background-position: -107px 0;
}

#Countdown1 span.image1, #Countdown_free span.image1, #Countdown_balicek span.image1 {
    background-position: -1px 0;
}

#Countdown1 span.image2, #Countdown_free span.image2, #Countdown_balicek span.image2 {
    background-position: -12px 0;
}

#Countdown1 span.image3, #Countdown_free span.image3, #Countdown_balicek span.image3 {
    background-position: -23px 0;
}

#Countdown1 span.image4, #Countdown_free span.image4, #Countdown_balicek span.image4 {
    background-position: -35px 0;
}

#Countdown1 span.image5, #Countdown_free span.image5, #Countdown_balicek span.image5 {
    background-position: -47px 0;
}

#Countdown1 span.image6, #Countdown_free span.image6, #Countdown_balicek span.image6 {
    background-position: -59px 0;
}

#Countdown1 span.image7, #Countdown_free span.image7, #Countdown_balicek span.image7 {
    background-position: -71px 0;
}

#Countdown1 span.image8, #Countdown_free span.image8, #Countdown_balicek span.image8 {
    background-position: -83px 0;
}

#Countdown1 span.image9, #Countdown_free span.image9, #Countdown_balicek span.image9 {
    background-position: -95px 0;
}

#Countdown1 span.imageSep, #Countdown_free span.imageSep, #Countdown_balicek span.imageSep {
    background-position: -121px 0;
    width: 7px;
}


@keyframes blikanie_shadow {
	0% {
	box-shadow: 1px 1px 17px 1px #A52265;
	}

	25% {
	box-shadow: 1px 1px 13px 1px #A52265;

	}
	50% {
	box-shadow: 1px 1px 10px 1px #A52265;
	}
	75% {
	box-shadow: 1px 1px 13px 1px #A52265;
	}
	100% {
	box-shadow: 1px 1px 17px 1px #A52265;

	}
}
body.snj h1
{
	text-transform: uppercase;
	padding-bottom: 40px;
	font-size: 40px;
	padding-top: 30px;
	color: white;
	line-height: 45px;
	margin: 0 auto;
	font-family: 'Kelson';
	font-weight: 800;
	font-style: normal;
}
#clona
{
	position:absolute;
	width:100%;
	height :120px;
	background-color:transparent;
	top:0;
}
div#footer {
	text-align: center;
	clear: both;
	padding-top: 12px;
}
#header {
    margin-bottom: 4px;
}
#header .logo span {
    display: block;
    height: 118px;
    text-indent: -9999px;
    width: 310px;
}
#header p, #header .news_btn {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 12px;
    width: 670px;
}
#header p span.meno, #header div.meno {
    color: #D7DF21;
}
#header p span.titul {
	background: none repeat scroll 0 0 #F58220;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 4px;
}
#header p img.oddelovac, #header div img.oddelovac, #header p img.oddelovac_mobil, #header div img.oddelovac_mobil {
    margin-left: 8px;
    margin-right: 8px;
}
#header p a, #header a {
    color: #FFFFFF;
}
#header p a:hover, #header a:hover {
    color: #D7DF21;
}
#header .knizka {
    background: url("../images/knizka.png") no-repeat scroll 0 0 transparent;
    color: #D7DF21;
    height: 47px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 36px;
    width: 64px;
}
#header .knizka a {
    display: block;
    height: 47px;
    text-indent: -9999px;
    width: 64px;
}
#header ul.menu {
    background: url("../images/header_menu_bg.png") no-repeat scroll 0 0 transparent;
    font-size: 16px;
    height: 47px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 36px;
    width: 667px;
}
#header ul.menu li {
	display:inline;
}

#header ul.menu li a {
    border-right: 1px solid #fff;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 44px;
    line-height: 46px;
    padding: 0 9px;
    text-align: center;
    text-decoration: none;
	font-size: 14.2px;
}
#header ul.menu li.first a {
    padding-left:12px !important;
}

#header ul.menu li a.active, #header ul.menu li a:hover {
    background: url("../images/header_menu_hover.png") no-repeat scroll -100px 0 transparent;
    color: #55382F;
}
#header ul.menu li.first a.active, #header ul.menu li.first a:hover {
    background: url("../images/header_menu_hover.png") no-repeat scroll 0 0 transparent;
}
#header ul.menu li.first a#nove_spravy:hover {
	background: #D7DF21;
    color: #553830;
    border: 1px solid white;
}
#header ul.menu li.last a {
    border: medium none;
}
div#header.six-col div.login {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0px;
    padding: 9px;
    padding-right: 0px;
    width: 670px;
}
div#header.six-col div.login input {
	border:1px solid #d7d7d7;
	padding: 1px 4px;
}
div#header.six-col div.login input[type=submit]
{
	color: #111;
	background: #f0f0f0;
}

/**************************************************************************************/
/*********************  JSMATH *********************************************************/
#tahak #content .typeset  {position:relative !important; font-size: 35px; font-weight:300;font-family: 'Roboto',sans-serif;line-height: 1.6em;	    color: #146F8C;}
/**************************************************************************************/
#tahak, #content #tahak span
{
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 23px;
	color: #555;
	position: absolute;
    top: 0;
    right: 0px;
}
#content  #tahak h3{
	font-size: 22px;
    font-weight: bold;
    margin-left: 14px;

}
#content  #tahak img.ikona{
	width: 35px;
	margin-top: -5px;
	margin: 0;
	margin-top: -9px
}
blockquote {
    /* margin: 0 3em; */
    line-height: 1.3em;
    margin-left: 24px;
}
.box {
	position: relative;
	border: 0px;
	text-align: left;
	background-color: white;
	margin-bottom: 8px;
	width: 100%;
	height: auto;
	float: left;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
/*
.nahlad_li
{
	width: 100%;
	height:185px;
	display:none;
}
.nahlad_obrazok
{
	float: left; 
	width: 549px;
}*/
#content .dig_vitajte
{
	background: url("../img/menu-arrow.png") no-repeat scroll 25px 15px transparent;
    padding: 150px 50px 50px;
     position: absolute;
    top: 32px;
}
#content .dig_vitajte_img
{
margin:0 auto;
text-align:center;
}
#content img.prve_riesenie
{
	width: 22px;
    /*top: 44px;*/
    vertical-align: middle;
    margin-left: 48px;
    border: 1px solid #00800075;
    position: absolute;
    background-color: #0080004f;
    height: 19px;
}
.box_tl, .box_tr, .box_bl, .box_br {
	display: none;
}
#predmety {
    background: url("../images/predmety_bg.png") no-repeat scroll 0 0 transparent;
   /* border-bottom: 1px solid #DDDDDD;*/
    height: 218px;
    margin-bottom: 7px;
    margin-top: 7px;
     text-align: center;
}
.logo_du
{
    /*border-bottom: 1px solid #dddddd;*/
    text-align: center;
    width: 100%;
}
#sidebar_left {	
min-height:350px;
/*padding-top: 8px; */
 width: 310px;
}
.pr15_sidebar_extraleft
{
	padding-right: 15px;
} 

ul {
    margin: 0 0 8px 15px;
}
#slider
{
    height: 326px;
    margin-left: 3px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
    max-width: 100%;


}
#registracia .pol-col,
#registracia .one-col,
#registracia .two-col,
#registracia .three-col,
#registracia .four-col,
#registracia .five-col,
#registracia .six-col {
	margin-right:8px;
}

#registracia .pol-col {
	width:74px;
}
#registracia .one-col {
	width:154px;
}
#registracia .two-col {
	width:316px;
}
#registracia .three-col {
	width:480px;
}
#registracia .four-col {
	width:644px;
}
#registracia .five-col {
	width:808px;
}
#registracia .six-col {
	width:980px;
	margin-right:0;
}

#registracia .last-col {
	margin-right:0;
}

#registracia form table td {
padding:4px 2px;
}
#registracia table td {
    padding: 4px 2px;
}
#registracia form table {
margin-bottom:14px;
}

#registracia form table input{
/*
border:1px solid #777;
*/
}

p.text-left
{
	text-align: left;
}
#overlay_message
{
	margin: 0 auto;
	margin-top: 20px;
}
#overlay_message .over_text
{
	color: #f1f8f4;
    background: #251a1f;
    padding: 6px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 17px;
}
/*----------------------------- ---------- -----------------------------------------*/
#overlay_papagaj .loading,
#overlay .loading {
    position: relative;
    display: inline-flex;
    margin: 0 auto;
    /* width: 1px; */
}
.se-pre-con {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #29777082;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.se-pre-con-papagaj {
    position: absolute;
    width: inherit;
    height: 768px;
    z-index: 9999;
    background: #29777082;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
}

.se-pre-con .rotacia,
.se-pre-con-papagaj .rotacia{
    -webkit-animation-name: spinvpravo;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: spinvpravo;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: spinvpravo;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;

    animation-name: spinvpravo;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.se-pre-con-papagaj .rotacia{
	top: -24px;
	position: absolute;
	left: -23px;
}
.se-pre-con .rotacia.vlavo,
.se-pre-con-papagaj .rotacia.vlavo
{
	-webkit-animation-name: spinvlavo;
	-moz-animation-name: spinvlavo;
	-ms-animation-name: spinvlavo;
	animation-name: spinvlavo;
}

.se-pre-con-papagaj .posbigkol{
    position: absolute;
  /*  left: -52px;
    top: 1px;*/
}

@keyframes spinvpravo {
    from {
        -ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	transform: rotate(360deg);
    }
}

@keyframes spinvlavo {
    from {
        -ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	transform: rotate(360deg);
    }
    to {
        -ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
    }
}
/*----------------------------- ---------- -----------------------------------------*/




#registracia a
{
color: #007738;
}
#registracia a:hover
{
color: #000;
}
#content a.dokument
{
	color:red;
	float: left;
    width: 75px;
    /*height:100px;**/
	
}
#content a.dokument:visited
{
	color:gray;
}
#registracia h2,
#sidebar_left h2,h1, 
.sidebar_extraleft h2
 {
	font-size: 16px;
    font-weight: bold;
	color: #55382F;
    background: none repeat scroll 0 0 #D7DF21;
	padding: 8px;
    border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom:15px;   
	text-align: left;
}
.sidebar_extraleft span.predelovac
{
	background: none repeat scroll 0 0 #D7DF21;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 6px;
    padding: 2px;
    position: relative;

	font-size: 16px;
    font-weight: bold;
    color: #55382F;
}
#content span.buble-orange
{
	background: none repeat scroll 0 0 #F58220;
    border-radius: 9px;
    -moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	font-size: inherit;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 9px;
	position: relative;
}
#content h3.oranzova
{
    background: none repeat scroll 0 0 #F58220;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    /* font-size: inherit; */
    font-weight: bold;
    color: #FFFFFF;
    padding: 9px 10px;
    /* position: relative; */
	font-size: 19px;
	text-align: left;
}
.predaj_ikony span.predaj
{
	position: relative !important;
	font-size: 15px !important;
	line-height: 1.2em;

}
.predaj_ikony div.button_predaj
{
	display: flex;
	justify-content: center;
	flex-flow: column;
	width: 103px;
	align-items: center;
	text-align: center;
	cursor: pointer;
}
.predaj_ikony div.button_predaj>a, .predaj_ikony div.button_predaj > a:hover
{
	text-decoration: none !important;
}
#content p.predaj_p
{
	font-size: 18px;
}
#content h3.predaj
{
    font-size: 27px;
    line-height: 28px;
	font-weight: bold;
	border-bottom: 0px;
}
.predaj_ikony strong
{
	font-weight: bold;
    font-size: 15px;
    padding-top: 9px;
    position: relative;
    display: block;
    padding-bottom: 4px;
}

.predaj_ikony .grid-container div.button_predaj
{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height: 144px;
	justify-content: start;
}
#sidebar_left h2 a {
    color: #55382F;
    text-decoration: none;
}
#sidebar_left h2.metodik_predmet, 
.sidebar_extraleft h2.metodik_predmet
{
	background-color: #5bc8e0; /*08813B;*/
    background-image: url("../images/metodik_predmet_sipka.png");
    background-position: calc(99% - 5px) 10px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-top: 0px; /*14*/
    cursor:pointer;
}
#sidebar_left h2.metodik_predmet_du,
.sidebar_extraleft h2.metodik_predmet_du
{
	background-color: #5bc8e0;
    background-image: url("../images/du_nadpis_h_svk_trans.png");
    background-position: calc(99% - 5px) 2px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
   /* margin-top: 13px;*/
    cursor: pointer;
    background-size: 163px auto;
}
#sidebar_left h2.mobil_ikony_header,
.sidebar_extraleft h2.mobil_ikony_header
{
	/*background-color: #5bc8e0;*/
	background: #98DAEA;
    background-position: calc(99% - 5px) 2px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
   /* margin-top: 13px;*/
  /*  cursor: pointer;*/
	background-size: 163px auto;
	/*max-width: 294px;
    width: calc( 100% - 16px);*/
	margin-left: 0;
}
#sidebar_left h2.mobil_ikony_header img.modre_menu_ikona_pravo,
.sidebar_extraleft h2.mobil_ikony_header img.modre_menu_ikona_pravo
{
	margin-right: 8px;
    /* top: 5px; */
    margin-top: -4px;
	height: 23px;
}
#sidebar_left h2.metodik_predmet_rozkliknuty,
.sidebar_extraleft h2.metodik_predmet_rozkliknuty
{
	 border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px; 
}
.sidebar_extraleft h2.predelovac
{
	border-radius: 0px  !important;
	background-color: #D7DF21;
	width: 100%;
	margin-top: 11px  !important;
    margin-bottom: 18px  !important;
	margin-left: 0 !important;
}
#content a.obrazok:hover
{
	text-decoration: none !important;
}
.sidebar_extraleft h2.predelovac.cvicoo
{
	background-color: #5bc8e0 !important;
	color: #553830 !important;
}
#sidebar_left h2 a:hover ,
.sidebar_extraleft h2 a:hover 
{
    text-decoration: underline;
}
#sidebar_left span {
    /*color: #FFFFFF;*/
    font-size: 12px;
   /* position: absolute;*/
   /* right: 10px;*/
    text-align: right;
    /*top: 8px;*/
}
#sidebar_left span.pridaj {
    color: #FFFFFF;
}
#sidebar_left ul li span.pocitadlo {
    background: none repeat scroll 0 0 #5BC8E0;
   	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px;
    position: absolute;
    right: 2px;
    top: 2px;
}
#sidebar_left ul li span.nove {
    background: none repeat scroll 0 0 #EE0E0E;
}
#sidebar_left ul {
    list-style-image: url("../images/sidebar_left_bullet.png");
    margin-left: 20px;
}
#sidebar_left ul li.favorite {
    list-style-type: none;
    list-style-image: none;
    font-weight: bold;
    
}
#sidebar_left ul li.active {
	background-color: #dff3fd;

}
#sidebar_left ul li span.hviezdicka
{
	background:url("../images/favorite.gif");
	display: block;
    height: 16px;
    left: -18px;
    position: absolute;
    top: 3px;
    width: 16px;
}
#sidebar_left ul li span.linka
{
	background:url("../img/url.gif");
	display: block;
    height: 16px;
    left: -18px;
    position: absolute;
    top: 3px;
    width: 16px;
}
#sidebar_left ul li span.kniha
{
	background:url("../img/book.gif");
	display: block;
    height: 16px;
    left: -18px;
    position: absolute;
    top: 3px;
    width: 16px;
}
#sidebar_left ul li {
    border-bottom: 1px dotted #5BC8E0;
    padding: 5px 20px 5px 5px;
    position: relative;
  /*  width: 280px;*/
}
#sidebar_left ul li a {
    color: #55382F;
    text-decoration: none;
}
#sidebar_left ul li a.active {
	font-weight: bold;
    /*color: #5BC8E0;*/
}
#sidebar_left ul li a:hover {
	color: #55382F;
	font-weight: bold;
    text-decoration: underline;
}
#sidebar_left form.search div {
    /*height: 34px;*/
    margin: 0;
    /*padding: 0 10px;*/
    width: 100%;
	/*margin-top: 5px;
	gap: 6px;*/
}
#sidebar_left form.search input.hladaj {
	background: url("../images/search_bg.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #777777;
    font-size: 16px; 
  /*  height: 34px;
    line-height: 34px;*/
    margin: 0 !important;
    outline: 0 none !important;
    padding-left: 35px;
    vertical-align: top;
    max-width: 224px;
    width: 100%;
}
#sidebar_left form.search input.ok {
    border: 0 none;
    height: 34px;
    width: 59px;
}
#predmety_ikony
{
	padding-bottom: 14px;
    padding-top: 16px;
    width: 99%;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#predmety_ikony img.vyhl_img_small
{
	width: 45px;;
}
#content {
	/*padding-top:8px;*/
}
#content.pt0 {
	padding-top:0px;
}

#content h3, #registracia h3 { 
    border-bottom: 1px solid #DDDDDD;
    color: #000000;
    font-size: 15px;
    margin-left: 12px;
    padding-bottom: 8px;
	padding-left: 12px;
	line-height: 1.1em;
}
#stred_980 h2 {
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #55382F;
	background: none repeat scroll 0 0 #D7DF21;
	padding: 8px;
    border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
    margin-bottom: 15px; 
}
#content h2 {
	margin-left: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #55382F;
	background: none repeat scroll 0 0 #D7DF21;
	padding: 8px;
    border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
    margin-bottom: 15px; 
}

#content span.povodne  {
   color: #55382F;
    font-size: 12px;
	text-align: right;
    position: absolute;
    right: 0;
    top: 0px;
}
#content h3.premiumnadpis
{
	margin-left: 0px; 
	margin-bottom: 10px;
	padding-top: 17px;
	font-weight: bold;
	font-size: 33px;
	padding-left: 0px; 
	padding-bottom: 10px;
}
#content .detail  span.nazov_predmet {
	color: #55382F;
    font-size: 12px;
	text-align: right;
    position: absolute;
    right: 0;

	top:7px;
}
#content .foto {
    float: left;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: 0;
   /* padding-left: 12px;*/
    width: 80px;
         border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#content .message_foto {
   
    margin-left: 12px;
   
    margin-top: 0;
    width: 60px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
* html #content .foto {
	margin-right: 6px;
}
#content .obsah, #content .obsah_demo{
    color: #777777;
    color: #555;
    line-height: 18px;
}
#content .record a {
    color: #55382F;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 11px;
    margin-left: 24px;
/*    padding-left: 12px;*/
    text-decoration: none;
}
#content .demo_btn{
    color: #55382F;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 11px;
    margin-left: 24px;
/*    padding-left: 12px;*/
    text-decoration: none;
}
#content a:hover {
    color: #5BC8E0;
    text-decoration: underline;
}
#content H2.bezokraju 
{
	margin-left:0px;
}
#content .prispevok span a ,
#content .reakcia span a {
    color: #777777;
}
#content .prispevok span a:hover ,
#content .reakcia span a:hover {
    color: #55382F;
}


#content .listing_dokumentov {
	margin-left:25px;
}
#content .listing_dokumentov .komentare_board
{
    margin-left: 90px;
}


.nastenka {
	background: url("../images/nastenka_bg.png") repeat-y scroll 0 0 transparent;
	/*margin-top: 8px;*/
}
.record {
    background: url("../images/record_bg.png") no-repeat scroll 0 0 transparent;
    height: 128px;
    padding-bottom: 0;
    padding-top: 16px;
}
#content .record_monitor  h3
{
	margin-left: 0px;
	padding-left: 0px;
}
#content .record_monitor span.monitor_span
{
	position: relative;
	line-height: 1.7em;
	font-size: 13px;
}
#content .record_monitor div.obsah
{
	flex-grow: 2;
}
.record_monitor {
    /*background: url("../images/record_bg.png") no-repeat scroll 0 0 transparent;*/
    min-height: 100px;
    padding-bottom: 0;
	padding-top: 16px;
	margin-left: 24px;
	display: flex;
    border-bottom: 1px dashed #ddd;
}
.record_demo {
    background: url("../images/record_bg.png") no-repeat scroll 0 0 transparent;
    height: 150px;
    padding-bottom: 0;
    padding-top: 16px;
}
.prispevok {
    background: url("../images/nastenka_prispevok_bg.png") repeat-x scroll 0 0 transparent;
    width: 100%;  
    margin-bottom:5px;   
    min-height: 110px; 
}
#content .prispevok h3, #content .reakcia h3 {
    border: 0 none;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
    padding-top: 15px;
}
#content .reakcia .hlavicka {
    display: flex;
    padding-right: 10px;
    padding-top: 3px;
    justify-content: space-between;
	overflow: hidden;
}
#content .reakcia h3 {
    /* border-bottom: 1px solid #ECECEC;*/
    margin-bottom: -2px;
    margin-left: 0;
    padding-top: 8px;
}
#content .reakcia h3 span.ucitel{
    background: none repeat scroll 0 0 #A52265;
     border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    margin-right: 6px;
    padding: 2px;
    position: relative;
}
#content .prispevok h3 span.ucitel {
    background: none repeat scroll 0 0 #A52265;
     border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    margin-right: 6px;
    padding: 2px;
    position: relative;
    top:0;
}
#content .prispevok h3 span.ziak {
    background: none repeat scroll 0 0 #297770;
     border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    margin-right: 6px;
    padding: 2px;
    position: relative;
    top:0;
}
#content .prispevok span.skupina {
    background: none repeat scroll 0 0 #63A95B;
     border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    margin-right: 6px;
    padding: 2px;
    position: relative;
    font-weight: bold;
    cursor:pointer;
    top:0;
}
#content .prispevok  div.skupina_div
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 15px #999999;
    display: none;
    position: absolute;
    color: black;
    display: block;
    font-weight: normal;
	z-index:10;
    padding: 10px;
    margin-top: 9px;
}

#content .prispevok  div.skupina_div .arrow {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    left: 21px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1001;
}
#content .prispevok  div.skupina_div .arrow-border {
    border-bottom: 11px solid #BBBBBB;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    height: 0;
    position: absolute;
    top: -12px;
    width: 0;
    left: 21px;
    z-index: 1000;
}

#content .prispevok span, #content .reakcia span {
    color: #777777;
    padding-right: 12px;
	padding-top: 14px;
	padding-right: 0px;
}
#content .reakcia span {
    margin-top: 7px;
	padding-top: 0;
	padding-right: 3px;
	position: relative;
}

#content .diskusia .reakcia span {
    margin-top: 10px;
    padding-top: 0;
}
#content p.hlaska_enter
{
    margin-left: 70px;
    padding: 2px;
	margin-bottom: 4px;
	display:none;
}
#content .prispevok .foto, #content .reakcia .foto {
    float: left;
    margin-top: 17px;
    padding: 0;
    width: 47px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#content .reakcia .foto {
   /* margin-left: 89px;*/
    margin-top: 7px;
    width: 32px;
    
}

#content .prispevok span.border-right-span
{
  border-right:1px solid #E1E1E1;
  position:relative;
  color: #777777;
  padding:5px 10px;
  height:20px;
}
#content .prispevok span.border-right-span-noline
{
  border-right:0px;
  position:relative;
  color: #777777;
  padding:5px 10px;
  height:20px;
}

#content .prispevok span.viac-nastenka
{
  position:relative;
  padding-right:10px;
  padding-left:10px; 
}

#content .prispevok span.viac-nastenka a
{
 color:#28786F;
 font-weight:bold;
 text-decoration:none;
}

#content .prispevok .obsah, #content .reakcia .obsah {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    padding-right: 15px;
    padding-top: 3px;
}
#content .prispevok .obsah {
    float: left;
    padding-right: 15px;
    padding-top: 4px;
    width: 546px;
}

#content .prispevok .obsah a, 
#content .prispevok .obsah h3 {   
    padding-left: 0;
    margin-left: 0;
}
#content .prispevok .obsah a
{
	font-size: 12px;
}
#content .prispevok .flex {
    display: flex;
   justify-content: space-between;
   width:100% ;
}
#content .reakcia .obsah {

    padding-right: 15px;
    padding-top: 0px;

    overflow: auto;
}
#content .prispevok .ukoncovak {
    background: url("../images/nastenka_prispevok_koniec.png") no-repeat scroll 0 0 transparent;
    clear: left;
    height: 18px;
    width: 100%;
}
#content .prispevok .ukoncovak.medzera {
    background: none repeat scroll 0 0 transparent;
}
#content .reakcia .ukoncovak {
    border-bottom: 1px solid #DDDDDD;
    clear: left;
    height: 6px;
   /* margin-left: 88px;*/
    width: 100%;
}
#content .prispevok .gallery_link {
	text-align: right;
	max-width: 626px;
	padding-right: 5px;
}
#content .prispevok .gallery_link a {

	border:0px;	
	display: inline;
	margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
#content .prispevok .dokument_link {
   /* float: right;*/
    margin-top: 85px;
    max-width: 626px;
    text-align: right;
    padding-right: 5px;
}
#content .prispevok .dokument_link a {
   color: #5BC8E0;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
#content .prispevok .dokument_link a:hover {

    color: #55382F;
  /*  text-decoration: none;*/
}

#content .prispevok-main .zobrazit-subory {
    display:block;
    margin-bottom:5px;
    width: 627px;
    border-bottom:1px dotted #E1E1E1;
    border-top:1px solid #E1E1E1;
    clear:both;
    position:relative;
    top:20px;
}

#content .sipka-dole
{
  padding:37px 9px;
  width:38px;
  border-right: 1px solid #E1E1E1;
  margin:10px 0;
  float:left;
  cursor:Pointer;
  margin-bottom: 3px !important;
}
#content .sipka-dole img
{
    transform: rotateZ(-90deg);
    transition-duration: 0.2s;
    transition-property: transform;
}
#content .sipka-dole.rotate_sipka img
{
    transform: rotateZ(0deg);
}
img.sipka
{
	transition-duration: 0.2s;
    transition-property: transform;
	transform: rotateZ(0deg);
	border-radius: 3px;
}
img.sipka.rotate
{
	transition-duration: 0.2s;
    transition-property: transform;
    transform: rotateZ(180deg);
}

#content .zobrazit-text
{
  padding:32px 12px;
  margin:10px 0;
  float:left;
  font-weight:bold;
  font-size:16px;
  margin-bottom: 3px !important;
}
#content .zobrazit-text small
{
	display: block;
    position: relative;
    color: green;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}

#content .zobrazit-pocet
{
  padding:25px 12px;
  margin:10px 0;
  float:right;
  margin-bottom: 3px !important;
}

#content .zobrazit-pocet .zobrazit-pocet-inner
{
  background-color:#5BC8DF;
  color:#FFFFFF;
  font-weight:bold;
  padding:3px 6px;
  border-radius:8px 8px 8px 8px;
  cursor:Pointer;
}

#content .zobrazit-image
{
  padding:0 12px;
  border-left: 1px solid #E1E1E1;
  margin:10px 0;
  float:right;
  margin-bottom: 3px !important;
  display: flex;
  flex-wrap: wrap;
}
/*#content .zobrazit-image a
{
    text-decoration: none;
    float: left;
    width: 75px;    
}*/
#content .zobrazit-image a div.nazov_suboru, .nazov_suboru
{
    text-align: center;
    margin-bottom: 1px;
    font-size: 9px;
    max-width: 80px;
    overflow: hidden;
    max-height: 30px;
    line-height: 10px;
    margin-top: 6px;   
}
#content .reakcia h3 span.ziak {
    background: none repeat scroll 0 0 #297770;
     border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    margin-right: 6px;
    padding: 2px;
    position: relative;
}
#content .reakcia h3 span.rodic {
    background: none repeat scroll 0 0 #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    margin-right: 6px;
    padding: 2px;
    position: relative;
}
#content .textarea_reagovat {
   /* height: 59px;*/
    margin-bottom: 9px;
    /*margin-left: 18px;*/
    margin-top: 1px;
	width: 100%;
	display: flex;
}
#content .audio_komentar {
    height: 61px;
    font-size: 11px;
    padding: 8px;
    width: 50px;
    padding-bottom: 0px;
	text-align: center;
}
#content .audio_komentar.active {

	margin-left: 90px;
}
#content .audio_div_listing_nastenka {
    width: 100%;
    /*padding-top: 16px;*/
    border-left: 1px solid #ddd;
    padding-left: 17px;
	margin-top: 4px;
	display: flex;
    justify-content: center;
    flex-flow: column;
}
.recording_status{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pointer
{
	cursor: pointer;
}
#content .textarea_reagovat textarea {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #F58220;
    font-size: 12px;
   /* height: 37px;*/
    margin-left: 96px;
    margin-top: 8px;
    padding-left: 5px;
    padding-top: 8px;
    width: 465px;
}
#content .textarea_reagovat .odoslat {
    background: url("../images/textarea_odoslat.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px #FFFFFF, -1px -1px #CCCCCC;
    top: 178px;
    width: 170px;
}
#content p {
    margin-bottom: 15px;
    margin-left: 24px;
    padding: 1px; /*8*/
	line-height:1.5;
	color:#555;
}
#text_rocnik
{
    color: #55382F;
    float: left;
    font-size: 26px;
    margin-top: 4px;
    text-align: left;
}
.metodik_img_div {
    border-right: 1px solid white;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 126px;
    margin-top: 29px;
    padding-left: 4px;
    padding-top: 15px;
    text-align: center;
    width: 93px;
}
.metodik_img_div img {
    padding-right: 0px;
}
.metodik_img_div img.selected
{
    -webkit-box-shadow: 0px 0px 14px 1px red;
	-moz-box-shadow: 0px 0px 14px 1px red;
	box-shadow: 0px 0px 14px 1px red;
    background-color: #ba5e68;
    border-radius: 10px;
} 
.metodik_text_image {
    margin-left: -4px;
    text-align: center;
    width: 97px;
}
#content table.main	a{
    color: #F58220;
    text-decoration: none;
    display: inline;
     font-size: 12px;
}
.main {
	margin-top: 22px;
	margin-left: 24px;
}
#registracia .spat,
#content .hraj,
#content .sleduj,
#content .maluj {
	position:absolute;
	bottom:-5px;
	right:0px;
	display:block;
	float:right;
	background:#5AC8E0;
	background:#D7DF21;
	background:#F58220;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	border: 0;
	cursor:pointer;
}
#registracia input.button,
#content input.button {
    background: none repeat scroll 0 0 #5AC8E0;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
	padding: 7px;
	cursor: pointer;
	
}
#content #slide_content.blue input.button
{
	background: none repeat scroll 0 0 #A2005B;
	
}
#registracia input.button.active,
#content input.button.active {
    background: none repeat scroll 0 0 #F58220;
	outline: none;
	
}
#registracia input.button.slider,
#content input.button.slider {
	background: none repeat scroll 0 0 #D7DF21;
    outline: none;
	padding: 12px;
	color:#553830;
	
}
#registracia input.button.slider.active,
#content input.button.slider.active {
    background: none repeat scroll 0 0 #5AC8E0;
	outline: none;
	
}
#content a.hraj,
#content a.sleduj,
#content a.maluj{
	color:#fff;
}

#content a.hraj:hover,
#content a.sleduj:hover,
#content a.maluj:hover {
	color:#55382F;
}

#content .spat a,
#content .nahlasit a {
	background:#F58220;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
	text-decoration:none;
}

#sidebar_left input[type=button].spat {
	border:0;
	background:#5AC8E0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	cursor:pointer;
}

#content .spat a {
	background:#5AC8E0;
	text-decoration:none;
}
#content .spat a:hover,
#content .nahlasit a:hover {
	color:#55382F;
	text-decoration:none;
	cursor:pointer;
}
.nahlasit {
	float:right;
}
.delete_kom
{
	margin-bottom: 0px;
	padding: 0px;
	float: right;
	position: absolute;
	top: 10px;
    right: -4px;
	cursor: Pointer;
	width: 14px;
	height: 15px;
}
#content .diskusia .reakcia .delete_kom
{
	padding: 2px;
}
.spat {
	float:left;
}
.bold
{
	font-weight: bold;
}
strong.succes
{
	color: #F58220 !important;
}
strong.error
{
	color: #cc1111 !important;
}
#sidebar_left input.submit,
#registracia input.submit,
#content input.submit {
	border:0;
	background:#F58220;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	cursor:pointer;
	position: relative;
}
#sidebar_left input[type=submit],
#content input[type=submit], #content button,
#registracia input[type=submit],
input[type=submit].login {
	border:0;
	background:#F58220;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	cursor:pointer;
	position: relative;
}
#sidebar_left input[type=submit].bk,
#content input[type=submit].bk, #content button.bk,
#registracia input[type=submit].bk,
input[type=submit].bk,
#sidebar_left input.bk,
#registracia input.bk,
#content input.bk {
	 font-size: 16px;
    padding: 12px;
	padding-top: 9px;
	font-family: "marvin", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
	box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
}
#sidebar_left input[type=submit].small,
#content input[type=submit].small, #content button.small,
#registracia input[type=submit].small,
input[type=submit].bk.small {
	font-size: 13px;
    padding: 7px;
    padding-top: 5px;
    line-height: 1.3em;
}
#kod_prepojenie>.kod
{
	display: inline;
    font-size: 40px;
    font-weight: 600;
    color: #A2005B;
}
hr.dashed
{
	border-top: 1px dashed #b3b1b1;
    background: none;
}
#status_prepojenie
{
	padding: 5px 0px;
}
#wrapper input.submit_ciastocne {
	border:0;
	background:#297770;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
	cursor:pointer;
}


#content p.text_pod_comentom
{
    margin-left: 68px;
    padding-top: 1px;
}
.message_info {
	text-align:center;
	border:1px solid #418832;
	background-color:#F3FAF2;
	width:92%;
	max-width:300px;
	
	height:auto;
	/*padding:10px;*/
	padding:10px;
	font-weight:bold;
	color:#418832;
	/*padding-top:20px;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.image_nahlad_kniha {
    width: 10%;
    margin-right: 8px;
    image-rendering: -webkit-optimize-contrast;
    padding-top: 15px;
    height: auto;
    width: calc((100% / 21) - 8px);
}
ul li.marvin{
     font-family: "marvin", sans-serif;
    line-height: 1.5em;
    font-size: 16px;
}
#content h3.marvin {
    font-family: "marvin", sans-serif;
    font-size: 33px;
    color: #A2005B;
    background: none;
    line-height: 1.1em;
    font-weight: 400;
    font-stretch: normal;
    margin-bottom: 20px;
    margin-top: 0px;
    border-bottom:none;
}
.green
{
	color:#418832;
}
.red
{
	color:#CD0A0A;
}
.message_error {
	text-align:center;
	border:1px solid #CD0A0A;
	background-color:#FEF8F6;
	width:45%;
	height:25px;
	/*padding:10px;*/
	padding:10px;
	font-weight:bold;
	color:#CD0A0A;
	padding-top:20px;
        border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#InfoMessage span{
vertical-align: middle;
    position: relative;

}
#content a.hraj
{
display:block;
}
#content div#slideshow span, #content span.play, #content span.pause
{
position: relative;
color:#777777;
}/*
.play {
    background: url("../img/playback-start.png") no-repeat scroll 32px 2px transparent;
    padding-bottom: 3px;
    padding-right: 29px;
    padding-top: 5px;

    color: #777777;
}
.pause {
    background: url("../img/playback-pause.png") no-repeat scroll 42px 2px transparent;
    padding-bottom: 3px;
    padding-right: 29px;
    padding-top: 5px;
    color: #777777;
}
.prev {
    background: url("../img/backward.png") no-repeat scroll 0 2px transparent;
    color: #777777;
}
.next {
    background: url("../img/forward.png") no-repeat scroll 64px 2px transparent;
    color: #777777;
}*/
#download-link
{
	color:#777777;
}
ul.thumbs li.selected a {
	background: #5BC8E0;
}
#image_old
{
    padding-right: 12px;
    width: 141px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
#new_image
{

	max-width: 545px;
   /* float: left;
    width: 100%;*/
}
#n_foto
{
	max-width: 595px;
    float: left;
    width: 100%;
}
#p_image
{
	width:77px;
	height:107px;overflow:hidden;
	
	border:1px solid #ddd;
	    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#new_image_preview
{


    width: 180px;
    display: flex
;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
#registracia .foto
{
	border:1px solid #ddd;
	    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.zmena_rocnika
{
	float:right;margin-bottom: -28px;margin-top: -8px;
}
.prispevok-main .prispevok  audio
{
    display: block;
    width: 100%;
    margin-top: 0.8rem;
    /*max-width: 300px;*/
    height: 32px;
    float: right;
    outline: none;
}
video {
	vertical-align: top;
    --width: 542px;
    width: var(--width);
    height: calc(var(--width) * 0.633);
    background: black;
    margin: 10px 0px;
    max-width: 99%;
}
.reakcia audio
{
    height: 25px;
    outline: none;
}
#content .audio_div_listing audio, 
#content .audio_div_listing_nastenka audio
{

    display: block;
    width: 210px;
    min-width: 210px;
    /* margin-top: 0.2rem; */
    /*min-width: 233px;*/
    height: 30px;
}


#all_child table {
	border-collapse: collapse; 
	color:#5a5a5a;
	line-height:24px;
	text-align:left;
	width:100%;
	/*margin-left:24px;
	margin-right:24px;*/
	 margin-top: 17px;
}

#all_child table td {
	border-bottom:1px solid #ddd;
	padding:5px;
	text-align:left;
	width:auto;
}

#all_child table th {
/*	text-transform:uppercase;*/
	background-color:#eceef1;
	border-bottom:1px solid #ddd;
	color:#007738;
	font-weight:bold;
	font-family:Helvetica,Arial,sans-serif;
	padding:2px 5px;
	text-align:left;
}
 .triedy a, .skupiny a {
	color:#5bc8e0;
	font-size:12.5px;
	/*float:left;*/
	border-right:1px solid #dff3fd;
	padding: 2px 15px;
	margin:0 0 1px;
	font-weight: bold;
	text-decoration: none;
}
 .triedy a img.rocnik{
	position: relative;
    height: 16px;
    margin-left: 3px;
	/*image-rendering: pixelated;*/
 }
 .skupiny a.active,  #content .skupiny a.active:hover, 
 .triedy a.active span,  #content .triedy a.active:hover span {
	color:#fff;
	/*background: none repeat scroll 0 0 #8DC63F;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	/*margin-top: -2px;*/
}

 .triedy a.nove,  #content .triedy a.nove:hover  {
	color:red;	
}
 .male a.active, #content .male a.active:hover {

    padding: 3px;
} 
#content .skupiny,
#content .triedy{
	height:37px;
	border-bottom:1px solid #e1e1e1;
}

#content .skupiny a ,
#content .triedy a {
	color:#5bc8e0;
	font-size:12.5px;
	float:left;
	border-right:1px solid #dff3fd;
	padding: 2px 15px;
	margin:0 0 10px;
}

#content .skupiny a.active ,
#content .triedy a.active {
	color:#fff;
	background: none repeat scroll 0 0 #F58220;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
}
  
#content .detail h2 {
	border-radius:0;
	background: url("../images/detail_h2_bg.png") no-repeat left center;
	font-size:16.67px;
	color:#000;
	/*background-color:none;*/
	padding-left:15px;
	margin:0;
	border-bottom:1px solid #e1e1e1;
}
/* ------------------ dig ucebnica --------------------------------*/
#content .detail .nahlad, #content .detail .nahlad_2  {
	float:left;
/*	height:354px;*/
	width:764px;
	margin-top:15px;
	background: url("../images/detail_nahlad_bg.png") no-repeat left top;
}
#obsah_dig_ucebnica,
#uvod_dig_ucebnica{
	width: 100%;
}
#content .detail .nahlad>div  {

	width:549px;

}
#content .detail .nahlad p, #content .detail .nahlad_2 p {
	border-top:1px solid #ddd;
	float:left;
	margin-top:5px;
	/*margin-right:28px;*/
	line-height:20px;
	font-size:16.67px;
	padding-top:10px;
	margin-left:0px;
	width: 720px;
}
#content .detail .nahlad img {
	float:left;
	padding-top:5px;
	padding-left:5px;
}
#slider .nahlad_li {
	width: 544px;
	height: 326px;
}
#slider #slider_ul {
	list-style:none;
}
#slider .nahlad_li a img {
	width: 544px;
	height: 326px;
}
#content .detail ul#ikonky {
	float:right;
	border-left:1px solid #ddd;
	margin:0;
	margin-left:20px;
	padding-left:15px;
	list-style: none;
	width:150px;
	float:left;
	overflow: hidden;
	height: 344px;
}

#content .detail ul#ikonky li {
	border-bottom:1px solid #ddd;
	height:59px;
	margin-bottom:11px;
}

#content .detail ul#ikonky li a {
display:block;
width:100px;
height:42px;
margin:0;
padding-left:55px;
padding-top:15px;
font-size:12.5px;
font-weight:normal;
color:#000;
}

#content .record_demo ul#ikonky {
	float:right;
	margin:0;
	padding-left:15px;
	list-style: none;
	width:200px;
	float:left;
	overflow: hidden;
	height: 50px;
}

#content .record_demo ul#ikonky .btn{
    margin-left: 55px;
}

#content .record_demo ul#ikonky li {
	height:59px;
	margin-bottom:11px;
}

#content .record_demo ul#ikonky li a {
display:block;
width:100px;
height:42px;
margin:0;
padding-left:55px;
padding-top:15px;
font-size:12.5px;
font-weight:normal;
color:#000;
}

#wrapper button.next {
	border:0;
	background:#297770;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
	cursor:pointer;
}

#content .detail ul#ikonky li:last-child {
	border:0;
	margin-bottom:0;
}

#content .detail_bg {
	background: url("../images/detail_bg.png") repeat-y left top;
	border-bottom:1px solid #ddd;
}
#content .record_demo ul#ikonky li.ulozit_subor {
	background: url("../images/detail_ulozit_subor.png") no-repeat left top;
}
#content .detail ul#ikonky li.ulozit_subor{
	background: url("../images/detail_ulozit_subor.png") no-repeat left top;
}
#content .detail ul#ikonky li.poslat_rodicovi {
	background: url("../images/detail_poslat_rodicovi.png") no-repeat left top;
}
#content .detail ul#ikonky li.pridat_k_oblubenym {
	background: url("../images/detail_pridat_k_oblubenym.png") no-repeat left top;
}
#content .detail ul#ikonky li.znamkovat {
	background: url("../images/detail_znamkovat.png") no-repeat left top;
}
#content .detail ul#ikonky li.poslat_postu {
	background: url("../images/detail_poslat_postu.png") no-repeat left top;
}
#content .detail .autor {
	float:left;
	margin-top:8px;
	width:215px;
}
#content .detail .autor .podobne .nadpis {
	width:212px;
    height: 23px;
    overflow: hidden;
}
#content .detail .autor .podobne .foto {
    float: none;
    margin-top: 5px;
    padding: 0;
    width: 61px;
    margin-left: 2px;
}
#content .detail .autor .podobne h2 {
	background: url("../images/detail_h2_bg.png") no-repeat left center;
	font-weight:bold;
	font-size: 13px;
	color: #000000;
/*	background-color:none;*/
	margin:0;
	border-radius: 0 0 0 0;	
	width: 94%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#content .detail .autor .podobne  a{
	text-decoration:none;
}
#content .detail .autor .podobne .detail {
	 float: none; 
	 width: calc(100% - 62px);
	padding-top: 2px;
	line-height: 18px;
	width: 94%;
	text-overflow: ellipsis;
	
	overflow: hidden;
   }
#content .detail .autor .podobne .detail > small > span {
	position: relative;
	width: 94%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#content .detail .autor h2 {
	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16.67px;
	background:#dff3fd;
	color:#5bc8e0;
}
#show_podobne_div {
padding-bottom:6px;
}
#content .diskusia h2 {
background:#5bc8e0;
color:#fff;
margin-left:0;
margin-top:15px;
margin-bottom:15px;
}


#content .diskusia span a{
	border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	height:31px;
	line-height:31px;
	margin-top:15px;
	margin-right:0;
	padding-right:15px;
	font-size:12.5px;
	color:#fff;
	background-color:#553830;
}
#content .autor p {
line-height:20.83px;
}


#content .detail span a{
padding-top:6px;
font-size:12.5px;
text-decoration: none;
color: #000000;
}
#content .diskusia .obsah span a{
border:0;
margin:0;
padding:0;
line-height: 17px;
background-color:#FFF;
font-size: 12px;
color: #777777;
}

#content .diskusia span a{
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
    background-color: #000000;
    border-radius: 0 8px 8px 0;
    color: #FFFFFF;
    font-size: 12px;
    height: 31px;
    line-height: 61px;
    margin-right: 0;
    margin-top: 15px;
    padding: 8px;
    text-decoration: none;
}
#content .autor p {
	line-height:20.83px;
	margin-bottom: 6px;
	margin-left: -1px;
	padding: 3px;
}
#content .diskusia .reakcia .ukoncovak {
    border-bottom: 1px solid #E1E1E1;
    clear: left;
    height: 6px;
    margin-left: 8px;
    width:98%;
   
}
#content .diskusia .reakcia .obsah {
   padding-top: 0;
   width: 895px;
}
#content .diskusia .reakcia .foto {
    margin-left: 8px;
    margin-top: 6px;
    width: 44px;
}
#content .diskusia .textarea_reagovat {

    margin-left: 8px;
	width: 960px;
}
#content .diskusia .textarea_reagovat textarea {
	width: 960px;
    margin-left: 0px;
}
.zaznamy_z_hod, .zaznamy_z_skupiny
{
	margin-left: 70px;
}
.zaznamy_z_skupiny
{
	display: flex;
    justify-content: flex-end;
    background-position: left center;
    background-size: 54px;
    background-repeat: no-repeat;
	flex-wrap: wrap;
    padding-left: 70px;
}

#sidebar_left h3
{
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
    color: #000000;
    font-size: 15px;
    margin-top: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    line-height: 1.1em;
}
/* ------------------ ------------------------------------------*/
/* ------------------ ------------------------------------------*/
img.zaznam_image {
    width:100%; 
    max-width: var(--width);
    border: 1px solid #e1e1e1; 
    margin: 0.8rem 0;
}
img.zaznam_image.rotate_180
{
     transform:  rotate(180deg);
}
img.zaznam_image.rotate_270
{
    width: var(--height_scale) !important;
    height: var(--width);
    transform:  rotate(270deg) translateY(calc((var(--width) - var(--height_scale))/2)) translateX(calc((var(--width) - var(--height_scale))/2));
    margin-bottom: calc(var(--height_scale) - (var(--width)) + 25px) !important;
	display: flex;
}
img.zaznam_image.rotate_90
{
    width: var(--height_scale) !important;
    height: var(--width);
    transform:  rotate(90deg) translateY(calc((var(--height_scale) - var(--width) )/2)) translateX(calc((var(--height_scale) - var(--width))/2));
    margin-bottom: calc(var(--height_scale) - (var(--width)) + 25px) !important;
	display: flex;
}
img.zaznam_image.landscape.rotate_270,
img.zaznam_image.landscape.rotate_90
{
    height: var(--width) !important;
    width: var(--height_scale) !important;
    max-width: var(--height_scale);
}
/*-------------------------------------------------------*/
/* ------------------ ------------------------------------------*/


#content div.vyhladavanie_img_div_small a
#sidebar_left div.vyhladavanie_img_div_small a
{
margin:0px;
padding:0px;
}
#content div.vyhladavanie_img_div_small,
#sidebar_left div.vyhladavanie_img_div_small
{
	
	width:72px;
	text-align:center;
	height:99px;
	position: relative;
	cursor: pointer;
	
}

/* * * * * * * * */
/* * * POSTA * * */
/* * * * * * * * */

/* left sidebar */

#sidebar_left.posta {
width:220px;
}
#sidebar_left.posta h2 {
background: url("../images/h2_posta.png") no-repeat scroll  98%  center transparent;
background-color: #d7d7d7;
color:#08813b;
margin-bottom: 5px;
padding: 8px 15px;
}
#sidebar_left.posta ul {
list-style:none;
margin-left:0;
margin-bottom: 0;
}
#sidebar_left.posta ul#subul:last-child {
	margin-bottom: 0;
}
#sidebar_left.posta ul li a {
padding-left:16px;
font-size:13px;
    white-space: nowrap;
}
#sidebar_left.posta ul li.first a {
font-size:16px;
font-weight:bold;
}
#sidebar_left.posta ul li.first {
border-bottom: 1px dotted #D7D7D7;
margin-left:0px;
    padding-top: 9px;
    padding-bottom: 6px;
}
#sidebar_left.posta ul li {
margin-left:15px;
border-bottom: 1px solid #E7E7E7;
padding: 6px 20px 5px 5px;
}
#sidebar_left.posta ul li.filter-open {
	padding-right:  0px;
    margin-top: 0px;
    padding-top: 0px;	
	border-bottom: none;
    padding-bottom: 0
}
#sidebar_left.posta ul#dorucena_posta li.first a,
#sidebar_left.posta ul#odoslana_posta li.first a,
#sidebar_left.posta ul#napisat_spravu li a {
background: url("../images/posta_menu.png?v2") no-repeat scroll left center transparent;
}
#sidebar_left.posta ul#napisat_spravu li.first {
background: url("../images/posta_napisat_spravu.png?v2") no-repeat scroll right center transparent;
 background-position: calc(100% - 4px) center;
}
#sidebar_left.posta ul#dorucena_posta li.first {
background: url("../images/posta_dorucena_posta.png?v2") no-repeat scroll right center transparent;
 background-position: calc(100% - 4px) center;
}
#sidebar_left.posta ul#odoslana_posta li.first {
background: url("../images/posta_odoslana_posta.png?v2") no-repeat scroll right center transparent;
 background-position: calc(100% - 2px) center;
}
#sidebar_left.posta ul#koncepty li.first {
background: url("../images/posta_koncepty.png?v2") no-repeat scroll right center transparent;
background-position: calc(100% - 4px) center;
}
#sidebar_left.posta ul#kos li.first {
background: url("../images/posta_kos.png?v2") no-repeat scroll right center transparent;
background-position: calc(100% - 7px) center;
}
#sidebar_left.posta ul#nastavenia li.first {
    background: url("../images/posta_nastavenia.png") no-repeat scroll right center transparent;
    background-position: calc(100% - 2px) center;
}
#sidebar_left.posta ul#odoslana_posta li.first.expanded a,
#sidebar_left.posta ul#dorucena_posta li.first.expanded a,
#sidebar_left.posta ul#napisat_spravu li.first.expanded a,
#sidebar_left.posta ul#napisat_spravu li.expanded a,
#sidebar_left.posta ul li.expanded a{
background: url("../images/posta_menu_expanded.png?v2") no-repeat scroll left center transparent;
}
#sidebar_left.posta ul#odoslana_posta li.first.expanded a:hover, 
#sidebar_left.posta ul#dorucena_posta li.first.expanded a:hover, 
#sidebar_left.posta ul#napisat_spravu li.first.expanded a:hover, 
#sidebar_left.posta ul#napisat_spravu li.expanded a:hover, 
#sidebar_left.posta ul li.expanded a:hover
{
    text-decoration: none ;
}
#sidebar_left.posta ul li.active {
background-color: #dcfaff  !important;
}
#sidebar_left.posta ul#nastavenia li.first a,
#sidebar_left.posta ul#koncepty li.first a,
#sidebar_left.posta ul#kos li.first a {
background: url("../images/posta_menu_sipka.png?v2") no-repeat scroll left center transparent;
}

#sidebar_left.posta ul#napisat_spravu li.expanded ul li.active {
	background-color:#dcfaff;
}
#sidebar_left.posta ul#napisat_spravu li.expanded ul li.active a{
	font-weight:bold;
}
#sidebar_left.posta ul#napisat_spravu li.expanded ul li,
#sidebar_left.posta ul#napisat_spravu li ul li {
	background-image:none;
margin-left:0;
border-bottom:0;
}
#sidebar_left.posta ul#napisat_spravu li.expanded ul li a,
#sidebar_left.posta ul#napisat_spravu li ul li a{
	background-image:none;
}
#sidebar_right ul li,
#sidebar_left ul li {
    padding-right:0px;
}
#sidebar_left.posta span {
background:#08813b;
color: #fff;
padding:2px 3px;
/*min-width:12px;*/
text-align:center;
font-size: 12px;
font-weight: bold;
position: absolute;
right: 6px;
top: 4px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#sidebar_left.posta span.zelenomodra {
	background:#297770;
}
#sidebar_left.posta span.fialova {
	background:#a52265;
}
#sidebar_left.posta span.oranzova {
	background:#f6861f;
}
#sidebar_left.posta span.cierna {
	background:#000000;
}
#sidebar_left.posta spanspan.cervena {
	background:#ee0e0e;
}
#sidebar_left.posta li.active {
	background:#e7e7e7;
}
/*audio */
#content .audio_div_listing {
    width: 100%;
    padding-top: 10px;
    display: flex;
    padding-bottom: 10px;
    align-items: center;
	flex-wrap: wrap;
}
.recording_status{
    display: flex;
    align-items: center;
    justify-content: center;
}
.recording_status_zrus{
    cursor: pointer;
    margin-left: 10px;
}
#recordingsList
{
    margin: 0;    
}
#deleteButton
{
    max-width: 164px;
    height: 30px;
    width: auto;
    padding: 0 12px;
}
.recordingvideo_status_zrus{
    display: flex;
    align-items: center;
    justify-content: center;
}
.recording_status > img{
    width: 16px;
    /*height: 30px;*/
}
.audio_div_listing_nastenka .recording_status > img{
	width: 16px;
    /* height: 28px; */
    margin-right: 15px;
}
.recording_status > small{
    font-size: 11px;
}
.audio_div_listing ol {
    margin: 0 0.7em 0 0.7em;
}
.audio_div_listing_nastenka  .recording_status > small {
    max-width: 50%;
	margin-left: -12px;
	font-size: 12px;
}
/* content */

#content.posta {
	width:750px;
	padding-left: 0;
 /*   background: url("../images/posta_bg.png") repeat-y scroll 0 0 transparent;*/
}
#sidebar_left.posta input.search{
	border:1px solid #e7e7e7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 22px;
    margin-top: 3px;
    padding: 5px;
	width: 151px;
	margin-right: 7px;
}
#sidebar_left.posta a.search {
	margin-bottom: 10px;
	float:right;
	/*max-width:200px;*/
	text-decoration:none;
	margin-left:0;
	padding-left:0;	
	display: flex;
}
#sidebar_left.posta a.search span.left {
    background: url("../images/search_left.png") no-repeat scroll center top transparent;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    display: block;
    float: left;
    height: 33px;
    margin-right: -7px;
    padding: 0;
    position: relative;
    width: 38px;
     min-width:38px;
     @top:-34px;
     text-decoration:none;
}/*
#sidebar_left.posta a.search span.left {
display: block;
float: left;
position:relative;
background: url("../images/search_left.png") no-repeat scroll center top transparent;
width:38px;
height:33px;
}*/
#sidebar_left.posta a.search span.text_link {
position:relative;
background: url("../images/search.png") repeat-x scroll center top transparent;
display: block;
float: left;
font-size: 16px;
font-weight: bold;
height: 24px;
padding-top: 9px;
text-shadow: 1px 1px #FFFFFF;
}/*
#sidebar_left.posta a.search span.right {
text-align:center;
position:relative;
background: url("../images/search_right.png") no-repeat scroll center top transparent;
display: block;
float: left;
height: 33px;
width: 22px;
}*/
#sidebar_left.posta a.search span.right {
    background: url("../images/search_right.png") no-repeat scroll -7px 50% transparent;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    display: block;
    float: left;
    height: 33px;
    margin-left: 2px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 15px;
     min-width:15px;
     @top:-34px;
     text-decoration:none;
}
#content.posta table {
width:100%;
}

#content.posta table.ziak th {
color:#08813B;
background:#d7d7d7;
}
#content.posta table.rodic th {
color:#08813B;
background:#d7d7d7;
}
#content.posta table.ucitel th {
color:#08813B;
background:#d7d7d7;
}
#content.posta table.koncepty th {
color:#08813B;
background:#d7d7d7;
}
#content.posta table td {
line-height:20px;
padding:2px 4px;
}
#content.posta table th {
line-height:20px;
padding:6px 4px 4px;
/*width: 21px;*/
}
#content.posta table.ziak tr td 
{
	vertical-align:middle;
	line-height: 12px;
	    height: 24px;
}

content.posta table tr {
	vertical-align:middle;
}
#content.posta table tr td img {vertical-align:middle;}
#content.posta table tr.active {
font-weight:bold;
background:#e2fbff;
}

#content.posta table th.nadpis {
font-size:16px;
font-weight:bold;
text-align:right;
padding-right:8px;
white-space: normal;
}
#content.posta table td {
border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}
#content.posta table.main td {
border-right:0px solid #e7e7e7;
border-bottom:0px solid #e7e7e7;
}
#content.posta table.main {
margin-left:0px;
}
#content.posta table td:last-child {
border-right:0;
}
#content.posta table td.checkbox {
width:20px;
}
#content.posta table td.important {
width:18px;
}
#content.posta table td.important {
width:18px;
}
#content.posta table td.typ {
width:20px;
}
#content.posta table td.attachment {
width:22px;
}
#content.posta table td.alert {
width:22px;
}
#content.posta table td.alert.cerveny {
background:#ffb5b5;
}
#content.posta table td span {
position:relative;
background: none repeat scroll 0 0 #08813B;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding: 2px;
text-align: center;
line-height:14px;
height:14px;
width:14px;
display:block;
top: 1px;
}

#content.posta table td span.zelenomodra {
	background:#297770;
}
#content.posta table td span.fialova {
	background:#a52265;
}
#content.posta table td span.oranzova {
	background:#f6861f;
}
#content.posta table td span.cervena {
	background:#ee0e0e;
}
#content.posta table td span.cierna {
	background:#000;
}
#content.posta .posta_content
{
	margin-left: 15px;
}
#content.posta #prijemca_input {		
	width: 87%;
}
#content.posta a.th_tlacidlo {
margin-bottom: 0px;
float:left;
/*max-width:200px;*/
margin-left:0;
margin-right:8px;
padding-left:0;
white-space: nowrap;
text-decoration:none;
display: flex;
}

#content.posta a.th_tlacidlo span.left {
display: block;
float: left;
position:relative;
background: url("../images/th_left.png") no-repeat scroll center top transparent;
width:11px;
min-width:11px;
height:22px;
top: 1px;
}
#content.posta a.th_tlacidlo span.text_link {
position:relative;
background: url("../images/th.png") repeat-x scroll center top transparent;
display: block;
float: left;
font-size: 12px;
line-height: 22px;
font-weight: bold;
height: 22px;
padding-top: 0px;
text-shadow: 1px 1px #FFFFFF;
top: 1px;
}
#content.posta a.th_tlacidlo span.right {
text-align:center;
position:relative;
background: url("../images/th_right.png") no-repeat scroll center top transparent;
display: block;
float: left;
height: 22px;
width: 13px;
min-width: 13px;
top: 1px;
}
/* triedy */
.triedy  {
	color:#e7e7e7;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.skupiny{
	display: flex;
    width: 100%;
    color: #e7e7e7;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.skupiny a ,
.triedy a {
    padding: 2px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #707171;
    padding-right: 10px;
	display: flex;
    align-items: center;
}
#sidebar_left .skupiny a.active,
.triedy a.active {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background:#297770;*/
	    background: none repeat scroll 0 0 #8DC63F;
	margin-left: 4px;
}
#sidebar_left .skupiny a
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background: #dff3fd;*/
	
	padding: 4px;
	width: 45%;
	margin-right: 4px;
	margin-bottom: 0px;
}
#sidebar_left .skupiny a:last-child
{
	margin-right: 0px;
}
#sidebar_left  .skupiny a span.nazov_skupiny
{
	font-size: 16px;
    margin: 10px 0px;
    display: block;
  
    font-weight: bold;
    text-align: center;
}
.skupiny a small.ucitel_skupiny
{
	padding: 10px 7px;
    font-size: 10px;

  
}
/*.skupiny a.active small.ucitel_skupiny, 
#sidebar_left  .skupiny a.active span.nazov_skupiny
{
	color: white;
}*/

.male a {
   font-size: 11px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 2px 5px;
}
/* sprava */
.prijmatelia_sprav
{
	width: 100%;
    max-width: 100%;
	flex-wrap: wrap;
	padding-bottom: 5px;
}
.prijmatelia_sprav>div, #dalsi_prijmatelia>div
{
	padding: 4px;
    width: 95px;
}
.prijmatelia_sprav>div.text_prijemca
{
	width: 180px;
}
#dalsi_prijmatelia
{
	display: flex;
	width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.prijemca_meno
{
	text-align: center;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 6px;
	display: inline-block;
	width: 100px;

}
#content.posta .sprava {
background: url("../images/posta_sprava_bg.png") repeat-x;
width: calc(100% - 8px);
padding:8px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid #e7e7e7;
}
#content.posta .sprava .old_message_row{
	float:left;width:calc(100% - 98px);padding-bottom:22px;padding-left:8px;min-height:75px;
}
#content.posta .oznamovacia  {
	background:#FFD966;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 1px solid #E7E7E7;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 8px;
    text-align: center;  
}
#content.posta .sprava td{
border:0;
vertical-align: top;
text-align:left;
}
#content.posta .sprava table,
#content.posta .sprava p{
margin-bottom:12px;
padding-bottom:12px;
border-bottom:1px dotted #d7d7d7;
margin-left: 0px;
}
#content.posta .sprava input{
font-size:13px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid #e7e7e7;
padding: 3px 4px;
}
#content.posta .sprava p.predmet,
#content.posta .sprava p.prijemca {
margin-left:5px;
font-weight:bold;
/*text-align:right;*/
}
#content.posta .sprava p.predmet input,
#content.posta .sprava p.prijemca input{
margin-left:12px;
width:86%;
}
#content.posta .sprava textarea {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid #e7e7e7;
width: calc(100% - 6px);
padding: 2px;
height:394px;
margin-top:8px;
margin-bottom:8px;
}
#content.posta .sprava a.prilozit {
margin-bottom: 0px;
float:left;
max-width:200px;
margin-left:0;
margin-right:8px;
padding-left:0;
}
#content.posta .sprava a.prilozit span.left {
display: block;
float: left;
position:relative;
background: url("../images/prilozit_left.png") no-repeat scroll center top transparent;
width:27px;
height:22px;
}
#content.posta .sprava a.prilozit span.text_link {
position:relative;
background: url("../images/prilozit.png") repeat-x scroll center top transparent;
display: block;
float: left;
font-size: 12px;
line-height: 22px;
font-weight: bold;
height: 22px;
padding-top: 0px;
text-shadow: 1px 1px #fff;
}
#content.posta .sprava a.prilozit span.right {
text-align:center;
position:relative;
background: url("../images/prilozit_right.png") no-repeat scroll center top transparent;
display: block;
float: left;
height: 22px;
width: 14px;
}
#content.posta table.ziak tr td 
{
	vertical-align:middle;
	line-height: 12px;
	    height: 24px;
}
#content.posta .sprava .spodok,
#content.posta .sprava .priloha {
line-height:20px;
}

#content.posta .sprava .spodok a.spodok,
#content.posta .sprava .priloha a.priloha {
margin:0;
padding:0;
font-size:12px;
font-weight:normal;
color:#212121;
float:left;
}
#content.posta .sprava .priloha a.close {
padding:0;
margin:0 10px 0 5px;
float:left;
color:#ee0e0e;
}
#content.posta .sprava .spodok a.spodok:hover,
#content.posta .sprava .priloha a.priloha:hover,
#content.posta .sprava .priloha a.close:hover {
text-decoration:none;
}

#content.posta .sprava .spodok a.spodok.poslat_ako_dolezite {
width:300px;
text-align:right;
}
#content.posta .sprava .spodok a.spodok.poslat_ako_dolezite_checkbox {
width:25px;
}

#content.posta .sprava a.tlacidlo{
margin-bottom: 0px;
float:left;
max-width:200px;
margin-left:0;
margin-right:8px;
padding-left:0;
text-decoration:none;
}
#content.posta .sprava a.tlacidlo span.left, #content.posta a.th_tlacidlo span.left { 
display: block;
float: left;
position:relative;
background: url("../images/sprava_tlacidlo_left.png") no-repeat scroll center top transparent;
width:27px;
min-width:27px;
height:22px;
text-decoration:none;
}
#content.posta a.th_tlacidlo span.left {
background: url("../images/th_left.png");
width: 11px;
min-width: 11px;
text-decoration:none;
}
#content.posta .sprava a.tlacidlo span.text_link, #content.posta a.th_tlacidlo span.text_link {
position:relative;
background: url("../images/sprava_tlacidlo.png") repeat-x scroll center top transparent;
display: block;
float: left;
font-size: 12px;
line-height: 22px;
font-weight: bold;
height: 22px;
padding-top: 0px;
text-shadow: 1px 1px #fff;
text-decoration:none;
}
#content.posta a.th_tlacidlo span.text_link {
background: url("../images/th.png");
white-space: nowrap;
text-decoration:none;
text-decoration:none;
}
#content.posta .sprava a.tlacidlo span.right,#content.posta a.th_tlacidlo span.right {
text-align:center;
position:relative;
background: url("../images/sprava_tlacidlo_right.png") no-repeat scroll center top transparent;
display: block;
float: left;
height: 22px;
width: 27px;
min-width: 27px;
text-decoration:none;
}
#content.posta a.th_tlacidlo span.right {
width: 13px;
min-width: 13px;
background: url("../images/th_right.png") no-repeat scroll center top transparent;
}

/* otvorena posta */
#content.posta .sprava table tbody tr td.foto_od {
vertical-align: top;
width:101px;
padding-bottom:0px;
text-decoration:none;
}
#content.posta div table tbody tr td a.zelena {
color:#08813b;
}

#content.posta div table tbody tr td a.posta {
text-decoration:none;
color:#000000;
/*font-weight: bold;*/
line-height: 1.5em;
    font-size: 13px;
}
#content.posta div table tbody tr.active td a.posta {
font-weight: bold;
}
#content.posta .sprava textarea.reply {
height:215px;
}
#content.posta .sprava a.odpovedat{
margin-bottom: 0px;
float:left;
max-width:200px;
margin-left:0;
margin-right:8px;
padding-left:0;
text-decoration:none;
}
#content.posta .sprava a.odpovedat span.left {
display: block;
float: left;
position:relative;
background: url("../images/odpovedat_left.png") no-repeat scroll center top transparent;
width:27px;
min-width:27px;
height:22px;
text-decoration:none;
}
#content.posta .sprava a.odpovedat span.text_link {
position:relative;
background: url("../images/odpovedat.png") repeat-x scroll center top transparent;
display: block;
float: left;
font-size: 12px;
line-height: 22px;
font-weight: bold;
height: 22px;
padding-top: 0px;
text-shadow: 1px 1px #fff;
text-decoration:none;
}
#content.posta .sprava a.odpovedat span.right {
text-align:center;
position:relative;
background: url("../images/odpovedat_right.png") no-repeat scroll center top transparent;
display: block;
float: left;
height: 22px;
width: 27px;
min-width: 27px;
text-decoration:none;
}
#content input.button.odpovedat, #content input[type=button].button.odpovedat,  #content button[type=button].button.odpovedat
{
	background-image: url('/images/messages/message_reply.png');
    background-position: 2px 2px;
    background-repeat: no-repeat;
    padding-left: 23px ! IMPORTANT;
    padding-right: 9px ! IMPORTANT;
}
#content input.button.preposlat, #content input[type=button].button.preposlat,  #content button[type=button].button.preposlat
{
	background-image: url('/images/messages/message_forward.png');
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 24px ! IMPORTANT;
	padding-right: 9px ! IMPORTANT;
}
#content input.button.zmazat, #content input[type=button].button.zmazat,  #content button[type=button].button.zmazat
{
	background-image: url('/images/messages/messge_deleted.gif');
    background-position: 2px 2px;
    background-repeat: no-repeat;
    padding-left: 23px ! IMPORTANT;
	padding-right: 9px ! IMPORTANT;
}
#content input.button.blokovat, #content input[type=button].button.blokovat,  #content button[type=button].button.blokovat
{
	background-image: url('/images/messages/user_delete.gif');
    background-position: 4px 3px;
    background-repeat: no-repeat;
    padding-left: 25px ! IMPORTANT;
	padding-right: 9px ! IMPORTANT;
}
#content input.button.odoslat, #content input[type=button].button.odoslat,  #content button[type=button].button.odoslat
{
	background-image: url('/images/messages/posta_odoslana_posta.png');
    background-position: 6px 7px;
    background-repeat: no-repeat;
    padding-left: 31px ! IMPORTANT;
    padding-right: 9px ! IMPORTANT;
    background-size: 20px;
}
#content input.button.koncept, #content input[type=button].button.koncept,  #content button[type=button].button.koncept
{
	background-image: url('/images/messages/posta_koncepty.png');
    background-position: 6px 6px;
    background-repeat: no-repeat;
    padding-left: 31px ! IMPORTANT;
    padding-right: 9px ! IMPORTANT;
    background-size: 19px;
}
#content input.button.kos, #content input[type=button].button.kos,  #content button[type=button].button.kos
{
	background-image: url('/images/messages/posta_kos.png');
    background-position: 7px 6px;
    background-repeat: no-repeat;
    padding-left: 27px ! IMPORTANT;
    padding-right: 9px ! IMPORTANT;
    background-size: 12px;
}
#content.posta .sprava .znacky {
float:right;
line-height:20px;
}

#content.posta .sprava .znacky a.znacky {
margin:0;
padding:0;
font-size:12px;
font-weight:normal;
color:#212121;
float:left;
}
#content.posta .sprava .znacky a.znacky:hover {
text-decoration:none;
}
#content.posta .sprava .znacky a.oznacit_spravu {
margin-right:5px;
}
/*****************/
table td, table th {
    color: black;
    font-family: "Arial";
    font-size: 13px;
    vertical-align: top;
}
#content table td {
	vertical-align:middle; 
	padding: 4px; 
}
#file_uploadQueue span{
	position:relative;
}
.ajax_listing {
	position: absolute;
	width: auto;
	border: 1px solid #a4a4a4;
	display: none;
	background-color: #fefefe;
	padding: 4px;
}

.ajax_listing DIV {
	padding: 1px;
}

.ajax_input {
	/*background-color: #FFFFFF;*/
}
.ajax_listing {
    background-color: #FEFEFE;
    border: 1px solid #A4A4A4;
    display: none;
    padding: 4px;
    position: absolute;
    width: auto;
}
.ajax_listing DIV {
    padding: 1px;
}
.ajax_input {
    background-color: #F8DFE0;
}
b
{
	font-weight: bold;
}
#footer a, #content a, #sidebar_left a, #bkp_right a
{
	color: #55382F;
	text-decoration: none;
}
#footer a:hover ,#content a:hover
{
	 color: #5BC8E0;
    text-decoration: underline;
}
#content h4 a.nadpis_blog {
    color: #08813B;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-decoration: none;
}
#content p.popis_blog {
    margin-bottom: 10px;
    padding-bottom: 0;
}
#content p.list_blog {
    border-bottom: 1px solid #D7D7D7;
    color: #949494;
    font-size: 11px;
}
#content p.list_blog a {
    color: #949494;
    text-decoration: none;
}
.stars_inner {
    background-image: url("/gui/stars10.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
}
#content h4.active {
    background-color: #FFCACA;
    padding: 4px;
}
span.news_ikon
{
	left: 0px;
	position: relative;
	top: -5px;
}
#content .login_error
{
	color:red;
	margin:auto;
	font-weight: bold;
	text-align:center;
}
#content H2.bezokraju 
{
	margin-left:0px;
}

#wrapper span.test_correnct
{
	color:#33CC11;font-weight:bold
}
#wrapper span.test_incorrenct
{
	color:#cc1111;font-weight:bold;text-decoration:line-through;
}
#progress 
{ 
	width: 0%; height: 12px; background: url('/img/progressbar.png') top right; 
}
/**************** -- slovicka--****************************/
.skupina_balicek
{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.skupina_balicek.progress
{
	border-top: 1px solid #ffffff;
    padding-top: 8px;
    margin-top: 8px;
	flex-wrap: nowrap;
	align-items: center;
	text-align: left;
}
fieldset.balicek
{
	background: #f58220;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: normal;
    height: auto;
	padding: 6px;
	/*top: -13px;*/
    position: relative;
	/*margin-top: 11px;*/
	margin-bottom: 11px;
	/*margin-bottom: 23px;*/
   /* margin-top: 22px;*/
}
fieldset.inactive
{
	opacity: 0.5;
}
fieldset.balicek > div.legend
{
	/*background: white;
    color: black;
    margin-left: 15px;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
	border: 1px solid #f58220;*/

	/*background: #f58220; */
    color: #54372f;
    /* margin-left: 15px; */
    padding: 8px 4px;
    /* border-radius: 4px 4px 0px 0px; */
    font-size: 15px;
    /* border: 1px solid #f58220; */
    /*top: 16px;*/
    position: relative;
    font-weight: bold;
	padding-top: 2px;
	text-align: left;
}
fieldset.balicek  .skupina_balicek .slovicko , .skupina_balicek .slovicko 
{
    width: 49px;
    height: auto;
    position: relative;
    margin-top: 0px;
       padding: 4px 5px 4px 5px;
   font-size: 11px;
    color: #553830;
    text-transform: capitalize;
	margin: 0;
}
.skupina_balicek .slovicko .image_zvieratko
{
    box-shadow: 1px 2px 6px 2px #ddd;
	margin-bottom: 3px;
}
fieldset.balicek  .skupina_balicek .slovicko .image_zvieratko
{
    box-shadow: 1px 2px 7px 0px #514d497d;
	margin-bottom: 3px;
	background-color: white;
}

fieldset.balicek  figcaption
{
	text-align: right;
	padding-right: 5px;    
	color: #5f320b;
	font-size: 11px;
	margin-top: 1px;
}
fieldset.balicek  .pridane_balik
{
	text-align: right;
	/*padding-right: 5px;   */ 
	font-size: 10px;
	margin-top: 1px;
}
.left-top-hodnotenie img
{
  position:relative;
  top:5px;
  left:2px;
}

.sipka-dole img
{
  margin-left:13px;
}


table.zobrazit_ulohy_table
{
  text-align:left;
  margin-top:20px;
}

table.zobrazit_ulohy_table td
{
  padding:4px;
}


a.active_ziak
{
  text-decoration:underline !important;
}

tr.active_tr
{
  background:#DDFAFF;
  font-weight:bold !important;
}

td.active_td
{
  font-weight:bold;
}

.odovzdali-ziaci-tabulka
{
  padding-bottom:15px;
  border-bottom: 1px solid #E1E1E1;  
}


.odovzdali-ziaci-tabulka
{
  display:none;
}

                                          
.meno_ziaka
{
  width:165px;  
  padding-left:0 !important;
}

.datum_odovzdania
{
  width:170px;                                    
  padding-left:15px !important;
}

.hodnotenie_table
{
  width:240px;                                    
  padding-left:15px !important;
  font-weight:normal;
}

th.datum_odovzdania, th.meno_ziaka
{
  border-right:1px solid #E1E1E1;
}

th.datum_odovzdania, th.meno_ziaka, th.hodnotenie_table
{
  font-weight:bold;
  color:#717171;
  padding: 4px;
}

.div-hodnotenie
{
  display:none;
  z-index:1000;
  background:#FFFFFF;
  border:1px solid #E1E1E1;
  padding:5px;
  min-height:200px;
  border-radius:8px 8px 8px 8px;
  margin-top:27px;
}

.hodnotiaci-formular-outer
{
  z-index:1000;
  padding-top: 20px;
  max-width: 99%;
margin-left: 3px;
}

.left-top-hodnotenie-text
{
  font-weight:bold;
  font-size:16px;
  color:#707271;
  display:inline;
  margin-left:7px;
  padding-right:10px;
}

.left-top-hodnotenie-meno
{
  font-weight:bold;
  font-size:16px;
  color:#000000;
  display:inline;
  padding-left:10px;
  border-left:1px solid #E8E8E8;
}

.hodnotenie-colgroup1
{
  width:215px;
}

.hodnotenie-colgroup2
{
  width:420px;
  color:#000000;
}

.hod-table
{
  margin-top:15px;
  line-height:200%;
  width: 98%;
}

.hod-col1
{
  color:#707070;
}

#content .spat a.hod-spat
{
 background: none repeat scroll 0 0 #F58220;
  display:inline !important;
  color:#FFFFFF;

  padding: 7px 53px;
  width: auto;
}

a.hod-spat:hover
{
  text-decoration:none !important;
  color: #FFFFFF !important;
}

td.hod-col2 input.submit
{
  cursor:Pointer;
  padding:5px !important;
  width:162px !important;
  background:#287771 !important;
  color:#FFFFFF;
  margin-left:15px;
  line-height:20px;
  vertical-align:middle;
  margin-bottom:3px;
}

.hodnotenie-nahlad
{
  background:url("../images/nastenka_prispevok_bg.png") repeat-x scroll 0 0 transparent;
}

.zavriet
{
  float:right;
  background:#F4821F;
  border-radius:8px 8px 8px 8px;
  padding:9px;
  color:#FFFFFF;
  cursor:Pointer;
  font-weight:bold;
  margin-right:10px;
}

.znamka-hod
{
  font-weight:bold;
  color:#FD0000;
  font-size:20px;
}

.slovne-hod
{
  font-weight:bold;
}
#content span.skupina {
    margin-right: 1px;
    position: relative;
    font-weight: bold;
    cursor:pointer;
    font-size: 13px;
    top:0;
}
#content div.skupina_div
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 15px #999999;
    display: none;
    position: absolute;
    color: black;
    display: block;
    font-weight: normal;
	z-index:10;
    padding: 10px;
    margin-top: 9px;
    line-height: 1.5em;
}

#content h2 span {
float:right;
	position: relative;
	top: 0px;
	
}
.table_znamky {
	width: calc(100% - 24px);
	margin-left: 24px;
}

.table_znamky .predmety {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
}

.table_znamky .medzera {
	width: 15px;
}

.table_znamky .medzera_ciara {
	border-left: 1px solid #e1e1e1;
	width: 15px;
}

.table_znamky .znamky {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
}

.table_znamky .znamka {
	border-bottom: 1px solid #e1e1e1;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	width: auto;
}

.table_znamky .predmet {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #e1e1e1;
	padding: 10px 10px 0 10px;
	width: 200px;
}
#predmety a img.active
{
	box-shadow:0px 1px 15px 8px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px
}
#ajax_messages_form
{
	z-index: 50;
}
#content ul.qq-upload-list li span
{
	position: relative;
}
#sidebar_left .metodik_predmety, .sidebar_extraleft .metodik_predmety
{
	background: linear-gradient(#5bc8e0, #ECF8FB);
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    background-size: auto;
	margin-top: 1px;
	padding-bottom: 7px;
}
#sidebar_left .mobil_ikony, .sidebar_extraleft .mobil_ikony
{
	justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
	/*background: linear-gradient(#98DAEA, #98DAEA);*/
	background: #98DAEA;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    background-size: auto;
	margin-top: 1px;
	padding-top: 10px;
	padding-bottom: 14px;
	max-width: 310px;
}
#sidebar_left .mobil_ikony .metodik_img_div span, .sidebar_extraleft .mobil_ikony .metodik_img_div span, .mobil_ikony .metodik_img_div span
{
	position: relative; 
	font-size: 12px;
	
	color: #000;
	display: contents;
}
#sidebar_left .mobil_ikony .metodik_img_div a, .sidebar_extraleft .mobil_ikony .metodik_img_div a, .mobil_ikony .metodik_img_div a
{
	text-decoration: none;
}
#tema_master_div
{
	background: none repeat scroll 0 0 #E1E1E1;
	padding: 15px;
	margin: 14px 0 17px 26px;
    position: relative;
       border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#sidebar_left form.search_tema div {
   
    height: 34px;
    margin: 0;
   /* padding: 0 10px;*/
    width: 100%;
}
#sidebar_left form.search_tema input.hladaj {
	background: url("/images/search_bg.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #777777;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin: 0 !important;
    outline: 0 none !important;
    padding-left: 35px;
    vertical-align: top;
    width: 225px;
}
#sidebar_left form.search_tema input.ok {
    border: 0 none;
    height: 34px;
    width: 59px;
}
#content #tema h3.tema
{
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #000000;
    font-size: 16.67px;
    font-weight: bold;
    margin-left: 27px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 8px;
}
#content #tema h3
{
    border-top: 0px solid #DDDDDD;
    border-bottom: 0px solid white;
    color: #000000;
    font-size: 16.67px;
    font-weight: bold;
    margin-left: 27px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 4px;
}
#content #tema p
{
	margin-left: 27px;
}
#content #tema hr 
{
	margin-left: 27px;
}

.column .dragbox{
	margin:1px;
	background:#fff;
	position:relative;
	border:1px solid #ddd;
	width:290px;
	float:left;
	height:87px
}
.column .dragbox h2{
	margin:0;
	font-size:12px;
	padding:0px;
	/* background:#f0f0f0; */
	color:#000;
	/* border-bottom:1px solid #eee; */
	font-family:Verdana;
	cursor:move;
	height:15px;
}
.dragbox-content{
	background:#fff;
	height:87px;
	font-family:'Lucida Grande', Verdana; font-size:0.8em; line-height:1.5em;
	overflow:hidden;
	height: 87px;
}
.sidebar_extraleft strong.new_item
{
	z-index: 10000;
    position: absolute;
    background: red;
    /* border: 4px; */
    border-radius: 7px;
    color: white;
    margin-top: -18px;
    display: block;
    right: -2px;
    padding: 1px 4px;
    font-size: 10px;
	font-weight: 400;
}
.column  .placeholder{
	margin:3px 2px  2px;
	border:1px dashed #888;
	width:287px;
	float:left;
	height:84px;
	position:relative;
}
#content #tema #suhrn ul, #content #tema #suhrn ol
{
	margin: 0 0 1.5em 2.5em;
}
#content #tema #suhrn h1
{
	background: none;
	color:#000;	
	border-radius:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:4px;
	padding-bottom:4px;
	
}
#content #tema #suhrn h2
{
	background: none;
	color:#000;	
	font-size: 14px;
	margin-bottom:0px;
	margin-left:0px;
	border-radius:0px;
	padding-top:4px;
	padding-bottom:4px;
}
#content #tema #suhrn h3
{
	background: none;
	color:#000;	
	font-size: 12px;
	margin-bottom:0px;
	margin-left:0px;
	border-radius:0px;
	padding-left:8px;
}
.message_error {
	text-align:center;
	border:1px solid #CD0A0A;
	background-color:#FEF8F6;
	width:45%;
	height:auto;
	/*padding:10px;*/
	padding:10px;
	font-weight:bold;
	color:#CD0A0A;
	/*padding-top:20px;*/
        border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.message_error > img.obrazok,
.message_info > img.obrazok{
	top: 3px;
	position: relative;
} 

#content.posta .error  {
	background:#FF3300;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 1px solid #aa0000;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 8px;
    text-align: center; 
    color:#fff; 
}

.audiojs .play, .audiojs .pause, .audiojs .loading, .audiojs .error
{
 	margin-left:0!important;
}

.audiojs
{
	margin:0 auto;
	width:340px;
}

.audiojs .time 
{
	display:none;
} 

#jquery-overlay {
    position: fixed;
}
#jquery-overlay, #jquery-lightbox
{
	display:none;
}
#lightbox-secNav-btnClose
{	
	background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 28px;
    margin-right: 131px;
    margin-top: -27px;
    padding: 0;
    width: 47px;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}
#lightbox-secNav #lightbox-secNav-btnClose {
    width: 54px;
}
#content a.active_polrok
{
	color:#000;
	text-decoration:none;
}
#content a.neactive_polrok
{
	color:#92daea;
	text-decoration:none;
}
#header ul.menu li a#nove_spravy {
    background: none repeat scroll 0 0 red;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    color: white;
	font-size: 14px;
    font-weight: bold;
    left: 55px;
    padding: 1px 8px 2px 7px;
    position: relative;
    top: 27px;
    position: absolute;
    height: 19px;
    display: block;
    line-height: 20px;
}

#content span#recaptcha_privacy
{
	position: relative;
	top: 4px;
	font-size: 11px;
}

#content .record a.hraj_button
{
	display: inline;
	margin-left: 0px;
	margin-bottom:0px;
}
#content .tlacidla {
	color: #555555;
	width:325px;
}
#wrapper #header #loged_child
{
	width: 500px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 12px;
}
#urlList
{
	display:none;
}
#registracia
{
	/*position: relative;*/ /* zakrivalo to horne menu*/
	margin-top: 8px;
}
#predmety_prava
{
	display:none;
}
#gallery
{
	/*display:block;*/
	padding-top:27px;
}
div.navigation {
    float: right;
    width: 400px;
}

.center
{
	text-align:center;
}
/************************************************************************/
.modal-content:has(div.logopedik) {
    padding: 0px !important;
	max-width: 525px;
}
/************************************************************************/

.sutaz_progres {
	display: block;
    max-width: 519px;
    max-height: 153px;
    white-space: nowrap;
	margin-bottom: 30px;
}
.sutaz_progres > img.img_neactiv {
    width: 500px;
}
.sutaz_progres .img_progres {
    max-height: 153px;
}
/************************************************************************/
#projekt
{
	margin-left: 25px;
}


#projekt input.podnadpis
{
	font-size: 14px;
	font-weight: bold;
}
#projekt input.nadpis,input.podnadpis, textarea.text
{
	width:96%;
	margin-top:0px;
	padding: 5px;
}
.edit_action #input_div input.podnadpis
{
	width:100%;
}
#projekt input.submit
{
	margin-top:8px;
}
#projekt input.nadpis
{
	font-size: 16px;
	margin-top:2px;
	font-weight: 600;
}
#projekt input.file
{
	/*display:none;*/
}

#projekt #elementy
{
	display:block;
}
#projekt .add_element
{
	display:block;
}
.left
{
	display:block;
	float:left;
}
#projekt .left .icon
{
	padding: 2px;
	position:relative;
	
	color: #000;
	margin:5px 10px 5px 0;
	cursor:pointer;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}
#projekt .left .icon.active
{
	background-color:red;
	color: #FFFFFF;
}
#elementy .edit_action
{
	display:block;
	width:100%;
}
.uz_pridany
{
	border:3px solid #fff;
	display:inline-block;
	padding: 3px;
	width:98%;
}
.uz_pridany.hover
{
	border:3px dashed #ddd;
	 	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.uz_pridany .element input, .uz_pridany .element textarea
{
	display:none;
}
.uz_pridany .action_button .uloz
{
	display:none;
}
.action_button
{
	display:none;
	width:22%;
}
.edit, .addhere, .zmaz, .uloz
{
	padding: 5px 8px 2px;
	cursor:pointer;
}
#elementy h1
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 16px;
	margin:0;
   padding:5px;
   padding-left:1px;
}
#elementy h2
{
	background:none;
	color: #000000;
	font-size: 14px;
    margin:0;
    padding:5px;
    padding-left:1px;
   	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#elementy p
{
	
	color: #000000;
    margin:0;
    padding:5px;
     padding-left:1px;
}
.predaj_ikony div.button_predaj .hotovo
{
	background: url(/images/diktat_correct.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 65px 1px;
    z-index: 15400000;
    position: relative;
    display: block;
    width: 100px;
    height: 37px;
    /* position: absolute; */
    margin-top: -37px;
}
.right
{
	float:right;
}
#myform_add
{
	margin-top:5px;
	margin-bottom:5px;
	padding: 8px;
	 	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#content h2.h2_ucitel {
    width: 436px;
}

#content span.pridanie_zaznamu {
    background: url("../images/textarea_odoslat.png") no-repeat scroll 0 0 transparent;
    font-size: 16.67px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin-top: 0;
    top:0px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px #fff, -1px -1px #ccc;
    width: 170px;
}

.leftfirstinfo{
    float: left;
    width: 50%;
}

.leftfirstinfo ul li, .rightfirstinfo ul li{
    list-style: none;
    line-height: 26px;
    font-size: 13px;
}

.leftfirstinfo, .rightfirstinfo{
    position: relative;
    left: 30px;
}

.rightfirstinfo{
    float: left;
    width: 50%;
}

.firstinfo{
    width: 100%;
    padding-top: 8px; 
    display: inline;
}

.firstinfotransp{
    width: 100%;
    height: 88px;
    z-index: 20;
    position: absolute;
    top: 27px;
}

.firstinfo h1{
    color: black;
    background: none;
    margin: 60px auto;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    position: relative;
}

.firstinfobuttons{
    text-align: center;
}

.firstinfobuttons button{
    cursor: pointer;
    line-height: 35px;
    border-radius: 5px;
    border: none;
}

.firstinfobuttons button:hover{
    background: #5bc8e0;
    color: white;
}
#footer a.text-none, #content a.text-none, #sidebar_left a.text-none
{
	text-decoration:none;
}
/*/*---------------  reklama -----------------------------*/
#rek_div
{
	width: 100%;
    padding-top: 25px;
}
#rek_div_bk5
{
	width: 100%;
    padding-top: 25px;
}
#rek_div_bk6
{
	width: 100%;
    padding-top: 25px;
}
#rek_div_bk1
{
	margin-left: 24px;
    margin-bottom: 4px;
    margin-top: 0px;
}
/*-----------------------------------------------------*/

#sumar .sumar_wraper
{
	display: block;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    width: 100%;
}
#sumar .left
{
	float: left;
	text-align:center;
	display:block;
	width: 33%;
}
#sumar .circle
{
	background: #5BC8E0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
     margin-right:50px;
     margin-left:50px;
     display: inline-block;
     text-align:center;
}
#sumar .circle.last
{
	margin-left: 0px;
	margin-right:0px;
}
#sumar .circle.first
{
	margin-left: 0px;
	margin-right:0px;
}
#sumar .circle div.table
{
	display: table;
	   height: 100%;
    width: 100%;
}
#sumar .circle .udaje
{
    display: table-cell; 
      vertical-align: middle; 
  text-align: center; 
}
#sumar span.typ
{
   display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#sumar span.score
{
    display: inline-block;
    font-size: 55px;
    font-weight: 100;
        margin-top: 18px;
    padding-bottom: 12px;
    color:#444;
}
#sumar span.text
{
	display: inline-block;
    font-size: 34px;
    font-weight: 100;
    /* margin-top: 18px; */
    /* padding-bottom: 12px; */
    color: #444;
    line-height: 1.1em;
    padding: 0px 25px;
}
h2 
{
	font-size: 14px;
	font-weight:bold;
	/*margin-top:14px;*/
	margin-bottom:25px;
}
/************************************************************/
input.login_metodik, select.login_metodik
{
	background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #a9aaae;
    color: #555;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
table td.login_metodik
{
	vertical-align:middle;
}


/*-----------------------------------------------------*/
#bkp_right .navigbar,
#wrapper .navigbar,
#content .navigbar
{ 
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px; 
    padding-bottom: 15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
#bkp_right .navigbar span,
#wrapper .navigbar span,
#content .navigbar span
{
    display: flex;
    position: relative;
}

#bkp_right .navigbar .strana,
#wrapper .navigbar .strana,
#content .navigbar .strana{
    font-size: 12px;
    line-height: normal;  
    padding: 6px 6px;
}
#bkp_right .navigbar a.page-link ,
#wrapper .navigbar a.page-link ,
#content .navigbar a.page-link {
  position: relative;
  display: inline-block;

}

 #bkp_right .navigbar a.page-link::after ,
 #wrapper .navigbar a.page-link::after ,
 #content .navigbar a.page-link::after {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: 82%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #f58220;
    border-radius: 50%;
}
 #wrapper .navigbar a:hover,
.navigbar a:hover{
	color: #f58220;
    text-decoration: none;
}
 #wrapper .navigbar a,
 #bkp_right .navigbar a,
 #content .navigbar a{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: 6px 6px;
    margin-left: -1px;

    color: #55382F;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 12px;

     min-width: 28px;
    text-align: center;
    justify-content: center;
    margin-top: 1px;
    text-decoration: none;
}
.navigbar b{
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 6px 6px;
    margin-left: -1px;
    color: #5bc8e0;
    border: 1px solid #dee2e6;
    color: #fff;
    background-color: #5bc8e0;
    border-color: #5bc8e0;
    font-size: 12px;

     min-width: 28px;
    text-align: center;
    justify-content: center;
    margin-top: 1px;
}
#bkp_right .navigbar a.textovy_navig, #content .navigbar a.textovy_navig, #wrapper .navigbar a.textovy_navig, .navigbar span a.textovy_navig
{
	    font-size: 25px;
    padding: 6px 2px;
}
/*-----------------------------------------------------*/
/************************ FOOTER ************************************/
div#footer
{
    margin-top: 10px;
	/*margin-top:15px;*/
	/*margin-top:0px;*/
	padding-top:0px;
	width: 100%;
	background-color:#DFF3FD;
	display:block;
	color:#656464;
	position:relative;
}
#footer.sticky
{
	/*position:fixed;*/
	bottom:0;
	position: sticky;
    margin-top: 50px;
}
#footer h2
{
	font-size:18px;
	font-weight:600;
	color:#4a4949;
	padding-bottom: 12px;
	    margin-bottom: 0px;
    margin-top: 4px
}
.one-and-half-col
{
	flex-grow:1;
	flex-basis:25%;
	border-right: 2px dashed #bbbaba;
	margin-right: 10px;
	margin-top: 10px;
}
.one-and-half-col .kontakt
{
	display:flex;
	padding: 5px;
}
.one-and-half-col .kontakt_viac
{
	float: right;
	margin-top: -10px;
	padding-right: 15px;
}
.one-and-half-col.last
{
	flex-grow:1;
	flex-basis:25%;
	border-right: 0px;
}
#inner-footer_wrapper
{
		display:flex;
		flex-direction: row;
		justify-content:center;
}
#footer span {
    position: relative;
    display: block;
    line-height: 23px;
}
#footer a {
    color: #656464;
    text-decoration: none;
}
#footer a:hover {
    color: #4a4949;
    text-decoration: underline;
}
#last_footer
{
	text-align: center;
    padding-bottom: 10px;
    padding-top: 15px;
    color: #4a4949;
}
/********************************************************************/

.accordion > .contents {
    /*background: #e6e6e6;*/
    border-radius: 20px;
    text-align: left;
    border: none;
    margin-bottom: 16px;
    /* margin-bottom: 5px; */
   /* box-shadow: 4px 4px 4px #ddd;*/
	    margin-left: 19px;
}
#accordion h3{
	margin-left: 0;
}
.ui-accordion .ui-accordion-content {
    padding: 2em 2.2em;
    border-top: 0;
    overflow: auto;
}
.three-col {
    width: 470px;
}
#content .accordion > .contents h3 {
    padding-top: 4px;
	padding-left: 2px;
}
#content .accordion > .contents  p {
    margin-left: 12px;
}
#content .accordion > .contents img {
        width: 90px;
    height: 90px;
	box-shadow: 0px 0px 7px 2px #dedada;
    border-radius: 10px;
    background-color: #dedada;
}
/************************ kalendar *****************************************/
#nastenka_kalendar span, #papagaj_kalendar span{
	position: relative;
    color: #666666;
    
    text-align: unset;
   /* right: unset;*/
    font-size: 11px;
}
.ui-datepicker .ui-state-default {
	background: none;
	border: 1px solid #E1E1E1;
	text-align: right !IMPORTANT;
}
.ui-datepicker td span, .ui-datepicker td a, .ui-datepicker td span, .ui-datepicker td a {
    display: block;
    font-weight: inherit;
    text-align: right;
    height: 40px;
    /* line-height: 30px; */
    color: inherit;
    border: 0;
    margin: 0;
    padding: 2px;
    box-sizing: border-box;
    font-size: 11px;
}
.ui-datepicker-header {
    background-color: #98DAEA;
    background-image: none;
    color: inherit;
    font-weight: bold;
    line-height: 29px;
	height: 29px;
	padding: .3em 0;
    padding: 9px 5px;
    border: none;
    border-bottom: 0px solid rgb(214, 214, 214);
	border-radius: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.ui-datepicker td {
    border: 0;
}
.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker thead {
    border-bottom: 1px solid #d6d6d6;
}
.ui-datepicker .ui-icon.ui-icon-circle-triangle-w {
	background: url(/img/arrow-prev.png);
	background-size: 8px 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.ui-datepicker .ui-icon.ui-icon-circle-triangle-e {
	background: url(/img/arrow-next.png);
	background-size: 8px 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.ui-datepicker-prev,  .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.ui-datepicker thead tr, .ui-datepicker tbody tr
{
	padding: 0;
    margin: 0;
    /*border-right: 1px solid #d6d6d6;*/
    width: 25px;
    position: relative;
}
.ui-datepicker-inline
{
	width: auto;
	padding: 0;
}

.ui-datepicker td.heap_0 {
	opacity: 1;
}

.ui-datepicker td.heap_1, .ui-datepicker td.heap_2 {
	background-color: #5bc8e04d;
}
.ui-datepicker td.heap_3, .ui-datepicker td.heap_4 {
	background-color: #5bc8e078;
  }

.ui-datepicker td.heap_5, .ui-datepicker td.heap_6 {
	background-color: #5bc8e0a6;
  }
.ui-datepicker td.heap_7, .ui-datepicker td.heap_8 {
	background-color: #5bc8e0d1;
  }
.ui-datepicker td.heap_9, .ui-datepicker td.heap_10 {
	background-color: #5bc8e0;
}
.ui-datepicker td.heap_11, .ui-datepicker td.heap_12 {
	background-color: #26a0bb;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{

	border: 1px solid #f58220;
    background-color: #f5822042;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
	border: 1px solid red;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-prev-hover  {
	left: 5px;
	top: 6px;
	border:0;
}
.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-next-hover  {
	right: 5px;
	top: 6px;
	border:0;
}

#nastenka_kalendar .ui-datepicker span.ui-datepicker-month ,
#papagaj_kalendar .ui-datepicker span.ui-datepicker-month 
{
	     font-size: 15px;
}
#nastenka_kalendar .ui-datepicker span.ui-datepicker-year ,
#papagaj_kalendar .ui-datepicker span.ui-datepicker-year 
{
	     font-size: 11px;
}
.ui-widget.ui-widget-content
{
	border: 0;
}
#nastenka_kalendar,
#papagaj_kalendar
{
	margin-top: 10px;
	width:100%;
}
.ui-datepicker table tr th
{
	text-transform: uppercase;
	font-size: 7pt;
	height: 16px;
    padding: 5px 0px;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
	/*border-right: 1px solid #d6d6d6;*/

}
.ui-datepicker thead tr:last-child, .ui-datepicker tbody tr:last-child
{
	border-bottom: 0;
}
.ui-datepicker table tr td.day, .ui-datepicker table tr th.day
{
	border-right: 1px solid #d6d6d6;
}
.ui-datepicker table tr td.day:last-child, .ui-datepicker table tr th.day:last-child
{
	border-right: 0px;
}
/**************************login new******************************************/
h1.login{
	background: none;
    border-radius: 0;
    font-size: 29px;
    color: #2E7770;
    margin: 15px 0px;
	text-align: center;
	line-height: 1em;
}
h4.login{
	font-size: 21px;
    font-weight: bold;
    line-height: 1.2em;
}
h2.login{
	color:#2E7770;
	margin-bottom: 13px;
	margin-top: 27px;
	line-height: 1em;
}
h3.login{
	color:#2E7770;
	padding: 13px 0px;
}
span.bigtext
{
	font-size: 25px;
    line-height: 1.2em;
}	
.radius-frame
{
	width: 100%;
    max-width: 193px;
    border-radius: 8px;
    padding: 15px;
    color: #553830;
    margin: 10px 10px 15px;
}
.radius-frame.big
{
	width: 100%;
	max-width: 450px;
	color:#553830;
	margin: 0;
}
.radius-frame span
{
	font-size: 15px;
	line-height: 1.4em;
	color:#553830;
}
#content .radius-frame h3
{
	border-bottom: 1px solid #553830;
	font-weight: bold;
	color: #553830;
	font-size: 20px;
	line-height: 1.1em;
}
#content .radius-frame.big p
{
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 1.4em;
    margin-left: 22px;
	margin-top: 9px;
	color:#553830;
}
#content span.label
{
	/*background-color: #D6DF37;*/
    border-radius: 4px;
    padding: 4px 8px;
    color: #FFF;
    width: 45px;
    position: relative;
    font-size: 15px;
    margin-top: 2px;
    /* top: auto; */
    display: block;
    text-align: center;
}
button.big{
	padding: 9px 54px !important;
    border-radius: 14px !important;
    font-size: 21px !important;
}
button.big:active, button.big:hover
{
	outline: none;
}	
.yellow
{
	background-color: rgb(214, 223, 55) !important;
}
.orange
{
	background-color: #F2812F !important;
}
.purple
{
	color: #A2005B;
}
.text-orange
{
	color: #F2812F;
}
#content p.predaj_premium
{
	margin-left:4px;
	font-size: 17px;
	line-height: 1.4;
	max-width: 825px;
}#content p.predaj_premium small.predaj_premium_span
{
	padding-bottom: 7px;
	display: block;
	position: relative;
	
}
.pb20
{
	padding-bottom: 20px;
}
.p15
{
	padding: 15px;
}
.pr10
{
	padding-right: 10px;
}
#content p.ml0, p.ml0
{
	margin-left:0px;
}
#content p.mb0, p.mb0
{
	margin-bottom:0px;
}
.sidebar_extraleft
{
	/*margin-top: 8px;*/ /*min top*/
	
	/*margin-right: 10px;*/
   /* width: calc( 100% - 10px);*/
    width:100%;
    max-width: 310px;
}
.show460, .show480
{
	display:none;
}
#settings
{
	/*padding-left:30px;*/
}
#settings table.profil
{
	margin-left: 0px;
}
.pleft30
{
	padding-left: 30px;
}
#settings #heslo_zmena
{
	padding-left:5px;
}

#modre2{
	float: left;
	margin-top: -40px;
}

#full_width_center, #zoznam_deti
{
	width: 100%;
	box-sizing: border-box;
	/*margin-bottom: 8px;*/ /*hore divna medera */
}
#stred_980:has(div.triedy ){
		/*border-bottom: 1px solid #dfdfdf;*/
    padding-bottom: 4px;
}
#stred_980{
		/*border-bottom: 1px solid #dfdfdf;*/
    padding-bottom: 8px;
}
#full_width_center > div
{
	/*height: 100%;*/
}


#modre_m {
	display: inline-flex;
    width: auto;
    position: relative;
}
#logout_a
{
	padding: 4px;
}
#logout_a img.hide
{
	display:none;
}
.none
{
	display:none;
}
.none.hidden_menu.active
{
	display:block;
}
.znamky_active
{
	background-color:#dff3fd !important;
}
.znamky_inactive
{
	background-color:#ffffff !important;
}
#vlajky{
	display: flex;
    justify-content: flex-end;
    top: -30px;
	height: 0;
}

/*--------- modere menu ----------------*/
div.blue_menu_ikona
{    
	border-radius: 6px;
    box-shadow: 0px 2px 6px 0px #769da9;
}
div.blue_menu_ikona.small
{    
	border-radius: 5px;
	box-shadow: 0px 2px 6px 0px #218ba6;
}
.menu_img_div span
{    
	padding-top: 8px;
}
.menu_img_div>a>div.blue_menu_ikona
{
	height:76px;
	width:76px;
	background-repeat: no-repeat;
	background-position: calc( var(--x) * -76px) calc(var(--y) * -76px);
}
.menu_img_div>a>div.blue_menu_ikona.small
{
	height:56px;
	width:56px;
	background-repeat: no-repeat;
	background-position:calc( var(--x) * -56px - var(--e_x)) calc(var(--y) * -76px);
}
.sidebar_extraleft h2.metodik_predmet_rozkliknuty, 
#sidebar_left h2.metodik_predmet_rozkliknuty 
{
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}
.sidebar_extraleft .mobil_ikony, .mobil_ikony
#sidebar_left .mobil_ikony
{
	justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
	/*background: linear-gradient(#98DAEA, #98DAEA);*/
	background: #98DAEA;
    /*border-radius:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;*/
    background-size: auto;
	margin-top: 0px;
	padding-top: 13px;
	padding-bottom: 0px;
}
.sidebar_extraleft .mobil_ikony.bgwhite,
#sidebar_left .mobil_ikony.bgwhite
{
	background: #fff;
}
.menu_img_div
{
	width: 80px;
    height: 130px;
    position: relative;
    /* padding-top: 10px; */
    border-right: 0px;
    margin-top: 0px;
    /* padding-left: 9px; */
    padding-right: 0px;
	text-align: center;
}
.menu_img_div>a>img
{
	height:76px;
}
.sidebar_extraleft .metodik_img_div span, 
#sidebar_left .metodik_img_div span, 
#sidebar_left .menu_img_div span,
.sidebar_extraleft .menu_img_div span,
 .menu_img_div span
{
	position: relative; 
	font-size: 12px;
	
	color: #000;
	display: inline-block;
	right: unset;
    top: unset;
    text-align: center;
}
#sidebar_left .metodik_img_div a,
.sidebar_extraleft .metodik_img_div a,
#sidebar_left .menu_img_div a, 
.sidebar_extraleft .menu_img_div a, 
.menu_img_div a
{
	text-decoration: none;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#sidebar_left .metodik_predmety, .sidebar_extraleft .metodik_predmety
{
	background: linear-gradient(#5bc8e0, #ECF8FB);
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    background-size: auto;
	margin-top: 1px;
	padding-bottom: 7px;
}
#sidebar_left .mobil_ikony, .sidebar_extraleft .mobil_ikony
{
	justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
	/*background: linear-gradient(#98DAEA, #98DAEA);*/
	background: #98DAEA;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-size: auto;
	margin-top: 0px;
	padding-top: 18px;
    /* padding-bottom: 10px; */
    max-width: 310px;
}
#sidebar_left .mobil_ikony .metodik_img_div span, .sidebar_extraleft .mobil_ikony .metodik_img_div span, .mobil_ikony .metodik_img_div span
{
	position: relative; 
	font-size: 12px;
	
	color: #000;
	display: contents;
}
#sidebar_left .mobil_ikony .metodik_img_div a, .sidebar_extraleft .mobil_ikony .metodik_img_div a, .mobil_ikony .metodik_img_div a
{
	text-decoration: none;
}

.menu_img_div.hassubmenu
{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.modere_menu_submenu
{
    display:none;
    border-top: 2px solid #29a7c7;
    margin-bottom: 10px;
    border-bottom: 2px solid hsl(192deg 66% 47%);
    width: 100%;
    background: #29a7c7;
    padding-bottom: 8px;
}
.modere_menu_submenu .menu_img_div
{
    width: 66px;  
    height: auto;
    padding-top: 13px;
}
.modere_menu_submenu .menu_img_div > a > img 
{
    height: 60px;  
}
.modere_menu_submenu .menu_img_div > a > img.small 
{
    height: 56px;  
}
#content .modere_menu_submenu .menu_img_div > a  >span
{
    font-size: 11px;
}
/* ----------------------------------------------------------------------- */
/*------------------------------------ LEVEL ---------------------------------------------*/
#level
{
    width: 100%;
    min-height: 81px;
    padding-bottom: 0px;
}
#level_sutaz{
    background-color: #f380204a;
    border-radius: 8px;
    border-bottom: 1px solid #f38020;
    margin-bottom: 11px;
    border-left: 1px solid #f38020;
    border-right: 1px solid #f38020;
}
#level_sutaz h4{
    padding: 8px 6px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: -5px;
    color: #ffffff;
    /* border-bottom: 1px solid #ffffff; */
    border-radius: 8px;
    background: #f38020;
    margin-left: -1px;
    margin-right: -1px;
}
#level_sutaz > #level {
    width: 100%;
     height: 95px;
    padding-bottom: 0px;
    /* margin-bottom: 12px; */
    /* border-radius: 8px; */
    /* margin-left: 5px; */
    /* margin-right: 8px; */
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 4px;
}
#level > div.img_level span.text {
    text-align: center;
    font-size: 9px;
    position: relative;
    display: block;
        padding-top: 0px;
    color: #55382F;
    line-height: 0.8em;
    padding-bottom: 5px;
}
#level img.level_img
{
    max-width: 60px;
    max-height: 90px;
    width: auto;
}
#level .progress {
    height: 5px;
    overflow: visible;
    background: #f0f0f0;
    margin-bottom: 5px;
    width: 100%;
    margin: 0px 6px;
}
#level .progress .progress-bar {
    position: relative;
    /*animation: animate-positive 2s;*/
}
#level .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width 1.6s ease;
    -o-transition: width 1.6s ease;
    transition: width 1.6s ease;
    background: #ed687c;
}
#level .progress .progress-icon {
    width: 37px;
    height: 34px;
    line-height: 25px;
   /* border-radius: 50%;*/
    font-size: 13px;
    position: absolute;
    top: -15px;
    right: -20px;
    background: #fff;
    /*border-width: 3px;
    border-style: solid;
    border-color: #ed687c;*/
    color: #ed687c;
    background: url(/gui/mozog_progres.png) #fff0;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 1px 8px;


    /*top: -25px;
    right: -9px;
    background: url(/gui/kurzor_m.png) #fff0;
    background-size: 40px;*/
}
#level .progress-value {
    font-size: 13px;
    color: #848484;
    position: absolute;
    top: 17px;
    right: -13px;
}
.w310
{
	width: 310px;;
	box-sizing: content-box;
}
/********************************************************************/
/***********************************************************************************/
body.kuk_vlavo .mm-menu.mm-offcanvas {
    display: block;
}
body.kuk_vlavo .mm-slideout
{
  animation: kuk_vlavo_ani 1s ;
 /* animation-delay: 2s;*/
  animation-timing-function: ease-in-out;
}

@keyframes kuk_vlavo_ani {
  0%   {         transform: translate(0, 0);}
  50%  {     transform: translate(16%, 0); }
  100% {         transform: translate(0, 0);}
}
/***********************************************************************************/
@media screen and (max-width: 980px) {
        #historia_uloh {
            justify-content: center;
        }
		#Countdown_free {

			/*min-height: 35px;*/
			margin-top: calc(-34px);
		}
		/*.triedy a img.rocnik{
			top: 13px;
		}*/
		#stred_980:not(:has(div)){
			padding-bottom: 0px;
		}
		.zaznamy_z_hod, .zaznamy_z_skupiny
		{
			margin-left: calc((100% - 560px)/2);
		}
		/*.none
		{
			display:block;
		}*/
		#content .audio_komentar.active
		{
			margin-left: 0px;
		}
		#header p {
			width: 54%;
		}
		#wrapper #header #loged_child 
		{
			top: 5px;
			right: 2px;
		}
		/*#wrapper #header #loged_child .oddelovac_mobil, #wrapper #header #loged_child .mobile
		{
			display:none;
		}*/	
		#header
		{
			width:  800px;
		}
		.inner-wrapper, .wrapper {
			width:  800px;
		}
		
		#predmety_prava, #predmety_prava
		{
			display:block;
		}
		#predmety
		{
		    display: block;
			width: 100%;
			height:auto;
			background:none;
		}
		.sipka_vpravo, .sipka_vlavo
		{
			display:none;
		}
		#header ul.menu {
			background: url("../images/header_menu_bg.png");
			font-size: 16px;
			height: 47px;
			background-repeat: no-repeat;
			background-size:559px 47px;
			list-style: none outside none;
			margin: 0;
			padding: 0;
			position: absolute;
			right: 0;
			top: 36px;
			width: 559px;
		}
		form.search
		{
			display:none;
		}
		.nastenka {
			width: 614px;
		}
		#header ul.menu li a {
			padding: 0 17px;
		}
		.prispevok {
			width: 588px;
		}
		
		#content .prispevok-main .zobrazit-subory {
		width: 598px;
		}
		
		#content .prispevok .foto, #content .reakcia .foto  {
			margin-top: 16px;
			margin-left: 13px;
		}
		#content .prispevok .obsah {
			width: 504px;
		}
		#content.posta {
			padding-left: 0;
			width: 100%;
		}
		/*#sidebar_left.posta {
			width: 24%;
		}*/
		.prispevok {
			width: 95%;
		}

		#content .prispevok-main .zobrazit-subory {
			width: 95%;
		}
		#content .prispevok .obsah {
			width: 83%;
		}
		.nastenka {
			width: 79%;
		}

		/*#sidebar_left {
			width: 21%;
		}*/

		.inner-wrapper, .wrapper {
			width: 100%;
		}
		#header ul.menu li a {
			padding: 0 12px;
		}
		#header {
			width: 100%;
		}

		#header ul.menu {
			background: url("../images/header_menu_bg.png");
			width: auto;
			background-repeat: no-repeat;
			background-size:auto 47px;
		}
		/*#content.posta .posta_content
		{
			margin-left: 10px;
		}*/
		.two-col {
			width: 50%;
		}
		#vlajky{
			position: relative;
			padding-top: 0px; 
        	top: 10px;
			display: flex;
			justify-content: flex-end;
			right: 10px;
			height: 20px;
		}
}
@media screen and (max-width: 850px) {	
	#header p
	{
		width: 79%;
	}
	#splash h2 {
		 margin-bottom: 5px;
	}
}
@media screen and (max-width: 690px) {
		#content.posta #prijemca_input {
			width: 100%;
		}
		#content.posta .sprava p.predmet input, #content.posta .sprava p.prijemca input {
		margin-left:0;
			width: 100%;
		}
		#sidebar_left ul, #sidebar_left br
		{
			/*display:none;*/
		}
		/*#sidebar_left.posta
		{
			display:block;
		}*/
	/*	#sidebar_left
		{
			display:none;
		}*/
		#sidebar_left 
		{
			margin: 0 auto;
		}
		.prispevok {
			width: 100%;
			margin-left: 0px;
		}
		#content .prispevok .obsah {
			width: 82%;
		}
		.inner-wrapper, .wrapper {
			width: 100%;
		}
		.nastenka {
			width: 100%;
			background: none;
		}
		#content .prispevok-main .zobrazit-subory {
			width: 100%;
		}
		#content h2 {
			margin-left : 0px;
		}
		#header ul.menu li a {
			padding: 0 11px;
		}
		
		
		#header {
			width: 100%;
		}
		#header ul.menu {
			background: url("../images/header_menu_bg.png");	
			background-repeat: no-repeat;
			background-size:auto 47px;
			width: auto;
		}
		
		.two-col {
			width: 50%;
		}
		/*#sidebar_left H2
		{
			display:none;
		}*/
}
@media screen and (max-width: 580px) {
		.two-col {
			width: 50%;
		}
        #bkp_right .navigbar a.textovy_navig,
        #content .navigbar a.textovy_navig,
        #wrapper .navigbar a.textovy_navig,
        .navigbar span a.textovy_navig
        {
            display: none;
        }
		#header p {
			width: 100%;
		}
		.zaznamy_z_hod, .zaznamy_z_skupiny {
			margin-left: 0;
		}
		.sutaz_progres .img_progres {
			max-height: 92px;
		}
		.sutaz_progres > img.img_neactiv {
			width: 300px;
		
		}
		.ui-accordion .ui-accordion-content {
			padding-left: 5px;
			padding-right: 5px;
		}
		.sutaz_progres .krok {
			background-image: url('/images/Krmenie_farebne_bez_pozadia.png');
			background-repeat: no-repeat;
			height: 92px;
			position: absolute;
			margin-left: 0px;
			margin-top: -92px;
			width: 60px;
			z-index: 121212;
			background-size: 300px auto;
		}
}
@media screen and (max-width: 480px) {
		#header ul.menu
		{
			display:none;
		}
		.six-col 
		{
			width:  100%;
		}
		.bunka {
			width: 100%;
		}
		#new_child>div:first-child{
			border-right: 0px ;
			padding-right: 0px;
			border-bottom: 1px solid #c5c5c5;;
			padding-bottom: 10px;
			margin-bottom: 20px;
		}
		.predaj_ikony 
		{
			justify-content: center !IMPORTANT;
		}
		#sumar .circle
		{
		
			--width: 220px;
			width: var(--width);
			height: var(--width);
			max-width: 99%;
			margin-right: 0px;
			margin-left: 0px;
		}
		.inner-wrapper 
		{
			width: 100%;
		/*	float: none;*/
		}
		.pl80
		{
			padding-left: 0px;
			padding-top: 20px;

		}
		#content h3.premiumnadpis
		{
			margin-left: 0px; 
			margin-bottom: 10px;
			padding-top: 17px;
			font-weight: bold;
			font-size: 28px;
			padding-left: 0px; 
			padding-bottom: 10px;
		}
		#registracia input.button.slider, #content input.button.slider
		{
			font-size: 13px;
		}
		form.search
		{
			display:block;
		}
		.wrapper
		{
			width: 100%;
		}
		#header p 
		{
			top: 8px;
			width: auto;
			z-index: 1;
			right: auto;
		}
		#wrapper #header #loged_child 
		{
			top: 5px;
			right: 2px;
		}
		#wrapper #header #loged_child .oddelovac_mobil, #wrapper #header #loged_child .mobile, #wrapper #header #loged_child .meno
		{
			display:none;
		}
		body 
		{
			background: url("../images/bg.png");
			background-color: #FFFFFF;
			background-repeat: repeat-x;
			background-size:1px 65px;
			background-position:0 0;
		}
		#news_button
		{ 
		display:none;
		}
		
		.table_znamky .predmety 
		{
			width: 35%;
			padding-left: 9px;		
		}
		.table_znamky .znamky a.neactive_polrok, .table_znamky .znamky a.active_polrok
		{
			font-size: 13px;
		}
		#content {
			float: left;
			padding-bottom: 8px;
		}
		select.menu_mobil
		{
			float: right;
			margin-right: 5px;
			margin-top: -25px;
		}
		#urlList
		{
			display:block;
		}
		/*#sidebar_left br
		{
			display:none;
		}*/
		#sidebar_left 
		{
			margin: 0 auto;
		}
		.flex{
			display: block;
		}
		.flex.gap10,
		.flex.gap20
		{
			gap:0px;
		}
		.flex{
			display: block;
		}
		.nastenka
		{
			background: none;
		}
		#content h2, .prispevok  {
			margin-left: 0;
		}
		.four-col, #content .prispevok-main .zobrazit-subory {
			width:100%;
		}
		/*#content .prispevok-main div.obrazok, .viac-nastenka 
		{
			display: none;
		}*/
		/*
		#sidebar_left form.search input.ok {
			position: absolute;
			right: 0;
			top: 0;
		}*/
		/*
		#sidebar_left form.search input.hladaj {
			width:100%
		}*/
		.two-col {
			width: 100%;
		}
		/*
		#sidebar_left form.search div {
			background: url("../images/search_bg.png");
			background-repeat: no-repeat;
			background-size:100% 34px;
			background-position:0 0;
			height: 34px;
			margin: 0;
			padding: 0 10px;
			width: 85%;
		}*/
		#sidebar_left.posta {
			width: 99%;
		}
		
		#content .prispevok .obsah {
			padding-left: 3px;
			padding-right: 3px;
			width: 98%;
		}
		span.news_ikon{
			top: 3px;
		}
		#content .prispevok span.border-right-span {
			border:	0;
			display:none;
		}
		
		#content .prispevok span.typ_prispevku
		{
			display: inline;
			padding: 1px 5px;
			top: -1px
		}
		#content .prispevok .obsah a, #content .prispevok .obsah h3
		{
			padding-left: 0px;
			padding-top: 3px;
		}
		#content .prispevok span {
			padding-right: 0;
		}
		#content .prispevok h3 span.ucitel {
			top: -1px;		
		}
		#content h2
		{
			/*display:none;*/
		}
		#registracia
		{
			float: left;
			width:100%;
		}
		#content .prispevok-main .zobrazit-subory {
			margin-bottom:0px;
		}
		#content .sipka-dole {
			display:none;
		}
		#content .zobrazit-text {
			margin-top: 8px;
			padding: 3px 5px;
			font-size: 14px;
		}	
		#content .zobrazit-pocet {
			margin-left: 0;
			margin-right: 0;
			margin-top: 4px;
			padding: 4px 8px;
		}
		
		table.zobrazit_ulohy_table {
			margin-top: 21px;
		}	
		
		#content .zobrazit-image {
			padding: 0 8px;
			border:0;
		}
		.main {
			margin: 0 auto;
		}
		
		#footer
		{
			display:none;
		}
		td.hod-col2 input.submit {
			width: 130px !important;
			margin-top: -2px;
		}
		#content .spat a.hod-spat {
			padding: 7px 30px;
		}
	
		#header {
			width: 100%;
		}
		/*
		#sidebar_left {
			width: 100%;
		}*/
		#gallery
		{
			display:block;
			padding:0;
		}
		
		#content div#slideshow span, #content span.play, #content span.pause {
			width: 100%;
			right: 0px;
		}
		#slideshow a.advance-link {
			border:0;
		}
		
		#gallery #details #download {
			padding-top: 10px;
			padding-left:0px;
			text-align: center;
		}
		div.navigation {
			float: none;
			width: 100%;
		}
		.spat.gallery {
			display:none;
		}
		
		#content.posta .posta_content {
			margin-left: 0;
		}
		#content.posta {
			padding-left: 0;
			width: 100%;
		}
		#content.posta a#neprecitat {
			display:none;
		}
		#sidebar_left.posta input.search {
			width: 79%;
		}
		
		#content.posta table th.nadpis {

			padding-left: 0;
			padding-right: 2px;
		}
		#content.posta .sprava {
			padding: 5px 0;
			width: 98%;
		}
		
		#content.posta .sprava p.predmet input, #content.posta .sprava p.prijemca input {
			margin-left: 0;
			width: 99%;
		}
		
}		

.mini_card_logo
{
	border: 1px solid #c5c2c2;
    max-height: 20px;
    padding: 1px;
    top: 3px;
    position: relative;
    height: auto;
    max-width: 31px;
    margin-left: 3px;
	
}
