
.ui-widget {
    font-family: 'Roboto-Light', 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 1.2vw;
}

.ui-widget-overlay {
    opacity: .35 !important; /* Make sure to change both of these, as IE only sees the second one */
    filter: Alpha(Opacity=30) !important;
    background: rgb(50, 50, 50) !important; /* This will make it darker */    
}
.ui-widget-content {
    background: white !important;
    filter: Alpha(Opacity=50) !important;
    /* opacity: .80 !important; */
    border: 0 !important;
    color: rgba(117,117,117, .8) !important;
}

.ui-dialog.ui-resizable-disabled .ui-resizable-handle {   
}

.ui-dialog .ui-dialog-content {
    padding: 0.2em !important;
    display:grid;
}
.ui-dialog.ui-corner-all {
    border-radius: 6px;
}
