/* @group Wizard */

/* Wizard Anzeige */

.block-list li {
  font-size: 18px;
}


/* trigger hasLayout in IE */
.block-list, .block-list li {
  zoom: 1;
}


.block-list {
  font-size: 0 !important; /* remove physical spaces between items */
  text-align: justify;
  text-justify: distribute-all-lines; /* distribute items in IE */
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  position: relative;
}


/* fully justify all items in browsers other than IE */
.block-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}


.block-list li {
  text-align: left; /* customize to suit */
  vertical-align: top;  /*can customize to suit*/
  display: inline-block;
  /*width: 31.3%;*/ /* optional, only need for text content to wrap */
  /*margin-bottom: 1em;  optional, customize to suit */
  margin-top: 1em;
  color: #c4c4c4;
}


/* IE hacks to make li's line up */
*+html .block-list li {
  display: inline;
}

* html .block-list li {
  display: inline;
}


.inList {
  padding-top: 15px;
}



.block-list a:hover .circleStep {
  background: #8E44AD;
}




.circleStep i {
  vertical-align: middle;
}


.done dt{
  background: #3c763d;
}


.block-list .done dd {
  color: #3c763d;
}


.steps dl {
  text-align: center;
}


.block-list dd {
  padding: 2px 5px 3px 5px;
  margin-top: 10px;
  position: relative;
  color: #c4c4c4;
}


.block-list li.active dd {
  background: #8E44AD;
  color: #fff;
  /*padding: 8px;*/
}


.block-list li.active dt {
  background: #8E44AD;
}


.steps li a:hover dd{
  background: #8E44AD;
  color: #fff;
}


.block-list li.active dd:after, .block-list li a:hover dd:after{
  content: "";
  border-left: 0.5em solid rgba(0, 0, 0, 0);
  border-right: 0.5em solid rgba(0, 0, 0, 0);
  border-top: 0.5em solid;
  display: inline-block;
  height: 0px;
  position: absolute;
  left: 5px;
  vertical-align: bottom;
  width: 0;
  color: #8E44AD;
  z-index: 900;
  bottom: -8px;
}


.circleStep {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 33px;
  background: #c4c4c4;
  /*margin: 0 13.96em 0 0;*/
  color: white;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}


.circleStep.xl {
  margin: 30px 0;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 32px;
  background: #002d52;

}


/* @ end Wizard */


/* cockpit Nachrichten Darstellung */

.messageList {
  border-bottom: 2px solid #c4c4c4;
  padding: 10px 0;
}


.messageList .list-group-item {
  padding: 10px 0 10px 0px;
  /*margin-bottom: -1px;*/
  /*background-color: #f5f5f5;*/
  border: none;
  /*border-bottom: 6px solid #fff;*/
}


.messageList.border .list-group-item {
  padding: 20px 0;

}


.messageList.border {
  border-bottom: 0px;
}


.messageList.border .list-group-item:first-child {
  border-top: 1px solid #c4c4c4;

}


.messageList.border .list-group-item {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
}


.messageList.border .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}


.messageList .userName {
  padding-right: 5px;
  font-family: "source-sans-pro"
}


.blueNoPadding {
  color: #002d52;
}


.messageList .fa {
  color: #c4c4c4;
  padding-top: 2px;
}


.tt {
  cursor: help;
}


/* UseCase-Buttons */

.nav.tabNav.buttonList > li + li {
  margin-left: 0;
}


.nav.tabNav.buttonList > li  {
  width: 100%;
  margin-bottom:15px;
}


/* cockpit Nachrichten Darstellung */

/* Listen */

ol > li {
  margin-bottom: 1.42857143em;
}


ol.lower-alpha {
  list-style-type: lower-alpha;
  padding-left: 0;
}


ol.upper-roman {
  list-style-type: upper-roman;
}


ol.decimal {
  margin-top: 1em;
  list-style-type:decimal;
  padding-left: 0;
}


.bulletsWithoutPadding {
  list-style: inside;
  padding-left: 0px;
}


.bulletsOutsideWithoutPadding, .bulletsWithoutPaddingOutside  {
  list-style: outside;
  padding-left: 15px;
}


/* Tooltip */


.tooltipHelpMode {
  opacity: 1;
  bottom:0;
  position: fixed;
  left: 0;
  width: 100%;
}


.tooltipHelpMode.infoMessageBottom {
  position: fixed;
  z-index: 500000000;
  margin:0;
  /*padding: 0;*/
}


.tooltip.bottom.tooltipHelpMode .tooltip-arrow {
  border-bottom-color: #d9edf7;
  left: 10%;
}


.tooltipHelpMode label {
  color: #fff;
}


.tooltipHelpMode .tooltip-inner {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  text-align: left;
  max-width: 100%;
  border-radius: 0;
}


.infoMessageBottom {
  background: #CCE4FD;
  color: #000033;
  position: relative;
  padding-bottom: 0;
  padding-top: 10px;
}


.infoMessageBottom .checkbox {
  margin-top: 0;
}


.infoMessageBottom label {
  color: #000033;
}


.infoMessageBottom.messageTop {
  opacity: 1;
  top:0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 500000000;
  margin:0;
  font-size: 0.85em;
  padding-bottom: 5px;
  background: #666;
}


.infoMessage {
  background: #002d52;
  padding: 2px;
  margin: 0px 0;
  color: white;
  position: relative;
}


.infoMessage:after {
    content: "";
    border-left: 0.5em solid rgba(0, 0, 0, 0);
    border-right: 0.5em solid rgba(0, 0, 0, 0);
    border-bottom: 0.5em solid;
    display: inline-block;
    height: 0px;
    position: absolute;
    left: 15px;
    vertical-align: top;
    width: 0;
    color: #002d52;
    top: -8px;
}


.circleList {
  margin-bottom: 0;
}


/* Circle-List */
.circleIcon {
  display: block;
  background: #002d52;
  width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    color: white;
    text-align: center;
    font-size: 1.75em;
    /*padding-left: 15px;*/
}