.scid-dialog {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 11010;
    top: 50%;
    left: 50%;
    display: none;
}
.scid-dialog-content {
    display: none;
}
.scid-dialog-overlay {
    display: none;
	height: 100%;
    width: 100%;
	position: fixed;
	left: 0;	
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 11000;
    background: #000000;
}
.overlay-respond__col input[type="file"]{
    font-size: 14px;
    color: #5e5e5e;
}
.scid-dialog-inner-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}