.status {
	margin: 6px;
/*	text-align: center; */
	font-weight: bold;
}

.error {
	color: darkred;
	padding: 7px;
	background-color: lightcoral;
}

.success {
	color: green;
	padding: 7px;
	background-color: lightgreen;
}

.info {
}

.debug {
	color: grey;
	padding: 7px;
	background-color: lightgrey;
}
pre.debug {
	font-size: 10px;
}
pre.debug.sql {
	line-height: 1.1em;
	max-height: 11em;
	max-width: 70vw;
	resize: both;
	overflow: auto;
	border: 1px lightgrey solid;
	margin: 3px 0 3px 0;
	padding: 3px;
}

.inline_error {
	background-color: #f68080;
}

.title {
/*	text-align: center; */
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	line-height: 150%;
}

.comment {
	font-size: 10px;
}

.monospaced-font {
	font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace !important;
}

.centered {
	margin: 0 auto 0 auto;
}

table:not(.dataTable) tr th {
/* table tr th { */
	white-space: nowrap;
}

table caption {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

table {
/*	margin: 0 auto 0 auto; */
	padding: 0;
	border-spacing: 0;
}



form table tr.button td {
	text-align: center;
}



/* 1080px magasságnál nincsen html scrollbar, csak ennek: */
.ui-tabs-panel {
/*	max-height: 720px; */
	overflow: auto;
}

#list_filter {
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 5px;
}
.list_filter-child {
	padding: 5px 5px 0px 15px;
}

#list_filter form table td,
.list_filter-child form table td {
	padding: 2px;
}

#list_filter form table tbody tr td,
.list_filter-child form table tbody tr td {
	height: 24px;
	vertical-align: middle;
}

#list_filter form table tbody tr td.inputtitle,
.list_filter-child form table tbody tr td.inputtitle {
	text-align: right;
}

#list_filter form table tbody tr td input[type=text]:not(.select2-input),
#list_filter form table tbody tr td select:not(.no-width),
.list_filter-child form table tbody tr td input[type=text]:not(.select2-input),
.list_filter-child form table tbody tr td select:not(.no-width) {
	width: 216px;
	min-height: 22px;
}

#list_filter form table tbody tr td input[type=text].hasDatepicker,
.list_filter-child form table tbody tr td input[type=text].hasDatepicker {
	width: 84px;
}

#list_filter button {
	margin-top: .5em;
}

.title.report-schema_name {
	font-size: 14px;
	padding-left: 14px;
}
.title.report-menu_names {
	font-size: 16px;
}
.report-page-text .title {
	font-size: 12px;
	padding: 3px 0px 2px 0px;
}
.report-page-input .report-page-title {
	display: inline;
}
.report-page-input input.date {
	width: 80px;
}
.report-page-input input.time {
	width: 60px;
}
.report-page-select select {
	min-width: 80px;
}
.report-page .no_data {
	font-size: 14px;
}

form.jtable-dialog-form div.jtable-input-label {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.jtable-text-input input[type=text],
.jtable-text-input input[type=email],
.jtable-dropdown-input input[type=text],
.jtable-custom-input input[type=text],
.jtable-custom-input input[type=password],
.jtable-custom-input input[type=email] {
	width: 350px;
}

.jtable-numeric-input input,
.jtable-money-input input,
.jtable-percent-input input {
	width: 150px;
}

.jtable-date-input input,
.jtable-datetime-input input {
	width: 100px;
}

.jtable-text-input table.cron_details input[type=text],
.jtable-custom-input table.cron_details input[type=text] {
	width: 200px;
}

.jtable-createshow-input,
.jtable-editshow-input {
	min-width: 200px;
	max-width: 450px;
	margin-left: 12px;
	font-size: 13px;
}

.jtable-compute.ui-button {
	margin-left: .5em;
	margin-bottom: 2px;
	cursor: pointer;
	font-size: 12px !important;
}

.jtable-editshoworig {
	font-size: 11px;
}

table.cron_details tr td {
	white-space: nowrap;
}

table.hours_details tr td {
	white-space: nowrap;
}

.jtable-data-row.error {
	background-color: #FF0000 !important;
	color: black !important;
}

.jtable-data-row .subtable-link {
	text-decoration: underline;
	cursor: pointer;
}
.jtable-data-row .subtable-link.no-underline {
	text-decoration: none;
}

div.jtable-main-container {
	font-size: 11px;
}

div.jtable-main-container > div.jtable-title {
	background: url("custom-theme/images/ui-bg_highlight-soft_25_252525_1x100.png") repeat-x scroll 50% 50% #252525;
	border: 1px solid #252525;
	color: #DDDDDD;
	padding-right: 220px;
}

div.jtable-main-container > div.jtable-title div.jtable-title-text {
	font-size: 16px;
}


div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
	background-color: #353535;
	color: #DDDDDD;
}

