@charset "UTF-8";
body nav .login {
  display: none;
}

body.popup {
  background: #fff;
}
body.popup .container {
  max-width: 100%;
  width: 100%;
  padding: 20px !important;
}

body.orders.add div.gruppe-nebeneinander, body.orders.edit div.gruppe-nebeneinander {
  display: flex;
}
body.orders.add div.gruppe-nebeneinander > div:first-child, body.orders.edit div.gruppe-nebeneinander > div:first-child {
  margin-right: 30px;
}
body.orders form#filterForm div.input {
  display: flex !important;
  align-items: center;
  margin-bottom: 10px;
}
body.orders form#filterForm div.input label {
  margin: 0;
  min-width: 150px;
}

/*====  Rechnung erstellen previews/index ====================================================*/
body.page.previews table.auftragsliste th.verrechnen {
  width: 150px;
  text-align: center;
}
body.page.previews table.auftragsliste tr.data.info td {
  background: rgba(200, 200, 200, 0.2);
  font-weight: bold;
}
body.page.previews table.auftragsliste tr.data td.zeit-strecke {
  padding-left: 35px;
}
body.page.previews table.auftragsliste tr.data td.value {
  width: 120px;
}
body.page.previews table.auftragsliste tr.beschreibung td {
  background: transparent !important;
}
body.page.previews table.auftragsliste tr.summe td {
  background: rgba(200, 200, 200, 0.4);
  font-weight: bold;
}
body.page.previews div.input.checkbox {
  margin: 0px;
  width: 110px;
}
body.page.previews div.input.checkbox label {
  font-size: 90%;
}

/*===== Orders  ==============================================================================*/
body.page.orders div.radio {
  display: flex;
}
body.page.orders div.radio label {
  margin-right: 10px;
  /*font-size: 1.5rem;*/
  font-weight: 100;
}
body.page.orders div.radio input {
  margin-right: 5px;
}
body.page.orders.index #filterForm div.wj {
  display: flex;
}
body.page.orders.index #filterForm div.wj label {
  margin-right: 35px;
}
body.page.orders.index table.order-list td {
  border: 0;
}
body.page.orders.index table.order-list tr.auftragsnummer td {
  padding: 5px;
  color: #333;
  background: rgb(100, 100, 100);
  background: rgb(235, 194, 25);
}
body.page.orders.index table.order-list tr.auftragsdaten td {
  padding: 0;
}
body.page.orders.index table.order-list tr.auftragsdaten table td {
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
  transition: all 0.25s ease-in-out;
}
body.page.orders.index table.order-list tr.auftragsdaten table td.descr {
  background: rgba(220, 220, 220, 0.5);
  width: 15%;
  min-width: 170px;
}
body.page.orders.index table.order-list tr.auftragsdaten table td.val {
  width: 35%;
}
body.page.orders.index table.order-list tr.auftragsdaten table td.val:hover {
  background: rgba(220, 220, 250, 0.3);
}
body.page.orders.index table.order-list tr.beschreibung td {
  padding: 10px;
  background: rgb(255, 252, 229);
  border-bottom: 1px solid #ccc;
}
body.page.orders.index table.order-list tr.tools td {
  padding: 0;
}
body.page.orders.index table.order-list tr.tools table td {
  padding: 5px;
  text-align: center;
  background: rgba(220, 220, 220, 0.3);
  border-bottom: 1px solid #ccc;
}
body.page.orders.index table.order-list tr.tools table td img {
  margin: 0px 5px;
  vertical-align: middle;
}
body.page.orders.index table.order-list tr.tools table td span.counter {
  font-size: 80%;
  color: #999;
  margin-right: 10px;
}
body.page.orders.index table.order-list tr.space td {
  transition: all 0.25s ease-in-out;
}
body.page.orders.index table.order-list tr.space td.active {
  padding: 15px;
  padding-bottom: 30px;
  border-bottom: 0px dashed #999;
}
body.page.orders.index table.order-list tr.comments td .header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body.page.orders.index table.order-list tr.comments td .header h4 {
  margin: 0px 40px 0px 0px;
}
body.page.orders.index table.order-list tr.comments td .comment-wrapper {
  margin-bottom: 15px;
}
body.page.orders.index table.order-list tr.comments td .comment-wrapper .info {
  display: flex;
  font-style: italic;
  color: #999;
}
body.page.orders.index table.order-list tr.comments td .comment-wrapper .info .delete {
  margin-left: 30px;
}
body.page.orders.index table.order-list tr.comments td .comment-wrapper .comment {
  margin-left: 20px;
}
body.page.orders.index table tr.first-row td {
  display: none;
}
body.page.orders.index table tr.space td {
  height: 35px;
}
body.page.orders.add form .input.checkbox, body.page.orders.edit form .input.checkbox {
  margin-top: 15px;
  margin-bottom: 5px;
}
body.page.orders.add form textarea.beschreibung, body.page.orders.edit form textarea.beschreibung {
  height: 300px;
}
body.page.orders.add form label[for=verrechenbar], body.page.orders.edit form label[for=verrechenbar] {
  margin-top: 20px;
}
body.page.orders.showactivities table.taetigkeiten td {
  padding: 5px 10px;
  vertical-align: top;
}
body.page.orders.showactivities table.taetigkeiten td.descr {
  width: 150px;
  background: rgba(200, 200, 200, 0.3);
}
body.page.orders.showactivities table.taetigkeiten td.summe {
  font-weight: 700;
}
body.page.orders.showactivities table.taetigkeiten tr.space td {
  padding: 10px;
  border: 0;
}
body.page.orders.showactivities table.taetigkeiten tr.first td {
  border-top: 1px dashed #ccc;
}
body.page.orders.showactivities table.taetigkeiten tr.second td {
  border-bottom: 1px dashed #ccc;
}
body.page.orders.showactivities table.taetigkeiten tr.second td {
  border-bottom: 1px dashed #ccc;
}
body.page.orders.showactivities table.taetigkeiten tr.third td {
  border-bottom: 1px solid #666;
}
body.page.orders.showactivities table.taetigkeiten tr.fourth.zwischensumme td {
  border-bottom: 2px solid #666;
  background: rgba(236, 197, 32, 0.25);
  vertical-align: middle;
}
body.page.orders.showactivities table.taetigkeiten tr.fourth.zwischensumme.last td {
  border-bottom: 0px solid transparent;
}
body.page.orders.showactivities table.taetigkeiten tr.summe td {
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  background: rgba(236, 197, 32, 0.4);
  color: #000;
}

