﻿.ui-dialog
{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
    box-shadow: 10px 10px 10px #bebdbd;
}

/* rozměry okna */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after
{
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after
{
    clear: both;
}

.ui-button
{
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active
    {
        text-decoration: none;
    }

 /* text tlačítka */
.ui-button-text
{
    padding-left: 8.1em;
    padding-right: 4.1em;
    padding: 0.4em 0.4em;
    display: block;
    line-height: normal;
    font-size: 1.2em;
}

/* zavírací div a image */
.ui-dialog .ui-dialog-titlebar-close{visibility: hidden;}

/* messagetext uvnitř */
.ui-dialog .ui-dialog-content
{
    position: relative;
    top: 0px;
    border: 0;
    padding: 2px;
    text-align: center;
    font-size: 1.4em;
}

/* panel s tlačítkem */
.ui-dialog .ui-dialog-buttonpane
{
    border-width: 0px;
    margin-top: 0.5em;
    padding: 0.2em;
    float: right;
    background-color:transparent;
}

    /* tlačítko  */
    .ui-dialog .ui-dialog-buttonpane button
    {
        margin: 0.2em;
        cursor: pointer;
        width:60px; /*???? */
    }

/* okno message */
.ui-widget-content
{
    border: 1px solid #aaaaaa;
   /* background: #e6dca6; 
    background-color:#DFF2BF; OK */
    background-color:#e2f7f8; /* OK */

    

    font-size: 1.2em;
}

/* Border radius */
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl
{
    border-radius: 0px;
}

/* titulek */
.ui-dialog .ui-dialog-titlebar
{
    padding: 2px;
    position: relative;
    background-color:#98e6eb;
    height:26px;
}

/* písmo */
.ui-dialog .ui-dialog-title
{
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
}

/* Overlays nepřístupné pozadí   */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=100);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-color:beige; */
    background-color:silver;
}

/* stín za oknem */
.ui-widget-shadow
{
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: 0.3;
    filter: Alpha(Opacity=0);
    border-radius: 8px;
}

/* v 3.3.1*/
.ui-front {
    z-index: 100
}

