/* here you can put your own css to customize and override the theme */


.module_5_ok {
	/*background: transparent url(/images/icons/gutschrift_ok.png) no-repeat;*/
	color: green;
	width: 20px;
}

.module_5_nok {
	color: red;
	width: 20px;
}

.module_6_ok {
	color:green;
	width: 20px;
}

.module_6_nok {
	color:red;
	width: 20px;
}

.module_3_ok {
	color:green;
	width: 20px;
}

.module_3_nok {
	color:red;
	width: 20px;
}

.module_2_ok {
	color:green;
	width: 20px;
}


.module_2_nok {
	color:red;
	width: 20px;
}

.module_4_ok {
	color:green;
	width: 20px;
}

.module_4_nok {
	color:red;
	width: 20px;
}


.module_ok {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	background-color:green;
	color:white;
	width: 20px;
	border: 1px solid #eaeaea;
}

.module_nok {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	background-color:red;
	color:white;
	width: 20px;
	border: 1px solid #eaeaea;
	
}


.module_wait {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	background-color:#FECA40;
	color:white;
	width: 20px;
	border: 1px solid #eaeaea;
	
}


.module_rejected {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	background-color:#000;
	color:white;
	width: 20px;
	border: 1px solid #eaeaea;
	
}



span {
	 white-space: nowrap;
}



.isTAC {
	background:none;
	background-color:#CCFF66 !important;
}


.isTAC.ui-selected {
	background-color:#F39814 !important;
	color:#FFFFFF !important;
}

.greenBg {
	background:none;
	background-color:#CCFF66 !important;
}


.greenBg.ui-selected {
	background-color:#F39814 !important;
	color:#FFFFFF !important;
}



.timeline2-heading p {
    margin: 5px 0;
}


.timeline2 {
  list-style: none;
  padding: 20px 0 20px;
  
  position: relative;
}

.timeline2:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 5%;
  margin-left: -1.5px;
}

.timeline2 > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline2 > li:before,
.timeline2 > li:after {
  content: " ";
  display: table;
}

.timeline2 > li:after {
  clear: both;
}

.timeline2 > li:before,
.timeline2 > li:after {
  content: " ";
  display: table;
}

.timeline2 > li:after {
  clear: both;
}

.timeline2 > li > .timeline2-panel {
  width: 87%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  margin-right: 15px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline2 > li > .timeline2-panel:before {
  position: absolute;
  top: 16px;
  right: -5px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline2 > li > .timeline2-panel:after {
  position: absolute;
  top: 17px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline2 > li > .timeline2-badge {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.1em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 5%;
  margin-left: -15px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline2 > li.timeline2-inverted > .timeline2-panel {
  float: right;
}

.timeline2 > li.timeline2-inverted > .timeline2-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline2 > li.timeline2-inverted > .timeline2-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline2-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline2-badge.success {
  background-color: #3f903f !important;
}

.timeline2-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline2-badge.danger {
  background-color: #d9534f !important;
}

.timeline2-badge.info {
  background-color: #5bc0de !important;
}

.timeline2-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

.timeline2-body > p,
.timeline2-body > ul {
  margin-bottom: 0;
}

.timeline2-body > p + p {
  margin-top: 5px;
}



.header {
    margin-bottom: 10px !important;
}

.ecommerce .header-navigation > ul > li > a {
    padding: 24px 12px 22px;
}

.header .top-cart-block {
    margin-top: 20px;
}
.ecommerce .site-logo {
    padding-top: 0px;
    padding-bottom: 0px;
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-left: -10px !important;
}



.t-raeder th, .t-raeder td, .t-reifen th, .t-reifen td {
	font-size: 0.95em !important;
}


.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50% !important;
  display: inline-block;
}