div.jtable-main-container > table.jtable > thead > tr {
	background: url("custom-theme/images/ui-bg_highlight-soft_25_252525_1x100.png") repeat-x scroll 50% 50% #252525;
	border: 1px solid #252525;
	color: #DDDDDD;
	font-weight: normal;
}

div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
	font-size: 11px;
	color: #DDDDDD;
	font-weight: bold;
}

div.jtable-main-container > table.jtable > thead th.jtable-column-header.jtable-column-header-sortable div.jtable-column-header-container span.jtable-column-header-text {
	padding-right: 15px;
}

div.jtable-main-container > table.jtable > tbody > tr > td {
	border: 1px solid #A0A0A0;
	height: 19px;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row:hover {
	background: #B1E4EF;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
	vertical-align: middle;
	padding: 2px;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row.inactive {
	opacity: 0.47;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row.disabled {
	opacity: 0.35;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-row-even {
	background-color: #E8E8E8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-row-selected {
	background-color: #999999;
	color: #222222;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-selected.jtable-row-even {
	background-color: #8A8A8A;
}

div.jtable-child-table-container {
	width: 80vw;
	margin: 5px 5px 10px 15px;
}

div.jtable-main-container > div.jtable-title .jtable-close-button {
	background: url("../js/jtable/themes/lightcolor/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 22px;
	height: 22px;
}

div.jtable-main-container a.email_address,
div.jtable-main-container a.telephone,
div.jtable-main-container a.postal_address {
	color: inherit;
}

#map-canvas {
	height: 100%
}

#map-canvas div {
	line-height: normal !important;
}

.gm-style-iw div {
	font-family: arial;
}

form[name=login] input[type=text],
form[name=login] input[type=email],
form[name=login] input[type=password] {
	width: 180px;
}

form[name=personal_settings] table tbody tr.module td {
	padding: 1.5ex 0 0.5ex 0;
	font-weight: bold;
}
form[name=personal_settings] table tbody tr.config td:first-child {
	padding-left: 1em;
	padding-right: 1em;
}
form[name=personal_settings] table tbody tr.config td {
	padding-bottom: 0.5ex;
}

.matview-refresh-info {
	color: #E51F16;
	font-weight: bold;
	margin: 7px 7px 7px 0;
}

.select2-results {
	line-height: normal;
}

table.cron_details tr td {
	padding: 2px;
}

table.hours_details tr td {
	padding: 2px;
}

form.jtable-dialog-form div.jtable-textarea-input textarea,
form.jtable-dialog-form div.jtable-custom-input textarea {
	width: 450px;
	height: 7em;
	min-height: 85px;
}

table.postal_address_details {
	margin-left: 7px;
}
table.postal_address_details tbody tr td {
	padding-top: 3px;
	padding-left: 3px;
}
table.postal_address_details tbody tr td input[type=text] {
	width: 280px;
}

div.title > div.description {
	margin-top: 4px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 140%;
}

div#report.task_element > div {
	width: 480px;
	padding: 8px;
	margin: 15px;
	border: 1px black solid;
	font-size: 20px;
	font-weight: bold;
}
div#report.task_element > div > div.description {
	margin-top: 3px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
div#report.task_element > div.ready {
	color: #CDCDCD;
}

div#report.form_question > div.form_question_answer_value_other > textarea {
	width: 370px;
	height: 5.8em;
}

div#report.form_table > table > tbody > tr.elem td {
	padding-top: 12px;
	padding-bottom: 3px;
}
div#report.form_table > table > tbody > tr > td > div.title {
	padding: 0px;
	padding-bottom: 2px;
	font-size: 14px;
}
div#report.form_table > table > tbody > tr > td > div.description {
	padding-left: 8px;
}
div#report.form_table > table > tbody > tr > td {
	padding: 2px;
	vertical-align: top;
}
div#report.form_table > table > tbody > tr > td:first-child {
	padding-top: 4px;
}
div#report.form_table > table > tbody > tr > td > textarea {
	width: 220px;
	height: 3.5em;
}
div#report.form_table > table > tbody > tr > td > input[type=button] {
	margin-right: 3px;
}

