﻿.breadcrumb {
    float: left;
}

.breadcrumb ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}

.breadcrumb .icon {
    font-size: 11px;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li a {
    color: #FFF;
    display: block;
    background-color: #ebebeb;
    text-decoration: none;
    position: relative;
    height: 20px;
    text-align: center;
    margin-right: 15px;
    padding-right: 4px;
    color: #0072c6;
    cursor: default;
}

.breadcrumb li a span {
    color: #7e7e7e !important;
}

.breadcrumb li a img {
    top: 0;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 9px;
    cursor: pointer;
}

.breadcrumb li:first-child a {
    background-color: #b5b5b5;
}

.breadcrumb li a.crumbactive:after {
    border-left-color: #b5b5b5;
}

.breadcrumb li:first-child a:before {
    border: none;
}

.breadcrumb li:last-child a {
    padding-right: 10px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
}

.breadcrumb li:last-child a:after {
    border: none;
}

.breadcrumb li a:before, .breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #ebebeb;
    border-width: 10px 6px;
    width: 0;
    height: 0;
}

.breadcrumb li a:before {
    left: -12px;
    border-left-color: transparent;
}

.breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #ebebeb;
}
