body, button, input, select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: small;
	color: black;
}

button {
	font-size: 90%;
}

html {
	background-size: cover;
	background-image: url('/app/pub/images/sarek-1920.jpg');
	background-repeat: repeat-y;
	background-color: #1b2713;
	background-position: 50% 50%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: scroll;
}

.margins-if-wide-enough {
	width: 80%;
	margin: auto;
}

@media (max-width: 720px) {
	.margins-if-wide-enough {
		width: 100%;
	}
}

parcel-create-ui {
	display: block;
}

parcel-create-ui input[type=text], parcel-create-ui input[type=password], parcel-create-ui textarea, parcel-create-ui select {
	padding: 0.6em;
}

parcel-create-ui label-and-input {
	font-size: 12pt;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1em;
}

parcel-create-ui label-and-input:last-child {
	margin-bottom: 0;
}

sprend-pro-info-ui {
	display: block;
	margin-top: 1.2em;
	border-radius: 0.5em;
	background-color: rgba(238, 238, 238, 0.9);
	padding: 0 2em 2em;
	border: 3px solid #919a93;
}

sprend-pro-info-ui .column {
	display: inline-block;
	margin: 0 1.5em 0 0;
}

sprend-pro-info-ui h2 {
	font-size: 1.4em;
	margin-top: 2em;
	margin-bottom: 1.2em;
}

@media (max-width: 720px) {
	.sprend-pro-info-ui-main-div {
		width: 100%;
	}
}

.upgrade-or-extend-sprend-pro-button {
	font-size: 1em;
	margin: 0.8em 0;
	border-radius: 6px;
	border: none;
	background: #405164;
	padding: 0.8em 1.2em;
	color: white;
	cursor: pointer;
	text-transform: uppercase;
}

.upgrade-or-extend-sprend-pro-button:hover:enabled {
	background: #284c8e;
}

.upgrade-or-extend-sprend-pro-button:hover:active:enabled {
	background: #283544;
	color: white;
}

@media (max-width: 500px) {
	.hide-when-narrow {
		display: none;
	}
}

.green-checkbox {
	margin-right: 0.8em
}

.beta-message {
	position: relative;
	max-width: 728px;
	margin: 1em auto 1.5em;
	padding: 2em;
	background-color: rgba(103, 130, 149, 0.5);
	color: white;
	font-size: 14px;
	font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
	border: 2px solid white;
	border-radius: 0.5em;
	cursor: pointer;
}

.beta-message .close-button {
	border-radius: 1.2em;
	background: rgb(103, 130, 149);
	padding: 0.2em 0.8em 0.4em;
	position: absolute;
	right: -0.5em;
	top: -0.5em;
	border: 2px solid white;
}

.message-to-user-text {
	position: relative;
	max-width: 728px;
	margin: 0 auto;
	padding: 2em;
	background-color: rgba(103, 130, 149, 0.5);
	color: white;
	font-size: 14px;
	font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
	border: 2px solid white;
	border-radius: 0.5em;
}

.message-to-user-text a {
	color: white;
	text-decoration: underline;
}

.message-to-user-text a:hover {
	color: #f3f5b8;
	text-decoration: underline;
}

@media print {
	@page {
		margin: 2cm 2cm;
	}
}

body.admin {
	background-color: #BFDFFF;
}

.guru-meditation {
	background-color: black;
	margin: 0;
	padding: 1em;
}

.guru-meditation div {
	border: 0.5em solid red;
	padding: 1em;
	color: red;
	text-align: center;
	animation: blinker 1.6s step-start infinite;
}

@keyframes blinker {
	50% {
		border-color: black;
	}
}

h1 {
	font-size: 150%;
	font-weight: 300;
}

h1 {
	margin-top: 2em;
}

h2 {
	margin-top: 20px;
	font-size: 125%;
	font-weight: 400;
}

p {
	margin: 0.8em 0;
}

p.function {
	margin: 0.4em 0;
}

p.left {
	text-align: left;
}

.file-selection-title {
	font-size: 130%;
	font-weight: 300;
}

.file-selection-message {
	padding-left: 0.4em;
}

.pro-badge {
	font-size: 0.8em;
	background: #a8b4bf;
	color: white;
	border-radius: 0.3em;
	padding: 0.15em 0.5em;
	margin-left: 0.5em;
	user-select: none;
}

