.envTestWarning {
	position: absolute;
	right: 25%;
	color: maroon;
	font-weight: bold;
	transform: rotate(-12deg);
	font-size: 1.3em;
	text-shadow: 0 0 0.2em orangered;
}

nav.navbar {
	position: fixed;
	width: 100%;
	z-index: 90;
	top: 0;
}

#app {
	padding-top: 4em;
}

.navbar-brand {
	font-family: Kalam;
	padding: 0;
	position: relative;
}

.navbar-brand img {
	width: 48px;
	position: absolute;
	top: -10px;
}

.navbar-brand span {
	padding-left: 52px;
}

.popupInfo {
	display: none;
	position: absolute;
	min-width: 20em;
	background-color: #fcfcfc;
	z-index: 10;
	overflow: hidden;
	right: -0.25em;
	top: 2em;
}

td.normal, td.mobile, td.always {
	position: relative;
}

.popupTrigger {
	display: inline-block;
}

.popupTrigger:after {
	content: '\24D8';
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

table .popupTrigger:after {
	content: '\24D8';
	font-size: 1.66em;
	padding-bottom: 0.5em;
}

.form-control.withPopupInfo .popupTrigger:after {
	color: #aaaaaa;
	content: '\21E3';
	font-size: 2em;
	height: 1.33em;
	margin-left: -0.1em;
	padding: 0 0.1em;
	position: absolute;
	top: -0.25em;
}

.form-control.withPopupInfo .popupTrigger:hover:after {
    background: linear-gradient(transparent, #cccccc);
    color: #ffffff;
}

.form-group .editHint {
	position: absolute;
	right: 1rem;
	top: 0;
	display: inline-block;
	width: 1rem;
	height: 1rem;
}

.form-group .editHint:before {
	content: '\25CE';
	display: block;
	position: absolute;
	right: 0.1rem;
	top: -0.3rem;
	color: #6cb2eb;
	font-weight: bolder;
	text-shadow: 0 0 0.5px #6cb2eb;
}

.form-group .editHint:hover:after, .form-group .editHint:focus:after {
	content: 'Mit Rechts- (Desktop) bzw. langem Click (Mobil) kann der Text zum Bearbeitet geöffnet werden';
	display: block;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	z-index: 10;
	font-size: 0.8em;
	width: 24em;
	text-align: right;
	border: 1px solid #6cb2eb;
	padding: 0.5em;
	background-color: #f8f8f8;
	border-radius: 1em 0 1em 1em;
}


.popupTrigger:hover .popupInfo, .popupTrigger:focus .popupInfo {
	display: block;
}

.listPopupInfo {
	display: inline-block;
}

.listPopupInfo:hover .popupInfo {
	display: block;
}

.popupKey, .popupVal {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
}

.popupKey {
	font-style: oblique;
	text-decoration: underline;
	text-decoration-style: dashed;
}

.popupKey:before {
    content: ' ';
    display: block;
    width: 2000%;
    border-top: 1px solid #bbb;
    margin-top: 0.5em;
    position: relative;
    left: -0.5em;
    padding-top: 0.25em;
}

.popupKey:first-child:before {
    display: none;
}

.popupVal {
    float: right;
    text-align: right;
    line-height: 1em;
    padding-top: 0.3em;
}

.popupVal:before {
    content: ' ';
    display: block;
    margin-top: 0.5em;
    padding-top: 0.25em;
}

.popupKey:first-child + .popupVal:before {
    display: none;
}

.popupVal ~ br {
    clear: both;
}

.table thead th {
	vertical-align: top;
}
th .th-more {
	font-weight: normal;
	display: block;
}

.right {
	text-align: right;
}

.item_active:after {
	content: '\2714';
	font-weight: bold; 
	color: #009900; 
	font-size: 2em;
	margin-top: -0.4em; 
	display: inline-block;
}

.item_inactive:after {
	content: '\2717';
	font-weight: bold; 
	color: #999999; 
	font-size: 2em; 
	margin-top: -0.4em; 
	display: inline-block;
}

.invoice_prepared:before {
	-webkit-mask: url(../img/file-signature-solid.svg) no-repeat 50% 50%;
	mask: url(../img/file-signature-solid.svg) no-repeat 50% 50%;
	background-color: #6cb2eb;;
	content: '';
	display: block;
	padding: 0 0.1em 0.1em 0.1em;
	width: 2em;
	-webkit-mask-size: cover;
	mask-size: cover;
	height: 2em;
}

.invoice_generatedUnpaid:before {
	-webkit-mask: url(../img/file-invoice-solid.svg) no-repeat 50% 50%;
	mask: url(../img/file-invoice-solid.svg) no-repeat 50% 50%;
	background-color: #bb0000;
	content: '';
	display: block;
	padding: 0 0.1em 0.1em 0.1em;
	width: 1.5em;
	-webkit-mask-size: cover;
	mask-size: cover;
	height: 2em;
}
.invoice_generatedPaid:before {
	-webkit-mask: url(../img/file-invoice-dollar-solid.svg) no-repeat 50% 50%;
	mask: url(../img/file-invoice-dollar-solid.svg) no-repeat 50% 50%;
	background-color: #009900;
	content: '';
	display: block;
	padding: 0 0.1em 0.1em 0.1em;
	width: 1.5em;
	-webkit-mask-size: cover;
	mask-size: cover;
	height: 2em;
}

.invoiceCancel td {
    opacity: 0.5;
}
.invoiceCancel td.select_pdf_event {
    opacity: 1;
}
.invoiceCancel td.select_pdf_event .event_pdf {
    opacity: 0.5;
}

.invoice_cancelled:before {
	-webkit-mask: url(../img/file-prescription-solid.svg) no-repeat 50% 50%;
	mask: url(../img/file-prescription-solid.svg) no-repeat 50% 50%;
	background-color: #888888;
	content: '';
	display: block;
	padding: 0 0.1em 0.1em 0.1em;
	width: 1.5em;
	-webkit-mask-size: cover;
	mask-size: cover;
	height: 2em;
}

.invoice_cancellation:before {
	-webkit-mask: url(../img/file-excel-solid.svg) no-repeat 50% 50%;
	mask: url(../img/file-excel-solid.svg) no-repeat 50% 50%;
	background-color: #888888;
	content: '';
	display: block;
	padding: 0 0.1em 0.1em 0.1em;
	width: 1.5em;
	-webkit-mask-size: cover;
	mask-size: cover;
	height: 2em;
}

.invoice_notToPay:after {
	content: '-';
	font-weight: bold; 
	color: #999999; 
	font-size: 2em;
	margin-top: -0.4em; 
	display: inline-block;
}

.invoice_paid:after {
	content: '\2714';
	font-weight: bold; 
	color: #009900; 
	font-size: 2em;
	margin-top: -0.4em; 
	display: inline-block;
}

.invoice_unpaid:after {
	content: '\2717';
	font-weight: bold; 
	color: #bb0000; 
	font-size: 2em; 
	margin-top: -0.4em; 
	display: inline-block;
}

.btn:disabled {
	cursor: not-allowed;
}

.btn-warning.event_fix {
	background-color: #fff6a3;
	border-color: #ffed4a;
}

.btn-warning.event_fix:hover, .btn-warning.event_fix:focus {
	background-color: #ffed4a;
}

.btn-outline-info:hover {
    color: #ffffff;
}

#askmod-query, .askmod_hide {
	display: none;
}

.tingle-modal .btn {
	margin-right: 0.5em;
}

.stateInfo {
    width: 20em;
    max-width: 100%;
    display: inline-block;
    margin-left: 1em;
    padding-right: 1em;
}

.stateInfoValue {
    float: right;
}

.form-control-info {
	background-color: transparent;
	border: 0 none transparent;
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
}

.form-control, span.select2, div.fieldInfo {
	float: right;
	max-width: 55%;
	width: 55% !important;
}

div.fieldInfo {
	color: #777777;
	padding-left: 1em;
}

.form-control .form-control, .form-control span.select2 {
	float: none;
	max-width: 100%;
	width: 100% !important;
}

.select2inline + span.select2 {
	float: none;
}

#subOffer2add {
	float: left;
}

