input[type=date]{
  padding-top: 0px;
}

.panel-heading{
	font-weight: bold;
}

.newline_seperator{
	clear:both;
}

.dataTable td img
{
	width:24px;
}

.btn-info a{
	color: #000000;
	font-weight: bold;
}

.btn-info a:hover{
	color: #333333;
	font-weight: bold;
}

.doz_wochenberichts_textatea{
	font-family: Verdana;
	font-size: 11pt;
	width: 166px;
	white-space: pre;
	overflow: hidden;
	resize: none;
	padding-left:5px;
	padding-right:5px;
}

.fehlinfo{
	padding: 12px;
	font-size: 22px;
	border-radius: 30px;
	margin: 6px;
	text-align: center;
	margin-top: 16px;
}

.note-editor.note-airframe,
.note-editor.note-frame {
  border:1px solid rgba(0,0,0,.2);
  background-color: #999 !important;
}

.btn{
	margin: 3px;
}

.kontakt-messages {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.kontakt-message-row {
    display: flex;
}

.kontakt-message-row.left {
    justify-content: flex-start;
}

.kontakt-message-row.right {
    justify-content: flex-end;
}

.kontakt-message-box {
    max-width: 70%;
    padding: 10px 15px;
    border-radius: 10px;
    background: #f2f2f2;
	color: black;
    word-break: break-word;
    position: relative;
}

.kontakt-message-row.right .kontakt-message-box {
    background: #dceeff;
}

/* Farben je Typ */
.kontakt-message-box.type-manual {
    background: #abeefa !important;
}

.kontakt-message-box.type-sent {
    background: #a0fba0 !important;
}

.kontakt-message-box.type-received {
    background: #f8e28a !important;
}

.kontakt-toggle-btn {
    display: block;
    margin-top: 8px;
    padding: 6px 12px;
    border: 1px solid transparent;
    cursor: pointer;
}

.kontakt-message-text {
    white-space: pre-wrap;
}

.kontakt-message-title {
    display: block;
    color: black !important;
    text-decoration: underline;
}

.kontakt-message-delete {
    position: absolute;
    bottom: 0;
    right: 5px;
    cursor: pointer;
    color: red;
}

.kontakt-info {
    width: 40%;
    text-align: center;
}

.attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.attachment {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    max-width: 220px;
    padding: 5px 10px;

    border-radius: 16px;

    text-decoration: none;
    color: #333;

    white-space: nowrap;
    overflow: hidden;
    background: #fd9191;
}

.attachment span {
    flex: 1;
    min-width: 0; 

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    overflow-wrap: normal;
    word-break: normal;
    font-size: 12px;
}

.attachment:hover {
    background: #dcdcdc;
}
.attachment a:hover {
    text-decoration: none;
}

.attachment:hover {
    text-decoration: none;
    background: #dcdcdc;
}

/* Standard-Icon */
.attachment::before {
    flex-shrink: 0;
    content: "📄";
}

/* Icons */
.attachment.pdf::before {
    content: "📕";
}

.attachment.image::before {
    content: "🖼️";
}

.attachment.zip::before {
    content: "📁";
}



.attachment,
.attachment:link,
.attachment:visited,
.attachment:hover,
.attachment:active {
    color: #333;
    text-decoration: none;
}

.content-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}