/**
 * ITBrix UI
 *
 * @author	Zhekov, Ivan (ITBrix) <http://wordframe.com>
 * @version	1.0
 */




/*--------------------------------------------------------------------------*/




/**
 * @region Window
 */
.wf-ui-window-holder {
	width: 100%;
	height: 100%;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	zoom: 1;
}


.wf-ui-overlay {
	width: 100%;
	height: 100%;
	background: #000000;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: .6;
	filter: alpha(opacity=60);
	display: none;
}
.wf-ui-window-holder .wf-ui-overlay {
	display: block;
}


.wf-ui-window {
	margin-left: -306px;
	margin-top: -285px;
	padding: 5px;
	width: 600px;
	background: #444444;
	background: rgba(50, 50, 50, .6);
	*background: #444444;
	border: 1px solid #ffffff;
	-moz-box-shadow: 0 0 5px #ffffff;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1001;
}


.wf-ui-window-title-bar {
	padding: 5px 0;
	color: #ffffff;
	font: 11px verdana;
	position: relative;
}
.wf-ui-window-title-bar h6 {
	margin: 0;
	padding: 0;
	color: inherit !important;
	font-family: inherit;
	font-size: inherit;
}
.wf-ui-window-title-bar .close-link {
	color: #999999;
	position: absolute;
	top: 5px;
	right: 10px;
	left: auto;
}
.wf-ui-window-content {
	padding: 20px;
	max-height: 470px;
	background: #ffffff;
	overflow-y: auto;
}




.popup-search-results {
	margin-top: 15px;
}
.popup-search-results h6 {
	margin: 0;
	color: #999999;
	font: 11px Verdana;
	text-align: right;
}
.popup-search-results ul {
	margin-top: 5px;
	padding: 0;
	list-style: none;
}
.popup-search-results li {
	margin: 0 0 5px;
	border-top: 1px dashed #c6d9e9;
	border-bottom: 1px dashed #c6d9e9;
}
.popup-search-results .odd {
	background: #e4f2fd;
}
.popup-search-results .even {
	background: #ffffff;
}
.popup-search-results li:hover {
	background: #d2e7fc;
}


.popup-search-results li a {
	padding: 5px;
	display: block;
}



 
/** @endregion */




/*--------------------------------------------------------------------------*/

/**
 * @region Flash uploader
 */

table.flash {
	width: 100%;
}

div.fieldset {
	border:  1px solid #b0ccff;
	margin: 10px 0;
	padding: 10px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #E4F2FD;
	padding: 3px;
	top: -18px;
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
}

div.flash {
	margin: 10px 5px;
	border-color: #b0ccff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.progressWrapper {
	overflow: hidden;
}

.progressContainer {
	margin: 2px;
	padding: 4px;
	border: solid 1px #B1C3D5;
	background-color: #ffffff;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #B1C3D5;
	background-color: #ffffff;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	height: 16px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url("../media/icons/silk/delete.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.swfupload {
	vertical-align: top;
}




/**
 * @region Fixes
 */
/** @endregion */