﻿/*.dlg-no-title .ui-dialog-titlebar {
    display: none;
}*/

.dlg-no-title .ui-dialog-title {
    text-align :center;
    text-wrap :normal;    
}


.dlg-no-title .plupload_header {
    display: none;
}

.dlg-no-title .plupload_content {
    position: absolute;
    top: 29px;
    bottom: 44px;
    left: 0;
    right: 0;
    overflow-y: auto;
    width: 100%;
}

.plupload_files_queued .plupload_droptext {
    display: block;
}

.dlg-no-title .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 0em;
    background: none;
    overflow: auto;
}

.nps-no-title {
    position: static;    
}

.dlg-no-title .ui-dialog-title {
    margin: 0em 1em 0 0;
}

.tableFixHead {
    overflow-y: auto;
    height: 100px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
    }