p,ul,li,body,div,span,article,header,ol,h1,h2,h3,h4,br,hr,img,td,th,tr,nav { border: 0 none; margin: 0; padding: 0; }

html {
  /*aby to nedělalo neplechu*/
  height: 100%;
}
body {
  /*aby to nedělalo neplechu*/
  padding: 0;
  margin: 0;
  height: 100%;
  
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  overflow-y: hidden;
}

input[type=text],
input[type=password],
select,
textarea {
  font-family: Arial;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
textarea {
  text-transform: none;
}

select {
  text-transform: uppercase;             
}

.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}

/* -------------------------------------------------- */
#content .message p {
  padding: 0.5em;
  margin: 0;
  margin-bottom: 0.5em;
  background-color: white;
}
#content .message p:first-child {
  margin: 0;
  background-color: transparent;
}
#content .message p:first-child:empty {
  display: none;
}
#content .message p a {
  color: black;
  font-weight: bold;
  border-bottom: medium solid transparent;
  text-decoration: none;
}
#content .message p a:hover {
  /*text-decoration: underline;*/
  border-bottom: medium solid black;
  transition: all 1s;
}
#content .messageThumb p {
  margin: 0;
  padding: 0 0.5em;
}

#content .resultDiv {
  margin-top: 35px;
}

/* ------------------------------------------------------ */

#content h3 {
  font-size: 35px;
  margin-top: 60px;
  font-weight: bold;
}
#content h3:first-child {
  margin-top: 20px;
}

#content h2 {
  font-size: 35px;
  margin-top: 30px;
  font-weight: bold;
}
#content p {
  font-weight: normal;
  line-height: 35px;
  margin-top: 1.5em;
  font-size: 18px;
}
#content ul.help {
}
#content .help li {
  margin-top: 0.75em;
}
#content .help li a {
  color: black;
  text-decoration: none;
  border-bottom: 0.3ex solid transparent;
  transition: border-bottom-color 0.5s;
}
#content .help li a:hover {
  border-bottom: 0.3ex solid black;
}

/*--------------------------------------*/
/*zobrazuji hry uzivate XXX v kategorii YYY*/

.goToResults,
.gameFilter {
  color: white;
  letter-spacing: 0.02ex;
}
.goToResults a,
.gameFilter a {
  color: white;
}
.goToResults {
  display: inline-block;
  text-align: right;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
.goToResults p {
  margin-top: 0;
  padding-top: 0;
}

.goToResults a {
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: top;
  text-decoration: none;
}
.goToResults a::after {
  content: url("../img/submit_small.png");
  width: 30px;
  height: 30px;
  /*
  position: relative;
  top: 15px;*/
  vertical-align: top;
  
  margin-left: 10px;
}

/* ------------------------------------------------------------------ */


/* ----------------------------------------------------------------------------------------- */

#content th {
  vertical-align: top; 
  font-weight: normal; 
}
table.profileTable {
  table-layout: fixed; 
  width: 65%; 
  margin-left: 35%;
}
.profileTable tr {
  height: 1.5em;
}
.profileTable td:first-child {
  width: 12em; 
  font-weight: bold; 
  font-size: 18px; 
  text-align: right; 
  text-transform: uppercase; 
  padding-right: 1em;
}
.profileTable td:last-child {
  font-weight: normal; 
}
@media (max-width: 1700px) {
  .profileTable td:first-child {
    font-size: 16px;
  }      
}
@media (max-width: 1100px) {
  .profileTable td:first-child {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------------ */


.ttd {
  z-index: 2;
  background-color: #FFEEC6;
  border: thin solid black;
  padding: 0.5ex;
  font: 0.8em Verdana; 
  max-width: 20%;
}
/* ------------------------------------------------------------------ */

.preload {
  position: absolute;
  left: -10000000px;
  top:  -10000000px;
  width: 0;
  height: 0;
}

.resultDiv {
}

.resultDiv h4 {
  font-size: 14px;
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: thin solid white;
}

#ui-datepicker-div {
  border: thin solid black;
  /**border-radius: 8px;*/
  background: white;
  padding: 5px 8px;
  font: 14px Arial;
  font-weight: normal;
}

.ui-datepicker-prev, .ui-datepicker-next {
  width: 20%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
} 
.ui-datepicker-prev *, .ui-datepicker-next * {
  display: none;
} 

.ui-datepicker-next {
  margin-left: 60%;
}

.ui-datepicker-prev:before {
  content: "<<";
  cursor: pointer;
}
.ui-datepicker-next:after {
  content: ">>";
  cursor: pointer;
}
.ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 2px;
}
.ui-datepicker-today {
  border-bottom: thin solid black;
}
.ui-datepicker-current-day {
  background-color: #ddd;
  border-radius: 5px;
}
                           

table.ui-datepicker-calendar td {
  padding: 2px 3px;
  text-align: center; 
}
table.ui-datepicker-calendar td:not(.ui-state-disabled) {
  cursor: pointer;
}
                                                        
table.ui-datepicker-calendar td a {
  text-decoration: none;
  color: black;
}

                                         
                                        

.chartScroll {
  /*min-width: 100%;*/
  width: 140%;
  /*width: auto;*/
  overflow-x: auto; 
}

p {
  margin-top: 0.5em;
}

.newPost {
  display: inline-block;
  padding: 1px 2px;
  background: white;
  color: black;
  font-size: 75%;
  position: relative;
  top: -2px;
}

#nette-debug {
             display: none !important; /**/
             }