/* CSS Document */
/* icomoon: https://icomoon.io/preview-free.html */
.icon-pencil:before {
 content: '\e905';
}
.icon-pencil2:before {
 content: '\e906';
}
.icon-download:before {
 content: '\e960';
}
.icon-spinner11:before {
 content: '\e984' !important;
}
.icon-copy:before {
 content: '\e92c' !important;
}
.icon-wrench:before {
 content: '\e991' !important;
}
.icon-cog:before {
 content: '\e994' !important;
}
.icon-cogs:before {
 content: '\e995' !important;
}
.icon-info:before {
 content: '\ea0c';
}
.icon-cross:before {
 content: '\ea0f' !important;
}
.icon-warning:before {
 content: '\ea07' !important;
}
.icon-checkmark:before {
 content: '\ea10' !important;
}
.icon-download3:before {
 content: '\e9c7';
}
.icon-upload3:before {
 content: '\e9c8';
}
.icon-loop2:before {
 content: '\ea2e';
}

[class^="icon-"], [class*=" icon-"] {
 font-family: 'icomoon2';
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 /* Better Font Rendering =========== */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

#javascript-check {
 margin-bottom: 20px;
}

#content {
 width: 100%;
}

.kachel {
 clear: both;
 color: #333;
 background-color: #fff;
 padding: 1em;
 margin-bottom: 20px;
}

.kachel h3 {
 color: #175b94;
 font-weight: 400;
 font-size: 1.25em;
 margin-bottom: 0;
}

.kachel h3::after {
 background: #175b94 none repeat scroll 0 0;
 content: '';
 display: block;
 height: 1px;
 margin-top: 20px;
 margin-bottom: 20px;
}

.kachel h4 {
 color: inherit;
 font-size: 1.1em;
 margin: 0 0 15px 0; /* Bootstrap Bottom auf 15 statt 0 */
 line-height: 2em;
}

.kachel h4::before {
  background: #175b94 none repeat scroll 0 0;
}

.kachel i {
 background-color: #175b94;
 border-radius: 50%;
 color: #fff;
 margin-right: 10px;
 padding: 10px;
}

.kachel a i {
  background-color: inherit;
}


.kachel h4 i {
 padding: 8px 8px 8px 9px;
}

.kachel label {
 color: #333;
 display: table;
 font-weight: 700;
}

.kachel hr {
 border-bottom: 1px solid #175b94;
 border-top: 0;
 margin: 15px 0;
}

.process-step {
 color: #175b94;
 border-top: 1px solid #175b94; /* Bootstrap bottom-top statt bottom-border */
 margin: 10px 0 0 0;
 padding: 15px 0 5px 2px; /* Bootstrap Top auf 15px statt 0 */
}
.process-todo {
 color: #aaa;
 border-color: #aaa;
}
.process-todo i {
 background-color: #aaa;
}

.process-active h4 {
 font-weight: bold;
}

/* 14.12.17: Step-Animation zugefügt */
.process-step-title {
 display: inline;
}

.walking-steps-container {
 display: inline;
 position: relative;
}

.walking-steps {
 display: none;
 margin: 0;
 padding: 0;
}

.walking-steps-cover {
 display: none;
 position: absolute;
 top: 0;
 left: 0px;
 height: 100%;
 width: 26px;
 background-color: white;
}

.process-step.process-active .walking-steps {
 display: inline;
}

@keyframes walk {
  to {
    transform: translateX(26px);
  }
}

@keyframes back {
  to {
    transform: translateX(-26px);
  }
}

.process-step.process-active .walking-steps-cover {
 display: inline;
 animation-name: walk;
 animation-delay: 0;
 animation-duration: 6s;
 animation-timing-function: steps(6, start);
 animation-iteration-count: infinite;
 animation-direction: normal;
}

.process-step .process-step-title > span::after {
 content: '.';
}

.process-step.process-active .process-step-title > span::after {
 content: '';
}

.premsg-entry::after {
 content: '.';
}

.premsg-entry.process-active::after {
 content: ' ...';
}

.process-step-status i {
 margin: 0 0 0 3px;
 padding: 4px !important;
 color: #175b94;
}

