﻿/*
	Note! This is a generated file, make changes in *.scss-file
*/
table.inputGrid th {
  padding: 0px;
  text-align: left;
}

table.inputGrid th.groupHeader {
  text-align: left;
  padding: 0px 0px 24px 0px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}

table.inputGrid td {
  padding: 0px;
  line-height: 18px;
}

table.inputGrid td.removeButtonBar {
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

table.inputGrid td.addButtonBar {
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  padding-top: 12px;
}

table.inputGrid td.linkButtons {
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  font-size: 14px;
  padding: 12px 24px 24px 24px;
}

table.inputGrid td.linkButtonsTop {
  padding-top: 0px;
  padding-bottom: 36px;
}

table.inputGrid td.linkButtons a {
  background-color: rgb(255, 255, 255);
  padding: 16px 16px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
}

table.inputGrid td.linkButtons a:hover {
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.24);
}

table.inputGrid td.linkButtons a:not(:last-child) {
  margin-right: 16px;
}

table.inputGrid td.linkButtons a img {
  vertical-align: bottom;
  padding-right: 3px;
}

div.gridWrapper {
  display: table;
  min-width: 720px;
}

table.buttonGrid {
  width: 100%;
}

table.buttonGrid th {
  font-size: 14px;
  padding: 0px;
  text-align: left;
  padding-bottom: 36px;
}

table.buttonGrid td {
  padding: 0px;
  line-height: 18px;
  padding-bottom: 36px;
}

table.buttonGrid td.linkButtons {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

table.buttonGrid td.linkButtons a {
  background-color: rgb(255, 255, 255);
  padding: 16px 16px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
}

table.buttonGrid td.linkButtons a:hover:not(.disabled) {
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.24);
}

table.buttonGrid td.linkButtons a.disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
}

table.buttonGrid td.linkButtons a:hover.disabled {
  color: rgba(0, 0, 0, 0.38);
}

table.buttonGrid td.linkButtons a:not(:last-child) {
  margin-right: 16px;
}

table.buttonGrid td.linkButtons a img {
  vertical-align: bottom;
  padding-right: 3px;
}

table.inputGrid td.plainButtons {
  text-align: right;
  vertical-align: bottom;
  font-size: 14px;
}

table.inputGrid td.plainButtons a {
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
}

table.inputGrid td.plainButtons a img {
  vertical-align: bottom;
  padding-right: 3px;
}

table.inputGrid td.plainButtonsLeft {
  text-align: left;
  vertical-align: bottom;
  font-size: 14px;
}

table.inputGrid td.smallImageLink a {
  line-height: 16px;
  vertical-align: middle;
  font-size: 14px;
}

table.inputGrid td.smallImageLink a img {
  vertical-align: bottom;
  padding-left: 6px;
}

table.inputGrid td.border {
  border: solid 1px rgba(0, 0, 0, 0.12);
}

table.inputGrid td.borderLeft {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}

table.inputGrid td.borderRight {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

table.inputGrid td.borderBottom {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

table.inputGrid th.borderBottom {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

table.inputGrid td.borderTop {
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}

table.inputGrid th.borderTop {
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}

table.inputGrid td.value {
  text-align: right;
  padding-right: 15px;
}

table.inputGrid th.value {
  text-align: right;
  padding-right: 15px;
}

table.inputGrid td.input {
  padding: 0px 24px 24px 0px;
  text-align: left;
  vertical-align: top;
}

table.inputGrid td.imageLeft {
  width: 24px;
  padding-right: 0px;
}

table.inputGrid .listBox {
  width: 100%;
}

td.input table:not(.hrList):not(.performedTasks):not(.decreaseSpace) {
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 12px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
}

td.input table th {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  padding: 8px;
}

td.input table th.rightAligned {
  text-align: right;
  padding: 8px;
}

td.input table th.vAlignTop {
  vertical-align: top;
}

table.inputGrid td.vAlignTop {
  vertical-align: top;
}

table.inputGrid td.alignCenter {
  text-align: center !important;
}

td.input table td {
  text-align: left;
  padding: 8px;
}

table.inputGrid span.notes {
  Color: rgb(104, 159, 56);
  font-size: 14px;
}

table.inputGrid span.itemFooter {
  Color: rgba(0, 0, 0, 0.6);
}

td.input span.info {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

table.inputGrid .hr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

table.inputGrid .noWrap {
  white-space: nowrap;
}

table.inputGrid .rightAligned {
  text-align: right;
}

table.inputGrid .centerAligned {
  text-align: center;
}

td.input table table {
  background: transparent;
  border: 0;
}

td.input table table td {
  padding: 5px;
}

table.inputGrid table ul {
  margin: 0;
  padding: 0;
}

table.inputGrid table ul li {
  list-style-position: inside;
}

td.stepInfo {
  font-size: 14px;
}

table.inputGrid table.hrList {
  border: 0px;
  border-collapse: collapse;
}

table.inputGrid table.hrList td {
  padding: 0px;
}

table.inputGrid table.hrList td:first-child {
  padding: 4px 10px 6px 0px;
}

table.inputGrid table.performedTasks td {
  padding: 0px 12px 0px 0px;
}

table.inputGrid table.performedTasks td input {
  margin-bottom: 10px;
}

table.inputGrid table.servicesGranted td {
  padding: 0;
}

table.inputGrid table.servicesGranted td:first-child {
  padding: 6px 10px 6px 0px;
}

table.inputGrid td.groupHeader {
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

table.inputGrid td.groupHeader table {
  width: 100%;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 12px;
}

table.inputGrid table th.cellGradient, td.cellGradient {
  background-color: rgb(255, 255, 255);
}

table#mainPanel div.outerDiv {
  border: solid 1px rgb(117, 117, 117);
  background-color: rgb(255, 255, 255);
}

table#mainPanel div.selectDiv {
  padding: 5px 3px 5px 3px;
  text-align: center;
}

table#mainPanel div.innerDiv {
  width: auto;
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: solid 1px rgb(117, 117, 117);
  padding-bottom: 7px;
  white-space: nowrap;
}

table#mainPanel table.decreaseSpace {
  border: 0px;
  border-collapse: collapse;
}

table#mainPanel table.decreaseSpace table {
  border: 0px;
  border-collapse: collapse;
}

table#mainPanel table.decreaseSpace input {
  line-height: 13px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table#mainPanel table.decreaseSpace label {
  line-height: 13px;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
}

table.inputGrid div.border {
  padding: 8px;
  border: solid 1px rgb(117, 117, 117);
}

table.inputGrid div.roundedBorder {
  padding: 8px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

table.inputGrid span.missingFormData {
  display: inline-block;
  margin: 2px 0px 0px 0px;
  padding: 1px 20px 3px 20px;
  background-color: rgba(183, 28, 28, 0.12);
  color: rgb(183, 28, 28) !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

table.inputGrid input.missingFormData {
  background-color: rgba(183, 28, 28, 0.12);
}

table.inputGrid input.missingFormData::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgb(183, 28, 28) !important;
}

table.inputGrid input.missingFormData:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgb(183, 28, 28) !important;
}

table.inputGrid input.missingFormData::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgb(183, 28, 28) !important;
}

table.inputGrid input.missingFormData:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(183, 28, 28) !important;
}

table.inputGrid input.missingFormData::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(183, 28, 28) !important;
}

table.inputGrid input.missingFormData::placeholder {
  /* Most modern browsers support this now. */
  color: rgb(183, 28, 28) !important;
}