#select2-subOffer2add-results li[aria-disabled="true"] {
    background-color: #ddd;
    color: #666;
    cursor: not-allowed;
    padding-left: 1.25em;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #bad3fd;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
}

input[type=text].mod_input_readonly {
	width: calc(55% - 3em) !important;
	display: inline-block;
}

span.mod_input_readonly {
	display: inline-block;
    line-height: 0.9em;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.75em;
    margin: 0.3em 0 0 0.3em;
    word-break: break-all;
    width: 0.9em;
    color: #aaa;
    float: right;
}

span.check_wrap.mod_input_readonly {
	float: right;
	position: relative;
	top: 0.15em;
	right: 0;
}

.check_wrap {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  background: none;
  height: 2.4em;
  width: 2.4em !important;
  right: calc(55% - 2.4em);
}

.check_wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 2.4em;
  height: 2.4em;
}

.check_rplc {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4em;
  width: 2.4em;
  background-color: #ffffff;
  box-shadow: inset 0 0 0.1em 0.05em #ced4da;
  pointer-events: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.check_wrap:hover input:not(:checked):not(:disabled) ~ .check_rplc, .check_wrap:focus input:not(:checked):not(:disabled) ~ .check_rplc {
  background-color: #ffffff;
  /*box-shadow: inset 0 0 0.2em 0.1em #cae3f7;*/
}

.check_wrap:focus input:not(:checked):not(:disabled) ~ .check_rplc {
	box-shadow: 0 0 0 .2rem rgba(52,144,220,.25);
}

.check_wrap input:checked ~ .check_rplc {
  background-color: ##8ac2ef;
  /*box-shadow: inset 0 0 0.2em 0.1em #1769B1;*/
}

.check_wrap input:checked ~ .check_rplc:after {
  content: "";
  position: relative;
  display: block;
  left: 0.7em;
  top: 0.35em;
  width: 0.8em;
  height: 1.4em;
  border-style: solid;
  border-color: #425058;
  border-width: 0 0.4em 0.4em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.check_wrap input:disabled ~ .check_rplc {
	border: 1px solid #ced4da;
	background-color: #ececec;
	color: #6c757d;;
}

.check_wrap input:checked:disabled ~ .check_rplc {
	box-shadow: inset 0 0 0.1em 0.05em #777777;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #ececec;
}

.form-control.withPopupInfo {
    padding: 0;
    background: none;
    border: 0 none transparent;
    top: 0.15em;
    position: relative;
}

.popupInfoFramed {
	border: 1px solid #ced4da;
	padding: 0.5em;
	box-shadow: 0 0 3em 2em #aaa;
}

.popupInfo textarea {
	font-size: 0.8em;
	height: 18em;
	max-width: 100%;
	width: 100% !important;
}

.datepicker-wrapper {
	position: relative;
	background-color: transparent;
	border: 0 none transparent;
	padding: 0;
}

.stylePikaday ~ .datepicker:after {
    background-color: #f8fafc;
    background-image: url(../img/calendar1.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 1px;
    width: 2.5em;
    height: 2.19rem;
    display: inline-block;
    bottom: 1px;
    border-left: 1px solid #ced4da;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    content: ' ';
    cursor: pointer;
}

.stylePikaday ~ .autodate:after {
    background-color: #f8fafc;
    background-image: url(../img/calendarD.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 1px;
    width: 2.5em;
    height: 2.19rem;
    display: inline-block;
    bottom: 1px;
    border-left: 1px solid #ced4da;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    content: ' ';
    cursor: pointer;
}

.stylePikaday ~ .datepicker:before {
    position: absolute;
    width: calc(100% - 2px);
    background-color: #495057;
    opacity: 0.1;
    content: ' ';
    height: 2.19rem;
    right: 1px;
    border-radius: 0.25rem;
    bottom: 1px;
    cursor: pointer;
}

.stylePikaday ~ .clearpicker:after {
    background-color: #f8fafc;
    position: absolute;
    right: 1px;
    width: 1.4em;
    display: inline-block;
    bottom: 1px;
    border-left: 1px solid #ced4da;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    content: '\2297';
    cursor: pointer;
    text-align: center;
    font-size: 1.5em;
    color: #bb0000;
    z-index: 1;
}

.stylePikaday ~ .clearpicker + .datepicker:after {
	right: calc(2.1em + 1px);
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.stylePikaday ~ .clearpicker + .datepicker + .autodate:after {
    right: calc(4.6em + 1px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.stylePikaday + .datepicker + .autodate:after {
    right: calc(2.5em + 1px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control.withPopupInfo span.select2, .withPopupInfo input {
	max-width: calc(100% - 1em);
	width: calc(100% - 1em) !important;
}

#subOffers textarea {
	width: 95%;
	height: 1.6em;
}

#subOffers textarea:focus {
	min-height: 5em;
}

#subOffers .datepicker:after {
    background-color: #f8fafc;
    background-image: url(../img/calendar1.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 34px;
    height: 34px;
    display: block;
    bottom: 1px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    content: ' ';
    cursor: pointer;
    margin-top: -0.33rem;
    margin-bottom: -0.5rem;
}

#subOffers .datepicker.requireDate:after, .requireDate {
	border-color: #bb0000;
	color: #bb0000;
	font-weight: bold;
}

#subOffers .moveSubOffer {
	cursor: grab;
}

#subOffers .deleteSubOffer {
	cursor: pointer;
	font-size: 1.5em;
	color: #bb0000;
	line-height: 1em;
}

#subOffers .subOffer_date_template {
	display: none;
}

.withPopupInfo {
	float: right;
	position: relative;
}

#subOfferAdd + .withPopupInfo:after {
	top: -0.1em;
}

#subOfferAdd + .withPopupInfo .popupInfo {
	min-width: 32em;
}

.btn.disabled, .btn:disabled {
	cursor: not-allowed;
	pointer-events: none;
}

#positions .movePosition {
    cursor: grab;
}