.process-step .messages--status {
/* statt grün wie normale Statusmsg
    background-color: #f3faef;
    background-image: url("../../../../misc/icons/73b355/check.svg");
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    box-shadow: -8px 0 0 #77b259;
    color: #325e1c;
*/

 background: #175b94 none;
 border: 0;
 color: #fff;
 box-shadow: none;
 padding: 10px;
}

/**
 * Felder nebeneinander statt untereinander anordnen.
 */
#kas-form .form-item,
#kas-process .form-item {
 float: left;
 margin: 2px 10px 14px 0;
}

#kas-form-options.fieldset,
#kas-process fieldset,
/* Bootstrap rendert Fieldsets als Div, daher Klasse fieldset gesetzt. */
#kas-process .fieldset,
/* 05.04.19: Im Formular für die kundenspezifische Abnahme werden die
   Felder derzeit alle untereinander gesetzt. */
#customer-abnahme-container .form-item
{
 clear: both;
 float: none;
 margin: 0 0 10px 0;
}

#kas-form-options.fieldset,
#customer-abnahme-form {
 margin-top: 20px;
}

.clear {
  clear: left;
}

/**
 * Aber nicht die Optionen.
 */
#kas-form-options.fieldset .form-item {
 float: none;
 margin: 2px 10px 0px 0;
}

#kas-form .messages__wrapper {
 margin: 10px 0;
}

/**
 * Submit-Button auf Höhe der Felder bringen
 */
#kas-form input.button {
 float: none;
}

#kas-form label.option {
 font-weight: unset;
}

#kas-process .pseudo-textfield {
 background-color: #175b94;
 border: 0 none;
 box-shadow: none;
 color: #fff;
 display: block;
 font-family: 'Roboto',sans-serif;
 font-family: sans-serif;
 font-size: 1em;
 height: 40px;
 line-height: 40px;
 margin-bottom: 14px;
 max-width: 400px;
 padding: 0;
 transition: background-color 0.24s ease-in-out 0s;
 text-align: center;
 min-width: 70px;
}

/* IE und Edge Clear-Field-Icon disablen */
#kas-form input::-ms-clear {
 display: none;
 width: 0;
 height: 0;
}

#kas-process .preTxt {
 margin-top: 10px;
 color: red;
}

/* Nicht bei Kupo 2
#kas-process input[type=text] {
 padding-left: 8px;
 padding-right: 8px;
}
*/

#kas-process input.isAlive {
 background-color: springgreen;
 background-color: #00a65a; /* Bootstrap */
 color: #fff;
}

#kas-process input.isDown {
   background-color: #ff0033;
   background-color: #dd4b39; /* Bootstrap */
   color: #fff;
}

.form-item i {
 padding: 5px;
 color: #175b94;
 margin: auto;
}

i.status-ok {
 background-color: springgreen;
 background-color: #00a65a; /* Bootstrap */
 color: #fff !important; /* Bootstrap */
 /*
  Für blaue Icons mit grünem Checker
  die folgende color-Eigenschaft aktivieren und background-color
  deaktivieren.
 color: springgreen !important;
 */
}

i.status-error {
 background-color: #ff0000;
 color: #fff !important;
}

i.status-warning,
i.status-cancel {
 background-color: orange;
}

.form-item i[class^="icon-"], .form-item i[class*=" icon-"],
.form-item i[class^="icon2-"], .form-item i[class*=" icon2-"] {
 font-size: 14px;
}


.msg-container {
 margin-left: 47px;
}


.msg-container i[class^="icon-"], .msg-container i[class*=" icon-"],
.msg-container i[class^="icon2-"], .msg-container i[class*=" icon2-"] {
 margin-left: 5px;
 padding: 5px;
 color: #175b94;
 font-size: 10px;
}

.progress-wrapper {
 line-height: 30px;
}

.msg-container progress {
 display: inline;
 width: calc(100% - 180px);
 height: 20px;
 margin-right: 10px;
 background-color: #fff;
 color: #175b94;
 border: 1px solid #175b94;
 vertical-align: text-bottom;
}

.msg-container progress::-webkit-progress-bar {
 background-color: #fff;
}

