/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.  See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License.  You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

.configwidget {
	border: 1px solid;
	text-align: center;
	/*border-radius: 10px;
	-moz-border-radius: 10px;*/
	margin-bottom: 8px;
}

.configwidget h3 {
	background: #0053fb;
	color: white;
	margin-top: 0px;
	margin-bottom: 0;
}

.siteconfigdesc {
	padding: 5px 5px 1px 5px;
}

.cfgerror {
	color: #ff0000;
}

.cfgsuccess {
	color: #008000;
}

.GMVaffiliationwrapper {
	position: relative;
	background-color: #ffffff;
}
#siteconfigconfirmoverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.6;
	background-color: #5a5a5a;
	padding-bottom: 2px;
	z-index: 10;
	display: none;
}
#affiliationconfirmbox {
	top: 0;
	left: 0;
	border: 1px solid black;
	width: 60%;
	height: 60%;
	position: absolute;
	background-color: #f4f4f4;
	padding: 10px;
	z-index: 10;
	display: none;
}
#affilconfirmname {
	font-weight: bold;
}
#affilconfbox-table {
	display: table;
	width: 100%;
	height: 100%;
}
#affilconfbox-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
