/************************************************ global */

td, th, p, span, body, div, dl, dt, dd, ul, li, form, table, img, h1, h2 {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td, th, p, span, body, div, input, button {
	font-family: arial, helvetica, sans-serif !important;
	font-size: 12px !important;
}

td, th, p, span, body, input, button, textarea {
	color: #404040;
}

div, td, th, p {
	text-align: left;
	vertical-align: top;
}

pre, tt {
	font-family: monospace;
	font-size: 11px;
}

body {
	min-width: 100%;
	margin-bottom: 80px;
	background-color: #ffffff;
}

body.menu {
	background-image: url(/WebObjects/Bettennachweis.woa/Frameworks/TAWebObjects.framework/WebServerResources/images/menu.png);
	background-repeat: repeat-y;
}

ul {
	list-style: none;
}

ul.disc {
	list-style-type: disc;
	list-style-position: inside;
}

th {
	font-weight: bold;
}

p {
	line-height: 170%;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
}

a:visited {
	color: #404040;
}

a:link {
	color: #404040;
}

a:active {
	color: #404040;
}

a:hover {
	color: #000000;
}

input[type="text"], input[type="password"], textarea, input.text_time {
	border: 1px solid #d0d0d0;
	border-radius: 3px 3px 3px 3px !important;
	margin: 0px !important;
	padding: 3px !important;
	/*	padding: 4px;*/
	background-color: #ffffff;
}

.ta_focus {
	border: 1px solid #808080 !important;
}

.number {
	font-family: monospace !important;
	font-size: 12px !important;
	white-space: pre !important;
	/*	text-align: center;*/
}

/************************************************ head */

#ta_head {
	margin-bottom: 26px;
}

#ta_head a {
	text-decoration: none;
}

#ta_head table.upper {
	/*	background-color: #f4f4f4;*/
	width: 100%;
	background-color: #ffffff;
	height: 60px;
}

#ta_head table.upper td.side {
	width: 200px;
	vertical-align: middle;
	text-align: center;
}

#ta_head div.lower {
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	height: 26px;
}

#ta_head div.lower a {
	display: inline-block;
	color: inherit;
	line-height: 25px;
	padding-left: 16px;
	padding-right: 16px;
}

#ta_head div.lower a.left {
	font-size: 16px !important;
	float: left;
	letter-spacing: 1px;
	font-weight: bold;
}

#ta_head div.lower a.right {
	border-left: 1px solid #ffffff;
}

#ta_head div.lower span.version {
	display: inline-block;
	font-size: 10px !important;
	color: inherit !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}

/************************************************ menu */

#ta_menu {
	background-color: #f4f4f4;
	width: 200px;
	margin-right: 30px;
}

#ta_menu div.section {
	
}

#ta_menu div.heading {
	background-color: #e8e8e8;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 8px;
	padding-left: 14px;
	border-left: 6px solid #e8e8e8;
}

#ta_menu ul {
	padding-top: 4px;
	padding-bottom: 12px;
}

#ta_menu li.entry {
	padding: 3px;
	padding-left: 0px;
	border-left: 6px solid #f4f4f4;
}

#ta_menu a {
	text-decoration: none;
	padding-left: 14px;
}

/************************************************ panel tabs */

#ta_panel {
	width: 100%;
}

#ta_panel div.tab {
	margin-bottom: 20px;
	height: 29px;
	outline: medium none;
	position: relative;
	left: 0px;
	top: 0px;
	border-color: transparent transparent #aaaaaa;
	border-style: solid;
	border-width: 1px 0px;
}

#ta_panel ul.tab {
	border: medium none;
	height: 29px;
	left: 0px;
	margin-left: 8px;
	outline: medium none;
	position: relative;
	text-indent: 0px;
	top: 0px;
	white-space: nowrap;
}

#ta_panel ul.tab li {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	float: left;
	height: 17px;
	position: static;
	outline: medium none;
	padding-bottom: 7px;
	z-index: 999999;
}

#ta_panel ul.tab li.sel {
	font-weight: bold;
	white-space: nowrap;
	border-color: #aaaaaa #aaaaaa #ffffff;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#ta_panel ul.tab input {
	background-color: #ffffff;
	border: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#ta_panel div.content {
	clear: both;
}

/************************************************ panel head/foot */

#ta_panel div.panel_head {
	border: 1px solid #e0e0e0;
	border-left: 8px solid #e0e0e0;
	padding: 6px;
	padding-left: 20px;
	background-color: #f8f8f8;
	margin-bottom: 30px;
}

