﻿
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
        background-color: rgb(11 71 123);
        color: #ffffff;
    }


.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}





.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.GridControlQueryCenter {
    position: absolute;
    left: -230px;
    top: -150px;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-widget-content {
    border: 1px solid #040404;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #000000;
    /*background: #cccccc url("../icone/close.svg") 50% 50% repeat-x;*/
    color: #222222;
    font-weight: bold;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa;
    opacity: 0.3;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 5px;
    top: 55%;
    width: 15px;
    margin: -10px 0 0 0;
    background: url("../icone/close.svg") 50% 50% no-repeat;
    padding: 1px;
    height: 15px;
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 5px;
    top: 55%;
    width: 15px;
    margin: -10px 0 0 0;
    background: url("../icone/close.svg") 50% 50% no-repeat;
    padding: 1px;
    height: 15px;
    border: none;
}
