@charset "UTF-8";
#arcSplashScreen {
    position: absolute;
    height: 330px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 100;
    background-color: #0071CE;
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.4);
    display : none;
}
.arcClicked {
	background-color: #F0F0F0 !important;
	color: #666666 !important;
	-webkit-box-shadow: inset 0px 0px 0px 4px rgba(120,120,120,0.41);
	-moz-box-shadow: inset 0px 0px 0px 4px rgba(120,120,120,0.41);
	box-shadow: inset 0px 0px 0px 4px rgba(120,120,120,0.41);
}
.arcClickedOnTransparentObject
{
	background-color: rgba(255, 255, 255, 0.4) !important;
	-webkit-box-shadow: inset 0px 0px 0px 4px rgba(120,120,120,0.41);
	-moz-box-shadow: inset 0px 0px 0px 4px rgba(120,120,120,0.41);
	box-shadow: inset 0px 0px 0px 4px rgba(120,120,120,0.41);
	visibility: visible !important;
}
div.arcDialogDoc-overlay 
{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background-color: rgba(0,0,0,0);
}
.arcComponentWithHighlightBox,
.arcComponentWithHighlightBoxWhenFocussed:focus
{
	
	box-shadow: rgb(255, 135, 0) 0px 0px 0px 3px;
	outline: none !important;
}
#arcLoadingContainer 
{
	width: 60px; 
	height: 60px; 
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/t50.png");
	background-repeat: repeat;
	border: 4px solid #eee;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	padding: 15px;
}