@import '_mixins';
a.btn,
button {
    border: none;
    background: #fbb52d;
    color: #333;
    padding: 9px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    &:active {
        opacity: 0.7;
    }
    &.grey {
        background: #666;
        color: #fff;
    }
    &.red {
        background: #cc0000;
        color: #fff;
    }
    &.large {
        font-size: 20px;
        padding: 20px;
        padding-top: 18px;
        margin-top: 10px;
        display: inline-block;
    }
}

span.status, td.status > span {
    font-size: 9px;
    text-transform: uppercase;
    background: #eee;
    padding: 3px;
    padding-right: 6px;
    padding-left: 6px;
    &.sold {
        background: #99ff99;
    }
    &.followup {
        background: #66ccff;
        color: #fff;
    }
    &.rescheduled {
        background: #006699;
        color: #fff;
    }
    &.active, &.Active {
        background: #ff9999;
        color: #fff;
    }
    &.calltoreschedule {
        background: #ff9900;
        color: #fff;
    }
}

div.tags {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    line-height: 10px;
    margin-top: 10px;
    line-height: 25px;
    a.tag {
        padding: 5px;
        background: #ccc;
        color: #fff;
        font-size: 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
    }
    a.tag.on {
        background: #f9d320;
    }
}

ul.social-link-set {
    > li {
        padidng-top: 5px;
        padding-bottom: 5px;
        > em {
            width: 30px;
        }
    }
}

div.breadcrumb {
    font-size: 12px;
    float: right;
    margin-top: -60px;
    a {
        color: #476179;
        background: url('../images/breadcrumb-arrow.png') right -1px no-repeat;
        padding-right: 20px;
        margin-right: 5px;
        &:last-of-type {
            background: none;
            padding-right: 0px;
            margin-right: 0px;
        }
    }
}
