:root {
	--base1: #071B40;
	--base2: #304160;
	--base3: #838D9F;
	--base4: #C1C6CF;
	--base5: #FDFEFF;
}
body,
.text-body,
.text-base1 {
	color: var(--base1);
}

a:hover {
	text-decoration: none;
}

h1,
.h1 {
	font-size: 30px;
	font-weight: 600;
	color: var(--base1);
}
h2,
.h2 {
	font-size: 23px;
	font-weight: 600;
	color: var(--base1);
}
h3,
.h3 {
	font-size: 20px;
}
textarea.form-control {
	color: #110D8C;
}

.btn-lg {
	border-radius: 8px;
	font-weight: 600;
}
.btn.btn-primary:not(.disabled):not(.active):not(:hover),
.badge.badge-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}
.bg-primary {
	background-color: var(--primary) !important;
}
.btn.btn-outline-primary:not(.disabled):not(.active):not(:hover) {
	color: var(--default-base2);
	border-color: var(--primary);
	background-color: var(--white);
}
.btn.btn-primary:not(.disabled),
.bg-base1 .btn.btn-outline-primary:not(.disabled):not(.active):not(:hover) {
	color: var(--white);
}
.btn.btn-danger:not(.disabled),
.btn.btn-success:not(.disabled),
.badge.badge-primary {
	color: var(--white);
}
.btn.btn-secondary:not(.disabled):not(.active):not(:hover),
.badge.badge-secondary {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--base1);
	box-shadow: 0px 5px 45px 0px #00000026;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.bg-base1 {
	background-color: var(--base1);
	color: var(--white);
}
.btn.btn-outline-secondary:not(.disabled):not(.active):not(:hover) {
	color: var(--base1);
	border-color: var(--base1);
}
.bg-dark h1:not(.text-body),
.bg-dark .h1:not(.text-body) {
	color: var(--base5) !important;
}

hr {
	border-top: 1px solid var(--base1);
}
.hr {
	display: block;
	font-size: 17px;
	line-height: 41px;
	font-weight: bold;
	text-align: center;
}

.table th {
	font-weight: 600;
}
.table-bordered thead th,
.table th,
.table thead th {
	border-color: var(--base1);
	border-bottom: 1px solid var(--base1);
	padding-top: 0;
}
.table-bordered thead th,
.table thead th {
	border-top: none;
}
.table-bordered tbody th,
.table tbody th {
	border-bottom: 1px solid var(--default-base2);
}
.table-bordered th {
	border-left-style: dashed;
	border-right-style: dashed;
}
.table td,
.table-bordered td {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid var(--default-base2);
	background-color: var(--white);
	color: var(--default-base2);
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0;
}

.rounded {
	border-radius: 15px !important;
}
.rounded-top {
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
}
.rounded-bottom {
	border-bottom-right-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
}
.rounded-left {
	border-top-left-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
}
@media (min-width: 576px) {
	.rounded-from-sm {
		border-radius: 15px !important;
	}
	.rounded-from-sm-bottom {
		border-bottom-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
	}

	.rounded-from-sm-top-right {
		border-top-right-radius: 15px !important;
	}
}

.bottom-container {
	position: fixed;
	bottom: 0px;
	right: 2px;
}
.bottom-full {
	position: fixed;
	bottom: 10px;
	left: 15%;
	width: 70%;
	margin: auto
}
.bottom-container .bottom-right {
	margin-left: auto;
	float: right;
}
.bottom-container .bottom-left {
	margin-left: auto;
	float: left;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 14px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
	margin: 2px
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}
.button-container {
	padding: 20px;
	background-color: #eeeeee;
	border-radius: 8px;
}
.btn-info-circle {
	border-radius: 50%;
	width: 25px;
	height: 25px;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.panel-default > .panel-heading a {
	display: block;
	padding: 10px 15px;
}
.panel-default > .panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}
.panel-default > .panel-heading a {
	background-color: #eee;
}
.panel-default > .panel-heading a.collapsed {
	background-color: #fefefe;
}
.panel-default > .panel-heading a:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-default > .panel-heading a.collapsed:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.quantity-field {
	padding: 8px
}
.quantity-field .fa-spinner-loader,
.subselect-bottom .badge .fa-spinner-loader {
	font-size: 75%;
	line-height: 75%;
}

.order-table-buttons .btn {
	margin-bottom: 4px
}

.table-full { width: 100%}

#accordion .panel-body { padding: 4px !important;}

.order-price-bottom {
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 10px 0;
	background-color: var(--base1);
	width: 100%;
	font-size: 18px;
	z-index: 99
}

.order-price-bottom .minicart {
	display: inline-block;
	font-size: 14px;
	line-height: 39px;
	padding: 0.25em 1em;
	font-weight: normal;
}

.order-price-bottom .minicart .price {
	font-size: 25px;
	font-weight: 600;
	line-height: 39px;
}

