/*!
* Style for Alert Box
*/

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:0px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
/*height:244px;*/
height:auto;
width:608px;
background:#59B9D1;
border:0px solid #cecece;
z-index:2;
padding:12px;
font-size:14px;
}
#popupContact h1{
text-align:left;
color:#FFF;
font-size:22px;
font-weight:700;
border-bottom:0px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
								
}
#popupContact p{
color:#FFF;
}
#popupContact p.spacer{
padding:0px 40px 0px 60px;
padding-bottom:100px;
border-bottom:1px solid #7DCCE0;
padding-top:10px;
}
								
/*kahkin 18/10/2019 [TR00.080.329] some ess701 don't unclude hrmsnet in their path url, use .. to refer proper project path*/
#popupContact .error-entry {
	/*background:url('/hrmsnet/images/error-entry.png') 0px 0px no-repeat;*/
	background:url('../images/error-entry.png') 0px 0px no-repeat;
}
#popupContact .error-bang {
	/*background:url('/hrmsnet/images/error-bang.png') 0px 0px no-repeat;*/
	background:url('../images/error-bang.png') 0px 0px no-repeat;
}
#popupContact .error-info {
	/*background:url('/hrmsnet/images/error-info.png') 0px 0px no-repeat;*/
	background:url('../images/error-info.png') 0px 0px no-repeat;
}
#popupContact .xclose {
	/*background:url('/hrmsnet/images/xclose.png') 0px 0px no-repeat;*/
	background:url('../images/xclose.png') 0px 0px no-repeat;
}

/*end*/
								
#popupContactClose{
	margin-top:20px;
	right:10px;
	top:10px;
	position:absolute;
	display:block;
	width:22px;
	height:22px;
}
#popupContactClose:hover {
	cursor:pointer;
}

/*start-class to overwrite existing jquery-ui css added*/
.ui-widget-overlay {
    background: #000000 !important;
    border: 0px solid #cecece;
}

.ui-dialog, .ui-dialog .ui-widget-header, .ui-dialog .ui-widget, .ui-dialog .ui-widget-content { 
    background: #59B9D1 !important;
    border: 0px none !important;
    border-radius: 0px !important;
    color: #FFF;
    padding: 0px 6px 0px 6px !important;
}

.ui-dialog .ui-widget-header {
    font-size: 22px;
    padding-top: 25px !important;
}

.ui-dialog-titlebar-close {
    height: 45px !important;
    width: 35px !important;
    border: 0px none !important;
}

/*kahkin 18/10/2019 [TR00.080.329] some ess701 don't unclude hrmsnet in their path url, use .. to refer proper project path*/
.ui-dialog-titlebar-close .ui-icon-closethick {
    /*background:url('/hrmsnet/images/xclose.png') 0px 0px no-repeat !important;*/
    background:url('../images/xclose.png') 0px 0px no-repeat !important;
    height: 100% !important;
    width: 100% !important;
    border: 0px none !important;
}
/*end*/

.ui-dialog-titlebar-close .ui-icon-closethick:focus {
    border: 0px none !important;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 1px 0px !important;
    margin-top: -10px !important;
}

.ui-dialog .ui-widget-content .ui-button { 
    background: #036280 !important; 
    border-radius: 0px;
    color: #FFF !important;
    display: inline-block !important;
    font-weight: bold !important;
    padding: 3px 0px !important;
}

.ui-dialog .ui-widget-content p.spacer {
    padding:0px 40px 0px 60px;
    padding-bottom: 75px;
    border-bottom: 1px solid #7DCCE0;
    padding-top: 10px;
}

/*kahkin 18/10/2019 [TR00.080.329] some ess701 don't unclude hrmsnet in their path url, use .. to refer proper project path*/
.ui-dialog .error-info {
	/*background:url('/hrmsnet/images/error-info.png') 0px 0px no-repeat;*/
	background:url('../images/error-info.png') 0px 0px no-repeat;
}

.ui-dialog .error-bang {
	/*background:url('/hrmsnet/images/error-bang.png') 0px 0px no-repeat;*/
	background:url('../images/error-bang.png') 0px 0px no-repeat;
}
/*end*/
/*start-class to overwrite existing jquery-ui css added*/