/*
 * Ressourcenverwaltung (Startseiten Übersicht)
 */

div.resourceManagerStartpageViewPropertyDialogue .ionas3_tabbox .tabheader .tab {
	width: auto;
}

div.resourceManagerStartpageView table, div.resourceManagerStartpageView td {
	border-collapse: collapse;
	padding: 0;
}

div.resourceManagerStartpageView table {
	width: 100%;
}

div.resourceManagerStartpageView td, div.resourceManagerStartpageView th {
	padding: 5px 0 5px 25px;
}

div.resourceManagerStartpageView td:first-child, div.resourceManagerStartpageView th:first-child {
	padding-left: 0;
}

div.resourceManagerStartpageView tr.ODD {
	background-color: #EEE;
}

div.resourceManagerStartpageView .ionas3_tabbox .tabheader .tab {
	width: auto;
	border: none;
	padding: 5px;
	margin: 0 10px 0 0;
	background-color: #EEE;
	font-weight: bold;
}

div.resourceManagerStartpageView .ionas3_tabbox .tabheader {
	border: none;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.resourceManagerStartpageView .ionas3_tabbox .tabheader .tab_active {
	background-color: #333;
	color: #FFF;
}

div.resourceManagerStartpageView .ionas3_tabbox .tabbody .tab_active {
	padding: 0;
}

div.resourceManagerStartpageViewPropertyDialogue .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY,
div.resourceManagerStartpageViewPropertyDialogue .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties td {
	padding: 0;
}

div.resourceManagerStartpageViewPropertyDialogue .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties {
	border-collapse: collapse;
	width: 100%;
}

div.resourceManagerStartpageViewPropertyDialogue .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties col.label {
	width: 125px;
	max-width: 125px;
}

div.resourceManagerStartpageViewPropertyDialogue .tabbox .tabheader {
	height: 17px;
	border-bottom: 1px solid #808080;
}

div.resourceManagerStartpageViewPropertyDialogue .tabbox .tabheader .tab.tab_active {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #fff;
}

div.resourceManagerStartpageViewPropertyDialogue .tabbox .tabheader .tab {
	color: #808080;
	background-color: #fff;
	border: 1px solid #808080;
}

div.resourceManagerStartpageView div#resmanTerminDetailView {
	position: absolute;
	background: #FFF;
	border: 1px solid #000;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	padding: 10px;
	box-shadow: 2px 2px 5px #999;
}

div.resourceManagerStartpageView div#resmanTerminDetailView td,
div.resourceOccupationList div#resmanTerminDetailView td {
	padding: 2px;
}

div.resourceOccupationList {
	position: relative;
}

div.resourceOccupationList div#resmanTerminDetailView {
	position: absolute;
	background: #FFF;
	border: 1px solid #AAA;
	width: 450px;
	padding: 10px;
	box-shadow: 2px 2px 5px #999;
	z-index: 999;
	margin-left: 2px;
	visibility: hidden;
}

div.resourceOccupationList div#resmanTerminDetailView span.headline {
	text-align: center;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.resourceManagerStartpageView div#resmanTerminDetailView span.headline {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	display: block;
}

div.resourceManagerStartpageView div#resmanTerminDetailView input {
	margin-top: 5px;
}

div.resourceManagerStartpageView table .ionas3_tabbox a.detaillink {
	padding-top: 10px;
	display: block;
}

table.properties span.resmanDescriptionLength,
table.properties span.resmanInitialTimespan {
	width: 50px;
}

div#resmanTerminDetailView div.resmanDate {
	color: #8C082A;
	font-size: 14px;
}

.resmanDate {
	color: #8C082A;
}

/* Ressourcenverwaltung */
.ui-datepicker {
	display: none;	
}

table.resmanUnapprovedTermine,
div.sideBoxContent div#resmanCalendarContainer,
div.sideBoxContent button.resmanRequestButton {
	width: 100%;
}

form#resmanRequestForm img.resourceManagerTerminImageSelect,
form#filterForm .ui-datepicker-trigger,
form#resmanRequestForm .ui-datepicker-trigger {
	cursor: pointer;
}

div.resmanImport,
div.resmanExport,
form#filterForm div {
	text-align: right;
}

form#monthFilterForm {
	clear: both;
}

