html {
	background: #555555 top left repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a {
	color: #286571;
}

#header {
	height: 35px;
	margin: 5px 5px 0 5px;
	background-color: #307e8a;

}

#header h1 {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	color: #fff;
	position: relative;
	font-size: 18px;
}
ur
#header h1 .subtitle {
	font-size: 60%;
	
}


ul#mainmenu {
	margin: 0;
	padding: 0 10px;
	background-color: #3c3c3c;

	height: 76px;
}

ul#mainmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	float: left;
}

ul#mainmenu li a {
	color: #fff;
	float: left;
	height: 31px;
	display: block;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 12px;
	text-decoration: none;
	background: url('../images/menu-item-border.png') left top no-repeat;
}

ul#mainmenu li a:hover, ul#mainmenu li a.active {
	
}

ul#mainmenu li.first a {
	background: none;
}

ul#mainmenu li.first a:hover, ul#mainmenu li.first a.active {

}

ul#mainmenu li.loginlogout
{
    float: right;
    right: 10px;
}

ul#mainmenu li.loginlogout a:hover
{
    background: url('../images/menu-item-border.png') left top no-repeat;
}

#content {
	background: #fff  left bottom no-repeat;
	margin : 0;
	overflow: auto;
}

#content .currentpage {
	margin-top: 0;
}

/* Login form*/

#loginform
{
    text-align: center;
}

form.loginfields
{
    text-align: left;
    width: 270px;
    background: url('../images/loginbg.png') top left no-repeat;
    padding: 0;
    margin: 0 auto;
    border: 0;
}

form.loginfields h2
{
    font-size: 16px;
    float: left;
    padding: 0;
    margin: 5px;
    margin-top: 0;
    background: url('../images/loginheader-left.png') top left no-repeat;
}

* html form.loginfields h2
{
    margin-left: 3px;
    width: 80px;
    text-align: center;
}

form.loginfields h2 span
{
    background: url('../images/loginheader-right.png') right top no-repeat;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    padding: 0 10px;
}

*+html form.loginfields h2 span
{
    padding: 0 20px;
}

form.loginfields label
{
    clear: left;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    width: 65px;
    line-height: 31px;
    vertical-align: middle;
}

form.loginfields input.text
{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 165px;
    height: 21px;
    padding: 5px;
    border: 0;
    background: url('../images/inputbg.png') top left no-repeat;
    color: #fff;
}

form.loginfields input#submit
{
    background: url('../images/loginbottombg.png') bottom left no-repeat;
    width: 270px;
    height: 61px;
    border: 0;
    margin-top: 10px;
    color: #fff;
    padding: 10px 140px 20px 10px;
}

* html form.loginfields input#submit
{
    clear: both;
    margin-left: -10px;
}

/* Sidebar */
.sidebar {
  border: 1px solid #cce;
  background-color: #eee;
  margin: 0.5em;
  margin-left: 1.5em;
  padding: 1em;
  float: right;
  width: 200px;
  font-size: 88%;
}

.sidebar h2 {
  margin-top: 0;
  color: black;
}

.sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}



#sb_top {
  clear: right;
}

#sb_bottom {
  clear: right;
}

#getting_started {
  margin-left: 20px;
}

#getting_started_steps a {
  text-decoration: none;
}

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

#getting_started_steps li {
  margin-bottom: 0.5em;
}

/* Other and footer */
#footer {
	background: #fff;
	padding: 10px;
	color:#888888;
	font-size:90%;
}
.flogo {
	float:left;
	margin-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
}
.foottext p {
	margin: 0; padding: 0;
}
.code {
font-family:monospace;
font-size:127%;
}
span.code {
background:#EEEEEE none repeat scroll 0% 0%;
font-weight:bold;
}
#flash, .notice {
font-size:120%;
font-weight:bolder;
margin:0pt auto 0.5em;
width:680px;
}
#flash div, .notice {
padding:20px 15px 20px 65px;
}
#flash .ok {
background:#d8ecd8 url(../images/ok.png) no-repeat scroll 10px center;
}
#flash .warning {
background:#fff483 url(../images/warning.png) no-repeat scroll 10px center;
}
#flash .error {
background:#f9c5c1 url(../images/error.png) no-repeat scroll 10px center;
}
#flash .alert,
#flash .info {
background:#EEEEFF url(../images/info.png) no-repeat scroll 10px center;
}
a {
    color: black;
	text-decoration: none;
}

.notice {
background:#EEEEFF url(../images/info.png) no-repeat scroll 10px center;
}
.fielderror {
color:red;
font-weight:bold;
}
div.clearingdiv {
clear:both;
}


pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.reserviert {
  background:url(
  data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEklEQVQImWNY/+nXfwZsgMoSAK+TEgPd0Rz0AAAAAElFTkSuQmCC
  ) repeat;
}

.offen {
  background:url(
  data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABmJLR0QA/wD/AP+gvaeTAAAARUlEQVQI112KsQ3AIAzAHFRlzE+ckJnjegJ8wE9sYQlTJVRPlmXpa+OmAGS0CVDclIzGjfzCBHg+ARjxVjel3Jub0teWA0wLEpW+wAAEAAAAAElFTkSuQmCC
  ) repeat;
}


