#alert-area
{
	position: absolute;
    top: 1px;
    right: 10px;
	font-size: 16px;text-align: center;
}
.alert-message
{
	font-size: 16px;
	text-align: center;
	position: absolute;
}
.popup1{
width: 100%;
margin: 0 auto;
display: block;
position: fixed;
z-index: 9999999;
top:0;
left:0;
height:100%;
background:rgba(0,0,0,0.7);
}

.popup_width{width:700px!important; height:330px!important;}

.cnt223{
min-width: 805px;
width: 805px;
margin: 100px auto;
position: relative;
z-index: 103;
padding: 0;
background:#f6cb1d;
border:1px solid #fff;
}
.x{background:url(<?= images_url() ?>rs_opg/Close_Button.png) no-repeat 0 0; height: 40px;
    position: absolute;
    right: -14px;
    top: -10px;
    width: 40px; z-index:999;}
.x:hover{cursor:pointer;}
@media (min-width:768px) and (max-width:992px) {
	.cnt223{
		min-width: 700px;
		width: 90%;
		
		}
	}
@media (max-width:767px) {
.popup1{display:none;}
.cnt223{
	min-width: 290px;
	width: 90%;
}
.x{background:url(<?= base_url() ?>images/rs_opg/Close_Button_s.png) no-repeat 0 0; height: 40px;}
}
#alert-area{position: absolute;top: 1px;right: 10px;font-size: 16px;text-align: center;}
.alert-message{	font-size: 16px;text-align: center;position: absolute;}
.popup1{width: 100%;margin: 0 auto;display: block;position: fixed;z-index: 9999999;top:0;left:0;height:100%;background:rgba(0,0,0,0.7);}
.cnt223{min-width: 700px;width: 700px;margin: 100px auto;position: relative;z-index: 103;padding: 0;background:#f6cb1d;border:1px solid #fff;}
.x{background:url(/images/rs_opg/Close_Button.png) no-repeat 0 0; height: 40px;position: absolute;right: -14px;top: -10px;width: 40px; z-index:999;}
.x:hover{cursor:pointer;}

@media (min-width:768px) and (max-width:992px) {
	.cnt223{min-width: 700px;width: 90%;}
}
@media (max-width:767px) {
.popup1{display:none;}
.cnt223{min-width: 290px;width: 90%;}
.x{background:url(<?= base_url() ?>images/rs_opg/Close_Button_s.png) no-repeat 0 0; height: 40px;}
}

.show_job_main .show_job_popup { margin-left:-400px!important;}
.show_job_main .show_job_popup #close_img { cursor:pointer;}
@media screen and (max-width:991px) and (min-width:768px) {
.show_job_main .show_job_popup #close_img {right:5px!important; top:5px!important;}
}
@media screen and (max-width:991px) {
.show_job_main .show_job_popup { margin-left:-350px!important;}
.show_job_main .show_job_popup #job_img { width:700px!important;}
.show_job_main .show_job_popup .user_detail { top:72%!important;}
.show_job_main .show_job_popup #MapId {position: absolute; left:105px; top:178px; width:490px; height:47px; cursor:pointer;}
}
@media screen and (max-width:767px) {
.show_job_main { position:absolute!important; min-height:600px!important;}
.show_job_main .show_job_popup { margin-left:-150px!important;}
.show_job_main .show_job_popup #job_img { width:300px!important;}
.show_job_main .show_job_popup .user_detail { width:210px!important;}
.show_job_main .show_job_popup #close_img { width:25px!important; right:-5px!important; top:-5px!important;}
.show_job_main .show_job_popup #MapId { position:absolute; left:45px; top:76px; height:20px; width:210px; cursor:pointer;}
}