
.site-selector {
	border-radius: 5px;
border: 1px solid #b0e3ef;
padding: 1rem;
overflow: auto;
 background-color:#e5f2fa;
}

.search-bar {
	padding:1rem 0;
	text-align:right;	
}

.txt-right {
text-align:right;	
}

#pop {
	position:fixed;
	top:100px;

	left:100px;
	width:600px;
	z-index:100;
	background-color:#fff;
	border:#999 solid 1px;
	box-shadow:1px 1px 8px #666;
	display:none;
	box-sizing:border-box;	
}
.pop_header {
	background-color:#eee;
	padding:1rem;
	font-size:1.6rem;	
	position:relative;
	font-weight:bold;
}
.pop_header a {
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	width:3rem;
	text-align:center;	
	padding:1rem;
	color:#666;
	text-decoration:none;
}
.pop_header a:hover {
	color:#fff;
	background-color:#E4494B;	
}
.pop-body {
	min-height:100px;
	padding:1rem;	
	overflow:auto;
	box-sizing:border-box;
}
#button_row {
	text-align:center;	
}
.active-row td {
	background-color:#bce7f0;	
}
.status-ok, .status-pending, .status-done {
	width:15px;
	background-image:url(../images/icon_tick.png);	
	background-repeat:no-repeat;
	background-position:center;
}
.status-pending  {
	background-image:url(../images/icon-remove.png);
}

.status-done  {
	background-image:url(../images/icon_tick_black.png);
}