/* GENERAL STYLES */
/* apply a natural box layout model to all elements */

*, *:before, *:after 
{
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
abbr
{
	cursor:help;
}
/* MICROSOFT MOBILE /////////////////////////////////////////////////////////// */
@-ms-viewport {
  width: device-width;
}

/* ENGINE /////////////////////////////////////////////////////////// */

#block_panel_wait
{
	position:absolute; left:0px; top:0px; width:100%; height:100%; background-image:url(images/loading.gif); background-size:32px 32px;background-position:center; background-repeat:no-repeat; display:none; 
}

.engine-message-panel
{
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%; 
	background-color:#000000; 
	filter:alpha(opacity=80); opacity:0.8; -moz-opacity:80;
}

.engine-message-container
{
	display:block; 
	color:#FFFFFF; 
	font-family:Courier; 
	font-size:13px; 
	font-weight:bold; 
	padding:5px; 
	line-height:18px;
}

.modal-background
{
	filter:alpha(opacity=60); opacity:0.6; -moz-opacity:60;
	background-color:#333333;
}

/* RICH_EDITOR /////////////////////////////////////////////////////////// */

.rich-editor-content
{
	width:100%; 
	height:100%; 
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#FFFFFF;
}

/* REPEATER /////////////////////////////////////////////////////////// */

.repeater-loading-panel
{
	position:absolute; 
	width:100%;
	background-image:url(images/loading.gif); background-position:center; background-repeat:no-repeat;
	background-size: 32px 32px;
	z-index:1000;
	display:none;
}

.repeater-noresults-panel
{
	display:none;
	position:absolute; 
	width:100%;
	z-index:1000;
}


.repeater-loading-panel.relative, .repeater-noresults-panel.relative
{
	height:200px;
}

.repeater-scroll-panel
{
	position:absolute; left:0px; top:0px; width:100%; overflow: hidden;
}

.repeater-header-panel.absolute
{
	position:absolute; left:0px; top:0px; width:100%;
}

.repeater-header-panel.relative
{
	width:100%; 
}

.repeater-pagination-panel.absolute
{
	position:absolute; left:0px; bottom:0px; width:100%;
}

.repeater-pagination-panel.relative
{
	width:100%;
}


.content-viewer-transition-panel
{
	background-color:#FFFFFF;
}

/* RICH_TEXT /////////////////////////////////////////////////////////// */

.text-close-button
{
	cursor:pointer;
	width:16px;
	height:16px;
	right:2px;
	bottom:2px;
	background-image:url(images/ico_close.png);
	background-repeat:no-repeat;
}

/* REPEATER /////////////////////////////////////////////////////////// */

.btn-repeater-select-cell button
{
	width:100%;
	height:100%;
	background-color: transparent;
	outline: none;
	border: none;	
	cursor:pointer;
}
