body, textarea {
	margin: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	height: 100%;
}

#list_container {
	clear: both;
	float: left;
	margin-top: 1px;
	padding: 0px 4px 4px 2px;
	border-right: 1px dotted grey;
	border-bottom:1px dotted grey;
	overflow: hidden;
	display: none;
	transition: margin-left 1s;
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-o-transition: margin-left 1s;
	-ms-transition: margin-left 1s;
}

#list {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

#edit_container {
	float: left;
	margin-top: 1px;
	padding: 0px 4px 4px 4px;
	border-right: 1px dotted grey;
	border-bottom:1px dotted grey;
	overflow: hidden;
	display: none;
}

#edit {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

input[type=text] {
	padding-left: 2px;
}

input[type=checkbox] {
	margin: 2px;
}

.expand {
  background-color: #777;
  color: white;
  float: right;
  padding: 0 2px 1px 2px;
  margin-right: 2px;
}
.expand:hover {
  background-color: #ccc;
  color: black;
  cursor: pointer;
}

.trhead {
	text-align: center;
}

.trhead td {
	padding: 3px 6px 3px 6px;
}

.trhead td a {
	cursor: pointer;
}

.trl0, .tr0 {
/* 	background-color: #D5D5D5; */
	background-color: rgba(204, 197, 186, 0.5);
	padding: 0px 2px 0px 2px;
}

.trl1, .tr1 {
/* 	background-color: #EEE; */
	background-color: rgba(245, 235, 220, 0.49);
}

.inactive {
	color: rgba(0, 0, 0, 0.25);
	font-style: italic;
}

.title {
	font-weight:bold;
	padding: 4px;
	float: left;
	margin: 2px 8px 0 8px;
}

.center {
	text-align: center;
	padding: 2px 0px 2px 0px;
}

.prop {
	padding: 2px 4px 2px 4px;
}

.img_info {
	background-color: #666;
	color: white;
	position: absolute;
	bottom: 3px;
	left: 1px;
	float: right;
	opacity: 0.7;
	text-shadow: 0px 0px 5px black;
	padding: 1px 4px;
	font-size: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: none;
}

.img_tool {
	position: absolute;
	top: 5px;
	right: 5px;
	float: right;
	display: none;
}

.overlay {
	color: white;
	text-shadow: 0px 0px 5px black;
	cursor: pointer;
	opacity: 0.7;
}

.zoom {
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	-ms-transition: .25s ease;
	transition: .25s ease;
	z-index: 0;
}

.zoom:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	z-index: 100;
}

#central_info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	background-color: black;
	opacity: 0.6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: white;
	text-shadow: 1px 1px 0px black;
	overflow:auto;
	display:none;
	z-index: 9999;
	padding: 10px;
}

.pager {
	font-size: 9px;
	padding: 2px 4px;
	width: 8px;
	height: 11px;
	text-align: center;
	margin-right: 3px;
	background-color: #F8F8F8;
	border: 1px solid #888;
}

a.pager {
	background-color: #DDD;
}

a.pager:hover {
	background-color: #bbb;
	color: white;
	cursor: pointer;
}

#data a {
	color: black;
	text-decoration: none;
}

#data a:hover {
	text-decoration: underline;
}

.selectextra {
  background-color: rgba(255, 255, 255, 1);
}
.selectextra tr:nth-child(even) {
  background-color: rgba(245, 245, 245, 1);
}
.selectextra tr:nth-child(odd) {
  background-color: rgba(230, 230, 230, 1);
}
.selectextra tr, .selectextra tr a {
  color: rgba(0, 0, 0, 0.4) !important;
}
.selectextra tr:first-child, .selectextra tr:first-child a {
  color: rgba(0, 0, 0, 1) !important;
}

.ui-dialog-content { font-size: 11px; margin: 0px; }

.help {
	opacity: .3;
}

.help:hover {
	opacity: 1;
}

.ui-tooltip {
	background: black;
	border: 2px solid white;
	padding: 14px 20px;
	color: white;
	border-radius: 20px;
	font-size: 14px;
	box-shadow: 0 0 7px black;
}

.ecal_table {
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ecal_title, .ecal_nav {
	text-align: center;
	vertical-align: middle;
	height: 25px;
	border: 1px solid #CCC;
}

.ecal_nav {
	cursor: pointer;
	font-size: 18px;
}

.ecal_day {
	background-color: #CCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	vertical-align: top;
	padding: 3px;
	border: 1px solid transparent;
	position: relative;
}

.ecal_on {
	opacity: 0.9;
}

.ecal_off {
	opacity: 0.3 !important;
}

.ecal_weekend {
	background-color: #BBB;
}

.ecal_today {
	border: 2px solid #888;
}

.ecal_day_number {
	text-align: right;
}

.ecal_event {
	width: 8px;
	height: 8px;
	margin: 1px;
	float: left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ecal_date {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	width: 80px;
}

.ecal_time_label {
	font-size: 8px;
	position: absolute;
	right: 1px;
}

.ecal_time_line {
	width: 100%;
	position: absolute;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #d5d5d5;
	left: 0px;
}

.ecal_event_days {
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.7;
	overflow: hidden;
/* 	box-shadow: 0px 0px 1px 1px #e7e7e7; */
	border: 1px solid #e7e7e7;
	transition: width 1s, left 1s;
	-webkit-transition: width .5s, left .5s;
	-moz-transition: width 1s, left 1s;
	-ms-transition: width 1s, left 1s;
	-o-transition: width 1s, left 1s;
}

.ecal_event_label {
	color: white;
	font-size: 8px;
	text-shadow: 0px 0px 3px black;
	padding: 3px 0 3px 3px;
	margin: 0 3px 0 0;
	height: 68%;
	overflow: hidden;
	cursor: default;
}

.ecal_layer {
	margin: 1px;
	float:left;
	cursor: pointer;
	width: 10px;
	height: 10px;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 13px;
	background-color: #efefef;
	font-size: 10px;
	padding: 1px;
	opacity: 0.9;
	transition: margin-left 1s;
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-o-transition: margin-left 1s;
	-ms-transition: margin-left 1s;
}
.timestamp {
	background-color:#888;
	color:#eee;
	padding:1px 3px;
	border-radius:3px;
}
.person {
	margin-right: 2px;
	border: 1px solid #ccc;
	border-radius: 2px;
    display: inline-grid;
}

#szamla_dialog #invoice_items {
	width: 100%;
	border: 1px solid #aaa;
	border-collapse: collapse;
	border-style:
}