.sensei-sub-heading {
	text-transform: uppercase;
	font-size: 0.8em;
	color: grey;
	padding-right: 0.6em;
}

div.page-content-wrapper {
	max-width: 728px;
	margin: auto;
	position: relative;
	color: #555555;
}

div.page-content {
	padding: 0;
	background-color: #eeeeee;
	margin-bottom: 10px;
}

div.page-content-inner {
	padding: 1em 1em 1.5em 1em;
}

.radio-group {
	border: 1px solid #c3c3c3;
	background-color: #f9f9f9;
	padding: 1em;
	margin-top: 2em;
}

.radio-group label {
	display: block;
	margin: 0.7em;
}

.radio-group label input {
	margin-right: 0.7em;
}

img {
	vertical-align: middle;
	border-style: none;
}

.center {
	margin: auto;
}

.left {
	text-align: left;
}

.strong {
	font-weight: bold;
}

.new-highlight {
	margin-left: 1em;
	font-size: 1em;
	font-weight: bold;
	background-color: #fff784;
	text-transform: uppercase;
	padding: 0.2em 0.7em;
	border: 2px solid #fcffe4;
	border-radius: 0.5em;
}

.sprend-running-mode {
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	padding: 4px 1em 2px;
	margin-top: 13px;
	margin-left: 30px;
	z-index: 100;
	color: #ffffff;
	background-color: #cf13ff;
	border: 1px dotted white;
	cursor: pointer;
}

.sprend-running-mode:hover {
	color: white;
}

.sprend-running-mode.prod-bg-color {
	background-color: #213b54;
}

@media (max-width: 630px) {
	.sprend-running-mode {
		display: none;
	}
}

.info-in-top-banner {
	position: relative;
	top: -3px;
	font-size: 13px;
	font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-left: 3em;
	color: #fdffbf;
}

td.number {
	text-align: right;
	white-space: nowrap;
}

table.list, .popup table {
	border-collapse: collapse;
	margin: 1em 0;
}

table.list tbody th {
	margin: 0;
	border: 1px solid #295377;
	background: #295377;
	padding: 3px 5px 3px 5px;
	text-align: left;
	color: white;
	font-weight: normal;
}

table.list tbody td {
	margin: 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 3px 5px 3px 5px;
}

table.list tbody tr.even {
	background-color: #f9f9f9;
}

table.list tbody tr.odd {
	background-color: #eeeeee;
}

table.senseitable {
	border-collapse: collapse;
	margin: 1em 0;
}

table.senseitable a {
	text-decoration: none;
}

table.senseitable a:hover {
	text-decoration: underline;
}

table.senseitable th {
	padding: 0.6em 0.8em 0.6em 0.8em;
	text-align: left;
	color: white;
	font-weight: bold;
}

table.senseitable th.right {
	text-align: right;
	white-space: nowrap;
}

table.senseitable th a {
	color: white;
}

table.senseitable td {
	margin: 0;
	padding: 0.3em 0.8em 0.3em 0.8em;
}

table.senseitable td.description {
	background-color: rgba(0, 0, 0, 0.33);
	color: white;
	font-size: 0.8em;
	padding: 0.8em 1em 0.8em 1em;
}

table.defaultcolors th {
	border: 1px solid black;
	background: #3d3d3d;
}

table.defaultcolors td {
	border: 1px solid black;
}

table.critical-colors {
	color: #a53c3e;
}

table.critical-colors th {
	border: 1px solid #a53c3e;
	background: #d9484a;
}

table.critical-colors td {
	border: 1px solid #a53c3e;
}

table.critical-colors a {
	color: #a53c3e;
}

table.error-colors {
	color: #813435;
}

table.error-colors th {
	border: 1px solid #813435;
	background: #963435;
}

table.error-colors td {
	border: 1px solid #813435;
}

table.error-colors a {
	color: #813435;
}

table.alert-by-email-colors {
	color: #316533;
}

table.alert-by-email-colors th {
	border: 1px solid #316533;
	background: #317d4b;
}

table.alert-by-email-colors td {
	border: 1px solid #316533;
}

table.alert-by-email-colors a {
	color: #316533;
}

table.log-to-file-colors {
	color: #3d3d3d;
}

