/*
$font-stack:   Futura, 'Trebuchet MS', Arial, sans-serif
$font-size: 12;
*/
html {
  font-family: Futura, "Open Sans", "Muli", "Trebuchet MS", Arial, sans-serif;
}

body {
  font-family: Futura, "Open Sans", "Muli", "Trebuchet MS", Arial, sans-serif;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0px;
  border-color: grey;
  box-sizing: border-box;
}

input {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type=text] {
  padding: 0;
}

.locked {
  opacity: 0.6;
}

.input-locked {
  background: transparent;
}

.input-unlocked {
  background-color: white;
}

.lockeddate {
  background: rgba(0, 39, 91, 0.2);
  color: grey;
}

.my-blue {
  background-color: #00275b;
  color: white;
}

.direkt-blue {
  background-color: #00275b;
  color: white;
  padding: 5px;
  font-size: 14px;
}

.direkt-button {
  background-color: #00275b;
  color: white;
  padding: 5px;
  border-radius: 2.5px;
  font-size: 14px;
}

.textblue {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  background: transparent;
  color: #00275b;
  font-size: 12px;
  padding: 4px;
}

.text-blue {
  background: transparent;
  color: #00275b;
  font-size: 11px;
}

.direkt-error-bottom {
  border-bottom: 4px solid red;
}

.direkt-ok-bottom {
  border-bottom: 4px solid transparent;
}

.direkt-error {
  border-right: 4px solid red;
  margin-bottom: 18px;
}

.direkt-ok {
  border-right: 4px solid rgba(0, 39, 91, 0);
}

.direkt-link {
  color: white;
  background-color: #e32119;
  text-decoration: none;
  font-size: 17px;
  margin-right: 6px;
}

.direkt-red {
  background-color: #e32119;
  color: white;
  font-size: 17px;
}

.direkt-link-home {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 17px;
  margin-right: 6px;
}

.direkt-red-home {
  background-color: rgba(0, 39, 91, 0.4);
  color: white;
  font-size: 17px;
}

.main-header {
  padding: 20px;
  height: 60px;
}

.main-menu {
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: grey;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: grey;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: grey;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey !important;
}

:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: grey;
}
