﻿ .up-caret:after {
            content: "";
            border-right: 4px solid transparent;
            border-bottom: 4px solid #428bca;
            border-left: 4px solid transparent;
            display: inline-block;
            height: 0;
            opacity: 0.8;
            vertical-align: middle;
            width: 0;
            margin-left: 5px;
        }

    .down-caret:after {
        content: "";
        border-right: 4px solid transparent;
        border-top: 4px solid #428bca;
        border-left: 4px solid transparent;
        display: inline-block;
        height: 0;
        opacity: 0.8;
        vertical-align: middle;
        width: 0;
        margin-left: 5px;
    }

            .dropdown-menu > li /* To prevent selection of text */ {
            position: relative;
            -webkit-user-select: none; /* Chrome/Safari */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* IE10+ */
            /* Rules below not implemented in browsers yet */
            -o-user-select: none;
            user-select: none;
            cursor: pointer;
        }

        .dropdown-menu .sub-menu {
            left: 100%;
            position: absolute;
            top: 0;
            display: none;
            margin-top: -1px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-left-color: #fff;
            box-shadow: none;
        }

        .right-caret:after, .left-caret:after {
            content: "";
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            display: inline-block;
            height: 0;
            vertical-align: middle;
            width: 0;
            margin-left: 5px;
        }

        .right-caret:after {
            border-left: 5px solid #777777;
        }

        .left-caret:after {
            border-right: 5px solid #777777;
        }


                .wizard a {
            padding: 10px 12px 14px;
            margin-right: 8px;
            background: #efefef;
            position: relative;
            display: inline-block;
        }

            .wizard a:before {
                width: 0;
                height: 0;
                border-top: 20px inset transparent;
                border-bottom: 20px inset transparent;
                border-left: 20px solid #fff;
                position: absolute;
                content: "";
                top: 0;
                left: 0;
            }

            .wizard a:after {
                width: 0;
                height: 0;
                border-top: 20px inset transparent;
                border-bottom: 20px inset transparent;
                border-left: 20px solid #efefef;
                position: absolute;
                content: "";
                top: 0;
                right: -20px;
                z-index: 2;
            }

            .wizard a:first-child:before,
            .wizard a:last-child:after {
                border: none;
            }

            .wizard a:first-child {
                -webkit-border-radius: 4px 0 0 4px;
                -moz-border-radius: 4px 0 0 4px;
                border-radius: 4px 0 0 4px;
            }

            .wizard a:last-child {
                -webkit-border-radius: 0 4px 4px 0;
                -moz-border-radius: 0 4px 4px 0;
                border-radius: 0 4px 4px 0;
            }

        .wizard .badge {
            margin: 0 5px 0 18px;
            position: relative;
            top: -1px;
        }

        .wizard a:first-child .badge {
            margin-left: 0;
        }

        .wizard .current {
            background: #007ACC;
            color: #fff;
        }

            .wizard .current:after {
                border-left-color: #007ACC;
            }

            
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}




      .wizard a:hover { text-decoration: none; } .wizard a:not(.current):hover { color:#08C; }

      .wizard .completed{
          background:#6f7071;
          color:#fff;
      }

.hand {
    cursor:pointer;
    text-decoration: underline;
}