form#monthFilterForm button.resmanMonthButton {
	margin-left: 8px;
}

form#exportForm input.dateinput,
form#filterForm input.dateinput,
form#filterForm input.timeinput,
form#resmanRequestForm input.dateinput,
form#resmanRequestForm input.timeinput {
	margin-left: 4px;
	padding-left: 4px;
	text-align: center;
	width: 72px;
}
form#filterForm input.searchinput {
	margin-left: 4px;
	padding-left: 4px;
}

form#resmanRequestForm div#userImageExists {
	color: red;
}

form#resmanRequestForm input.dateinput,
form#resmanRequestForm input.timeinput {
	margin-left: 0;
}

form#resmanRequestForm img.resmanThumbnail {
	border:none;
	margin-bottom: 8px;
}

.resCalendarHighlightedDay a.ui-state-default {
    font-weight: bolder;
}

div.resourceCalendar .ui-datepicker {
	display: block;
	line-height: normal;
	max-width: 17em;
	width: auto;
}

div.resmanTerminDetails table {
	width: 100%;
}

div.resourceCalendar input.dateFilter,
div.resourceCalendar input.textFilter,
div.resourceCalendar form#filterForm button,
div.resourceCalendar select#resmanMonthFilter,
div.resourceCalendar button.resmanExportButton,
div.resourceCalendar button.resmanRequestButton,
div.resmanImport button,
div.resmanRequestUploadForm,
form#resmanRequestForm button,
div.resmanTerminDetails button {
	margin: 0;
	margin-top: 8px;
}

div#resmanImport button,
div#resmanImport input,
div#resmanImport div#resmanImportResult {
	margin: 2px;
	margin-top: 8px;
}

div#resmanImport div#resmanImportResult {
	max-height: 100px;
	overflow: auto;
}

div#resmanImport input[type=file] {
	margin-left: 1px;
}

div#resmanImport button,
div#resmanImport input,
div#resmanImport label {
	cursor: pointer;
}

div#resmanImport div.resmanImportPreview span {
	margin-left: 4px;
	margin-right: 4px;
}

div#resmanImport div.resmanImportPreview td,
div#resmanImport div.resmanImportPreview td.center {
	vertical-align: baseline;
	text-align: center;
}

div#resmanImport div.resmanImportPreview td.center {
	width: 100%;
}

div#resmanImport .resmanImportPreviewResultFieldLabel {
	font-weight: bold;
}

div.resourceOccupationList input.searchinput,
div.resourceOccupationList select#userUnitSelector {
	margin: 0;
}

div.resourceOccupationList td.resmanControls input {
	padding: 0;
}

div.resourceOccupationList div[contenteditable=true] {
	min-height: 3em;
}

div.dynamicForm input,
div.dynamicForm select,
div.dynamicForm textarea,
form#resmanRequestForm button,
form#resmanRequestForm div[contenteditable=true],
form#resmanRequestForm input,
form#resmanRequestForm select,
form#resmanRequestForm textarea {
	margin: 0;
	margin-bottom: 8px;
	resize: none;
}

form#resmanRequestForm input.checkboxfloat {
	float: left;	
}

form#resmanRequestForm .resmanInline {
	margin: 0;
	display: inline;
	min-height: 1.5em
}

form#resmanRequestForm div.userImage.resmanRequestFormFieldError,
form#resmanRequestForm td.resmanRequestFormFieldError {
	color: #ff0000;
	border: none;
}

div.dynamicForm input[type=checkbox],
form#resmanRequestForm button,
form#resmanRequestForm input[type=checkbox] {
	margin-right: 8px;
}

form#resmanRequestForm button[name=btnImage] {
	display: block;
	margin: 0;
	margin-bottom: 8px;
}

form#resmanRequestForm textarea.commentinput,
form#resmanRequestForm textarea.descriptioninput {
	width: 299px;
}

td.resourceManagerGrouplistUnitName {
	padding-left: 24px;
}

.resmanRequestFormFieldError {
	background-color: #FF8080 !important;
}

td.resmanControls {
	white-space: nowrap;
}