/*
#ta_panel div.panel_foot {
	margin-top: 14px;
	padding: 6px;
	border: 1px solid #e0e0e0;
	border-left: 8px solid #e0e0e0;
	background-color: #f8f8f8;
	text-align: right;
}
*/
#ta_panel div.panel_foot {
	border-top: 1px solid #c0c0c0;
	padding-top: 10px;
	margin-top: 26px;
	margin-bottom: 80px;
	text-align: right;
}

/************************************************ panel content */

#ta_panel div.content dl {
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
	clear: both;
}

#ta_panel div.content dl dt {
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	float: left;
	width: 120px;
	clear: both;
}

#ta_panel div.content dl dd {
	margin: 0px;
	padding: 0px;
	margin-left: 130px;
	/*	min-height: 23px; IE7 problem! */
	padding-bottom: 6px;
}

#ta_panel div.content dl dd.text {
	padding-top: 4px;
}

#ta_panel i {
	color: #808080;
	padding-left: 4px;
}

#ta_panel h1 {
	font-weight: bold;
	clear: both;
	font-family: arial, helvetica, sans-serif !important;
	font-size: 14px;
	color: #505050;
	margin-bottom: 12px;
}

#ta_panel h2 {
	font-weight: bold;
	clear: both;
	font-family: arial, helvetica, sans-serif !important;
	font-size: 13px;
	color: #606060;
	margin-bottom: 8px;
}

#ta_panel div.content .box {
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	padding: 8px;
}

/************************************************ filter */

table.ta_filter {
	width: 100%;
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	border-bottom: 0px;
	padding: 8px;
	padding-bottom: 4px;
}

table.ta_filter td.submit {
	width: 1%;
	vertical-align: bottom;
	padding-bottom: 3px;
}

/*
table.ta_filter table td {
	vertical-align: middle;
}
*/

/************************************************ entry */

table.ta_entrytable {
	display: inline-block;
}

table.ta_entrytable td.name {
	width: 115px;
	padding-top: 4px;
}

table.ta_entrytable td.content {
	width: 240px;
	padding-bottom: 6px;
}

/************************************************ list */

div.ta_list {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

div.ta_list tr.head {
	background-color: #f0f0f0;
	height: 36px;
}

div.ta_list tr.w {
	background-color: #ffffff;
}

div.ta_list tr.g {
	background-color: #f8f8f8;
}

div.ta_list th {
	vertical-align: middle;
	margin: 0px;
	padding: 4px;
	height: 23px;
}

div.ta_list td {
	vertical-align: middle;
	margin: 0px;
	padding: 4px;
	height: 19px;
}

div.ta_list td.action > input {
	font-size: 10px !important;
	height: 19px !important;
	width: 20px !important;
	padding: 0px;
	text-align: center;
}

div.ta_list td.rank table {
	height: 6px !important;
}

div.ta_list td.rank td.rank {
	height: 6px !important;
	width: 6px;
	font-size: 9px !important;
	color: #909090 !important;
}

div.ta_list td.rank td.arrow {
	height: 6px !important;
	font-size: 1px !important;
}

div.ta_list td.rank td.arrow li {
	height: 8px !important;
}

div.ta_list td.rank td.arrow a img {
	padding: 2px !important;
}

div.ta_list td.empty {
	width: 1%;
	font-style: italic;
	text-align: center;
	color: #606060;
}

div.ta_list table.foot {
	width: 100%;
	background-color: #f0f0f0;
	height: 36px;
}

div.ta_list table.foot td {
	vertical-align: middle;
	height: 23px;
}

div.ta_list table.foot td.left {
	padding-left: 4px;
	text-align: left;
	width: 1%;
}

div.ta_list table.foot td.middle {
	text-align: center;
}

div.ta_list table.foot td.middle span {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

div.ta_list table.foot td.right {
	padding-right: 4px;
	text-align: right;
	width: 1%;
}

div.ta_assign_list {
	
}

/************************************************ modal */

#ta_modal_outer {
	background-color: #000000;
	opacity: 0.3;
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
}

#ta_modal_inner {
	background-color: #ffffff;
	opacity: 1.0;
	z-index: 2000;
	position: absolute;
}

#ta_modal_inner > div {
	padding: 20px;
}

#ta_modal_inner input.text {
	width: 200px;
}

/*
#ta_modal_inner dl {
	margin-bottom: 16px;
}

#ta_modal_inner dl dt {
}

#ta_modal_inner dl dd {
}
*/

/************************************************ check / radio matrix */