table.log-to-file-colors th {
	border: 1px solid #3d3d3d;
	background: #5e5e5e;
}

table.log-to-file-colors td {
	border: 1px solid #3d3d3d;
}

table.log-to-file-colors a {
	color: #3d3d3d;
}

table.log-colors {
	color: black;
}

table.log-colors th {
	border: 1px solid black;
	background: #3d3d3d;
}

table.log-colors td {
	border: 1px solid black;
}

table.log-colors a {
	color: black;
}

.popup table {
	width: 100%;
}

.popup th {
	text-align: left;
	padding: 3px 5px;
	vertical-align: top;
}

.popup td {
	padding: 3px 5px;
	vertical-align: top;
}

.popup tr.odd {
	background-color: #eeeeee;
}

table.function {
	margin: 0.3em 0 0 0;
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

td.function {
	margin: 0;
	border: 0;
	padding: 0.2em;
	text-align: left;
}

p.header, span.header {
	font-size: 140%;
	font-weight: 300;
	margin: 8px 0;
}

p.header2, span.header2 {
	font-size: 120%;
	font-weight: 300;
	margin: 4px 0;
}

.no-border {
	border: 0;
}

a, .click-link, .ui-widget-content a {
	color: #295377;
	text-decoration: underline dotted;
	cursor: pointer;
}

a:hover, .click-link:hover {
	color: #295377;
	text-decoration: underline;
}

.page-link {
	font-style: italic;
}

.page-content-inner a, .page-content-inner a:hover {
	color: #295377;
}

#logo a {
	outline: none;
}

.blue-bar {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	background-color: #295377;
	padding: 0.2em 3em;
	height: 4em;
}

.green-bar {
	color: #295377;
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	background: #b2e180;
	margin-bottom: 10px;
	padding: 0.5em 3em;
}

@media (max-width: 500px) {
	.blue-bar, .green-bar {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.green-bar a {
	color: #295377;
}

.cc_container a, .cc_container a:visited {
	color: #295377 !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
	color: #295377 !important;
	background-color: #b2e180 !important;
}

#logo {
	margin: auto;
}

#logo img {
	margin: 12px 10px 0 0;
}

#languages {
	max-width: 728px;
	text-align: center;
}

.lang-menu {
	text-transform: capitalize;
	color: #6d6c6c;
}

.footer-menu {
	font-family: 'Open Sans', sans-serif;
	margin: 5px 0 0 0;
	padding: 3px 0;
	text-align: center;
	color: #464646;
	background-color: rgba(238, 238, 238, 0.7);
	line-height: 250%;
}

.footer-menu a {
	color: black;
	text-decoration: none;
	font-family: Poppins, 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.footer-menu.about {
	background-color: #295377;
	font-size: 1.1em;
	overflow: hidden;
	margin-top: 0;
}

.footer-menu.about a {
	margin: 0 0.4em;
	color: white;
}

.menu-item-separator {
	color: #929292;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

#recipientswitcher {
	margin: 26px 0 0 5px;
	cursor: pointer;
}

#member_menu {
	text-align: center;
	margin-bottom: 20px;
}

input[type=checkbox] {
	cursor: pointer;
}

label {
	cursor: pointer;
}

input:disabled + label {
	cursor: not-allowed;
	opacity: 0.6;
}

.sprendbutton, .sprendbutton2, div.form input[type=submit], div.form input[type=button] {
	border: 2px solid #a1cf72;
	border-radius: 6px;
	background: #b2e180;
	padding: 6px 10px;
	color: #295377;
	font-size: 1em;
	cursor: pointer;
	text-transform: uppercase;
}

.cancel-button {
	border: 2px solid #b4b0b4;
	background: #d6d7d5;
	color: #454343;
}

.sprendbutton2 {
	font-size: 11px;
	padding: 4px 8px;
}

.sprendbutton:hover:enabled, .sprendbutton2:hover:enabled, div.form input[type=submit]:hover, div.form input[type=button]:hover {
	background: #ceefab;
}

.cancel-button:hover:enabled {
	background: #e7e8e6;
}

.sprendbutton:hover, .sprendbutton2:hover {
	text-decoration: none;
}

