/*
   UI CSS: theme of inception cupertino.
   Possible that only half of this is actually theme specific.
*/

/* 
    Den Dialog Titel tunen, normalerweise ist
    etwas padding zwischen der Titelleiste und dem 
    dialogrand oben und links rechts siehe Nacher/Vorher 
    Vergleichsbilder in docs/dialog-titelleiste-{gut,komisch}.png
*/

.ui-widget-overlay {
    opacity: 0.7 !important;
    background-color: rgb(115,125,135) !important;
}

.ui-text-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .1em .1em;
    vertical-align: middle;
}

.ui-dialog {
    padding: 0px 0px;
}

.ui-dialog-titlebar {
    border-width: 0px 0px 1px 0px;
}

.ui-dialog {
    padding: 0px 0px;
}

.ui-dialog-titlebar {
    border-width: 0px 0px 1px 0px;
}

.ui-progressbar-value {
    height: 36px !important;
}

.ui-state-error {
    margin: 1px 0px;
    border-radius: 2px;
}
