/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol,  pre, ul,
dd, dt, li, tbody,  tfoot, th, thead,  button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

table, tr, td,th{
border: 1px solid black; 
border-collapse: collapse; 
text-align: center;
padding:1px;
margin: 0;
}




.partner
{
	margin: 0;
	padding: 5px;
	clear:left;
	text-align:justify;
}
.partner img
{
	float:left;
	margin-top:0px;
	margin-right:5px;
	height:80px;
}

.dec
{
	margin: 0;
	padding: 5px;
	clear:left;
	text-align:justify;
}

.dec img {
	
	float:left;
	margin-top:0px;
	margin-right:5px;
	width:120px;
}

.book
{
	margin: 0;
	padding: 5px;
	clear:left;
	text-align:justify;
}

.book img {
	
	float:left;
	margin-top:0px;
	margin-right:5px;
	width:300px;
}


p
{
	margin: 0;
	padding: 0;
	text-align:justify;
}


/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/


body {
	background: #FFFFFF;/*22274d;*/
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #00704a;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}



/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {

 width: 1000px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	top:100;
	height: 100;
	width: 1000px
	
}

#hgroup
{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	z-index: 100;
}

/* site logo */
#site-logo {
	position: relative;
	top: -10px;
	float:left;
}
#site-logo a {
	font: bold 10px/50% Arial, Helvetica, sans-serif;
	color: #00704a;
	
	text-decoration: none;
}

/* site description */
#site-description {
	font: 280%/200% "Arial", Times, serif;
	color: #00704a;
	position: relative;
	left: 100px;
	
	float:top;
}
#site-bot_description {
	font: 200%/120% "Arial", Times, serif;
	color: #00704a;
	position: relative;
	left: 10px;
	
	float:bottom;
}
#site-description-right {
	font: 280%/250% "Arial", Times, serif;
	color: #00704a;
	position: relative;
	
	float:left;
}
/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 69;

/*	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA4D), to(#EDA84B));
	background: -moz-linear-gradient(top,  #FFBB4D,  #EDA84B);
	background: linear-gradient(-90deg, #FFBB4D, #EDA84B);
*/	
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #00704a;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	
}
#main-nav a:hover {
	color: #00704a;
	background: none;
	/* gradient
	background: -webkit-gradient(linear, left top, left bottom, from(#b55025), to(#EDA84B));
	background: -moz-linear-gradient(top,  #b55025,  #EDA84B);
	background: linear-gradient(-90deg, #b55025, #EDA84B); */
}

/************************************************************************************
CONTENT
*************************************************************************************/






#content {
	background: #fff;
	margin: 0px ;
	padding: 5px 10px;
	width: 980px;
	float: center;
	height:100%;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.table_container {
    width: 980px;
    max-height: calc(100vh - 260px);
    overflow: scroll;
}
.table_container_i {
    width: 980px;
    max-height: calc(100vh - 260px);
    overflow: scroll;
}
.table_container_i_d {
    width: 980px;
    max-height: calc(100vh - 260px);
    overflow: scroll;
}
/* post */
.post {
/*	margin-bottom: 20px;*/
min-height: calc(100vh -260px);
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 16px/100% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0;
	font-size: 100%;
}

/* post image */
.post-image {
	margin: 0 ;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	min-width: 250px;
	float: right;
	margin: 10px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 10px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

a.customdatademo {
  position: relative ;
}
a.customdatademo:hover::after {
  content: attr(data-tooltip) ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: black ;
  background-color: #cfc ;
  z-index: 1 ;
}
/************************************************************************************
MODAL
*************************************************************************************/

      #zatemnenie {
        background: rgba(102, 102, 102, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
      }
      #okno {
        width: 300px;
        height: 150px;
        text-align: left;
        padding: 15px;
        border: 3px solid #00000;
        border-radius: 5px;
        color: #00000;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #fff;
      }
      #zatemnenie:target {display: block;}
      .close {
        display: inline-block;
        border: 0px solid #00704a;
        color: #00704a;
        padding: 0px;
        margin: 0 0 0 250px;
        text-decoration: none;
        background: #fff;
       /* font-size: 14pt;*/
        cursor:pointer;
      }
      .close:hover {background: #e6e6ff;}


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #000000;
	font-size: 100%;
}
#footer a {
	color: #00704a;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
/*.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }*/
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
