﻿

div.bar_graph
{
    padding: 0px;
    height: 9px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

    div.bar_graph div
    {
        border: 0px currentColor;
        left: 0px;
        top: 0px;
        height: 9px;
        overflow: hidden;
        position: absolute;
    }

        div.bar_graph div.top
        {
            background: url("https://cdn.openitemapp.com/content/images/bar_shine.png?1366318301") repeat-x left rgb(75, 200, 26);
            border-bottom-color: rgb(96, 206, 53);
            border-bottom-width: 1px;
            border-bottom-style: solid;
            z-index: 20;
        }

        div.bar_graph div.bottom
        {
            background: url("https://cdn.openitemapp.com/content/images/bar_shadow.png?1366318301") repeat-x left rgb(224, 249, 182);
            border-right-color: rgb(221, 221, 221);
            border-bottom-color: rgb(221, 221, 221);
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
            z-index: 10;
        }

        div.bar_graph div.bg_budget
        {
            background: url("https://cdn.openitemapp.com/content/images/bar_shadow.png?1366318301") repeat-x left rgb(226, 241, 242);
            border-right-color: rgb(221, 221, 221);
            border-bottom-color: rgb(221, 221, 221);
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
        }

        div.bar_graph div.fill_hours
        {
            background: url("https://cdn.openitemapp.com/content/images/bar_shine.png?1366318301") repeat-x left rgb(75, 200, 26);
        }

        div.bar_graph div.bg_over_budget
        {
            background: url("https://cdn.openitemapp.com/content/images/bar_shine.png?1366318301") repeat-x left rgb(204, 0, 0);
            border-right-color: rgb(206, 13, 13);
            border-bottom-color: rgb(206, 13, 13);
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
        }
        div.bar_graph div.bg_warning_budget
        {
            background: url("https://cdn.openitemapp.com/content/images/bar_shine.png?1366318301") repeat-x left #f89406;
            border-right-color: rgb(206, 13, 13);
            border-bottom-color: rgb(206, 13, 13);
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
        }

.percentage-container
{
    border: solid rgb(117, 194, 91) 1px;
    width: 170px;
}

.percentage
{
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-image: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(65, 180, 25)), color-stop(0.7, rgb(117, 194, 91)));
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(34, 34, 34);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: collapse;
    border-left-color: rgb(34, 34, 34);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(34, 34, 34);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(34, 34, 34);
    border-top-style: none;
    border-top-width: 0px;
    color: rgb(34, 34, 34);
    display: block;
    font-family: 'Helvetica Neue', Arial, Verdana, 'Nimbus Sans L', sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 11px;
    line-height: 13px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    text-indent: -5000px;
}

/*BSS-687 */
.avatar {
    width:128px;
    margin: 10px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}
.avatar.is-success
{
    border:10px solid #48c78e;
}
.avatar.is-danger
{
    border:10px solid #f14668;
}

.img-thumbnail.is-success {
    border:5px solid #48c78e;
}

.img-thumbnail.is-danger {
    border:5px solid #f14668;
}

.facial-img-container {
    height: 96px;
    width: 96px;
    position: relative;
    display: inline-block;
}

.facial-img-container img.img-thumbnail {
    border-radius: 9999px;
    max-height: 100%;
    height: 96px;
    width: 96px;
    object-fit: cover;
    display: inline-block;
}

.facial-img-container:hover > a {
    display: block;
    top: 35%;
    left: 35%;
    z-index: 500;
    opacity: 1;
}

.facial-img-container:hover > img.img-thumbnail {
    opacity: 0.5;
}

.facial-img-container:hover > a > span {
    top: 0;
    position: absolute;
    left: 0;
}

.facial-img-container a {
    display: none;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: inherit;
}

.profile-img-container {
    height: 288px;
    width: 288px;
    position: relative;
    display: inline-block;
}

.profile-img-container img.img-thumbnail {
    border-radius: 9999px;
    max-height: 100%;
    height: 288px;
    width: 288px;
    object-fit: cover;
    display: inline-block;
}


.profile-img-container-hover {
    height: 288px;
    width: 288px;
    position: relative;
    display: inline-block;
}

.profile-img-container-hover img.img-thumbnail {
    border-radius: 9999px;
    max-height: 100%;
    height: 288px;
    width: 288px;
    object-fit: cover;
    display: inline-block;
}


.profile-img-container-hover:hover > a {
    display: block;
    top: 35%;
    left: 35%;
    z-index: 500;
    opacity: 1;
}

.profile-img-container-hover:hover > img.img-thumbnail {
    opacity: 0.5;
}

.profile-img-container-hover:hover > a > span {
    top: 0;
    position: absolute;
    left: 0;
}

.profile-img-container-hover a {
    display: none;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: inherit;
}

.thumbnail-img-container {
    height: 128px;
    width: 128px;
    position: relative;
    display: inline-block;
}

.thumbnail-img-container:hover > img.img-thumbnail {
    opacity: 0.5;
}

.thumbnail-img-container img.img-thumbnail {
    max-height: 100%;
    height: 128px;
    width: 128px;
    object-fit: cover;
    display: inline-block;
}

.thumbnail-img-container:hover > a {
    display: block;
    top: 35%;
    left: 35%;
    z-index: 500;
    opacity: 1;
}

.thumbnail-img-container:hover > a > span {
    top: 0;
    position: absolute;
    left: 0;
}

.thumbnail-img-container a {
    display: none;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: inherit;
}