.tsbreadcrumb{
  list-style-type: none;
  display: inline-block;
}

.tsbreadcrumb li{
  float: left;
}

.tsbreadcrumb li a{
  color: #fff;
  display: block;
  background: #2e6da4;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}

.tsbreadcrumb li:nth-child(even) a:before{
  border-left-color: transparent;
}

.tsbreadcrumb li:first-child a{
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
}

.tsbreadcrumb li:first-child a:before{
  border: none;
}

.tsbreadcrumb li:last-child a{
  padding-right: 15px;
  border-radius: 0 4px 4px 0;
}

.tsbreadcrumb li:last-child a:after{
  border: none;
}

.tsbreadcrumb li a:before, .tsbreadcrumb li a:after{
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #2e6da4;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}

.tsbreadcrumb li a:before{
  left: -20px;
  border-left-color: transparent;
}

.tsbreadcrumb li a:after{
  left: 100%;
  border-color: transparent;
  border-left-color: #2e6da4;
}

/*.tsbreadcrumb li a:hover{*/
/*  background: #7dd49a;*/
/*}*/

/*.tsbreadcrumb li a:hover:before{*/
/*  border-color: #7dd49a;*/
/*  border-left-color: transparent;*/
/*}*/

/*.tsbreadcrumb li a:hover:after{*/
/*  border-left-color: #7dd49a;*/
/*}*/

.tsbreadcrumbSelected {
  font-style: italic;
}

.tsbreadcrumb li a.tsbreadcrumbSelected :after{
  border-left-color: #315d84;
}

.tsbreadcrumb li a.tsbreadcrumbSelected :before{
  border-color: #315d84;
  border-left-color: transparent;
}

.completedBreadCrumb{
  color: #07fb07 !important;
}
.disable-breadcrub {
	opacity: .8;
	cursor: default;
	pointer-events: none;
}