table.ta_matrix {
	display: inline-block;
}

table.ta_matrix td {
	padding-top: 4px;
	padding-bottom: 4px;
}

/************************************************ status */

.status_input_warning {
	border: 2px solid #b09040 !important;
	position: relative !important;
	left: -1px !important;
	top: -1px !important;
}

.status_input_error {
	border: 2px solid #b00000 !important;
	position: relative !important;
	left: -1px !important;
	top: -1px !important;
}

div.ta_status_box {
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 4px;
	margin-bottom: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
}

div.ta_status_box_error {
	border: 2px solid #b00000;
}

div.ta_status_box_warning {
	border: 2px solid #b09040;
}

div.ta_status_box_info {
	border: 2px solid #00b000;
}

div.ta_status_box ul {
	margin-top: 6px;
	margin-bottom: 10px;
}

div.ta_status_box ul.error {
	color: #b00000;
}

div.ta_status_box ul.warning {
	color: #b09040;
}

div.ta_status_box ul.info {
	color: #00b000;
}

div.ta_status_box ul li {
	padding-top: 4px;
}

/************************************************ file explorer */

div.ta_explorer tr.w td, div.ta_explorer tr.g td {
	font-family: monospace !important;
	font-size: 12px !important;
}

div.ta_explorer_foot {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	padding: 8px;
}

/************************************************ file upload */

table.ta_file_upload {
	display: inline-table;
}

table.ta_file_upload td {
	vertical-align: middle;
}

table.ta_file_upload td.fu_submit {
	padding-left: 6px;
}

/************************************************ csv export/import */

div.ta_csv {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	border-top: 0px;
	padding: 8px;
	padding-left: 4px;
	text-align: center;
}

div.ta_csv table {
	width: 1%;
	display: inline-table;
}

div.ta_csv table td {
	width: 1%;
	vertical-align: middle;
}

/************************************************ date picker */

table.date_picker_span {
	display: inline-table;
}

table.date_picker_span b {
	display: none;
}

table.date_picker_span td.dash {
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}

/************************************************ percent */

table.percent {
	border-left: 0px !important;
	background-color: #ffffff;
}

table.percent td {
	padding: 0px;
	margin: 0px;
	height: 6px;
	min-width: 0;
}

/************************************************ roles */

div.ta_list td.flag {
	width: 60px;
	text-align: left !important;
	padding-left: 16px;
}

/************************************************ report */

div.reportHtml {
	overflow: auto;
	width: auto;
	height: auto;
}

/************************************************ toggle */

table.ta_toggle {
	width: 100%;
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	border-bottom: 0px;
	padding: 8px;
}

table.ta_toggle td {
	background-color: inherit;
	vertical-align: middle;
}

table.ta_toggle td.arrow {
	width: 1%;
	padding-right: 8px;
}

table.ta_toggle td.link {
	background-color: inherit;
	width: 100%;
}

table.ta_toggle input {
	background-color: inherit;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 40px;
	cursor: pointer;
}

table.ta_toggle a {
	text-decoration: none;
}

div.fileUpload {
	position: relative;
	overflow: hidden;
	width: 100px;
}

div.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
}

/************************************************ pdf.js */

.pdfjs-select {
  text-align-last:center;
}

.pdfjs-button:disabled {
  cursor: default !important;
  opacity: 0.55;
}

.pdfjs-vertical-break {
  width: 1px;
  height: 24px;
  margin-left: 6px;
  margin-right: 6px;
  background: #f0f0f0;
}

.pdfjs-transparent-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.4);
}
	    
#pdfjs_loader_wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 3vh;
  margin-bottom: 3vh;
  width: 90vw;
  height: 94vh;
  z-index: 2;
  background: #ffffff;
}
	
#pdfjs_pdf_wrapper_1 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 3vh;
  margin-bottom: 3vh;
  width: 90vw;
  height: 94vh;
  z-index: 2;
  background: #ffffff;
  border: 1px #888888 solid;
}
	    
#pdfjs_pdf_wrapper_2 {
  flex-direction: column;
  display: flex;
  width: 100%;
  height: 100%;
}	

.pdfjs-pdf-nav-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #f0f0f0;
  border-bottom-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
}
    
.pdfjs-close-btn-wrapper {
  display: grid;
  grid-template: 1fr / 1fr;
  place-items: center;
  margin-left: auto;
  margin-right: 6px;
}