/*=====  USERS  ============================================================================*/
body.page.users.index ul.userrights {
  margin-left: 10px;
}
body.page.users.index ul.userrights li {
  margin: 0;
  font-size: 80%;
}
body.page.users.login main nav .nav {
  display: none;
}
body.page.users.login main nav .login {
  display: block;
}
body.page.users.add form .input.select .checkbox label, body.page.users.edit form .input.select .checkbox label {
  margin: 0px 0px 0px 20px;
}
body.page.users.add form .input.select .checkbox label input, body.page.users.edit form .input.select .checkbox label input {
  margin-right: 5px;
}
body.page.users.add form .input.checkbox label[for=published], body.page.users.edit form .input.checkbox label[for=published] {
  margin-top: 20px;
}
body.page.users.login div.input input, body.page.users.forgotpassword div.input input, body.page.users.resetpassword div.input input {
  width: 50%;
  min-width: 300px;
}
body.page.users.resetpassword ul {
  padding-left: 30px;
  padding-top: 20px;
}
body.page.users.resetpassword ul li {
  margin-bottom: 3px;
}
body.page.users.resetpassword ul li span.check {
  margin-left: 10px;
  display: none;
}

/*===== INVOICES    =====================================================================*/
body.page.invoices.index table tr.storno td {
  color: #888;
  font-style: italic;
}
body.page.invoices.index table tr.auftragsnummer td {
  background: rgba(220, 220, 136, 0.05);
}
body.page.invoices.index table tr td.actions {
  width: 180px;
  display: flex;
}
body.page.invoices.index table tr td.actions div.pdf {
  margin-left: 20px;
}
body.page.invoices.index table tr table.order.element {
  margin-bottom: 25px;
}
body.page.invoices.index table tr table.order.element td {
  background: transparent;
}
body.page.invoices.index table tr table.order.element tr.auftragsnummer {
  font-weight: bold;
}
body.page.invoices.index .close {
  text-align: right;
}
body.page.invoices.index .close img {
  cursor: pointer;
}

/*===== Kommentar hinzufügen    =====================================================================*/
body.page.popup.comments form textarea {
  height: 350px;
}

body.activities.kmauswertung table tr.summe td {
  background: rgba(220, 220, 220, 0.35);
}
body.activities.listeinterneanmerkungen table td {
  vertical-align: top;
}

/*# sourceMappingURL=pages.css.map */