.sprendbutton:hover:active:enabled, .sprendbutton2:hover:active:enabled {
	border-color: #689048;
	background-color: #689048;
	color: white;
}

.thinner {
	padding: 2px 1em;
}

.cancel-button:hover:active:enabled {
	border-color: #6c6a6c;
	background: #6c6a6c;
	color: white;
}

.sprendbutton:disabled, .sprendbutton2:disabled {
	opacity: 0.5;
	cursor: default;
}

.sprendbutton.pause-resume {
	border: 2px solid #8bb2b9;
	background: #addae1;
	width: 8em;
}

.sprendbutton.pause-resume:hover:enabled {
	background: #cbe7ef;
}

.sprendbutton.pause-resume:hover:active:enabled {
	border-color: #5692a2;
	background-color: #5692a2;
}

.error {
	color: #cc0000;
}

div.form label, div.form .label {
	display: block;
	margin: 7px 0 6px 0;
}

div.form label.inline {
	display: inline;
	margin: 5px 0 2px 0;
}

div.form .field {
	margin: 6px 0 10px 0;
}

div.invoice-me .field {
	width: 90%;
}

div.invoice-me select {
	width: 90%;
	box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

table.form {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	margin: 0.5em 0 1em 0;
}

table.form th {
	vertical-align: top;
	text-align: left;
	padding: 6px 10px 6px 5px;
	font-weight: normal;
	border-right: 1px solid #dddddd;
}

table.form td {
	padding: 4px 10px 4px 10px;
}

#loginstatus {
	color: white;
	float: right;
	text-align: right;
	padding: 16px 0 10px 0;
}

#loginstatus table {
	height: 60px;
}

#loginstatus td {
	vertical-align: middle;
}

#loginstatus a {
	color: white;
	text-decoration: none;
	margin: 0 10px;
}

#loginstatus a:hover {
	text-decoration: underline;
}

img.status {
	padding: 0 3px 3px 0;
}

.jquery_placeholder {
	color: #aaa;
}

.inboxsize {
	font-size: 60%;
	font-weight: 400;
	color: white;
	background-color: #206285;
	position: absolute;
	top: 0.8em;
	right: 1em;
	text-align: center;
	border-radius: 0.8em;
	padding: 0.2em 0.5em 0.3em;
}

.popup li {
	margin: 5px 0;
}

#recipient, #recipients, #message {
	padding: 8px;
}

.login-logout {
	border: 1px solid #567896;
	border-radius: 6px;
	color: white;
	background: #507797;
	padding: 3px 12px;
	margin-top: -20px;
}

.login-logout:hover {
	background: #699fd2;
	cursor: pointer;
}

.accountlevelinfo {
	font-size: 20px;
	display: inline-block;
	color: #b2e180;
	font-weight: 300;
	padding: 3px 0 0 7px;
	margin-top: 10px;
	font-style: italic;
}

@media (max-width: 450px) {
	.accountlevelinfo {
		display: none;
	}
}

table.usage-tracker {
	width: 97%;
	margin-left: 0.3em;
	border: 1px solid grey;
	background-color: white;
}

table.usage-tracker td.used {
	margin: 0.1em;
	border: 1px solid #966217;
	background-color: #f9a326;
	padding-top: 1em;
}

table.usage-tracker td.unused {
	margin: 0.2em;
	border: 1px solid grey;
	background: #eeeeee;
	padding-top: 1em;
}

.tab-bar {
	background-color: transparent;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	white-space: nowrap;
}

.tab-bar h1 {
	display: inline;
	font-size: inherit;
	margin: 0;
}

.tab-bar a {
	text-decoration: none;
}

.tab-bar a:hover {
	text-decoration: underline;
}

.tab-bar > div {
	color: #888e92;
	background: #ced9e1;
	font-size: 1.4em;
	padding: 0.76em 0 1em;
	width: 25%;
	text-align: center;
	font-weight: 300;
	display: inline-block;
}

@media (max-width: 500px) {
	.tab-bar > div {
		font-size: 1.1em;
	}
}

.tab-bar > div img {
	margin-top: -2px;
}

.tab-bar > div.narrow {
	width: 12%;
}

.tab-bar > .active {
	color: #ffffff;
	background: #295377 url(/app/pub/base-html/active-tab.png) no-repeat bottom center;
}

