/************************************************************************* 

HPMI.CSS Einklick-Bezahlsystem Hanseatische Print und Medien Inkasso GmbH

(C) MEDLINQ Softwaresysteme GmbH 2019-2020

*************************************************************************/

/* CSS-Reset */
body,
p,
div {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
}

img {
  border: 0;
}

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src:
    url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'OpenSans';
  font-style: semibold;
  font-weight: 600;
  src:
    url(/fonts/OpenSans-SemiBold.ttf);
}

/************************************************************************************/
/* Common properties                                                                */
/************************************************************************************/
body {
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 13pt;
}

#maincontainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#maincol {
  background-color: #EAF7F9;
  padding-left: 2px;
  padding-right: 2px;
  max-width: 50em;
}

header {
  background-color: #FFFFFF;
}

.formbox {
  background-color: #093f66;
}

.innerformbox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

p {
  margin-top: 0.0em;
  margin-bottom: 0.0em;
}

p.small {
  font-size: 50%;
}

.textbox {
  background-color: #EAF7F9;
  color: #1a3357;
  padding: 10px;
}

.alertbox {
  background-color: #073F67;
  color: white;
  font-weight: 600;
  padding-top: 11px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 11px;
}

.formbox {
  text-align: center;
  background-color: #1a3357;
  color: white;
  padding: 11px;
}

.formbox input {
  text-align: center;
}

.formbox table {
  margin-bottom: 11px;
}

.formbox table td {
  padding-right: 6px;
}

.alert,
.notice {
  color: #fdc255;
  font-weight: 600;
  margin-bottom: 11px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
  font-weight: 600;
}

input.edit_button {
  background-color: #3eb7c3;
  color: white;
  padding: 8px;
}

.responsive {
  width: 100%;
  height: auto;
}

.skyscrapers {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

button {
  background-color: #3eb7c3;
  color: white;
  padding: 3px 5px 3px 5px;
  border: 0px;
}

button a {
  text-decoration: none;
  color: white;
}

span.small {
  font-size: 75%;
}

div.telhelp {
  text-align: center;
}

div.telhelp a {
  text-decoration: none;
  font-weight: bold;
  color: #3eb7c3;
}

footer {
  background-color: #EAF7F9;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4em;
}

footer button {
  font-size: 1.0em;
}

#overlay-back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}

.fakelinktotricksafari {
  text-decoration: none;
  color: white;
  pointer-events: none;
}

/*********************************************************************************/
/* Mobile first                                                                  */
/*********************************************************************************/

@media only screen and (max-width: 40em) {}

/*********************************************************************************/
/* Desktop second                                                                */
/*********************************************************************************/

@media only screen and (min-width: 40em) {}