﻿/*
    Separate CSS Datei für Ergänzungen seitens der HSH
*/
.ipsum #lorem {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: none;
}

#wtgbr  {display:none;}
#gt-c  {display:none;}
#contentframe { top: 0px !important; }

.hsh-dashboard__item--dms a {
  background-image: url(../img/dashboard/dms2.png); }

.hsh-dashboard__item--chat a {
  background-image: url(../img/dashboard/chat.png); }

.hsh-dashboard__item--personenverzeichnis a {
  background-image: url(../img/dashboard/personen.png); }

.hsh-dashboard__item--lsf a {
  background-image: url(../img/dashboard/lms.png); }

.hsh-dashboard__item--drucken-scannen a {
  background-image: url(../img/dashboard/print.png); }

.hsh-dashboard__item--hisinone a {
  background-image: url(../img/dashboard/hisinone.png); }

/* NEU 04.04. für QR-Reservierungen*/
/*
.tx-reserve label::before {
            content: '\A';
                white-space: pre;
        }
*/
form label {
        display: block;
        }
form input, textarea, radio, checkbox, submit {
        margin-bottom:10px;
        }
form p, submit {
        padding-top:15px;
        }

#datatable{
        margin-top:10px;
        }
#datatable th, #datatable td {
        text-align:left;
        padding-right:10px;
        padding-bottom:10px;
        width:fit-content;
        border:none;
        white-space:nowrap;
	}
#datatable_paginate .paginate_button {
                padding-right:10px;
        }
/*Da JS-Auskommentieren die Kamerafunktionalität kaputtmacht, hier die ganze Paginierung nur unsichtbar setzen*/
#datatable_info {
	visibility: hidden;
}
#datatable_paginate {
  	visibility: hidden;
}