#positions .deletePosition {
	cursor: pointer;
	font-size: 1.5em;
	color: #bb0000;
	line-height: 1em;
}

#positions .editPosition {
    cursor: pointer;
    font-size: 1.5em;
    background-color: #cae3f7;
    border: 1px solid #8ac2ef;
    color: #212529;
    line-height: 1em;
    transform: scaleX(-1);
    display: inline-block;
    padding: 0.2em;
    position: relative;
    margin: -0.2em;
    border-radius: 0.2em;
}

#positions .editPosition:hover {
    background-color: #8ac2ef;
}

td.rowPositionNumber {
	font-weight: bold;
}

td.positionInnerTable {
    padding: 0;
}

table.positionInnerTable {
    width: calc(100% - 0.5em);
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}

table.positionInnerTable tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}

table.positionInnerTable tr td {
    padding: 0 0.25rem;
}

table.positionInnerTable tr:first-child td {
    font-weight: bold;
}

#posTable_Head_Description { width: 50%; }
#posTable_Head_Amount { width: 16,66%; }
#posTable_Head_Unit { width: 16,66%; }
#posTable_Head_Total { width: 16,66%; }

table.positionInnerTable .positionMainLine td:first-child { 
	width: 60%; 
}
table.positionInnerTable .positionMainLine td:not(:first-child) {
	width: 20%; 
	text-align: center;
}