.tag-bubble {
    background-color: rgb(64, 61, 253); 
    border-radius: 2px;
    padding-left: 2px; 
    padding-right: 2px; 
    margin-left: 3px;
    margin-right: 3px;
    color: #fff; 
}


.intern { 
                background-color: #aaa4ff; 
                color: #000000;
            }
            

.internb 
{
            border-style: solid; 
            border-width: 5px;
            border-color: #aaa4ff;
}


.besitzer { 
                border-color:red;
                background-color: red;
                color: #000000;
                }

.besitzerb {
            border-style: solid; 
            border-width: 5px;
            border-color: red;
}


.extern1 {
                border-color: yellow;
                background-color: yellow; 
                color: #000000;
                }

.extern1b {
            border-style: solid; 
            border-width: 5px;
            border-color: yellow;
}
                
.extern2 { 
                border-color: #de7c7c;
                background-color: #de7c7c; 
                color: #000000;
                }

.extern2b {
            border-style: solid; 
            border-width: 5px;
            border-color: #de7c7c;
}
.turnover {
        background-color: #bbbb00;
        color: black;
        border: 3px solid blue;
        padding-top: 0px;
        padding-bottom: 0px;
}


.readable-table td{
	padding: 4px;

}

.custom_attribute {
 background-color: #dedede;
 padding: 2px;
 margin: 4px;

}

.realestate_markup {
  background-color: #AAAAFF;
}

.buchung_alert {
  background-color: red;
}

.buchung_attention {
  background-color: yellow;
}

.data  {
  padding: 5px;
}

.text-bigger {
	font-size: 120%;
}

.oddrow {
  background-color: #bcbcbc;
}

.evenrow {
  background-color: #dedede;
}

.calendarstyle {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 0px;
}

.external_calendarstyle {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 6px;
}

.calendarstyle td {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 0px;
}

.external_calendarstyle {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 6px;
}

.external_calendarstyle td{
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 6px;
}

.status_icon {
  height: 24px;
  width: auto;
}

.icon_smaller {
  height: 16px;
}

.todo_item * {
  background-color: #8888FF;
  color: #ffffff;
}
.todo_item td {
  padding: 2px;
}

.cal_oddrow {
  background-color: #dfdfdf;
}

.cal_evenrow {
  background-color: #fafafa;
}

.booking {
  /* border-left: 2px solid; */
}

.calendar_description {
  color: #909090;
}


.better_table tr:nth-child(even) {background: #CCC}
.better_table tr:nth-child(odd) {background: #FFF}

 /* Style the buttons that are used to open and close the accordion panel */
button.vccaccordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.vccaccordion.active, button.vccaccordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.vccpanel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.vccpanel.show {
    display: block;
}

#wysiwyg {
  min-width: 540px;
}


/* --------------------- Responsive item list -----------------------------*/
.responsive_items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}

.respsonsive_items .responsive_item {
    flex: 1 0 200px;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

/* --------------------- File manager grid --------------------------------*/
.filegrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 6px;
}
.filecard {
    display: flex;
    flex-direction: column;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.filecard:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    border-color: #b5b5b5;
}
.filecard__thumb {
    display: block;
    height: 130px;
    background: #f3f4f6;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.filecard__thumb img {
    /* Explicit 100% box + object-fit: don't rely on the image's intrinsic size.
       Inside a flex container an <img> keeps min-height:auto = its natural height,
       which overrides max-height and lets tall photos blow out the 130px tile. */
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filecard__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 10px;
    flex: 1 1 auto;
    min-width: 0;
}
.filecard__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filecard__name a { text-decoration: none; color: #1a4f8b; }
.filecard__name a:hover { text-decoration: underline; }
.filecard__comment {
    font-size: 12px;
    color: #555;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.filecard__meta {
    font-size: 11px;
    color: #888;
    margin-top: auto;
    padding-top: 4px;
}
.filecard__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 2px;
}
.filecard__tag {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 10px;
    background: #e8eef6;
    color: #33587f;
    white-space: nowrap;
}
.filecard__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 6px 10px;
    border-top: 1px solid #eee;
    background: #fafafa;
    font-size: 12px;
}
.filecard__actions a { text-decoration: none; color: #555; }
.filecard__actions a:hover { text-decoration: underline; }
.filecard__actions a.filecard__delete { color: #c0392b; margin-left: auto; }
.filegrid__filter {
    margin-bottom: 12px;
    font-size: 13px;
}

/* -------------------- Clipboard.js -------------------------------------*/

.clipboard-btn {
    padding: 0; 
    border: 0; 
    background-color: transparent; 
    width: 20px;
}

/* ------------------- Notes Field --------------------------------------*/

.note_element {
    background-color: #ccc; 
    border-radius: 5px;
    padding: 5px; 
    color: #000; 
    margin-bottom: 4px;
    max-width: 540px;
}

.note_text p {
        margin: 0;
}

