body {
    font-family: "Times New Roman", Times, serif;
    background-color: lightgray;
    padding: 30px;
    /*
    margin:0;
    height:100%;
    overflow:hidden;
    */
}

/* menu se rozbali uz pri prejeti mysi */
.dropdown:hover>.dropdown-menu {
  display: block;
}

/* odsazeni prvniho radku */
.underConstr {
    color: blue;
    margin-top: 150px;
    text-align: center;
}

/* odsazeni prvniho radku */
.odsazeni {
    text-indent: 30px;
}

.container {
    background-color: lightgray;
}
.pozadi {
    background-image: url(images/zeme.png);
    /*width:100% */
}

.fotka-popis {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.header {
    /*margin-left: 0px;*/
    /*margin-right: 0px;*/
    /*padding-left: 0px;*/
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(images/zeme.png);
    color: lightgray;
    font-family: "Times New Roman", Times, serif;
}

.jechnitz {
    font-weight: bold;
    font-size: 40px;
    color: lightgray;
}

.jechnitzPod {
    font-weight: bold;
    font-size: 20px;
    color: lightGray;
}

.nadpis {
    font-weight: bold;
    /*font-weight: normal;*/
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.nadpis2 {
    font-weight: bold;
    /*font-weight: normal;*/
    font-size: 20px;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

#gatekeeper
{
    position: fixed;
    /*top: 90%;*/
    bottom: 10px;
    right: 10px;
    color: #C0C0C0;
}

input[type=number]{
    width: 80px;
}

.obr-nahled {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 180px;
}

.obr-nahled:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

div.obr-kontejner {
  padding: 0 6px;
  /*float: left;*/
  /*width: 24.99999%;*/
}

div.obr-kontejner > img:hover {
  /*width: 500px;*/
  width: auto;
  height: auto;
  /*height: 200px;*/
}

div.obr-popisek {
    text-align: left;
    font-style: italic;
    font-weight: bold;
    font-size: small;
    padding: 0px 15px;
}

div.galerieUhrVyber {
    border:1px solid #008000;
    height: 225px;
}

img.galerieUhrVyber {
    float: left;
    border-radius: 8px;         /* zaobleni ramecku */
    border:1px solid #008000;
    padding: 8px;               /* mezera mezi obrazkem a rameckem*/
    margin: 10px;               /* vnejsi okraj */
    /*width: 150px;*/
    height: 200px;
}

td.galerieUhrVyberTitle {
    font-weight: bold;
    vertical-align: top;
}

td.galerieUhrVyberText {
    font-weight: normal;
    vertical-align: top;
}

table.galerieUhrVyber {
    margin-top: 15px;               /* horni okraj */
}




/* *********** Uprava kvuli spravnemu a celemu horizontalnimu i vertikalnimu  zobrazeni obrazku v galerii *************** */
img.img-gallery {
    max-width: 100%;
    max-height: 100%;
}

.modal {
    text-align:center;
}

.modal, .modal-dialog, .modal-content{
  height: 100%;
}

.modal-header, .modal-footer {height:10%;}

.modal-body {
    height:80%;
}

.img-responsive {
    max-height:100%;
    width: auto;
}

/* ********************************************************************************************************************** */

.delkaKyvadla {
    background-color: lightgreen;
    color: blue;
    text-align: right; 
}

.dobaBehu {
    background-color: yellow;
    color: brown;
    text-align: right; 
}

.natazeni {
    background-color: orange;
    color: green;
    text-align: right; 
}

th.thVyrobce {
    text-align: center; 
    vertical-align: middle!important;   /* abychom prebili bootstrap*/
}

th.thPoznamka {
    text-align: center; 
    vertical-align: middle!important;   /* abychom prebili bootstrap*/
}

th.thZuby {
    width: 35px;
    text-align: center; 
    vertical-align: middle!important;   /* abychom prebili bootstrap*/
}

td.tdZuby {
    text-align: center; 
    vertical-align: middle!important;   /* abychom prebili bootstrap*/
}


#PreValue,#nextValue{
    border: none;
    height: 25px;
    border-radius: 5px;
}

/* zakladni */
.myMainPage {
    padding:12px;
}

.myFormLabel,.myFormLabelR {
    text-align: left;
    color: gray;
}

.myFormLabelR {
    text-align: right;
}

.myFormInput {
    width: 100%;
}

.myBtn {
    background-color: #bbb;
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}

.myBorder {
    padding:10px;
    border:1px solid #c0c0c0;
}

.cursorRuka {
    cursor: pointer;
}