table.positionInnerTable td[colspan="2"] {
    padding-left: 5em;
}

table.positionInnerTable td, table.positionInnerTable th {
	border-top: none;
}

td.positionTotal {
	font-weight: bold;
	text-align: right;
}

table.positionInnerTable input, table.positionInnerTable textarea {
	display: none;
}

.addPositionErrors {
	color: #bb0000;
	font-weight: bold;
}

#sumTotal {
    text-align: right;
    border-top: 1px solid #bbb;
    padding-top: 0.25em;
    font-weight: bold;
}


.tingle-modal__close {
    text-shadow: 0 0 6px #333;
}

.tingle-modal-box {
    overflow-y: scroll;
    max-height: 90%;
}

.event_no_stateIsPaid.btn:not(:disabled):not(.disabled) {
	background: none;
	border: 1px dashed #38c172;
	color: #38c172;
	cursor: not-allowed;
}
.event_no_stateIsPaid:hover {
	background: none;
}

.select_pdf_event {
	position: relative;
}

.event_pdf span {
	visibility: collapse;
	font-size: 0.01em;
	display: inline-block;
	margin: -0.5em;
}
.event_pdf span:before {
	background-color: #666666;
	content: '';
	font-size: 175em;
	height: 1em;
	margin-top: -0.7em;
	margin-left: -0.14em;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position-x: 50%;
	mask-position-x: 50%;
	-webkit-mask-position-y: 50%;
	mask-position-y: 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	position: absolute;
	visibility: visible;
	width: 1em;
}
.event_pdf span:before {
	-webkit-mask-image: url(../img/print-solid.svg);
	mask-image: url(../img/print-solid.svg);
}
.event_pdf:hover span:before {
	background-color: #ffffff;
}
.event_pdf span:after {
    visibility: visible;
    content: ' ';
    font-size: 100em;
    width: 1em;
    display: inline-block;
}
.event_pdf_innerSelect {
	display: none;
	position: absolute;
	top: 2.2em;
	right: 2.2em;
	padding: 1em 1.5em;
	border: 2px solid #6cb2eb;
	border-radius: 1em 0 1em 1em;
	background-color: #ffffff;
	z-index: 10;
	width: 18em;
}
.select_pdf_event:hover .event_pdf_innerSelect, .select_pdf_event:focus .event_pdf_innerSelect {
	display: block;
}

