body, html {
  font-family: Arial;
  font-size: 15px;
  line-height: 21px;
  background-color: #F6F6F6;
  padding: 0px;
  margin: 0px; 
}

h1.intro {
  text-align: center;
}

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

.status {
  color: green;
  font-weight: bold;
}

a {
  color: #275356;
  text-decoration: none;
}

a.active {
  font-weight: bold;
}

a:hover {
  color: black ;
  text-decoration: underline;
  
}

.mainmenu {
  background-color: #EEEEEE;
  width: 160px;
  float: left; 
  background-position: left center;
}

.mainmenu .menutip {
  color: green;
  font-size: 11px;
  font-weight: bold;
  float: right;
}

.menustyl a {
  display: block;
  text-decoration: none;
  padding-left: 12px;
  color: #000;
  margin-bottom: 0px;
  padding: 10px; 
  padding-top: 5px;
  padding-bottom: 5px; 
  border-bottom: 1px solid silver;
  position: relative;
}


.menustyl h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  padding-left: 10px; 
  background-color: #555;
  line-height: 30px;
  color: white;
}

a.back {
  background: url(img/back_non.png) no-repeat;
  background-position: left center;
  text-decoration: none;
  padding-left: 12px;
  color: #275356;
  font-weight: bold;
  margin-bottom: 5px;
}

a.back:hover {
  background: url(../common/img/back_over.png) no-repeat;
  background-position: left center;
  color: black;  
}

.dialog {
  line-height: 30px;
  font-size: 16px;
}

.jqdialog {
  display: none;
}


.menustyl a:hover {
  background-color: #bbb;
  color: black;
}

.menustyl a.act {
  padding: 10px; 
  color: white;
  padding-top: 5px;
  padding-bottom: 5px; 
  border-bottom: 1px solid silver;  
  background-color: #777;
  overflow: visible;
}

#main {
  float: left;
  padding: 10px;
  padding-top: 0px;
  margin-right: 40px;
  position: absolute;
  left: 185px;
  width: 80%;
}

h1 {
  margin-top: 0px;
  color: maroon;
  font-size: 25px; 
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}

h3 {
  margin-bottom: 0px;
  line-height:25px;
}

p {
  max-width: 800px; 
}

