﻿html body .RadWindow {
    border: 1px solid #ccc;
    background: white;
    padding: 10px 20px;
    height: auto !important;
    box-shadow: 5px 5px 5px #dddddd;
}

    html body .RadWindow .rwIcon {
        display: none !important;
    }

    html body .RadWindow .rwTitle {
        padding: 0px;
        font-size: 20px;
        color: #666666;
    }

    html body .RadWindow .rwTitleBar {
        background: none;
        margin: 0px;
        border-bottom: 1px solid #ccc;
    }

    html body .RadWindow .rwContent {
        border: none;
        color: #666666;
        height: auto !important;
    }

.dialog-input-row {
    display: block;
    min-width: 600px;
}

.dialog-field-label {
    display: block;
}

.dialog-date-picker-full input[type="text"] {
    width: 100% !important;
}

.ui-dialog {
    z-index: 9999;
    border: 1px solid #ccc;
    background: white;
    padding: 10px 20px;
    border-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.ui-dialog-title {
    display: none;
}

.ui-dialog-buttonset {
    text-align: right;
}

.reToolBarWrapper {
    white-space: normal;
}

.RadCalendarPopup, .RadCalendarFastNavPopup {
    z-index: 100050 !important;
}