/* * * * * * * * */
/* FileStructure */
/* * * * * * * * *
1 PROCESS LAYER (SC)
 * * * * * * * * */

/****************************/
/*** 1 PROCESS LAYER (SC) ***/
/****************************/
/* background transparency */
.overlay_overlay_gp {
	background-color: #AAAAAA;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay_gp_nw,
.overlay_gp_n,
.overlay_gp_ne,
.overlay_gp_w,
.overlay_gp_e,
.overlay_gp_sw,
.overlay_gp_s,
.overlay_gp_se,
.overlay_gp_sizer {
	background-color: #D6DFEF;
}

.overlay_gp_w,
.overlay_gp_e,
.overlay_gp_ne,
.overlay_gp_nw,
.overlay_gp_sw,
.overlay_gp_se,
.overlay_gp_sizer {
  width: 15px;
}

.overlay_gp_n,
.overlay_gp_s,
.overlay_gp_ne,
.overlay_gp_nw,
.overlay_gp_sw,
.overlay_gp_se,
.overlay_gp_sizer {
  height: 15px;
}

.overlay_gp_sizer {
	cursor: se-resize;
}

.overlay_gp_close{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
	width:17px;
	height:17px;
	font-family:Arial;
	font-size:19px;
	line-height:13px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#003399;
	cursor:pointer;
	float:right;
	position:absolute;
	top:4px;
	right:4px;
	z-index:1000;
}
.overlay_gp_close::after{
	content:"x";
	margin-left:-5px;
}
#sc_win_close:hover,
#sc_win_nsa_close:hover,
#sc_win_dsa_close:hover,
#sc_win_mda_close:hover,
#sc_win_dba_close:hover {
	background-position: 0px 0px;
}

.overlay_gp_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:0px;
	width:100%;
	color:#123456;
}

.overlay_gp_content {
	overflow: auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  	font: 12px arial;
	background-color: #D6DFEF;
}

/* For alert/confirm dialog */
.overlay_gp_window {
	border:1px solid #F00;
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.overlay_gp_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.overlay_gp_buttons {
	text-align:center;
	width:100%;
}

.overlay_gp_buttons input {
	width:20%;
	margin:10px;
}

.overlay_gp_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
}

.overlay_gp_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


