﻿.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-front {
    z-index: 100;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.ui-dialog {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.9);
}


    .ui-dialog::after {
        content: " ";
        position: absolute;
        top: -10px;
        left: -10px;
        border: 10px solid rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        border-radius: 5px;
        z-index: -1;
    }

    .ui-dialog .ui-dialog-titlebar {
        background-color: rgba(0, 0, 0, 0.1);
        padding: 12px;
        position: relative;
        font-size: 13px;
        font-weight: bold;
        color: black;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        cursor: move;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 10px;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
        font-size: 0;
    }

.ui-dialog-content {
    padding: 15px;
}

.ui-button-icon {
    background-image: url(/content/ui-icons.png);
    display: block;
    height: 100%;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}