div.resmanReservationFormDesc,
form#resmanRequestForm div.descriptioninput,
div.resourceOccupationList td.resmanDetailViewDesc,
div#resmanTerminDetailView div.resmanTerminDetails td.resmanDetailViewDesc,
div#resmanTerminDetailView div.resmanTerminDetails span.resmanTerminViewComment,
.resourceOccupationListContainer div table.resmanList tr td div.resmanListDescText {
	white-space: pre-line;
}

form#resmanRequestForm input.titleinput,
form#resmanRequestForm input.urlinput {
	width: 98%;
	width: calc(100% - 4px);
}

div.resourceOccupationList form#resmanRequestForm div.descriptioninput {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #666;
	border-color: #848484 #FAFAFA #FAFAFA #848484;
	padding: 4px;
}

form#resmanRequestForm textarea.descriptioninput {
	min-width: 98%;
	min-width: calc(100% - 4px);
}

form#resmanRequestForm div.resmanDescHint {
	min-height: auto;
}

div.fieldProperties table.properties td,
div.propertiesTimespan table.properties td,
div.controlProperties table.properties td {
	width: 50%;
}

form#resmanRequestForm tr.hidden {
	display: none;
}

td.resmanListDesc div.resmanListDescText div.noJS {
	display: none;
}

div.calendar div.resourceCalendar div.clear {
	clear: both;
}

.resmanSuccess {
	color: #088c0c;
}

div.resmanCalendarContainerOuter {
	position: relative;
}

div#resmanLoading {
    position: absolute;
}

div#resmanLoading img {
	margin-top: 50%;
	margin-left: 50%;
}

/*
 * RSM-Paginierung
 */
 
span.resmanListTitle > a {
	 cursor: pointer;
}
 
div.resmanNavigation div.siteNavigation span a {
	color: #000;
}

div.resmanNavigation div.siteNavigation span.rsmListPage a.ACTIVE {
	font-weight: bold;
}

div.resmanNavigation div.siteNavigation span {
	margin: 0 5px;
}

div.resmanNavigation div.siteNavigation span.FIRST {
	margin-left: 0;
}

div.resmanNavigation div.siteNavigation span.LAST {
	margin-right: 0;
}

div.propertyDialogueRSM .ionas3_tabbox .tabheader .tab {
	width: auto;
}

div.propertyDialogueRSM .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY,
div.propertyDialogueRSM .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties td {
	padding: 0;
}

div.propertyDialogueRSM .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties td.resmanGrouplistUnitName {
	padding-left: 15px;
}

div.propertyDialogueRSM .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties div.rsmGroupEditor div table {
	width: 100%;
}

div.propertyDialogueRSM .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties div.rsmGroupEditor div.resmanGroupActionSuccess {
	color: #00AA00;
}

div.propertyDialogueRSM .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties div.rsmGroupEditor div.resmanGroupActionError {
	color: #FF0000;
} 

div.propertyDialogueRSM .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties table.properties tr td:first-child {
	padding-right: 10px;
	vertical-align: middle;
} 

div.propertyDialogueRSM .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties {
	border-collapse: collapse;
	width: 100%;
}

div.propertyDialogueRSM .IONAS_PROPERTY_TABLE td.IONAS_PROPERTY_BODY table.properties col.label {
	width: 125px;
	max-width: 125px;
}

div.propertyDialogueRSM .tabbox .tabheader {
	height: 17px;
	border-bottom: 1px solid #808080;
}

div.propertyDialogueRSM .tabbox .tabheader .tab.tab_active {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #fff;
}

div.propertyDialogueRSM .tabbox .tabheader .tab {
	color: #808080;
	background-color: #fff;
	border: 1px solid #808080;
}

/*
 * RSM ControlElement
 */

div.controlElement {
	display: none;
}


/* Strukturierte Dokumentliste */
.structuredDocumentList ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}

.structuredDocumentList ul.navigation li {
	float: left;
	display: inline;
}

.structuredDocumentList ul.navigation li span {
	display: block;
	padding: 2px 3px;
	cursor: pointer;
	cursor: hand;
}

.structuredDocumentList ul.navigation li.EMPTY span {
	cursor: default;
}

.structuredDocumentList div.content {
	clear: left;
}

.structuredDocumentList div.content.EMPTY {
	display: none;
}

.structuredDocumentList div.content span.head {
	display: block;
}

.resmanError {
	color: red;
}
