/* ******************************
       Dialogové okno
********************************* */

/* Modal Header */
.dialog-header {
    padding: 8px 16px 0;
    min-height: 26px;
    background-color: rgb(215, 196, 142);
    /*background-size: unset 36px;*/
    background-position-x: center;
    background-repeat:no-repeat;
    color: white;
    font-weight: bold;
}

/* Modal Body */
.dialog-body {
    /*display: inline-block;*/
    border: none;
    /*width: 90%;*/
    height: 90%;
    padding: 2px 0;
    /*background-color: #c8c8ff;*/
}

/* Modal Footer */
.dialog-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 22px;
    font-weight: bold;
    border: black thin;
    margin: -6px;
}

.dialog-content {
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    max-width: 100%;
}

.close:hover,
.close:focus {
    color: rgb(200, 200, 255);
    text-decoration: none;
    cursor: pointer;
}
