/* style for Dialog Background */

.dialogbck ,.dialogbckLoading
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 90;
	background-color: rgba(0,0,0,0.3);
	outline: 0;
    text-align:center;
	
	
}
.dialogholder
{
	position: relative;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	
}
/* Style for dialog message panel ,You can change width,height,top,left and
   other position by modify this*/
.dialog
{
	width:40%;
	margin: auto;
	margin-top: 4%;
}
.dialog1X
{
	width:50%;
	margin: auto;
	margin-top: 5%;
}
.dialog2X
{
    width:60%;
    margin: auto;
	margin-top: 5%;
}
.dialog3X
{
    width:70%;
    margin: auto;
	margin-top: 5%;
   
}

.dialogWidth
{
    width:40%;
}

.dialogJournal
{
    width:70%
}
/* Dialog Message Panel header Style */
.dialogHeader
{
	font-weight: bold;
	font-size:14px;
}
/* Dialog Message Panel body Style */
.dialogBody
{
	max-height: 70%;
	min-height: 20%;
	overflow-y: auto;
}
.dialogBodyMstDtl
{
	max-height: 85%;
	min-height: 20%;
	overflow-y: auto;
}