.pdfjs-close-btn-wrapper > * {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
    
.pdfjs-close-btn {
  padding: 0px;
  width: 28px;
  height: 28px;
  border: none;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
}

.pdfjs-close-btn-visual {
  width: 12px;
  height: 12px;
  margin: 8px;
  z-index: 2;
}

.pdfjs-close-btn-wrapper:hover {
  opacity: 0.7;
}
	    
.pdfjs-pdf-nav-bar-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: 52px;
  gap: 6px;
}	    

.pdfjs-pdf-nav-bar-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 18px;
  gap: 18px;
}
	    
.pdfjs-pdf-nav-bar-center {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pdfjs-zoom-btn {
  width: 23px;
}

.pdfjs-pdf-nav-btn {
  cursor: pointer;
}
.pdfjs-pdf-nav-btn:disabled {
  cursor: default;
}

.pdfjs-pages {
  font-weight: bold;
}

#pdfjs_page_num, #pdfjs_page_count {

}

#pdfjs_canvas_wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-items: center;
  justify-content: center;
  overflow: auto;
  background-color: #f0f0f0;
}

#pdfjs_canvas_wrapper_p, #pdfjs_canvas_wrapper_pr {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  overflow: auto;
}
	    
.pdfjs-canvas {
  margin: 0px;
  width: fit-content;
  height: fit-content;
}

#pdfjs_print_canvas {
  
}

@media print {
  

  #pdfjs_canvas_wrapper_p, #pdfjs_canvas_wrapper_pr {
	  display: flex;
  }
}

#pdfjs_error_message {
	display: none;
	width: 100%;
	color: red;
	text-align: center;
}

/************************************************ ace */

.ace_editor {
	border: 1px solid #e0e0e0 !important;
}

.ace_editor *, .ace_content * {
	font-family: monospace !important;
	font-size: 13px !important;
}

.ace_gutter {
	border-right: 0px !important;
}

.ace_gutter-layer {
	background-color: #f8f8f8 !important;
}

.ace_gutter-cell {
	font-family: monospace !important;
	font-size: 10px !important;
	text-align: right;
	color: #a8a8a8 !important;
}

.ace_gutter-active-line {
	
}

.ace_indent-guide {
	background: transparent !important;
}

.ace_keyword, .ace_type {
	font-weight: bold !important;
}

.ace_operator {
	font-weight: normal !important;
	color: #000000 !important;
}

/************************************************ maps */

div.leaflet-control-attribution, div.leaflet-control-attribution a {
	font-size: 9px !important;
	color: #a0a0a0;
}

div.leaflet-control-attribution span {
  font-size: 9px !important;
  color: #a0a0a0;
}

.leaflet-control-container .leaflet-routing-container-hide {
  display: none !important; // dont display routing information
}

/************************************************ jqw */

.jqx-widget {
	display: inline-block;
	color: #404040 !important;
	line-height: 100% !important;
}

.jqx-rc-all {
	filter: none !important;
	text-shadow: none !important;
	color: #404040 !important;
	line-height: 100% !important;
}

.jqx-listitem-state-hover {
	cursor: pointer;
}

.jqx-button {
	cursor: pointer !important;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
/*	line-height: 100% !important;*/
}

input.jqx-combobox-input {
	padding-left: 4px !important;
}

input.jqx-input-content {
	padding-left: 3px !important;
}

div.jqx-dropdownlist {
}

div.jqx-dropdownlist-content {
	padding-left: 4px !important;
}

.jqx-datetimeinput div input {
}

.jqx-calendar-cell-month {
	padding-top: 4px !important;
}

div.jqx-calendar-title-navigation {
	text-align: center;
	position: relative;
}

.jqx-fill-state-focus-classic {
	border-color: #707070;
}

.jqx-listitem-state-selected, .jqx-dropdownlist-state-selected, .jqx-calendar-cell-selected {
	background-image: url(/WebObjects/Bettennachweis.woa/Frameworks/TAWebObjects.framework/WebServerResources/images/jqw/ta_bg_gradient_pressed.png);
	border-color: #707070;
}

.jqx-radiobutton {
	overflow-y: hidden !important;
	line-height: 120% !important;
}

.jqx-radiobutton-default {
	height: 13px !important;
	width: 13px !important;
}

.jqx-radiobutton-check-checked {
	padding: 0px !important;
	height: 13px !important;
	width: 13px !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
}

.jqx-checkbox {
	overflow-y: hidden !important;
	line-height: 120% !important;
}

.jqx-checkbox-check-checked {
	padding-left: 2px !important;
	padding-top: 2px !important;
	padding-bottom: 0px !important;
	height: 11px !important;
}