.soldout .product-name {
	text-decoration: line-through;
}
.soldout .badge-soldout {
	font-weight: normal;
}

.order-aborted,
.order-aborted * {
	text-decoration: line-through;
}

.blink {
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
	animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes blink {
	0% { opacity: 0; }
	50% { opacity: 1.0; }
	100% { opacity: 0 }
}
@keyframes blink {
	0% { opacity: 0; }
	50% { opacity: 1.0; }
	100% { opacity: 0 }
}

.error-container {
	position: absolute;
	top: 0;
	z-index: 99999;
	opacity: 0.95;
	width: 100%;
	margin: 2px
}
.errorlist li { list-style: none }

.app-navbar .well-sm {
	padding: 2px
}
.app-navbar h4 {
	margin: 2px
}
.app-navbar {
	margin-bottom: 1px !important;
	position: fixed !important;
	width: 100%;
	bottom: 0;
	padding: 0px
}
.app-navbar .nav-tabs {
	width: 100%;
}
.app-navbar.fixed-bottom {
	background-color: #fff;
}

/* Safari scroll fix */

nav.navbar.fixed-top {
	max-height: 100%;
	overflow-y: auto;
}

@media (min-width: 992px) {
	nav.navbar.fixed-top {
		overflow-y: visible;
	}
}

.app-quote {
	padding: 12px;
	margin-left: 6px;
	margin-top: 4px;
	font-style: italic;
}

/*.navbar-collapse { max-height: calc(100vh - 60px); overflow-y: auto; }*/

.cart-price-total {
	font-weight: bold;
	font-size: 18px;
}

.price-separator {
	border-right: 1px solid;
	height: 100%;
	margin: 0 4px
}

.topnavbar {
	background-color: #fff;
	color: #110D8C;
	border: none;
}
.topnavbar a {
	color: #110D8C;
}

.topnavbar .float-right .nav > li {
	display: inline-block;
	margin-left: 15px;
}
.topnavbar .badge {
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
}
.topnavbar .jumbotron {
	padding: 40px 15px;
}

.breadcrumbs,
.breadcrumb {
	background-color: #F5FAFF;
}

.contentsection.paragraph {
	display: block;
	margin-bottom: 1rem;
}

.container.background,
.container-fluid.background {
	background: rgba(7, 27, 64, 0.5);
	height: 100%;
	overflow: hidden;
}
.fancybox-skin {
	color: inherit;
	border-radius: 15px;
}
.fancybox-iframe {
	border-radius: 15px;
}
.fancybox-skin h5 {
	font-size: 18px;
	font-weight: bold;
}
.fancybox-overlay {
	background: #F5FAFF;
}
.fancybox-opened .fancybox-skin {
	box-shadow: none;
	background: #fff;
}
.public-body .container.background,
.public-body .container-fluid.background {
	height: 90%;
}

.container.background .contentpanel,
.container-fluid.background .contentpanel {
	height: 95%;
	height: calc(100% - 30px);
	background-color: #fff;
	margin: 15px 0;
	border-radius: 15px;
	padding: 50px 0;
	overflow: scroll;
}
.container.background .contentpanel .close-contentpanel,
.container-fluid.background .contentpanel .close-contentpanel {
    position: absolute;
    top: -35px;
    right: 15px;
}
.contentpanel-heading {
	margin-top: -50px;
	background-color: var(--base1);
	color: var(--white);
	font-size: 32px;
}

.container.background .contentpanel .btn.close-contentpanel,
.container-fluid.background .contentpanel .btn.close-contentpanel {
    background-color: #ffffff;
}

.control-group {
    margin-bottom: 1rem;
}

.order-details .orderitem-row td {
	border-bottom: 1px solid #f3f3f3;
}
.order-details .quantity-column { padding: 1px; width: 48px; }
.order-details .product-column { padding: 6px }

.center-image {
	margin: 0 auto
}

.disabled-container {
	opacity: 0.4
}

.return-session-link {
	padding: 12px;
	position: relative;
	top: 14px;
}

.directpayment-form .amount-row {
	padding: 4px
}

.directpayment-form .euro-sign {
	font-size: 32px
}

.badge-bordered {
	border: 2px solid #aaa;
	border-radius: 4px;
    color: #000;
}

.app-connection-icon { padding-right: 1px }

.background-bell {
    font-size: 240px;
    line-height: 240px;
    position: relative;
	color: var(--base1);
}
.background-bell.inactive {
	font-size: 150px;
	line-height: 150px;
	color: var(--primary);
}
.background-bell.active {
    color: var(--variant3);
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.background-partial-bell {
    font-size: 40px;
	color: var(--base2);
}
.notification-text {
    font-size: initial;
    color: var(--base1);
}
.background-partial-bell.active .title {
    color: var(--variant10);
}
.background-partial-bell.active .alert-bell {
    color: var(--variant3);
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.btn-activate {
    z-index: 100
}

.suggestions-node {
    font-size: smaller !important;
    padding-top: 1rem;
	border-bottom: 33px solid rgba(0, 0, 0, 0.03);
}
.suggestions-node .page-container {
	padding-left: 3rem;
    background-color: rgba(0, 0, 0, 0.03);
}
.suggestions-node .container {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.col-tile-selection .thumbnail {
	border: none;
	box-shadow: 0px 5px 45px 0px #00000026;
    border-radius: 12px;
	color: var(--base1);
	font-weight: bold;
	text-transform: uppercase;
}
.col-tile-selection .tile-name {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}


.select-catalog .col-tile-selection a.thumbnail {
	background-size: cover;
	min-height: 150px;
	background-position: center center;
}

.select-catalog .col-tile-selection .tile-name.tile-name-image {
	color: #fff;
	text-shadow: #000 0 0 3px;
}
.col-tile-selection .tile-icon {
	font-size: 30px;
	text-align: center;
	height: 40px
}

.col-combineorder {
	margin: 10px 0
}
.col-combineorder .thumbnail {
	height: 150px;
	padding: 30px 0;
	display: block;
}
.col-combineorder .icon {
	font-size: 30px;
	text-align: center;
	height: 40px
}
.col-combineorder .name {
	font-size: 16px;
	text-align: center;
}

.orderstatus-container {
	padding: 8px;
	border-radius: 4px;
	background-color: white;
}
.orderstatus-container > button {
	margin-right: 8px;
}

.order-details .product-entry,
.order-details .product-entry .badge {
	font-size: 13px;
	font-weight: bold;
}

.text-white {
	color: white !important;
}

.bell-action-wrapper {
	height: 1px;
}

.language-dropdown .open .dropdown-menu {
	position: absolute;
	background-color: #eee;
	opacity: 0.9
}

.camera-icon-lg {
	background-color: #90acf6;
	font-size: 70px;
	height: 176px;
	line-height: 176px;
	width: 176px;
	border-radius: 50%;
	margin: auto;
	color: white;
}

.required-icon {
	font-size: 7px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -5px;
	left: -3px;
	color: var(--variant3);
}

.zipcode {
	width: 200px
}

.img-center {
	margin: auto;
}
.img-center img {
	margin: auto
}

.background-banner img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
}
.background-banner-fixed {
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}
@media (max-width: 440px) {
	.background-banner-fixed {
		background-size: 100vh;
	}
}

.monitor-container .notification-option .far {
    font-size: 1.5rem;
}

.cursor-pointer {
	cursor: pointer;
}

.beeper-number-container .beeper-number-number {
    font-size: 70px;
    line-height: 70px;
}

.fancybox-only {
    display: none
}
.fancybox-inner .fancybox-only {
    display: block
}

#confirmTableSelection {
    text-align: center;
}
#tableConfirmationText {
    font-size: 49px;
    display: block;
    font-weight: bold;
}

.answer-page.answer-severity-debug, .answer-page.answer-severity-info {
    background: green;
}
.answer-page.answer-severity-debug .contentpanel, .answer-page.answer-severity-info .contentpanel {
    background-color: #b4ffd3 !important;
}
.answer-page.answer-severity-warning {
    background: orange;
}
.answer-page.answer-severity-warning .contentpanel {
    background-color: #ffe5b5 !important;
}
.answer-page.answer-severity-fatal, .answer-page.answer-severity-error {
    background: red;
}
.answer-page.answer-severity-error .contentpanel, .answer-page.answer-severity-fatal .contentpanel {
    background-color: #ffcaca !important;
}

.beeper-logo-image-container img {
    max-height: 42px
}

.alert-permission {
    position: fixed;
    top: 30px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 300px;
    z-index: 1000;
	box-shadow: 0px 5px 45px 0px #00000026;
}

.numscreen-ordernumber {
    font-size: xx-large;
}

.cart-suggestions-container {
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #EAF6FF;
	padding: 8px 12px;
	border-radius: 8px;
	box-shadow: 1px 3px 4px #C7C7C7;
}

.cart-suggestions-headline {
	margin-bottom: 16px;
}

/** portrait / kiosks **/
@media (min-height: 1200px) {
	.order-price-bottom .btn-primary,
	.subselect-bottom .btn-primary,
	.suggest-bottom .btn-primary {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.order-price-bottom .badge.badge-info,
	.subselect-bottom .badge.badge-info {
		padding-top: 3rem !important;
		padding-bottom: 2.5rem !important;
	}
	.catalogsection-header {
		margin-bottom: 3rem !important;
	}
}

.c-payment-intermediatetipsscreen {
	background-color: black !important;
}

@media (max-width: 575px) {
	.d-xs-none {
		display: none !important;
	}
	.d-xs-block {
		display: block !important;
	}

}
