@CHARSET "UTF-8";
@import url(lib/jquery/jquery.ui/jquery-ui.css);
@import url(lib/jquery/jquery.autocomplette/jquery.autocomplette.css);
@import url(lib/jquery/jquery.gritter/jquery.gritter.css);
@import url(lib/jquery/jquery.qtip/jquery.qtip.min.css);
@import url(lib/jquery/jquery.selectize/jquery.selectize.css);
@import url(lib/jquery/jquery.select2/select2.css);
@import url(lib/jquery/jquery.timepicker/timepicker.min.css);
@import url(lib/dhtmlx/vault/dhtmlxvault.css);
@import url(lib/spectrum/spectrum.css);
@import url(lib/dropzone/dropzone.css);

@import url(lib/dhtmlx/dhtmlx.css);

/* ------------------------------------------------------------------------- */
/* Alap dolgok stilusa ----------------------------------------------------- */
/* ------------------------------------------------------------------------- */

body, html
{
	background: URL(images/bg_passive.png);
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

A.dhxList
{
	text-decoration: none;
	color: #000000;	
}

A.dhxList: HOVER
{
	text-decoration: underline;
	color: #000000;	
}

/* ------------------------------------------------------------------------- */
/* Form stiluslap ---------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.form {
	margin: auto;
}

.formSlider
{
	display: block;
	float: right;
}

.formDiv
{
	margin-left: auto;
	margin-right: auto;
} 

.formDiv td {
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

.formDiv fieldset, form
{
	border: none;
	padding: 0px;
	margin: 0px;
}

.formDiv label
{
	text-align: right;
	display: block;
	float: left;
	clear: left;
	padding: 2px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	font-size: 11px;
	line-height: 14px;
}

.formDiv .unit
{
	padding: 2px 1px 1px 2px;
	margin: 1px 1px 1px 1px;
	font-size: 11px;
	line-height: 14px;
}

.formDiv input
{
	font-family: Arial;
	border: 1px solid #cccccc;
	margin: 0px 1px 0px 1px;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
	line-height: 14px;
}

.dhx_combo_input
{
	border: none !important;
}

.formDiv label.radio 
{
	clear: none;
	float: none;
	text-align: left;
	display: block;
	font-size: 11px;
	line-height: 14px;
	padding-left: 20px;
}

.formDiv input.radio 
{
	border: 0px;
	clear: left;
	float: left;
	margin-top: 3px;
}

.formDiv label.checkbox 
{
	clear: none;
	float: none;
	text-align: left;
	display: block;
	font-size: 11px;
	line-height: 14px;
	padding-left: 20px;
}

.formDiv input.checkbox 
{
	border: 0px;
	float: left;
	margin-top: 4px;
}

.formDiv textarea
{
	border: 1px solid #cccccc;
	margin: 0px 1px 0px 1px;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
}

.formDiv select
{
	font-family: Arial;
	border: 1px solid #cccccc;
	margin: 0px 1px 0px 1px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
}

.formDiv div.inputNormal
{
	padding: 2px;
	clear: both;
	float: none;
}

.formDiv div.inputNormal>button, .button
{
	display: block;
	height: 25px;
	padding-bottom: 2px;
	font-size: 11px;
}

.formDiv div.inputReadonly
{
	padding: 2px;
	clear: both;
	float: none;
}

DIV.readOnlyDiv {
	border: 1px solid transparent; margin: 0px 1px 0px 1px; padding: 1px 1px 1px 1px; font-size: 11px; 
	padding-top: 2px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 160px;
	border: 1px solid #efefef;
	height: 50px;
	white-space: pre-wrap;   
	white-space: -moz-pre-wrap;    
	white-space: -pre-wrap;   
	white-space: -o-pre-wrap;    
	word-wrap: break-word;  	
}

.formDiv div.inputReadonly input {
	border: 1px solid transparent; margin: 0px 1px 0px 1px; padding: 1px 1px 1px 1px; font-size: 11px; 
}

.formDiv div.inputReadonly select {
		border: 1px solid transparent; margin: 0px 1px 0px 1px; padding: 0px; font-size: 11px; 
}

.formDiv div.inputReadonly textarea {
	border: 1px solid transparent; margin: 0px 1px 0px 1px; padding: 1px 1px 1px 1px; font-size: 11px; 
}	

.formDiv .required
{
	background-color: #ffffc3;
}

.formDiv .commentIcon
{
	margin-right: 2px;
}


/* ------------------------------------------------------------------------- */
/* Egyedi esetek globalis osztalyok ---------------------------------------- */
/* ------------------------------------------------------------------------- */

.diverterLine
{
	height: 1px;
	margin-top: 1px;
	width: 100%;
	border-top: 1px solid #cccccc;
}

span.hotkey {
	font-size: 11px;
	color: #4985b7;
	font-weight: normal;
	margin-left: 5px;
}

#fade {
	display: block;
	background: #000000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .50;
	z-index: 10000;
	overflow: none;
}

.faded {
	background: #000000;
	opacity: .50;
}	

img.pageProgress {
	position: relative;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 19px;
	margin-top: -10px;
	margin-left: -110px;
}

img.contentProgressMid {
	position: relative;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
}
/* ------------------------------------------------------------------------- */
/* DHTMLX eseten szukseges css --------------------------------------------- */
/* ------------------------------------------------------------------------- */

.gridEven
{
	background-color: #ffffff;
}

.gridUneven
{
	background-color: #f3f3f3;
}

.gridHover
{
	background-color: #9eb1f0;
}

.dDiv
{
	width: 100%;
	height: 100%;
	height: 100%;
}

.pDiv
{
	width: 100%;
	height: 100%;
	background-color: #000000;
	background: URL(images/bg_blank.png);
}

div.dhxcont_global_content_area > div:first-of-type {
	overflow: hidden !important;
}

#errorDiv, #alertDiv {
	overflow: auto;
	height: 100%;
	width: 100%;
	background-color: #efefef;
}

#errorDiv, #alertDiv ul {
	list-style-type: disc;
}
		
#errorDiv, #alertDiv li {
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #00004A;
}

#debugDiv {
	overflow: auto;
	height: 100%;
	width: 100%;
	background-color: #fcfcfc;
	padding: 3px;
	font-family: monospace;
	font-size: 11px;
}