div#report_menu {
	margin-top: 10px;
}
div#report_menu > div.button {
	margin-right: 20px;
	padding: 5px 15px 5px 15px;
	border: 1px black solid;
	float: left;
}

div.dataTables_scrollBody table.dataTable {
	margin: 0;
}
table.dataTable caption {
	padding-bottom: 14px;
	font-size: 11px;
}
table.dataTable tbody tr td:first-child {
	border-left: none;
}
table.dataTable tbody tr td {
/*	border-left: 1px solid lightgrey; */
}
table.dataTable thead th.display_none,
table.dataTable tbody td.display_none {
	display: none;
}
table.dataTable thead th.nowrap,
table.dataTable tbody td.nowrap {
	white-space: nowrap;
}
table.dataTable.compact thead th.sorting_disabled,
table.dataTable.compact thead th[colspan],
table.dataTable.compact thead td.sorting_disabled,
table.dataTable.compact thead td[colspan] {
	padding: 6px 8px 6px 8px;
}
table.dataTable.compact tbody tr,
table.dataTable.compact tbody td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0.5em;
	padding-right: 0.3em;
}
table.dataTable.compact tbody td.photo_thumbnail {
	padding: 1px;
}
table.dataTable.compact {
	border-collapse: collapse;
}
table.dataTable.compact > tbody > tr > td {
	border-right: 1px solid #808080;
}
table.dataTable.compact > tbody > tr > td:last-child {
	border-right: 0;
}
table.dataTable.compact tbody td[nowrap="nowrap"][align="right"] {
	padding-left: 0.3em;
	padding-right: 0.5em;
}
table.dataTable.stripe tbody tr.odd {
	background-color: #EAEAEA;
}
table.dataTable.subtabled tbody tr.shown + tr > td {
	padding: 5px 0px 15px 3px;
	border-left: 1px solid #808080;
}

.dataTables_wrapper .dataTables_filter {
}

.dataTables_scrollHead table thead tr,
table.dataTable thead tr {
/*	background: url("custom-theme/images/ui-bg_highlight-soft_25_252525_1x100.png") repeat-x scroll 50% 50% #252525; */
/*	border: 1px solid #252525; */
	color: #DDDDDD;
}

.dataTables_scrollHead table thead tr th,
table.dataTable thead tr th {
	vertical-align: middle;
	background: url("custom-theme/images/ui-bg_highlight-soft_25_252525_1x100.png") repeat-x scroll 50% 50% #252525;
/*	-webkit-border-radius: 0px 8px 0px 0px;
	border-radius: 0px 8px 0px 0px; */
}

/*
table div.dataTables_wrapper {
	max-width: 90vw;
	overflow-x: auto;
	overflow-y: hidden;
}
*/
div.dataTables_wrapper {
	overflow: auto;
	padding-right: 7px;
	padding-bottom: 7px;
}

div.dataTables_wrapper > table.dataTable {
/*	width: 80vw; */
}

.ui-tooltip {
	white-space: pre-line;
	max-width: 400px !important;
	opacity: 0.9;
}

meter.password_strength {
	width: 100%;
	height: 15px;
}

input[type=text].willDatepicker,
input[type=text].needDatepicker {
	width: 11ex;
}

form[name="report_create"] table > tbody > tr > td.grouptitle {
	padding-left: 50px;
	padding-top: 8px;
	font-weight: bold;
}
form[name="report_create"] table > tbody > tr > td.inputtitle {
	min-width: 150px;
}
form[name="report_create"] table > tbody > tr > td textarea {
	min-width: 60vw !important;
	height: 6.7em;
	min-height: 85px;
}
form[name="report_create"] table > tbody > tr[data-table_here] > td > table > thead th {
	border: 1px solid lightgrey;
	padding: 2px;
}
form[name="report_create"] table > tbody > tr[data-table_here] > td > table > tbody td {
	border: 1px solid lightgrey;
	padding: 2px;
}
