﻿/*
	Note! This is a generated file, make changes in *.scss-file
*/
body, html {
  margin: 0px;
  padding: 0px;
  height: auto;
  background-color: rgb(250, 250, 250);
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

a {
  border-spacing: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-spacing: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

input, textarea, select {
  border-spacing: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.38);
}

input, textarea {
  padding: 2px 2px 3px 2px;
}

select {
  padding: 2px 2px 1px 2px;
}

input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

input[type=text], input[type=password], input[type=checkbox], textarea, select {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, textarea:focus, select:focus {
  -moz-box-shadow: 0px 0px 4px 0px rgb(2, 119, 189);
  -webkit-box-shadow: 0px 0px 4px 0px rgb(2, 119, 189);
  box-shadow: 0px 0px 4px 0px rgb(2, 119, 189);
  border: 1px solid rgb(2, 119, 189);
}

h1 {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgb(0, 70, 135);
  font-size: 20px;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

h1 span {
  display: block;
  width: 550px;
  font-size: 12px;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.6);
}

h5 {
  font-size: 12px;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.6);
}

h4 {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 4px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

h3 {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: rgb(0, 70, 135);
  font-size: 14px;
  font-weight: bold;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

a:visited {
  color: rgb(0, 70, 135);
}

a:hover {
  color: rgb(2, 119, 189);
}

a.clickable {
  cursor: pointer;
}

.printInformation {
  display: none;
}

.noWrap {
  white-space: nowrap;
}

.vAlignRadioButton > input[type=radio] {
  margin-top: -1px;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.38);
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.38);
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.38);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.38);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.38);
}

::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.38);
}

.borderRadius8 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.backGroundColorSilverTsunami {
  background-color: rgb(238, 238, 238);
}

.backGroundColorBlueMonday12 {
  background-color: rgba(2, 119, 189, 0.12);
}

td.errorTableCell {
  background-color: rgba(183, 28, 28, 0.12);
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: rgb(183, 28, 28) !important;
}

.v-align-items {
  display: flex !important;
  align-items: center !important;
}

.numbered-table {
  counter-reset: rowNumber;
}

.numbered-table tr th::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) ".";
  padding-right: 0.3em;
  float: left;
  font-weight: bold;
}

a.disabledLinkText, a.disabledLinkText:link, a.disabledLinkText:visited, a.disabledLinkText:hover {
  color: rgba(0, 0, 0, 0.38) !important;
}

img.disabledLinkImage {
  opacity: 0.5 !important;
}