.msg-container progress::-webkit-progress-value {
 background-color: #175b94;
}

.balance-time {
 line-height: 30px;
 vertical-align: top;
}

#statusmsg-container {
 display: none;
 margin-top: 15px;
 padding: 10px;
 background-color: #175b94;
 color: #fff;
}

.errormsg-container {
 display: none;
 margin-top: 15px;
 padding: 10px;
 color: #175b94;
 background-color: #fcf4f2;
 border: 1px solid #f9c9bf;
}

#pre-check,
#browser-check,
#cookie-check,
#kas-version-check {
 display: none;
 margin-bottom: 20px;
}

label.disabled {
 color: #aaa;
}

.debugmsg-container {
 clear: both;
 float: none !important;
 background-color: #edf1f7;
 margin: 0 0 10px 0 !important;
 color: #000;
 padding: 10px;
 overflow: auto;
 min-width: unset; /* wird zumindest beim Chrome im UseragentStylesheet vorbelegt. */
 max-height: 800px;
}

#kas-form-options > legend,
#kas-form-debugmsg-container > legend,
#kas-process legend {
 padding: 0px 6px;
}

#kas-form-debugmsg pre {
 overflow: unset;
}

#kas-form input.image-button.refresh {
 float: left;
 position: relative;
 top: 25px;
 margin: 0;
}

#kas-form input.uppercase {
  text-transform: uppercase;
}

.router-config-wrapper {
 padding: 6px;
}

#router-ip {
 /* In form.css des Themes auf 400px festgelegt, reicht hier aber
 für die Ausgabe der RouterInfos (Typ, IfTyp, SN) nicht aus.
 */
 max-width: unset;
}

.margin-bottom-10 {
 margin-bottom: 10px;
}

#getConfigPresets {
 border-top: 0;
 padding-top: 0;
}

#refresh-router-info-button {
   display: none;
}

/* --- Weitere Anpassung wegen Theme Boostrap / Admin LTE ------------------- */

/* Messageboxen innerhalb von Fieldsets ohne unteren Margin */
.fieldset .alert {
  margin-bottom: 0;
}

/* Required Image wird verstümmelt angezeigt, daher eigene Definition nutzen */
#kas-form .form-required::after {
 background-size: 6px 6px;
 height: 6px;
 width: 6px;
 vertical-align: super;
 margin: 0 0.3em;
}

/* Die CSS-Klasse 'prod-system' bzw. 'dev-system' wird dem region-Div zugefügt
   durch den Hook appcore_kas_config_preprocess_region. */
.prod-system #customer-abnahme-container fieldset.fieldgroup > legend {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 700;
}

.prod-system #customer-abnahme-container fieldset.fieldgroup > div.fieldset-wrapper {
 margin: 0 0 10px 10px;
}

.prod-system #customer-abnahme-container fieldset.fieldgroup > div.fieldset-wrapper div.form-item {
  margin: 0;
}

.prod-system .btn-primary {
   background-color: #175b94;
}

.prod-system .btn-primary:hover {
   background-color: #013b69;
}

/* 29.07.22: ASU Quality, aktualisiert vom KAS-Projekt übernommen. */
#kas-process .excellent {
 background-color: #00a65a !important;  /* Bootstrap grün */
 color: #fff !important;
}

#kas-process .good {
 background-color: yellowgreen !important;
 color: #000;
}

#kas-process .satisfactory {
 background-color: yellow !important;
 color: #000;
}

#kas-process .adequate {
 background-color: #f39c12 !important;  /* Boostrap orange */;
 color: #000;
}

#kas-process .poor {
 background-color: #ff543e !important; /* Boostrap rot */
 color: #000 !important;
}

#kas-process .inadequate {
 background-color: #aa1703 !important;
 color: #fff !important;
}

.button-igme {
  color: red;
}

fieldset.fieldgroup legend {
  color: #333;
}

div.uploadedFiles {
 color: #333;
 font-size: 1.5em;
 margin-top: 10px;
 line-height: 2em;
}

#customer-abnahme-form table {
   color: #333;
}

#customer-abnahme-form div.table-caption {
  color: #333;
  font-size: 1.3em;
}