.btn-grey,
.btn-grey:hover,
.btn-grey:active,
.btn-grey:visited,
.btn-grey:focus {
  background-color: #476666;
  border-color: #476666;
}
.btn-red,
.btn-red:hover,
.btn-red:active,
.btn-red:visited,
.btn-red:focus {
  background-color: #E31412 !important;
  border-color: #E31412;
}
.btn-bold {
  font-weight: bold;
  font-size: 20px;
}
.btn-no-margin {
  margin: 0px;
}
.color-red {
  background-color: #FF0000;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.height-100 {
  height: 100%;
}
.width-100 {
  width: 100%;
}
.font-black {
  color: black;
}
.sort-start {
  cursor: grabbing;
}
@font-face {
  font-family: "Trebuc";
  src: url("/bundles/frontend/fonts/trebuc.ttf") format("truetype");
}
@font-face {
  font-family: "DinLight";
  src: url("/bundles/frontend/fonts/DINLt_0.ttf") format("truetype");
}
@font-face {
  font-family: "DinMedium";
  src: url("/bundles/frontend/fonts/DINMd_0.ttf") format("truetype");
}
@font-face {
  font-family: "DinRegular";
  src: url("/bundles/frontend/fonts/DINRg_0.ttf") format("truetype");
}
.font-20 {
  font-size: 20px;
}
.font-italic {
  font-style: italic;
}
.font-bold {
  font-weight: bold;
}
#header {
  min-height: 100px;
}
#header-logo {
  position: absolute;
  top: 10px;
  right: 10px;
}
#header-logo img {
  height: 80px;
}
.icon_instruction_small {
  height: 48px;
}
.icon_instruction_medium {
  height: 72px;
}
/* IE10 */
progress {
  color: red;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* Firefox */
progress::-moz-progress-bar {
  background-color: red;
}
/* Chrome */
progress::-webkit-progress-value {
  background: red;
  -webkit-transform: rotate(90deg);
}
/* Chrome */
progress::-webkit-progress-value {
  -webkit-transform: rotate(180deg);
}
/* Chrome */
progress::-webkit-progress-bar {
  -webkit-transform: rotate(180deg);
}
.picta_job_detail {
  display: none;
}
.img-button {
  cursor: pointer;
}
.img-button {
  margin-top: 20px;
}
.img-button img {
  width: 150px;
  margin-bottom: 20px;
}
.img-button .img-won {
  border: 5px solid lime;
}
.img-button .caption {
  position: absolute;
  height: 20px;
  left: 15px;
  bottom: 0;
  text-align: center;
}
.customerEntry a {
  color: black;
  text-decoration: none;
}
.picta-result-job-link {
  color: #212529;
  text-decoration: none;
}
#container-iframe {
  overflow: hidden;
}
.test-sequence-entry {
  margin: 10px 0px;
}
.test-sequence-entry .module-name {
  padding-top: 20px;
}
.test-sequence-entry .finish-icon i {
  padding-top: 8px;
  color: #476666;
}
.test-sequence-entry:hover {
  background-color: #f5f5f5;
}
.test-sequence-print-entry .module-name {
  padding-top: 20px;
}
.test-sequence-print-entry .pdf-link {
  text-decoration: none;
}
.test-sequence-print-entry .pdf-link .link-text {
  display: inline-block;
  padding-right: 25px;
}
.print-panel .btn-disabled-grey {
  background-color: grey !important;
}
.test-sequence-print-entry:hover {
  background-color: #f5f5f5;
}
.tokenInputContent #tokenInputForm {
  text-align: center;
}
.tokenInputContent #tokenInputForm .link-how {
  text-decoration: none;
}
.tokenInputContent #tokenInputForm .link-how i {
  color: black;
}
.tokenInputContent .exampleCode {
  text-align: center;
}
.tokenInputContent input {
  display: inline;
}
.tokenInputContent .form-group {
  display: table;
  margin: 30px auto;
  text-align: center;
}
.tokenInputContent input {
  color: black;
  letter-spacing: 0.5ch;
  margin-right: -0.5ch;
  text-align: center;
}
.tokenInputContent input::placeholder {
  color: lightgrey;
}
.tokenInputContent .tokenSeparator {
  margin: 10px;
}
.tokenInputContent input:focus {
  outline: none;
  color: dodgerblue;
}
.tokenInputContent #year {
  width: 100px;
}
.tokenInputContent #month {
  width: 70px;
}
.tokenInputContent #characters {
  width: 130px;
}
.calculator-panel .calculator {
  margin-left: auto;
  margin-right: auto;
}
.calculator-panel .calculator #calculator-result {
  width: 100%;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  border: 2px solid black;
}
.calculator-panel .calculator .calculator-btn {
  display: inline-block;
  width: 25%;
  height: 40px;
  text-align: center;
  background-color: gray;
  color: white;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid white;
  margin-right: -5px;
}
#lastcalculation .calculation-entry {
  margin-top: 5px;
  padding: 5px;
  color: white;
  background-color: gray;
}
* {
  font-family: DinLight;
  font-size: 20px;
}
