﻿.public-group .tab-content {
            padding: 10px;
        }

        .public-group .wizard li {
            display: inline;
        }

            .public-group .wizard li a {
                padding: 3px 10px;
            }

        .public-group .icon:before {
            color: #999;
            margin-right: 10px;
            vertical-align: text-top;
        }

        .public-group li.active .icon:before {
            color: #444;
        }

        .public-group .filter-token {
            width: 100%;
            padding: 5px;
        }

            .public-group .filter-token a {
                float: right;
            }

        .control-label-light {
            font-weight: normal;
            padding-top: 7px;
        }

        .bwizard-steps {
            display: inline-block;
            margin: 0;
            padding: 0;
            background: #f2f2f2;
            border-radius: 5px;
            width: 100%;
        }

            .bwizard-steps .active {
                color: #fff;
                background: #e7e7e7;
            }

                .bwizard-steps .active:after {
                    border-left-color: #e7e7e7;
                }

                .bwizard-steps .active a {
                    color: #444;
                    cursor: default;
                }

            .bwizard-steps .label {
                position: relative;
                top: -1px;
                margin: 0 5px 0 0;
                padding: 1px 5px 2px;
            }

            .bwizard-steps .active .label {
                background-color: #333;
            }

            .bwizard-steps li {
                display: inline-block;
                position: relative;
                /*margin-right: 5px;*/
                *display: inline;
                *padding-left: 17px;
                background: #f2f2f2;
                line-height: 18px;
                list-style: none;
                zoom: 1;
                width: 33.33%;
                float: left;
                font-size: 17px;
            }

                .bwizard-steps li:first-child {
                    padding-left: 12px;
                    -moz-border-radius: 4px 0 0 4px;
                    -webkit-border-radius: 4px 0 0 4px;
                    border-radius: 4px 0 0 4px;
                }

                    .bwizard-steps li:first-child:before {
                        border: none;
                    }

                .bwizard-steps li:last-child {
                    margin-right: 0;
                    -moz-border-radius: 0 4px 4px 0;
                    -webkit-border-radius: 0 4px 4px 0;
                    border-radius: 0 4px 4px 0;
                }

                    .bwizard-steps li:last-child:after {
                        border: none;
                    }

                .bwizard-steps li:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 0;
                    width: 0;
                    border-bottom: 25px inset transparent;
                    border-left: 20px solid #f2f2f2;
                    border-top: 25px inset transparent;
                    content: "";
                }

                .bwizard-steps li:after {
                    position: absolute;
                    right: -20px;
                    top: 0;
                    height: 0;
                    width: 0;
                    border-bottom: 25px inset transparent;
                    border-left: 20px solid #f2f2f2;
                    border-top: 25px inset transparent;
                    content: "";
                    z-index: 2;
                }

            .bwizard-steps a {
                color: #999;
                padding: 17px 17px 15px 30px;
                display: block;
            }

                .bwizard-steps a:hover {
                    text-decoration: none;
                }

            .bwizard-steps.clickable li:not(.active) {
                cursor: pointer;
            }

            .bwizard-steps.clickable li:hover:not(.active) {
                background: #ccc;
            }

                .bwizard-steps.clickable li:hover:not(.active):after {
                    border-left-color: #ccc;
                }

                .bwizard-steps.clickable li:hover:not(.active) a {
                    color: #08c;
                }

        .blank-div {
            background: #fff;
            border: 0 none;
            height: 30px;
            margin-left: -1px;
            margin-right: -7px;
        }

        .category-tenders li {
            width: 287px;
            float: left;
            padding: 5px 10px;
        }

            .category-tenders li new {
                width: 287px;
                float: left;
                padding: 5px 10px;
            }

            .category-tenders li a {
                color: #595959;
                font-size: 14px;
                line-height: 22px;
                padding: 0;
                transition: all 0.5s ease 0s;
                width: 33.33%;
            }

                .category-tenders li a span {
                    color: #9d9d9d;
                    transition: all 0.5s ease 0s;
                }

                .category-tenders li a:hover {
                    color: #f39525;
                }

                    .category-tenders li a:hover span {
                        color: #222;
                    }
