/*------------------------------------------------------------------
[Skillbar]
-------------------------------------------------------------------*/
.vcex-skillbar {
    position: relative;
    display: block;
    margin-bottom: 7px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: $background__light-gray;
    @include box-shadow( inset 0 1px 2px rgba(0, 0, 0, 0.1) );
}

.vcex-skillbar-title {
    background: none !important;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    z-index: 2;
}

.vcex-skillbar-title .vcex-skillbar-title-inner {
    display: block;
    padding: 0 12px;
}

.vcex-skillbar-title .vcex-icon-wrap {
    margin-right: 7px;
}

.vcex-skillbar-bar {
    height: 100%;
    width: 0px;
    position: relative;
    z-index: 1;
	background-color: $accent__main;
    color: #fff;
}

.vcex-skill-bar-percent {
    position: absolute;
    top: 0;
    right: 20px;
    text-align: center;
    color: #fff;
    font-size: 1em;
}