.event_pdf_innerSelect .btn {
	width: 100%;
	display: inline-block;
}

.event_pdf_innerSelect .btn:first-child {
	margin-bottom: 1em;
}

#additional_selects:focus {
	height: 10em;
}

#additional_selects + .info {
	font-size: 0.75em;
	position: relative;
	top: -1.0em;
}

#comments:focus {
	height: 10em;
	max-width: 100%;
	width: 100% !important;
}

#addTextInput_hiddenInForm {
	display: none;
}

table .withPopupInfo {
	float: unset;
}

#printFinishedInvoice {
	margin-bottom: 2em;
	border: 1px solid #6cb2eb;
	padding: 1em 2em;
	border-radius: 1em;
}
.printFinishedInvoice {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 0.5em;
}

.container {
	position: relative;
}

@media screen and (max-width:950px) {
	ul.navbar-nav ul.dropdown-menu li {
		margin-left: 1.5em;
	}
	th.normal, td.normal {
		display: none !important;
	}
	.table td, .table th {
		padding: 0.25rem;
	}
	.event_open span, .event_edit span, .event_delete span, .event_fixInvoice span, .event_cancelInvoice span, .event_finish span, .event_paid span, .event_no_stateIsPaid span {
		visibility: collapse;
		font-size: 0.01em;
		display: inline-block;
		margin: -0.5em;
	}
	.event_open span:before, .event_edit span:before, .event_delete span:before, .event_fixInvoice span:before, .event_cancelInvoice span:before, .event_finish span:before, .event_paid span:before, .event_no_stateIsPaid span:before {
		background-color: #ffffff;
		content: '';
		font-size: 175em;
		height: 1em;
		margin-top: -0.7em;
		margin-left: -0.14em;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position-x: 50%;
		mask-position-x: 50%;
		-webkit-mask-position-y: 50%;
		mask-position-y: 50%;
		-webkit-mask-size: cover;
		mask-size: cover;
		position: absolute;
		visibility: visible;
		width: 1em;
	}
	.event_edit span:before, .event_fixInvoice span:before {
		-webkit-mask-image: url(../img/pencil-alt-solid.svg);
		mask-image: url(../img/pencil-alt-solid.svg);
	}
	.event_fixInvoice span:before {
		background-color: #333333;
	}
	.event_fixInvoice:hover span:before {
		background-color: #666666;
	}
	.event_delete span:before {
		/*mask-image: url(../img/trash-alt-regular.svg);*/
		background: none;
		color: #fefefe;
		content: '\2718';
		font-size: 175em;
		margin-left: -0.18em;
		margin-top: -0.92em;
		-webkit-mask: none;
		mask: none;
		position: absolute;
		visibility: visible;
	}
	.event_cancelInvoice span:before {
		-webkit-mask-image: url(../img/strikethrough-solid.svg);
		mask-image: url(../img/strikethrough-solid.svg);
	}
	.event_finish {
		font-weight: bold;
	}
	.event_finish span:before {
		background-color: #38c172;
		-webkit-mask-image: url(../img/check-square-regular.svg);
		mask-image: url(../img/check-square-regular.svg);
	}
	.event_finish:hover span:before {
		background-color: #ffffff;
	}
	.event_paid span:before {
		-webkit-mask-image: url(../img/hand-holding-usd-solid.svg);
		mask-image: url(../img/hand-holding-usd-solid.svg);
	}
	.event_no_stateIsPaid span:before {
		background-color: #38c172;
		-webkit-mask-image: url(../img/euro-sign-solid.svg);
		mask-image: url(../img/euro-sign-solid.svg);
		-webkit-mask-size: contain;
		mask-size: contain;
	}
	.event_no_stateIsPaid.btn:not(:disabled):not(.disabled) {
		border: none;
	}
	.event_open span:after, .event_edit span:after, .event_delete span:after, .event_fixInvoice span:after, .event_cancelInvoice span:after, .event_finish span:after, .event_paid span:after, .event_no_stateIsPaid span:after  {
		visibility: visible;
		content: ' ';
		font-size: 100em;
		width: 1em;
		display: inline-block;
	}

	.event_open span:before {
		background-color: #6cb2eb;
		-webkit-mask-image: url(../img/eye-regular.svg);
		mask-image: url(../img/eye-regular.svg);
	}

	.event_open:hover span:before {
		background-color: #ffffff;
	}

	#askmod-additionalTextInput {
		width: 66.6%;
	}

	.pika-single {
	    right: 2.5em;
	    left: auto !important;
	}

	.form-control, span.select2, div.fieldInfo {
	    float: none;
	    max-width: 100%;
	    width: 100% !important;
	    right: 0;
	}

	#subOfferAdd + .withPopupInfo {
		position: inherit;
	}

	#subOfferAdd + .withPopupInfo .popupInfo {
		min-width: unset;
		top: unset;
	}

	table.positionInnerTable {
	    margin-top: 0;
	}

	#invoices tr {
		position: relative;
	}

	#invoices td.mobile {
	    padding-bottom: 1.5em;
	}

	#invoices td.always {
		border-top: none;
		display: block;
		position: absolute;
		top: 2.5em;
		left: 0;
	}

	#invoices th.always {
		display: none;
	}

	#invoices td:nth-last-child(4) {
		border-top: none;
		display: block;
		position: absolute;
		top: 0.5em;
		right: 3.4em;
	}

	#invoices td:nth-last-child(3) {
		border-top: none;
		display: block;
		position: absolute;
		top: 0.5em;
		right: 0;
	}

	#invoices td:nth-last-child(2) {
		border-top: none;
		display: block;
		position: absolute;
		top: 3.5em;
		right: 3.4em;
	}

	#invoices td:last-child {
		border-top: none;
		display: block;
		position: absolute;
		top: 3.5em;
		right: 0;
	}

	#invoices .invoiceEnty {
		display: block;
		border-bottom: 1px solid #ffffff;
	}

	#invoices tbody tr:nth-of-type(2n) .invoiceEnty {
	    border-bottom: 1px solid #dddddd;
	}

	#invoices .invoiceEnty:first-child, #invoices .invoiceEnty:nth-child(2), #invoices .invoiceEnty:nth-child(3) {
		width: calc(100% - 6.6em);
	}

	table .popupInfoFramed {
		left: 0.5em;
		right: unset;
	}

	.inv_prepared {
		color: #6cb2eb;
		font-weight: bold;
	}
    .inv_cancelled {
    	color: #888888;
		font-weight: bold;
    }
    .inv_cancellation {
		color: #888888;
		font-weight: bold;
    }
    .inv_genPaid {
    	color: #009900;
		font-weight: bold;
    }
    .inv_genUnpaid {
    	color: #bb0000;
		font-weight: bold;
    }

	.table-striped tbody tr.active:nth-of-type(2n+1) td:first-child {
	    background: rgba(100, 200, 100, 0.4);
	}
	.table-striped tbody tr.active:nth-of-type(2n+1) td:nth-child(2), .table-striped tbody tr.active:nth-of-type(2n+1) td.secondMobile {
	    background: linear-gradient(90deg, rgba(100, 200, 100, 0.4), transparent 66%);
	}

	.table-striped tbody tr.active:nth-of-type(2n) td:first-child {
	    background: rgba(100, 200, 100, 0.3);
	}
	.table-striped tbody tr.active:nth-of-type(2n) td:nth-child(2), .table-striped tbody tr.active:nth-of-type(2n) td.secondMobile  {
	    background: linear-gradient(90deg, rgba(100, 200, 100, 0.3), transparent 66%);
	}

}

