﻿
    .labelpopup {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        color: #777 !important;
    }

    .label.label-info {
        background-color: #5bc0de;
    }

    .label-info {
        background-color: #00b0e4;
    }

    .label {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .label {
        border-radius: 4px;
        padding: 5px 12px;
        text-transform: uppercase;
        font-size: 10px;
    }

    .label {
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space:  inherit;
        vertical-align: baseline;
        border-radius: .25em;
    }

        .label:empty {
            display: none;
        }

    #grdActivityList ,#grdReviewActivityList{
        border: 0px;
    }

    .reviewer_item {
        padding-bottom: 30px !important;
        /*font-size: 14px;
        font-weight: bold;*/
        color: #003A5F!important;
    }

    .User_Item {
        color: #003A5F;
        /*font-size: 14px;*/
    }

    .User_Profile > img {
        width: 48px !important;
        border-radius: 34px !important;
        border: 1px solid;
        border-width: 1px !important;
    }

    .lbl_lable {
        font-size: 14px;
        line-height: 1.4285;
        color: #aaa;
        font-weight: 400;
    }

    /*.tooltip {
        color: #777 !important;
        font-size: 12px;
    }*/

    .txtArea {
        border: 1px solid #ccc;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
        height:60px !important;
    }

        .txtArea:focus {
            border-color: #66afe9 !important;
        }

        .grdActive{
            font-weight:bold;
            color:#003c62 !important;
        }
        .spnPointer{
            cursor:pointer;
            font-size:18px;
            padding:12px;
        }
        .ActGridshow{
           display:block !important;
        }
        .ActGridhide{
            display:none;
        }