.tab-bar > div a, .tab-bar > div .click-link {
	color: #888e92;
}

.tab-bar > div.active a, .tab-bar > div.active .click-link {
	color: #ffffff;
}

.dialog {
	display: none;
}

.text-label-error {
	color: darkred;
}

.footer {
	/*margin-top: 1em;*/
	/*margin-bottom: 20px;*/
}

@media (min-width: 768px) {
	.modal-dialog {
		width: auto;
		max-width: 50em;
	}

	.select-recipients-modal {
		margin-top: 10em;
	}

	.payment-wizard-modal {
		margin-top: 3em;
		max-width: 32em;
	}
}

.panel-info {
	background-color: #f7f7f7;
	border-color: #dddddd;
	border-radius: 0;
}

.modal-title, .modal-body {
	text-align: center;
}

.modal-header {
	border-bottom: 1px solid #a6a6a6;
}

.modal-content {
	background-color: #d4d4d4;
}

.modal-body {
	background-color: #f0f0f0;
	padding: 1.5em 1em 2em 1em;
}

.modal-body .section-title {
	text-transform: uppercase;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.modal-body .form-group label {
	padding-top: 0.6em;
}

.dialog-button-row {
	margin-top: 2.5em;
	margin-right: 16px;
	text-align: right;
}

.dialog-button-row button {
	margin-left: 1em;
}

.no-padding-left {
	padding-left: 0;
}

.payment-info-title {
	font-size: 1.2em;
	margin: 0.5em 0 1em 1.5em;
}

.payment-info-title img {
	position: relative;
	top: -0.3em;
	width: 160px;
	margin: 0 0 0 1em;
	padding: 0;
}

.credit-card-img {
	width: 160px;
	margin: 1em 0 1.5em 0;
}

.form-group {
	margin-bottom: 0.7em;
}

.dialog-back {
	position: absolute;
	margin-top: -0.2em;
}

input[type="file"].file-hover:enabled, input[type="file"]:hover:active:enabled {
	border-color: #689048;
	background-color: #689048;
	color: white;
}

input[type="file"] {
	width: 100%;
	padding: 0.8em;
	border: 1px solid #a1cf72;
	background-color: #cee1bd;
	border-radius: 0.3em;
}

input[type="file"]:hover:enabled {
	cursor: pointer;
	background: #ceefab;
	border-color: #a1cf72;
}

input[type=text], input[type=password], textarea, select {
	border: 1px solid #b1e27b;
}

input.invalid, textarea.invalid, input[type=password].invalid {
	border: 1px solid #e2918e;
	background-color: #ffd3d1;
}

input[type=text]:disabled, input[type=file]:disabled, textarea:disabled, input[type=password] {
	background-color: rgba(238, 238, 238, 0.2);
}

textarea {
	color: rgba(51, 51, 51, 1);
}

a.disabled {
	opacity: 0.5;
	cursor: default;
	text-decoration: none;
}

.checkbox-label {
	font-weight: normal;
	border: 1px solid white;
	border-radius: 0.3em;
	padding: 0.3em 0.6em;
	margin: -0.6em;
}

.checkbox-label.invalid {
	border: 1px solid #e2918e;
	background-color: #ffd3d1;
}

.checkbox-label.invalid .customer-specific {
	background-color: #ffd3d1;
}

.sensei-content {
	margin: 2em 3em 0;
	padding-bottom: 2em;
}

@media (max-width: 500px) {
	.sensei-content {
		margin: 2em 1em 3em;
	}
}

.sensei-menu {
	text-align: center;
	margin: 1em 3em;
}

@media (max-width: 500px) {
	.sensei-menu {
		margin: 1em 1em;
	}
}

.menu-links {
	padding: 0.5em;
}

.menu-links a {
	padding: 0.2em 0.5em;
}

.menu-links a.selected {
	color: black;
	background-color: #dcdcdc;
	text-decoration: none;
	cursor: default;
}

terms-wizard {
	margin: 2em 3em 3em;
}

@media (max-width: 100px) {
	terms-wizard {
		margin: 2em 0.5em 3em;
	}
}

.wizard-outer {
	display: flex;
	justify-content: center;
}

.wizard-inner {
	background-color: #eeeeee;
	color: #555555;
	padding: 2em;
	border-radius: 0.5em;
	min-width: 4em;
	max-width: 80em;
}

.wizard-inner textarea {
	padding: 8px;
}

@media (max-width: 500px) {
	.wizard-inner {
		padding: 1em;
	}
}

@media print {
	.wizard-inner {
		padding: 0;
	}
}

.wizard h1 {
	font-size: 1.5em;
	font-weight: 400;
	margin-top: 1.5em;
	text-align: center;
}

.wizard .form-group label {
	padding-top: 0.6em;
}

article-outer {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

article-inner {
	display: block;
	font-size: 1.2em;
	padding: 0 4em 4em;
	min-width: 4em;
	max-width: 80em;
}

.panel-with-links {
	margin-top: 2em;
	width: 100%;
	background-color: #e0e1e4;
	padding: 1em;
	border: 1px solid #c8c9cc;
	border-radius: 0.1em;
	line-height: 2;
	text-align: center;
}

.panel-with-links a, .panel-with-links span {
	white-space: nowrap;
}

ui-panel-container {
	display: flex;
	justify-content: center;
	margin: 2em 0 2em 0;
}

ui-panel-container ui-panel {
	width: 100%;
	max-width: 40em;
	background-color: #e0e1e4;
	padding: 2em;
	border: 1px solid #c8c9cc;
	border-radius: 0.1em;
}

ui-panel-container.smaller ui-panel {
	max-width: 30em;
	height: 25em;
}

@media (min-width: 900px) {
	ui-panel-container {
		float: left;
		width: 60%;
		max-width: 40em;
		margin-right: 3em;
	}

	ui-panel-container.right {
		float: right;
		margin-left: 3em;
		margin-right: 0;
	}
}

@media (min-width: 800px) {
	ui-panel-container.smaller {
		float: left;
		width: 50%;
		max-width: 30em;
		margin-right: 3em;
	}

	ui-panel-container.right.smaller {
		float: right;
		margin-left: 3em;
		margin-right: 0;
	}
}

@media (max-width: 500px) {
	ui-panel-container ui-panel {
		padding: 1.5em 1em;
	}
}

article-img-container {
	display: flex;
	justify-content: center;
	margin: 3em 0;
}

article-img-container img {
	width: 100%;
	height: 100%;
}

article-img-container.sixty img {
	max-width: 40em;
}

article-img-container.seventy img {
	max-width: 50em;
}

@media (min-width: 900px) {
	article-img-container.sixty {
		float: right;
		width: 60%;
		max-width: 40em;
		margin-left: 3em;
	}

	article-img-container.sixty.left {
		float: left;
		margin-left: 0;
		margin-right: 3em;
	}
}

@media (min-width: 1100px) {
	article-img-container.seventy {
		float: right;
		width: 70%;
		max-width: 50em;
		margin-left: 3em;
	}

	article-img-container.seventy.left {
		float: left;
		margin-left: 0;
		margin-right: 3em;
	}
}


@media print {
	article-inner {
		padding: 0;
	}
}

article-inner h1 {
	font-size: 2em;
	font-weight: bolder;
	margin: 2em 0 1.5em;
}

article-inner h2 {
	font-size: 1.5em;
	font-weight: bolder;
	line-height: 1.4;
	margin-top: 2em;
	margin-bottom: 1.5em;
}

article-inner h3 {
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 1.4;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

article-inner .ingress {
	font-size: 1.1em;
	font-weight: 600;
}

article-inner ol {
	padding-left: 1em;
}

article-inner li {
	margin: 0.5em 1em;
}

@media (max-width: 600px) {
	article-inner {
		padding: 2em;
	}

	article-inner h1 {
		margin-top: 0.5em;
	}
}

.info-above-contract {
	font-size: 1.1em;
	margin-top: 1em;
}

.contract-text {
	font-size: 14px;
	background-color: #fcfcfc;
	margin-top: 1em;
	padding: 4em 2em;
	border: 1px solid grey;
	box-shadow: 0.3em 0.3em 0.3em #b1b1b1;
}

.contract-text h1 {
	text-align: left;
	font-size: 2em;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0.7em;
}

.contract-text h2 {
	color: #285379;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 1em;
}

.contract-text h3 {
	font-size: 1.2em;
	font-weight: 400;
	margin-top: 1.5em;
	margin-bottom: 1em;
	page-break-after: avoid;
}

.customer-specific {
	font-weight: 700;
	background-color: #eeeeee;
	padding: 0.1em 0.2em;
}

.section-reference {
	font-weight: 700;
}

@media (max-width: 500px) {
	.contract-text {
		padding-left: 1em;
		padding-right: 1em;
	}
}

@media print {
	.contract-text {
		border: none;
		padding: 0;
		margin: 0;
	}
}

message-panel {
	display: block;
	text-align: center;
	background-color: #654c37;
	color: white;
	margin-top: 2em;
	padding: 0.8em;
	min-height: 3em;
}

payment-wizard message-panel {
	display: flex;
	align-items: center;
	justify-content: center;
}

message-panel a, message-panel a:hover, .page-content-inner message-panel a, .page-content-inner message-panel a:hover {
	color: #fff784;
	font-weight: bolder;
	text-decoration: underline;
}

.progress {
	height: 2em;
}

.progress-bar {
	font-size: 1em;
	word-spacing: 0.5em;
	white-space: nowrap;
	background-color: #295475;
	padding-top: 0.3em;
}

.account-status {
	display: flex;
	text-align: center;
	justify-content: center;
}

.panel-body {
	text-align: left;
}

.panel-body input[type=radio] {
	margin-left: 1em;
}

.info-panel {
	margin-top: 1.5em;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #dddddd;
	padding: 1em;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.country-select {
	width: 100%;
	padding: 0.5em;
}

.country-select option {
	padding: 0.3em 0.6em;
}

.center-everything {
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-data td {
	padding: 0.3em;
}

.card-data .glyphicon {
	color: #5e8543;
}

.card-data .input-group {
	width: 100%;
}

text-edit-with-save-cancel {
	border: 1px solid grey;
	border-radius: 0.5em;
	background-color: #f5f5f5;
	display: inline-block;
	padding: 0.5em;
}

text-edit-with-save-cancel:hover {
	background-color: white;
	cursor: pointer;
}

notification-box {
	display: block;
}

storage-time-ui .anim-container {
	padding-top: 10px;
	padding-right: 0;
	max-height: 5em;
	transition: max-height 0.3s ease;
	overflow: hidden;
}

storage-time-ui .section-title {
	text-transform: uppercase;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

select-recipients-ui {
	display: block;
	padding-top: 1em;
	padding-bottom: 0.5em;
	user-select: none;
}

select-recipients-ui .scrollable-table {
	overflow-y: auto;
	max-height: 40em;
}

select-recipients-ui table {
	width: 100%;
	margin: 0;
	background-color: #f0f0f0;
}

select-recipients-ui tr:nth-child(even) {
	background-color: #e2e2e2;
}

select-recipients-ui tr:hover {
	background-color: #b3e085;
	cursor: pointer;
}

select-recipients-ui td {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 1.2em;
}

select-recipients-ui td:nth-child(1) {
	white-space: nowrap;
	width: 6em;
}

select-recipients-ui td:nth-child(2) {
	white-space: nowrap;
	width: 6em;
	padding-right: 0.3em;
}

select-recipients-ui td:nth-child(3) {
	padding-left: 1.2em;
	padding-right: 1.2em;
}

select-recipients-ui th {
	top: 0;
	position: sticky;
	color: white;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0.5em;
	padding: 0.5em 1.2em;
	background-color: #2a5376;
	cursor: auto;
}

@media (max-width: 500px) {
	select-recipients-ui td:nth-child(1), select-recipients-ui th:nth-child(1) {
		display: none;
	}
}

.rotate-clockwise span {
	animation: clockwise 4s infinite linear;
	-webkit-animation: clockwise2 4s infinite linear;
}

@keyframes clockwise {
	from {
		transform: scale(1) rotate(0deg);
	}
	to {
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes clockwise2 {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

.highlight-animation {
	animation: highlight 1000ms ease-out 2 alternate;
}

.highlight-animation .customer-specific {
	animation: highlight 1000ms ease-out 2 alternate;
}

@keyframes highlight {
	100% {
		background-color: yellow;
	}
}

@media print {
	.hide-in-print {
		display: none;
	}

	a[href]:after {
		content: none !important;
	}
}