@media screen and (min-width:767.99px) and (max-width:1234px) {
	.tingle-modal-box {
		width: 85%;
	}
}

@media screen and (max-width:767.98px) {

	.container {
		padding-right: 10px;
		padding-left: 10px;
	}

	.tingle-modal__close {
	    position: absolute;
	    top: 10px;
	    left: unset;
	    width: 5rem;
	    height: 5rem;
	    background-color: transparent;
	}

	.tingle-modal__closeLabel {
		display: none;
	}

	.tingle-modal-box__content {
	    padding: 2rem 1rem;
	}

	nav.navbar ul.navbar-nav + ul.navbar-nav{
		margin-top: 1em;
		border-top: 2px solid #dddddd;
	}

	#navbarSupportedContent > ul > li:first-child {
		margin-top: 1em;
	}

	#navbarSupportedContent > ul:nth-child(2) > li > div {
		margin-bottom: 1em;
	}

	.tingle-modal-box {
	    overflow-y: scroll;
	    max-height: 100%;
	}

	#navbarSupportedContent.show:after {
		content: ' ';
		display: block;
		background-image: linear-gradient(#aaa, #f8fafc);
		height: 1em;
		position: relative;
		margin-left: -10em;
		width: calc(100% + 20em);
		margin-bottom: -0.5rem;
	}

	.form-group .editHint {
		position: absolute;
		right: 1rem;
		top: 2.2em;
		display: inline-block;
		width: 1rem;
		height: 1rem;
	}
}

@media screen and (max-width: 950px) {
	th.mobile, td.mobile {
		display: table-cell !important;
	}
	.filterList {
		display: block;
		position: relative;
		top: 1.5em;
	}
}
@media screen and (min-width: 951px) {
	th.mobile, td.mobile {
		display: none !important;
	}
	.stateInfo {
		border-right: 1px dashed #bbb;
	}
	.btn {
		min-width: 7em;
	}
	.filterList {
		position: absolute;
		right: 0;
	}
	.btn.event_pdf {
		min-width: unset;
	}
	.tingle-modal .btn {
		min-width: unset;
	}

	.table-striped tbody tr.active:nth-of-type(2n+1)  {
	    background: linear-gradient(90deg, rgba(100, 200, 100, 0.4), transparent 66%);
	}
	
	.table-striped tbody tr.active:nth-of-type(2n) {
	    background: linear-gradient(90deg, rgba(100, 200, 100, 0.3), transparent 66%);
	}



}

@media screen and (max-width: 1234px) {
	#customer_list th.normal, #customer_list td.normal {
		display: none !important;
	}
@media screen and (min-width: 1235px) {
	#customer_list th.mobile, #customer_list td.mobile {
		display: none !important;
	}
}




