/* Styly pro všechny stránky */

body {
    font: 11pt Verdana, Geneva, Tahoma, sans-serif;
    color:white;
    margin: 0;
}

h1 {
    height: 30px;
    background-color:rgba(147,92,0,0.7);
    color:white;
    text-align: center;
    font-size:16pt;
    font-weight: bold;
    min-width: 200px;
    width: fit-content;
    padding: 10px 10px;
    margin-bottom: 0;
    margin-top: 0;
}

a {
    color: #e4f1ff;
}

/*
    Záložky
*/
/* Panel se záložkami */
.tabButtonPane {
    position: relative;
    overflow: hidden;
    border: none;
    /*background-color: rgba(242, 242, 242, 0.8);*/
    background-color: rgba(212, 185, 160, 0.5);
    vertical-align: bottom;
    display: flex;
    flex-direction: row
}

/* Tlačítka */
.tabButtonPane button {
    background:none;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 10px;
    transition: 0.3s;
    color: rgb(215, 196, 142);
    font-weight: bold;
    font-size: 12pt
}

/* Change background color of buttons on hover */
.tabButtonPane button:hover {
    background-color: #e5e3d9;
    text-decoration: underline;
}

/* Create an active/current tablink class */
.tabButtonPane button.active {
    /*background-color: rgb(212, 185, 160);*/
    background-color: rgba(238, 227, 213, 0.8);
    color: rgb(136, 106, 40);
    cursor: inherit;
}

/* Panel s obsahem */
.tabContentPane {
    width: 100%;
    height: 100%;
    border: none;
    /*background-color: rgba(250, 250, 250, 0.8);*/
}

.tabContentPane iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.selectedButton {
    border: thin solid green;
    background-color: rgba(0, 255, 0, 0.5);
}

.editButton {
    background-size: 16px;
    background-position: 2px center;
    background-repeat: no-repeat;
    background-color:rgba(147,92,0,0.7);
    border: solid rgb(102, 72, 15);
    color:white;
    height: 24px;
    width: 120px;
    margin-right: 5px;
}

.detailHrobTxt {
    margin-right: 5px;
    margin-left: 10px;
    font-weight: bold
}

div.dialog {
    border: none;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.75);
}

.verticalLine {
    width: 10px;
    border-left: thin solid white;
    height: 65px;
    margin-left: 10px;
}

.calendarButton {
    background-image: url("../images/kalendar.png");
    background-size: 16px;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 22px;
    height: 24px;
    width: 22px;
}