/* @media screen and (max-width : 100px){
	div{width:100px;}
} */
.ui-dialog.ui-widget{

	width:100%;
}
.ui-dialog-title{
    font-weight: bold;
    line-height: 45px;
    font-size: 35px;
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    cursor: move;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px solid var(--border-color);
    margin-left: 8px;
}

.ui-widget-overlay.ui-front{
    background: black;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-front {
    z-index: 100;
}

 .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable{
	background: white;
	position: relative;
    height: auto;
}

.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close{
	float: right;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    margin-right: 4px;
    font-size: 22px;
}
