﻿
.ModalPopupExtenderbg {
    background: #000000;
    opacity: 0.5;
    font-family: 'elbehery';
    text-align:right;
    
}

#popUpstatus {
    background-color: #FFFFFF;
    border: 3px solid #0DA9D0;
    color: #555;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	visibility:hidden;
	width:auto;
	padding:8px;
}

.heading {
    width:auto; 
    padding:5px;
	border-bottom: 1px solid #bababa;
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    align-content: center;
    color: #000000;
    background:#fcfcfc;
}

#content_error {    
    background:#fcfcfc url('images/icons/error.png') no-repeat right 5px top 10px;
    background-size:20px;
    direction:rtl;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    color:#045202;
    padding:5px 30px; 
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
    font-weight:normal;
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

#content_success{
    background:#fcfcfc url('images/icons/success.png') no-repeat right 5px top 10px;
    background-size:20px;
    direction:rtl;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    color:#045202;
    padding:5px 30px; 
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
    font-weight:normal;
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;

}

#content_notice{
    background:#fcfcfc url('images/icons/notice.png') no-repeat right 5px top 10px;
    background-size:20px;
    direction:rtl;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    color:#045202;
    padding:5px 30px; 
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
    font-weight:normal;
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

#content_warning{
    background:#fcfcfc url('images/icons/warning.png') no-repeat right 5px top 10px;
    background-size:20px;
    direction:rtl;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    color:#045202;
    padding:5px 30px; 
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
    font-weight:normal;
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

.closeMessage_blue {
    padding: 10px;
    width: 7px;
    height: 7px;
    background-image: url('../images/icons/close-blue.png');
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    margin:7px;
}

.closeMessage_red {
    padding: 10px;
    width: 7px;
    height: 7px;
    background-image: url('../images/icons/close-red.png');
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    margin:7px;
}

.closeMessage_yellow {
    padding: 10px;
    width: 7px;
    height: 7px;
    background-image: url('../images/icons/close-yellow.png');
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    margin:7px;
}

.closeMessage_green {
    padding: 10px;
    width: 7px;
    height: 7px;
    background-image: url('../images/icons/close_green.png');
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    margin:7px;
}


#content_error p {
	font-size:13px;
	font-weight:normal;
	text-align:right;
	line-height:22px;
	color:#555555;

	width:100%;
	float: right;

	margin:19px 0;
}