﻿.ui-widget-header {
    border: none;
    background: none;
}

.ui-dialog {
    position: fixed !important; /* Override Default jQuery UI Styles */
}

.ui-widget {
    font-size: .9em !important; /* Override Default jQuery UI Styles */
}

.ui-button-text {
    font-size: 1.2em !important; /* Override Default jQuery UI Styles */
}

.dialog-close.ui-state-hover {
    border: 1px solid #d63a4a !important;
    /*background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;*/
    font-weight: bold;
    color: #d63a4a;
}

.dialog-close.ui-state-default { /* Override Default jQuery UI Styles */
    border: 1px solid #ccc;
    /*background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;*/
    font-weight: bold;
    color: #d63a4a;
}

.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    height: 100%;
}

.dialog.hide {
    display: none;
}

.dialog {
    /*position: fixed;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    margin: auto;
    /*width: 800px;*/
    background: #fff;
    /*height: 500px;*/
    /*border: 2px solid #999;*/
    /*box-shadow: rgba(0,0,0,.8) 0px 0px 10px;*/
}

    .dialog header {
        height: 50px;
        border-bottom: 1px solid #999;
        background: none;
        color: #111;
    }

        .dialog header h2 {
            line-height: 40px;
            margin: 0px;
            padding: 0px 15px;
            color: #111;
            text-transform: capitalize;
        }


    .dialog .content {
        padding: 15px 15px;
    }

        .dialog .content .important {
            font-size: 1.2em;
            margin-bottom: 15px;
            display: inline-block;
        }

        .dialog .content input[type=text] {
            padding: 7px 5px;
            font-size: 1.2em;
        }