hr {
  height: 1px;
  border: none;
  background-color: silver;
  color: silver;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.classic {
  border: 1px solid silver;
  background-color: #EEEEEE;
  padding: 5px;
}

table.classic th {
  text-align: right;
  padding-right: 10px;
}

input, textarea, select {
	padding: 6px; 
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

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

input.text, .textarea {
  border: 1px solid silver;
}

input[type=button] {
  cursor: pointer;
}

.textarea {
  border: 1px solid silver;
  margin-top: 5px;
  width: 400px; 
  height: 150px;
}

.big .submit {
  padding: 10px; 
  font-weight: bold;
  font-size: 16px; 
  float: left;
}

.submit {
  background-color: #CCCCCC;
  border: 1px solid silver;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  background-color: #999;   
}

.submit_active {
  background-color: #666;   
}

.grsub {
  background-color: green !important;
  color: white;
  border: 1px solid white;
  padding: 5px;
}

.grsub:hover {
  background-color: lime !important;
  color: black;
  border: 1px solid silver;

}

.actsub {
  background-color: #333;
}

.submit:hover {
  background-color: #555;
}

#left { 
  float: left;
  width: 155px;
}

.podtrhavat table {
  border-collapse: collapse;
}

.podtrhavat table th {
  background-color: #ccc;  
  
  position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;     
}


.podtrhavat table td, .podtrhavat table th {
  border-bottom: 1px solid #aaa;
  text-align: left;
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.podtrhavat table tr:hover td  {
  background-color: #DDDDDD;
}

a:hover {
  color: #275356;
}

.icon_cancel {
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: -3px;
  border: 0px;
}

.widetext input.text {
  width: 400px;
}

.radio {
  padding-top: -5px;
  border: 1px solid blue;
}

.admin_news_box_inside {
  border: 1px solid silver;
  padding: 5px;
  margin: 10px;
  margin-left: 0px;
  float: left;
  line-height: 22px;
  background-color: white;
}

.admin_news_box_inside b {
  color: blue;
  font-weight: normal;
}

.admin_news_box {
  border: 1px solid silver;
  padding: 10px;
  margin: 10px;
  margin-left: 0px;
  width: 100%;
  line-height: 22px;
  background-color: #F8F8F8;
}

.admin_news_box_inside a, .admin_news_box a {
  text-decoration: underline;
}

.admin_news_box .datum {
  float: right;
  font-weight: bold;
  color: #555555;
}

img.ohraniceny {
  border: 1px solid black;
}

.info_box {
  right: 0px;
  top: 40px;
  position: fixed;
  width: 200px;
  border: 1px solid silver;
  background-color: #F8F8F8;
  padding: 10px;
  line-height: 22px;
  font-size: 13px;
  
}

ul.rozestup {
  line-height: 22px;
}

.skryte {
  display: none;
}

.break {
  clear: both;
}

.tip {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  background-color: #BFFFBF;
  padding: 10px; 
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
}


.info {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  background-color: #DFDFDF;
  padding: 10px; 
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
}

.info input {
  border: 1px solid #555;
  margin: 3px; 
  padding: 8px;
}


.tip a, .info a {
  text-decoration: underline;
}

.info a.button {
  text-decoration: none;
}

#nosave {
  position: fixed;
  background-color: red;
  width: 200px;
  height: 100px;
  padding-top: 20px;
  bottom: 0px;
  right: 0px;
  color: white;
  text-align: center;
  display: none;
  font-size: 25px;
  line-height: 27px;
  
  
}

.underpic_black {
  background-color: black;
  display: block;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  width: auto;  
}

.underpic_white {
  background-color: white;
  display: block;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  width: auto;  
}

.pressbut {
  border: 1px solid silver;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  background-color: red;  
}

#admin {
  background-color: #555;
  color: #ccc;
  padding-left: 10px; 
  padding-top: 10px;
  padding-bottom: 10px; 
}

.topping {
  background-color: #ccc; 
  padding-top: 9px;
  padding-bottom: 8px; 
  margin-bottom: 20px; 
}

.altmenu a {
  background-color: #ddd;
}

.sipka {
  position: absolute;
  right: -17px;
  top: 0px;  
}

.spravce_uctu {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

big input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(2);

  /* Webkit browsers*/
  -webkit-transform: scale(2);
  margin-right: 10px;
}

.button {
  /* background-color: #4764B3; */
  
  background: #6176ad; /* Old browsers */
  background: -moz-linear-gradient(top,  #6176ad 0%, #2d54af 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #6176ad 0%,#2d54af 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #6176ad 0%,#2d54af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6176ad', endColorstr='#2d54af',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;       
  cursor: pointer;  
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: white;
  clear: both;
  text-decoration: none;
  display: inline-block;
}

.button:hover {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7097ea+0,2765ea+100 */
  background: #7097ea; /* Old browsers */
  background: -moz-linear-gradient(top,  #7097ea 0%, #2765ea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #7097ea 0%,#2765ea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #7097ea 0%,#2765ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7097ea', endColorstr='#2765ea',GradientType=0 ); /* IE6-9 */
  color: white;
  text-decoration: none !important;
}

.thinbut {
  margin-top: 0px; 
  margin-bottom: 0px; 
  padding-top: 5px; 
  padding-bottom: 5px;
}

.superthinbut {
  margin-top: 0px; 
  margin-bottom: 0px; 
  padding-top: 2px; 
  padding-bottom: 2px;
}

.submenustyl a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  background-color: white;
  border: 1px solid silver;
  color: black;
}

.submenustyl a:hover {
  background-color: #000;
  color: white;
}

.submenustyl a.act {
  background-color: #777;
  color: white;
}

.submenustyl a:first-child {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
}

.submenustyl a:last-child {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.infoicon {
  width: 20px;
  height: 20px;
  background: url('/common/img/info.png');
  display: block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.infoicon:hover {
  background: url('/common/img/info_over.png');
}